repo
stringlengths
7
67
org
stringlengths
2
32
issue_id
int64
780k
941M
issue_number
int64
1
134k
pull_request
dict
events
list
user_count
int64
1
77
event_count
int64
1
192
text_size
int64
0
329k
bot_issue
bool
1 class
modified_by_bot
bool
2 classes
text_size_no_bots
int64
0
279k
modified_usernames
bool
2 classes
primefaces/primefaces
primefaces
73,013,006
224
{ "number": 224, "repo": "primefaces", "user_login": "primefaces" }
[ { "action": "opened", "author": "kukel", "comment_id": null, "datetime": 1430744109000, "masked_author": "username_0", "text": "Tested this and it works. Is a showcase example needed? Or some other kind of documentation?", "title": "Fix for Pagination of lazy data with an unknown total row count (#51)", "type": "issue" }, { "action": "created", "author": "kukel", "comment_id": 171065725, "datetime": 1452634597000, "masked_author": "username_0", "text": "Can someone of the core team either fix this or close it? Having an interesting pull request open for over half a year without any remark/comment downright <beeeeep>s", "title": null, "type": "comment" }, { "action": "created", "author": "cagataycivici", "comment_id": 182790863, "datetime": 1455185429000, "masked_author": "username_1", "text": "Merged manually.", "title": null, "type": "comment" } ]
2
3
274
false
false
274
false
zoomsphere/ngx-store
zoomsphere
322,509,898
48
null
[ { "action": "opened", "author": "Avinash-Gupta-B", "comment_id": null, "datetime": 1526130090000, "masked_author": "username_0", "text": "when ever changes happen in localStorage i am pulling my data to reactive form, Which is not working in IE\r\n```\r\n this.localStorageService.observe()\r\n .filter(event => !event.isInternal)\r\n .subscribe((event) => {\r\n let role = 'sample';\r\n //this.ketname key name in localStorage\r\n if (!event.key.startsWith(this.keyname)) {\r\n return;\r\n }\r\n if (localStorage.getItem(this.keyname) !== null) {\r\n this.loadData(JSON.parse(localStorage.getItem(this.keyname)), role);\r\n } else {\r\n this.formservice();\r\n }\r\n return false;\r\n });\r\n```", "title": "Not working in IE9+ and edege ", "type": "issue" }, { "action": "created", "author": "DanielKucal", "comment_id": 389007424, "datetime": 1526345419000, "masked_author": "username_1", "text": "Please see if this issue is related: https://stackoverflow.com/questions/18476564/ie-localstorage-event-misfired", "title": null, "type": "comment" }, { "action": "closed", "author": "DanielKucal", "comment_id": null, "datetime": 1570150473000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
737
false
false
737
false
pantheon-systems/quicksilver-examples
pantheon-systems
171,913,390
87
{ "number": 87, "repo": "quicksilver-examples", "user_login": "pantheon-systems" }
[ { "action": "opened", "author": "ataylorme", "comment_id": null, "datetime": 1471530148000, "masked_author": "username_0", "text": "", "title": "Add Solr Power indexing on multidev creation example", "type": "issue" }, { "action": "created", "author": "ataylorme", "comment_id": 243591126, "datetime": 1472593432000, "masked_author": "username_0", "text": "Solr Power doesn't post `schema.xml` to multidev environments unless the WordPress dashboard is visited. This caused errors when attempting to index with wp-cli after multidev creation via Quicksilver. Schema now gets posted before and index happens and all is well.", "title": null, "type": "comment" }, { "action": "created", "author": "aeligature", "comment_id": 243602268, "datetime": 1472596196000, "masked_author": "username_1", "text": "+1 tested, works pretty good to me!", "title": null, "type": "comment" }, { "action": "created", "author": "greg-1-anderson", "comment_id": 243610921, "datetime": 1472598789000, "masked_author": "username_2", "text": "This PR contains two sets of the same files: one set in solr_index, and the other in wp_solr_index. Only one of these should exist -- I suggest the later.", "title": null, "type": "comment" }, { "action": "created", "author": "ataylorme", "comment_id": 243616772, "datetime": 1472600825000, "masked_author": "username_0", "text": "That's my fault @username_2 - I didn't git remove the old files. Updated now - thanks for catching that.", "title": null, "type": "comment" }, { "action": "created", "author": "ari-gold", "comment_id": 243617234, "datetime": 1472600993000, "masked_author": "username_3", "text": "@username_0 Would you mind squashing and rebasing?", "title": null, "type": "comment" }, { "action": "created", "author": "ataylorme", "comment_id": 243617306, "datetime": 1472601016000, "masked_author": "username_0", "text": "@username_3 Can't you squash on merge?", "title": null, "type": "comment" }, { "action": "created", "author": "greg-1-anderson", "comment_id": 243617826, "datetime": 1472601196000, "masked_author": "username_2", "text": "Github has that feature now! We cannot use the big green button on some repositories, but it should work fine here.\r\n\r\n+1 LGTM 🚀", "title": null, "type": "comment" }, { "action": "created", "author": "ari-gold", "comment_id": 243617926, "datetime": 1472601240000, "masked_author": "username_3", "text": "@username_0 Ah, yes I can! Thanks for the awesome contribution.", "title": null, "type": "comment" } ]
4
9
841
false
false
841
true
frankfarach/npi
null
304,249,831
11
null
[ { "action": "opened", "author": "frankfarach", "comment_id": null, "datetime": 1520834428000, "masked_author": "username_0", "text": "Function should require a data frame and a list column as arguments, and should return a data frame with `number` in the first column followed by the unnested list column. Equivalent to:\r\n```\r\ndf %>%\r\n select(number, listcol_name) %>% \r\n unnest()\r\n```", "title": "Function to unnest one or more list columns keeping `number` as key", "type": "issue" }, { "action": "closed", "author": "frankfarach", "comment_id": null, "datetime": 1522041515000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
253
false
false
253
false
draios/sysdig
draios
133,876,199
535
{ "number": 535, "repo": "sysdig", "user_login": "draios" }
[ { "action": "opened", "author": "NanXiao", "comment_id": null, "datetime": 1455593801000, "masked_author": "username_0", "text": "", "title": "It should be \"compatible\", not \"compatable\".", "type": "issue" }, { "action": "created", "author": "ldegio", "comment_id": 184526956, "datetime": 1455600343000, "masked_author": "username_1", "text": "Merged. Thanks.", "title": null, "type": "comment" } ]
2
2
15
false
false
15
false
quicksilver/Quicksilver
quicksilver
107,862,454
2,105
{ "number": 2105, "repo": "Quicksilver", "user_login": "quicksilver" }
[ { "action": "opened", "author": "pjrobertson", "comment_id": null, "datetime": 1442991632000, "masked_author": "username_0", "text": "So, based on Etienne's recent PR on tabs/spaces, and after watching [this](http://www.bbc.co.uk/academy/technology/article/art20150206154333467) video where a GitHub guy was saying they're now using CI for much more than just tests (CSS validation etc. - watch the video!) I thought it would be interesting if we did the same.\r\n\r\nI've butchered Etienne's gist ruby script (and probably written very bad ruby code) and have attempted to write a script that will check all newly added lines in .m/.h files and check to make sure they start with tabs and not spaces", "title": "Add a new CI test to make sure we use tabs and not spaces", "type": "issue" }, { "action": "created", "author": "pjrobertson", "comment_id": 142533231, "datetime": 1442998437000, "masked_author": "username_0", "text": "P.S. I know @username_2 was [against](https://github.com/quicksilver/Quicksilver/pull/2021#issuecomment-72402365) using 'custom' scripts originally, but maybe I can persuade him here... ;-)\r\n\r\nThere's definitely scope for us to expand this out in the future - adding in more scripts and stuff, and it's not exactly 'difficult' to remember (although maybe we should have a directory for travis stuff kept separate).\r\nPerhaps some day we could even have some kind of 'real' CI that meant when plugin PRs are merged they are automatically built and pushed to the plugin repo :-)", "title": null, "type": "comment" }, { "action": "created", "author": "tiennou", "comment_id": 142550601, "datetime": 1443002448000, "masked_author": "username_1", "text": "God, I feel like the pesky guy ;-). I'm not too fond of dot-hiding the script, could it be moved under `/Scripts` (or wherever we have those, I don't remember the name offhand) ?", "title": null, "type": "comment" }, { "action": "created", "author": "pjrobertson", "comment_id": 142570114, "datetime": 1443006400000, "masked_author": "username_0", "text": "...probably a good idea :-)\r\nI've given it its own folder now, and have removed my test commits. It works as expected (fails when there are lines with spaces) so that's all good :-)", "title": null, "type": "comment" }, { "action": "created", "author": "skurfer", "comment_id": 142597357, "datetime": 1443014447000, "masked_author": "username_2", "text": "Man, you guys are really going ahead with this tab stuff, eh?\r\n\r\n* Why is the Map stuff in here? It should already be on `master`.\r\n* I was against using a custom script to do something Travis should handle natively. This doesn’t bother me too much.\r\n* My first thought was “What a bullshit reason to fail tests!” but if you were forcing spaces instead of tabs, I’d think “Oh, yeah. We need that!” so… my argument is probably not objective. 😀\r\n* I see the new Ruby script is indented using spaces, which is hilarious. At least it shows we’re not *complete* animals. 🐗\r\n* Do you want to say that this “fixes” #2050?", "title": null, "type": "comment" }, { "action": "created", "author": "pjrobertson", "comment_id": 142599394, "datetime": 1443014843000, "masked_author": "username_0", "text": "Hahaha, well that's just hilarious! Maybe we need to decide what 'coding style' we have for ruby though... what if we want to use spaces? ;-)", "title": null, "type": "comment" }, { "action": "created", "author": "skurfer", "comment_id": 143191361, "datetime": 1443180599000, "masked_author": "username_2", "text": "Better. Were the tests not getting called via `xctool` before? I thought they were running somehow.", "title": null, "type": "comment" }, { "action": "created", "author": "pjrobertson", "comment_id": 143626800, "datetime": 1443408774000, "masked_author": "username_0", "text": "I basically copied the exact same command that [Travis was calling](https://travis-ci.org/quicksilver/Quicksilver/builds/78277014#L122) before I made these changes.\r\nIf you look at the logs for [tests on this branch](https://travis-ci.org/quicksilver/Quicksilver/builds/81773128), you'll see exactly the same thing is run/log output is generated.", "title": null, "type": "comment" }, { "action": "created", "author": "pjrobertson", "comment_id": 143627601, "datetime": 1443409360000, "masked_author": "username_0", "text": "...I've also switched check_indent to use tabs...!", "title": null, "type": "comment" }, { "action": "created", "author": "pjrobertson", "comment_id": 156776690, "datetime": 1447560088000, "masked_author": "username_0", "text": "Can this be merged? Every day that passes, we run the risk of ruining our code with spaces.. ;-)", "title": null, "type": "comment" } ]
3
10
2,839
false
false
2,839
true
QuickBlox/quickblox-ios-sdk
QuickBlox
298,501,969
946
null
[ { "action": "opened", "author": "mobile3000", "comment_id": null, "datetime": 1519113745000, "masked_author": "username_0", "text": "I added \"self.inputToolBar.audioRecordingEnabled = true\" in viewdidload function.\r\nBut audio recording Button is not appeared.", "title": "Audio recording Button is not appeared.", "type": "issue" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 372249100, "datetime": 1520847853000, "masked_author": "username_1", "text": "Hi @username_0, any updates ?", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 372614138, "datetime": 1520936001000, "masked_author": "username_0", "text": "I have no any update.", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 372625767, "datetime": 1520938544000, "masked_author": "username_1", "text": "Hi @username_0, fixed in development branch [See](https://github.com/QuickBlox/QMChatViewController-ios/commit/30263b6314d40975a1c1dba89ef8d6576897da0e)", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 372625933, "datetime": 1520938585000, "masked_author": "username_0", "text": "Thanks , I will check.", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374245660, "datetime": 1521472088000, "masked_author": "username_1", "text": "Hi @username_0, any udpates ?", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 374294258, "datetime": 1521479956000, "masked_author": "username_0", "text": "How can I use this branch?", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374308657, "datetime": 1521482472000, "masked_author": "username_1", "text": "pod 'QMChatViewController', :git => 'git@github.com:QuickBlox/QMChatViewController-ios.git', :branch => 'development' ??", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 374311388, "datetime": 1521482973000, "masked_author": "username_0", "text": "Thank you.\r\nBut When I install pod, I get the error.\r\nhttp://prntscr.com/itemuu", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374311778, "datetime": 1521483053000, "masked_author": "username_1", "text": "remove ?? )\r\n\r\nsould be `pod 'QMChatViewController', :git => 'git@github.com:QuickBlox/QMChatViewController-ios.git', :branch => 'development'`", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 374311977, "datetime": 1521483090000, "masked_author": "username_0", "text": "yes. but it is not.\r\nhttp://prntscr.com/iteo2g", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374313332, "datetime": 1521483345000, "masked_author": "username_1", "text": "`pod 'QMChatViewController', :git => 'https://github.com/QuickBlox/QMChatViewController-ios.git', :branch => 'development'`", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 374318655, "datetime": 1521484318000, "masked_author": "username_0", "text": "Thank you.\r\nI have installed pod file.\r\nThen I get the error from pod file.\r\nhttp://prntscr.com/itezg1", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374327104, "datetime": 1521485789000, "masked_author": "username_1", "text": "@username_0, could you please provide your Podfile", "title": null, "type": "comment" }, { "action": "created", "author": "mobile3000", "comment_id": 374334150, "datetime": 1521486902000, "masked_author": "username_0", "text": "If you can't help, sorry.", "title": null, "type": "comment" }, { "action": "created", "author": "Pro100Andrey", "comment_id": 374589320, "datetime": 1521550995000, "masked_author": "username_1", "text": "Hi @username_0, \r\n🚀 QMChatViewController (0.6.1) successfully published [Changelog](https://github.com/QuickBlox/QMChatViewController-ios/releases/tag/0.6.1)\r\n\r\nPodfile:\r\n`pod 'QMChatViewController'`\r\n\r\nHow to update:\r\n```bash\r\n pod update\r\n```\r\n\r\nThanks!", "title": null, "type": "comment" }, { "action": "closed", "author": "Pro100Andrey", "comment_id": null, "datetime": 1521561971000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "mobile3000", "comment_id": 374740643, "datetime": 1521576812000, "masked_author": "username_0", "text": "Thank you.", "title": null, "type": "comment" } ]
2
18
1,362
false
false
1,362
true
cake-build/cake
cake-build
155,287,595
892
{ "number": 892, "repo": "cake", "user_login": "cake-build" }
[ { "action": "opened", "author": "devlead", "comment_id": null, "datetime": 1463498513000, "masked_author": "username_0", "text": "* Added CakeBuildScriptImplBase base class that inherits from IScriptHost\r\n* Removed GetScriptHostProxy() from CakeBuildScriptImpl\r\n* Added so CakeBuildScriptImpl inherits from CakeBuildScriptImplBase\r\n\r\nThis fixes #883 and should ensure we avoid missing members in the future and reduces chance of errors thru \"dynamic\" code not compiled with Cake.", "title": "Refactored Mono GetScriptHostProxy into base class", "type": "issue" }, { "action": "created", "author": "gep13", "comment_id": 219817685, "datetime": 1463511260000, "masked_author": "username_1", "text": "LGTM! :+1:", "title": null, "type": "comment" } ]
2
2
360
false
false
360
false
Binaryify/NeteaseCloudMusicApi
null
384,065,864
388
null
[ { "action": "opened", "author": "littleQing", "comment_id": null, "datetime": 1543141097000, "masked_author": "username_0", "text": "### 环境\r\n系统:\r\n\r\nnodejs 版本: v8.11\r\n\r\n### 出现问题 接口返回404\r\n\r\n### 重现步骤 请求一首歌的mp3地址\r\n\r\n### 期待效果返回 mp3地址\r\nRequest URL:https://bighua.wang:3000/music/url?id=529662089\r\nRequest Method:GET\r\nStatus Code:404 Not Found\r\n\r\nResponse\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Error</title>\r\n</head>\r\n<body>\r\n<pre>Cannot GET /music/url</pre>\r\n</body>\r\n</html>\r\n![image](https://user-images.githubusercontent.com/18677470/48977900-76b85d00-f0de-11e8-8ec1-65181a2e3dec.png)", "title": "通过url请求播放歌曲返回404", "type": "issue" }, { "action": "created", "author": "MeedFine", "comment_id": 441431206, "datetime": 1543142902000, "masked_author": "username_1", "text": "song/url", "title": null, "type": "comment" }, { "action": "closed", "author": "Binaryify", "comment_id": null, "datetime": 1543657038000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
3
494
false
false
494
false
SAP/hana-shine-xsa
SAP
297,939,476
34
null
[ { "action": "opened", "author": "vkmoorthy", "comment_id": null, "datetime": 1518820059000, "masked_author": "username_0", "text": "Module \"shine-core-db\": zipping directory shine-core-db\r\nModule \"shine-core-js\": invoking npm\r\nERROR: Failed to build module \"shine-user-js\". Builder not found: \"nom\"\r\nC1MSM0LMH3QK:hana-shine-xsa-shine-cf i806119$ \r\n\r\n\r\nAppreciate any assistance", "title": "Error while building MTAR file for shine-cf", "type": "issue" }, { "action": "created", "author": "vkmoorthy", "comment_id": 366378228, "datetime": 1518820451000, "masked_author": "username_0", "text": "One more thing I downloaded shine-cf-teched and did not have any issues building the MTAR file. Am not sure what is the difference in the two branches", "title": null, "type": "comment" }, { "action": "created", "author": "kiruthikan", "comment_id": 366674123, "datetime": 1519042354000, "masked_author": "username_1", "text": "Hi,\r\n\r\nWe tried today in Mac OS. The build is successful and we could not reproduce the error.\r\nFrom the error logs it looks like, there is a builder called \"nom\" configured somewhere.\r\nIt should be npm. \r\nDid you edit any of the files?\r\nCan you clone again once more and try?\r\nPlease let me know if the same error comes up.\r\n\r\nThanks and Regards,\r\nKiruthika", "title": null, "type": "comment" }, { "action": "created", "author": "vkmoorthy", "comment_id": 366789084, "datetime": 1519070113000, "masked_author": "username_0", "text": "I downloaded again and getting the same error. Why is it working for shine-cf-teched and not shine-cf?", "title": null, "type": "comment" }, { "action": "created", "author": "kiruthikan", "comment_id": 366900889, "datetime": 1519115127000, "masked_author": "username_1", "text": "As you can see from the code, the two branches are different. Shine-cf also showcases Fiori Launchpad but shine-cf-teched does not contain that.\r\n\r\nCan you please tell me which node version are you using?\r\nCan you install node 5.12.0 and build?\r\nYou can download it from here:\r\nhttps://nodejs.org/download/release/v5.12.0/\r\n\r\nSometimes the latest node version might give issues while building.\r\nPlease let me know.\r\n\r\nThanks and Regards,\r\nKiruthika", "title": null, "type": "comment" }, { "action": "created", "author": "vkmoorthy", "comment_id": 367025892, "datetime": 1519142626000, "masked_author": "username_0", "text": "Hi, \r\nI am using node 6.13.0. Attached is screenshot of node version as well as mta.yaml. Appreciate your support with this. I am zipping the mta.yaml as yaml is not supported here. \r\n[mta.yaml.zip](https://github.com/SAP/hana-shine-xsa/files/1740802/mta.yaml.zip)\r\n![screen shot 2018-02-20 at 10 01 10 am](https://user-images.githubusercontent.com/36552541/36434699-4dc899bc-1625-11e8-8745-758c7764590e.png)\r\n\r\n\r\n\r\nThanks,\r\nVani", "title": null, "type": "comment" }, { "action": "closed", "author": "vkmoorthy", "comment_id": null, "datetime": 1519143386000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "vkmoorthy", "comment_id": 367030120, "datetime": 1519143386000, "masked_author": "username_0", "text": "Issue was with my yaml file. Looks like it had builder nom instead of npm . Thanks for the clue closing the issue", "title": null, "type": "comment" } ]
2
8
1,845
false
false
1,845
false
Homebrew/homebrew-core
Homebrew
374,982,283
33,482
{ "number": 33482, "repo": "homebrew-core", "user_login": "Homebrew" }
[ { "action": "opened", "author": "mizunashi-mana", "comment_id": null, "datetime": 1540814433000, "masked_author": "username_0", "text": "- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?\r\n- [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?\r\n- [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?\r\n- [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?\r\n\r\n-----\r\nresolve #33385 \r\n\r\nInclude https://github.com/ghc/ghc/commit/a257782f56e5e330349d4cc7db71e297d8396c67 and exclude HTML and PDF documents from build.", "title": "ghc: Support sphinx >= 1.8", "type": "issue" }, { "action": "created", "author": "commitay", "comment_id": 434119260, "datetime": 1540856111000, "masked_author": "username_1", "text": "Why?", "title": null, "type": "comment" }, { "action": "created", "author": "mizunashi-mana", "comment_id": 434189035, "datetime": 1540881748000, "masked_author": "username_0", "text": "I thought HTML and PDF usually should be not included, but official GHC package includes them. So, this is my miss. Sorry.\r\n\r\nI added `patch :DATA`.", "title": null, "type": "comment" }, { "action": "created", "author": "fxcoudert", "comment_id": 434230033, "datetime": 1540891798000, "masked_author": "username_2", "text": "Instead of using `patch :DATA`, can we use a `patch do` block with the commit diff `https://github.com/ghc/ghc/commit/a257782f.diff?full_index=1`", "title": null, "type": "comment" }, { "action": "created", "author": "mizunashi-mana", "comment_id": 434242018, "datetime": 1540894151000, "masked_author": "username_0", "text": "@username_2 https://github.com/ghc/ghc/commit/a257782f56e5e330349d4cc7db71e297d8396c67 is for GHC 8.6.1 and cannot be straightforward applied for GHC 8.4.x. I have less knowledge for patching. Are there any solutions?", "title": null, "type": "comment" }, { "action": "created", "author": "fxcoudert", "comment_id": 434242633, "datetime": 1540894261000, "masked_author": "username_2", "text": "PL we'll keep the patch as-is then.", "title": null, "type": "comment" } ]
3
6
1,253
false
false
1,253
true
ContributorCovenant/contributor_covenant
ContributorCovenant
276,529,494
492
null
[ { "action": "opened", "author": "lsmith77", "comment_id": null, "datetime": 1511506757000, "masked_author": "username_0", "text": "In the Symfony project we are discussing adoption of the contributor covenant version 1.4 and a question was raised on if `Publishing others' private information, such as a physical or electronic address, without explicit permission` could be clarified:\r\n\r\n```\r\nPhysical address makes a lot of sense ... but electronic address? For example, if I want to ping someone in a pull request, should I ask for permission before pinging them? (because pinging requires to expose the user electronic address on GitHub). And about the email, if that user publicly shows their email address in GitHub pull requests, should I also ask for permission to show that (already public) electronic address?\r\n```\r\n\r\nhttps://github.com/symfony/symfony/pull/24896/files#r152204663", "title": "Clarification on publication of physical or electronic address without explicit permission", "type": "issue" }, { "action": "created", "author": "lsmith77", "comment_id": 346758016, "datetime": 1511507651000, "masked_author": "username_0", "text": "I guess any address previously used within the public context of the project can be considered to be public .. like the email address used on the mailinglist or the github account used to submit a PR.", "title": null, "type": "comment" }, { "action": "created", "author": "lsmith77", "comment_id": 346760329, "datetime": 1511508622000, "masked_author": "username_0", "text": "In turn of course even if a physical address is \"public\" in a phone book .. it should not be allowed to a github id used within the project with this physical address which I guess is the focus of this clause?", "title": null, "type": "comment" }, { "action": "created", "author": "CoralineAda", "comment_id": 346861041, "datetime": 1511539856000, "masked_author": "username_1", "text": "That is correct. This is an anti-doxing measure.\n\n>", "title": null, "type": "comment" }, { "action": "created", "author": "lsmith77", "comment_id": 346995440, "datetime": 1511689001000, "masked_author": "username_0", "text": "Ok, thank you for the clarification. I am not sure if this could be clarified somehow to prevent the concerns noted in the quote I put at the top, but since I do not have a suggestion, that doesn't make things significantly longer, I am closing the ticket.", "title": null, "type": "comment" }, { "action": "closed", "author": "lsmith77", "comment_id": null, "datetime": 1511689001000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "sadeghrajabi", "comment_id": 346996459, "datetime": 1511690274000, "masked_author": "username_2", "text": "لایک", "title": null, "type": "comment" } ]
3
7
1,478
false
false
1,478
false
prestodb/presto
prestodb
314,588,135
10,405
{ "number": 10405, "repo": "presto", "user_login": "prestodb" }
[ { "action": "opened", "author": "kokosing", "comment_id": null, "datetime": 1523874130000, "masked_author": "username_0", "text": "Support correlated no aggregation scalar subqueries\n\nAdding support correlated non aggregation scalar subqueries like:\nSELECT a FROM rel WHERE b = correlation", "title": "Support correlated no aggregation scalar subqueries (v2)", "type": "issue" }, { "action": "created", "author": "kokosing", "comment_id": 383453641, "datetime": 1524459125000, "masked_author": "username_0", "text": "@username_1 ping", "title": null, "type": "comment" }, { "action": "created", "author": "sopel39", "comment_id": 383843192, "datetime": 1524557487000, "masked_author": "username_1", "text": "This is much nicer!", "title": null, "type": "comment" } ]
2
3
190
false
false
190
true
rluiten/elm-date-extra
null
356,437,292
71
null
[ { "action": "opened", "author": "michaeljones", "comment_id": null, "datetime": 1535968804000, "masked_author": "username_0", "text": "We're very happily using this library at work. I don't believe it has been released for Elm 0.19 yet. Could we help with that at all? Are there any blocking issues that you're aware of? I'm guessing `unsafeFromString` from string might be an issue as it is my understanding that `Debug.crash` is no longer available?", "title": "Release for Elm 0.19?", "type": "issue" }, { "action": "created", "author": "rluiten", "comment_id": 418092035, "datetime": 1535975441000, "masked_author": "username_1", "text": "I havn't looked at 0.19 yet, I did notice it was released.\r\nI hope to allocate some time next weekend.\r\n\r\nFor Debug.crash I suppose just returning a date maybe something like unix epoch 1970 instead would at least let the Api not change. Even if in my opinion its not as useful as a crash for something called `unsafedFromString` :).", "title": null, "type": "comment" }, { "action": "created", "author": "michaeljones", "comment_id": 418116817, "datetime": 1535981603000, "masked_author": "username_0", "text": "Yeah, I wasn't against `crash` being removed but I'm using that particular method in the tests and have no problem with it there at all.\r\n\r\nI've looked a little closer and 0.19 removes the core `Date` module to my surprise. Instead suggesting use of `elm/time`, but that doesn't provide a `Date` type so some significant changes are going to be needed I'm afraid. The other date extra library seem to be deciding that perhaps it doesn't make sense to update to 0.19 and instead to provide other libraries with different slices of functionality: https://github.com/justinmimbs/elm-date-extra/issues/9#issuecomment-417536383\r\n\r\nI'm afraid this has rather caught me off guard and made me reassess the whole timeline for an Elm 0.19 update for our application code.\r\n\r\nI would be happy to provide any assistance that I can to your project for the upgrade though if you do want to go ahead. We have found it very useful. We're mainly using `Compare` and maybe `Format` but some other stuff too.", "title": null, "type": "comment" }, { "action": "created", "author": "AdrianRibao", "comment_id": 427020167, "datetime": 1538659999000, "masked_author": "username_2", "text": "I'd like to contribute to this package and try to make it work with elm 0.19, but I have never contributed an elm package earlier, and there is not good documentation out there.\r\n\r\nIt would be nice to add a [CONTRIBUTING](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) file.\r\n\r\nBasically I'd like to know how to clone, and link the project to an existing project, test it and commit.", "title": null, "type": "comment" }, { "action": "created", "author": "michaeljones", "comment_id": 429617741, "datetime": 1539515525000, "masked_author": "username_0", "text": "I've switched over 0.19 and I've just ended up moving to other packages. The core Date & Time stuff has changed a lot in 0.19 and I think it is completely understandable if this package doesn't make the transition. Other packages are available now that manage a lot of the same problems. Many thanks to @username_1 for making this in the first place. It certainly has been very useful!", "title": null, "type": "comment" }, { "action": "created", "author": "AdrianRibao", "comment_id": 429623487, "datetime": 1539521068000, "masked_author": "username_2", "text": "I forked the project and try to migrate to 0.19, but the changes are so deep that I thought it would be easier start from scratch. That's what I did, I started https://github.com/username_2/elm-derberos-date\r\n\r\nThis is mi very first contribution, and information is scarce so I'll try to do my best with it.\r\n\r\nAll the operations in my library are being done using the serialized Posix time. I want to add a few calendar functions before releasing the first version, and introduce the timezone in the functions, but I first need an answer on this: https://github.com/elm/time/issues/8", "title": null, "type": "comment" }, { "action": "created", "author": "CoderDennis", "comment_id": 486491794, "datetime": 1556157864000, "masked_author": "username_3", "text": "I published a fork for Elm 0.19. It strips out everything except for i18n Configs and one `format` function. The other parts of this library are covered well by other existing Elm 0.19 packages, but this felt like the best way to keep using the internationalization and formatting.\r\n\r\nhttps://package.elm-lang.org/packages/username_3/elm-time-format/latest/\r\n\r\n@username_1 please let me know if there's anything else you would expect me to do regarding copyright and changing of the license. I preserved what was there, but I haven't published a fork like this before, so if I've done anything inappropriate, I'd like to know. Thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "rluiten", "comment_id": 486497454, "datetime": 1556159694000, "masked_author": "username_1", "text": "That actually looks like a good way to retain some of the value, I havn't spent much time in Elm in last few years only updating specific libraries or for Elm version changes so I am happy to see this go forward and still be useful.", "title": null, "type": "comment" }, { "action": "created", "author": "ad-si", "comment_id": 778647858, "datetime": 1613236590000, "masked_author": "username_4", "text": "If someone still wants to upgrade this to 0.19, I basically already did it here: \r\nhttps://github.com/username_4/vectual/tree/4.0.0/src/TimeUtils", "title": null, "type": "comment" } ]
5
9
4,028
false
false
4,028
true
galaxyproject/galaxy
galaxyproject
396,611,318
7,183
{ "number": 7183, "repo": "galaxy", "user_login": "galaxyproject" }
[ { "action": "opened", "author": "guerler", "comment_id": null, "datetime": 1546888083000, "masked_author": "username_0", "text": "This PR adds an error listener for input elements, allowing them to individually trigger custom errors or warnings. Warning messages have been added to the slider element to highlight out-of-range inputs. This fixes #7172. This feature can be re-used in #6321.", "title": "Add error listener for input elements", "type": "issue" }, { "action": "created", "author": "mvdbeek", "comment_id": 454757788, "datetime": 1547640818000, "masked_author": "username_1", "text": "Is this ready for review @username_0 ?", "title": null, "type": "comment" } ]
2
2
297
false
false
297
true
TomPallister/Ocelot
null
208,723,703
51
null
[ { "action": "opened", "author": "TomPallister", "comment_id": null, "datetime": 1487517561000, "masked_author": "username_0", "text": "No idea how to do this but would be nice\r\n\r\nhttps://readthedocs.org/", "title": "Get the readme into read the docs style", "type": "issue" }, { "action": "created", "author": "geffzhang", "comment_id": 280958893, "datetime": 1487546792000, "masked_author": "username_1", "text": "There are docfx http://cakebuild.net/dsl/docfx/", "title": null, "type": "comment" }, { "action": "created", "author": "TomPallister", "comment_id": 282507058, "datetime": 1488051472000, "masked_author": "username_0", "text": "@username_1 does doxfx work with mac osx? It doesnt seem to be cross platform.", "title": null, "type": "comment" }, { "action": "created", "author": "geffzhang", "comment_id": 282546045, "datetime": 1488104299000, "masked_author": "username_1", "text": "I Add ocelot to awesome-dotnet-core https://github.com/thangchung/awesome-dotnet-core/pull/75", "title": null, "type": "comment" }, { "action": "created", "author": "TomPallister", "comment_id": 282547506, "datetime": 1488106079000, "masked_author": "username_0", "text": "@username_1 thank you!!", "title": null, "type": "comment" }, { "action": "closed", "author": "TomPallister", "comment_id": null, "datetime": 1488735337000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "TomPallister", "comment_id": 284245748, "datetime": 1488735337000, "masked_author": "username_0", "text": "Have decided to use github wiki here https://github.com/username_0/Ocelot/wiki", "title": null, "type": "comment" } ]
2
7
387
false
false
387
true
aduh95/yuml2svg
null
279,058,588
1
{ "number": 1, "repo": "yuml2svg", "user_login": "aduh95" }
[ { "action": "opened", "author": "amarzavery", "comment_id": null, "datetime": 1512404877000, "masked_author": "username_0", "text": "This PR solves two issues\r\n- It exposes the options object so that users can set the options to provide type, dir and generate options, otherwise we get an error in the generated svg as mentioned below and there is no way to set the type.\r\n```\r\n<svg xmlns='http://www.w3.org/2000/svg' width='350' height='30'><text fill='red' x='10' y='20'>Error: Missing mandatory 'type' directive</text></svg>\r\n```\r\n- At times, I got an error `Inavlid expression`. However, I had no clue what was wrong and what is the error stack for me to point and debug. With the changes in the second commit, this becomes much better.\r\n```\r\nError: Invalid expression [ModelClass\r\n at parseYumlExpr (/Users/amarz/sdk/tmpd/node_modules/yuml2svg/scripts/class-diagram.js:102:18)\r\n at composeDotExpr (/Users/amarz/sdk/tmpd/node_modules/yuml2svg/scripts/class-diagram.js:117:18)\r\n at processYumlDocument (/Users/amarz/sdk/tmpd/node_modules/yuml2svg/scripts/yumldoc-utils.js:54:15)\r\n at /Users/amarz/sdk/tmpd/test.js:8:17\r\n at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)\r\n```", "title": "Exposing options object", "type": "issue" }, { "action": "created", "author": "aduh95", "comment_id": 349051309, "datetime": 1512410965000, "masked_author": "username_1", "text": "Great proposals, indeed I've let the default settings after my fork, this is now fixed.", "title": null, "type": "comment" } ]
2
2
1,159
false
false
1,159
false
ENCODE-DCC/encoded
ENCODE-DCC
383,243,040
2,519
{ "number": 2519, "repo": "encoded", "user_login": "ENCODE-DCC" }
[ { "action": "opened", "author": "weiweizhong2018", "comment_id": null, "datetime": 1542824585000, "masked_author": "username_0", "text": "", "title": "ENCD-4240 add characterization review", "type": "issue" }, { "action": "created", "author": "caseylitton", "comment_id": 456516231, "datetime": 1548182826000, "masked_author": "username_1", "text": "Closing because it's been in progress for a bit. Just reopen when ready. Please rebase on current origin/dev also.", "title": null, "type": "comment" } ]
2
2
116
false
false
116
false
teamcapybara/capybara
teamcapybara
316,566,700
2,017
null
[ { "action": "opened", "author": "jarthod", "comment_id": null, "datetime": 1524392382000, "masked_author": "username_0", "text": "", "title": "Puma startup message showing up in the rspec output ", "type": "issue" }, { "action": "created", "author": "jarthod", "comment_id": 383700513, "datetime": 1524513025000, "masked_author": "username_0", "text": "Ok I see, thanks for the quick response. I think the `Silent: true` option should be the default but that's for you to decide ;)", "title": null, "type": "comment" }, { "action": "created", "author": "twalpole", "comment_id": 383701633, "datetime": 1524513245000, "masked_author": "username_1", "text": "It is specifically not the default because it's useful debugging info when people start trying to get their Capybara JS supporting tests running.", "title": null, "type": "comment" }, { "action": "created", "author": "jarthod", "comment_id": 383702097, "datetime": 1524513343000, "masked_author": "username_0", "text": "Mm ok ^^", "title": null, "type": "comment" } ]
2
4
281
false
false
281
false
syscoin/syscoin
syscoin
335,753,707
230
null
[ { "action": "opened", "author": "johnp1954", "comment_id": null, "datetime": 1530008612000, "masked_author": "username_0", "text": "I locked an input to ensure I could not spend it. Closed 3.0.6.0 and reopened it and the input was no longer locked. This is not a MN wallet", "title": "3.0.6.0 Lock unspent", "type": "issue" }, { "action": "created", "author": "sidhujag", "comment_id": 400375872, "datetime": 1530030288000, "masked_author": "username_1", "text": "can you call listlockunspent in the cli to see if it shows up there", "title": null, "type": "comment" }, { "action": "created", "author": "johnp1954", "comment_id": 400378689, "datetime": 1530030696000, "masked_author": "username_0", "text": "No it doesnt", "title": null, "type": "comment" }, { "action": "created", "author": "sidhujag", "comment_id": 400381167, "datetime": 1530031008000, "masked_author": "username_1", "text": "@username_2 can you take a look", "title": null, "type": "comment" }, { "action": "created", "author": "willyko", "comment_id": 400484218, "datetime": 1530052338000, "masked_author": "username_2", "text": "this is the expected behaviour. quoting syscoin-cli lockunspent help message \r\n`Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs.\r\nIf no transaction outputs are specified when unlocking then all current locked transaction outputs are unlocked.\r\nA locked transaction output will not be chosen by automatic coin selection, when spending syscoins.\r\nLocks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\r\nis always cleared (by virtue of process exit) when a node stops or fails.`", "title": null, "type": "comment" }, { "action": "closed", "author": "willyko", "comment_id": null, "datetime": 1530052370000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
6
804
false
false
804
true
rails-api/active_model_serializers
rails-api
89,090,248
959
{ "number": 959, "repo": "active_model_serializers", "user_login": "rails-api" }
[ { "action": "opened", "author": "kangkyu", "comment_id": null, "datetime": 1434565568000, "masked_author": "username_0", "text": "I wonder how `ActiveRecord::Serializer` and `ActiveRecord::Serializers` are different? However I found they have different name between the title and code.", "title": "Update README.md", "type": "issue" }, { "action": "created", "author": "joaomdmoura", "comment_id": 112906456, "datetime": 1434565893000, "masked_author": "username_1", "text": "Tks! I'm merging it :smile:", "title": null, "type": "comment" } ]
2
2
182
false
false
182
false
mapbox/mapbox-unity-sdk
mapbox
231,707,319
93
null
[ { "action": "opened", "author": "david-rhodes", "comment_id": null, "datetime": 1495824635000, "masked_author": "username_0", "text": "Depending on zoom level and elevation, maps will have varying `y` values. This lack of consistency makes it hard to plan camera position.\r\n\r\nAlternatively, we could create a camera controller script that tries to align itself to the terrain with a smooth follow.\r\n\r\nWIP: https://github.com/mapbox/mapbox-unity-sdk/tree/snapToOrigin", "title": "Allow maps with elevation to be snapped to y = 0", "type": "issue" }, { "action": "created", "author": "brnkhy", "comment_id": 316696798, "datetime": 1500555942000, "masked_author": "username_1", "text": "push to develop", "title": null, "type": "comment" }, { "action": "closed", "author": "brnkhy", "comment_id": null, "datetime": 1500555942000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
346
false
false
346
false
QCoDeS/Qcodes
QCoDeS
227,474,549
609
null
[ { "action": "opened", "author": "eendebakpt", "comment_id": null, "datetime": 1494358644000, "masked_author": "username_0", "text": "A minimal example:\r\n```\r\nimport qcodes\r\nimport qcodes.tests.data_mocks\r\n\r\nds=qcodes.tests.data_mocks.DataSet1D()\r\np = qcodes.MatPlot()\r\np.add(ds.default_parameter_array() )\r\n\r\np = qcodes.MatPlot(subplots=(2,2))\r\np.add(ds.default_parameter_array()) # fail\r\np.add(ds.default_parameter_array(), subplot=1) # fail\r\n```\r\n\r\n@username_2", "title": "subplots do not work with MatPlot", "type": "issue" }, { "action": "created", "author": "jenshnielsen", "comment_id": 300407953, "datetime": 1494403767000, "masked_author": "username_1", "text": "This should be fixed by #610. @username_0 would be great if you have the time to test that pr. This should only happen if you create 2d subplot grids. I would expect the code to function correctly for `subplots=(1,n)` or `subplots=(n,1)", "title": null, "type": "comment" }, { "action": "closed", "author": "giulioungaretti", "comment_id": null, "datetime": 1494405130000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
3
571
false
false
571
true
MadebyAe/node-handlebars
null
136,779,375
4
null
[ { "action": "opened", "author": "majgis", "comment_id": null, "datetime": 1456512285000, "masked_author": "username_0", "text": "```\r\n(+) 1 vulnerabilities found\r\n┌───────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐\r\n│ │ Regular Expression Denial of Service │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ Name │ semver │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ Installed │ 3.0.1 │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ Vulnerable │ <4.3.2 │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ Patched │ >=4.3.2 │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ Path │ myapp@1.4.5 > node-handlebars@0.9.7 > semver@3.0.1 │\r\n├───────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\r\n│ More Info │ https://nodesecurity.io/advisories/31 │\r\n└───────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\r\n\r\n\r\n```", "title": "Security vulnerability", "type": "issue" }, { "action": "created", "author": "MadebyAe", "comment_id": 247223063, "datetime": 1473909504000, "masked_author": "username_1", "text": "Will be fixed", "title": null, "type": "comment" } ]
2
2
3,444
false
false
3,444
false
mpetroff/print-maps
null
278,863,043
13
null
[ { "action": "opened", "author": "roblabs", "comment_id": null, "datetime": 1512359560000, "masked_author": "username_0", "text": "Following up on use and attribution of downloaded maps —  _cf._ #12, _Handling of attribution to adhere to TOS for Tile Companies_\r\n\r\nDocumenting some research into what it takes to directly write the attribution and scale into the PDF or PNG file. This work would need to planned out with a proper amount of use and test cases. \r\n\r\nExample of Map Attribution and Scale in Mapbox GL JS\r\n\r\n<img width=\"720\" alt=\"dom\" src=\"https://user-images.githubusercontent.com/118112/33534642-a4265caa-d85d-11e7-9546-d8df0f966532.png\">\r\n\r\n--- \r\n## Research \r\n\r\n### Attribution\r\n- [ ] How to write attribution into PDF\r\n* Get the Attribution by accessing the class where its held in Mapbox GL JS\r\n * Then access the data with `attrib.innerText` or `attrib.innerHTML`\r\n* The class is called `mapboxgl-ctrl-attrib`\r\n\r\nExample,\r\n\r\n``` javascript\r\nvar attrib = window.document.getElementsByClassName(\"mapboxgl-ctrl-attrib\")[0];\r\nconsole.log(attrib.innerText)\r\n© 𝘦 π Maps | © USGS | Wilderness.net | © OpenMapTiles © OpenStreetMap contributors\r\n```\r\n\r\n### Scale\r\n- [ ] How to write scale directly into PDF\r\n* The scale takes a bit more work as you need to make use of two numbers.\r\n * The width of the scale control in pixels, e.g., `width: 77.82px;`\r\n * convert using device dependent pixels using Media Queries, _cf._ [W3C Units](https://www.w3.org/Style/Examples/007/units.en.html)\r\n * The physical measurement , e.g, `1000ft`\r\n * Write the measurement to the PDF similar to how the attribution was done\r\n* The class is called `mapboxgl-ctrl-scale`\r\n\r\n``` javascript\r\nvar scale = window.document.getElementsByClassName(\"mapboxgl-ctrl-scale\")[0];\r\nconsole.log(scale)\r\n<div class=\"mapboxgl-ctrl mapboxgl-ctrl-scale\" style=\"width: 77.82px;\">1000ft</div>\r\n```\r\n\r\n\r\n\r\n### Writing directly into PDF\r\n* [jsPDF](http://rawgit.com/MrRio/jsPDF/master/) has two examples that show how to write text.\r\n\r\n\r\n### `doc.text()`\r\n* Position of where to write is dependent on landscape vs. portrait of PDF\r\n* Text can be right aligned. Need to verify if HTML links are preserved in written PDF\r\n* Example, `doc.text(200, 100, attrib, null, null, 'right'); // units are mm`\r\n\r\n\r\n### `doc.fromHTML()`\r\n\r\n`pdf.fromHTML(attrib, 150, 210); // units are mm`\r\n* Issue is how to compute the proper _x_ dimension of wheres to start writing the attribution.\r\n* In this example, a guess was chosen and would need to iterate on final position. As you can see the final words are cut off.\r\n* Unicode is not supported, so ignore the garbled symbols `𝘦 π Maps`, they didn't make it into the final PDF. \r\n\r\n<img width=\"465\" alt=\"pdf\" src=\"https://user-images.githubusercontent.com/118112/33534682-ed9c7658-d85d-11e7-8874-ed97874c14a8.png\">\r\n\r\n\r\n---\r\n\r\n### PNG Research\r\n* Would need to write directly into the canvas\r\n* Projects that may be useful\r\n * https://github.com/niklasvh/html2canvas\r\n * https://github.com/cburgmer/rasterizeHTML.js\r\n * https://github.com/tsayen/dom-to-image", "title": "Write Scale and Attribution directly into PDF or PNG", "type": "issue" } ]
1
1
2,947
false
false
2,947
false
room-15/ChatSE
room-15
366,373,229
77
null
[ { "action": "opened", "author": "TimCastelijns", "comment_id": null, "datetime": 1538577539000, "masked_author": "username_0", "text": "Under the premise of \"good code explains itself\" I feel that it's not really important to explain the general application flow since you can just read the code that you're interested in and find out how it works from there. Another thing with such documentation is that it's easy to forget to update it when the code it describes changes.\r\n\r\nAny implementation details that are essential for contributors to be aware of can stay in the readme of course.", "title": "(Suggestion) remove \"application flow\" from the readme", "type": "issue" }, { "action": "closed", "author": "TimCastelijns", "comment_id": null, "datetime": 1539182856000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
453
false
false
453
false
gryffon/ringteki
null
336,685,537
2,117
null
[ { "action": "opened", "author": "jeremylarner", "comment_id": null, "datetime": 1530202010000, "masked_author": "username_0", "text": "![image](https://user-images.githubusercontent.com/31585532/42046358-a1127388-7af5-11e8-8db8-30d196348917.png)", "title": "Adopted Kin", "type": "issue" }, { "action": "created", "author": "xWorkerBeex", "comment_id": 401089444, "datetime": 1530202343000, "masked_author": "username_1", "text": "gonna take that :)", "title": null, "type": "comment" }, { "action": "closed", "author": "jeremylarner", "comment_id": null, "datetime": 1530392765000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
128
false
false
128
false
googleapis/nodejs-dialogflow
googleapis
382,100,524
222
{ "number": 222, "repo": "nodejs-dialogflow", "user_login": "googleapis" }
[ { "action": "opened", "author": "nareshqlogic", "comment_id": null, "datetime": 1542615288000, "masked_author": "username_0", "text": "Fixes convert all sample tests from ava to mocha (it's a good idea to open an issue first for discussion)\r\n\r\n- [ ] Tests and linter pass\r\n- [ ] Code coverage does not decrease (if any source code was changed)\r\n- [ ] Appropriate docs were updated (if necessary)", "title": "refactor(samples): convert sample tests from ava to mocha", "type": "issue" } ]
2
2
261
false
true
261
false
HumanCellAtlas/upload-service
HumanCellAtlas
342,100,568
123
null
[ { "action": "opened", "author": "parthshahva", "comment_id": null, "datetime": 1531864018000, "masked_author": "username_0", "text": "This document will probably live in gitlab", "title": "Create upload service deployment process documentation ", "type": "issue" }, { "action": "created", "author": "parthshahva", "comment_id": 405746712, "datetime": 1531865921000, "masked_author": "username_0", "text": "Potentially Pair with Madison when she's a release engineer", "title": null, "type": "comment" }, { "action": "created", "author": "sampierson", "comment_id": 409382830, "datetime": 1533074537000, "masked_author": "username_1", "text": "https://allspark.dev.data.humancellatlas.org/HumanCellAtlas/upload-service/wikis/How-to-Deploy-the-Upload-Service", "title": null, "type": "comment" }, { "action": "closed", "author": "parthshahva", "comment_id": null, "datetime": 1535734322000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
4
214
false
false
214
false
jclev-uga/SWEEP
null
333,992,744
5
null
[ { "action": "opened", "author": "milkcookie", "comment_id": null, "datetime": 1529486491000, "masked_author": "username_0", "text": "Hi:\r\n I want to filter snp for genetic mapping, I read paper about the peanut genetic map published on PBJ, so I want to know if I can use this script for diploid genome? and you unpublish version in the paper is here?\r\nthanks\r\nFAFU\r\nHansong Yan", "title": "Can I use this script to filter snp for diploid and NGS data?", "type": "issue" } ]
1
1
247
false
false
247
false
novus/nvd3
novus
115,891,095
1,346
{ "number": 1346, "repo": "nvd3", "user_login": "novus" }
[ { "action": "opened", "author": "irmela", "comment_id": null, "datetime": 1447080337000, "masked_author": "username_0", "text": "I needed the option to position the lengend of a Multi-Bar Chart on the right so I had a look on how the pie charts are doing it.", "title": "adding option legendPosition to Multi-Bar Chart, fix #189", "type": "issue" }, { "action": "created", "author": "liquidpele", "comment_id": 174344190, "datetime": 1453671910000, "masked_author": "username_1", "text": "Looks like this has merge conflicts you need to resolve, sorry that took a long time to review I was on hiatus", "title": null, "type": "comment" }, { "action": "created", "author": "liquidpele", "comment_id": 271170138, "datetime": 1483901153000, "masked_author": "username_1", "text": "Closing this PR as abandoned...", "title": null, "type": "comment" } ]
2
3
270
false
false
270
false
voxpupuli/puppet-nginx
voxpupuli
293,748,632
1,175
null
[ { "action": "opened", "author": "laughingguffly", "comment_id": null, "datetime": 1517536948000, "masked_author": "username_0", "text": "I'm currently intialising like this:\r\n\r\n`class{'nginx':\r\nmanage_repo => true,\r\npackage_source => 'nginx-mainline',\r\n proxy_cache_path => '/var/nginx/cache levels=1 keys_zone=ctsCache:8m max_size=100m inactive=1h',\r\n }`\r\n\r\nHowever puppet is generating a proxy_cache_path as\r\n` proxy_cache_path /var/nginx/cache levels=1 keys_zone=ctsCache:8m max_size=100m inactive=1h levels=1 keys_zone=d2:100m max_size=500m inactive=20m;`\r\n\r\nIt is using my value and the template value from puppet-nginx. How do I stop this happening? Is this a bug?", "title": "duplicating proxy_cache_path value", "type": "issue" }, { "action": "created", "author": "beezly", "comment_id": 362544600, "datetime": 1517566387000, "masked_author": "username_1", "text": "From the template code:\r\n\r\n```<% elsif @proxy_cache_path -%>\r\n proxy_cache_path <%= @proxy_cache_path %> levels=<%= @proxy_cache_levels %> keys_zone=<%= @proxy_cache_keys_zone %> max_size=<%= @proxy_cache_max_size %> inactive=<%= @proxy_cache_inactive -%>\r\n <%- if @proxy_use_temp_path %> use_temp_path=<%= @proxy_use_temp_path %><% end -%>\r\n <%- if @proxy_cache_loader_files %> loader_files=<%= @proxy_cache_loader_files %><% end -%>\r\n <%- if @proxy_cache_loader_sleep %> loader_sleep=<%= @proxy_cache_loader_sleep %><% end -%>\r\n <%- if @proxy_cache_loader_threshold %> loader_threshold=<%= @proxy_cache_loader_threshold %><% end -%>;```\r\n\r\nIt looks like proxy_cache_path is just expecting the path value (ie. `/var/nginx/cache` in your case) and then the other settings you have specified should be specified as separate parameters to the resource - `proxy_cache_levels`, `proxy_cache_keys_zone`, `proxy_cache_max_size`, `proxy_cache_inactive`.\r\n\r\nTry using:\r\n\r\n```\r\nclass{'nginx': \r\n manage_repo => true,\r\n package_source => 'nginx-mainline',\r\n proxy_cache_path => '/var/nginx/cache',\r\n proxy_cache_levels='1',\r\n proxy_cache_keys_zone='ctsCache:8m'\r\n proxy_cache_max_size='100m' \r\n proxy_cache_inactive='1h',\r\n}\r\n```", "title": null, "type": "comment" } ]
2
2
1,779
false
false
1,779
false
chefspec/chefspec
chefspec
176,475,138
751
null
[ { "action": "opened", "author": "dwmarshall", "comment_id": null, "datetime": 1473711915000, "masked_author": "username_0", "text": "chefspec regards the target of a notification in a guarded resource as having been notified. See 878b562c5b80933fcecbaec1f0421dda0ded0617 for a demonstration. Unfortunately, I don't have the chefspec-fu needed to propose a fix, sorry.", "title": "Problem with Guarded Notifications", "type": "issue" }, { "action": "created", "author": "jeffbyrnes", "comment_id": 304120626, "datetime": 1495745440000, "masked_author": "username_1", "text": "@username_0 I realize this question is from ages ago, but I dealt with this behavior, so maybe I can help. Chef regards a notification as overriding any guard, based on my anecdotal experience.\r\n\r\nI had to change how I handled certain resources as a result of this; I had assumed that a guard would “win out” over a notification or subscription.", "title": null, "type": "comment" } ]
2
2
579
false
false
579
true
bptlab/chimera
bptlab
220,887,009
18
null
[ { "action": "opened", "author": "marhew", "comment_id": null, "datetime": 1491901997000, "masked_author": "username_0", "text": "As a case worker I want a usable and intuitive UI to get my work done.\r\n\r\nBecause Chimera supports multiple data objects of the same class being present in one case, e.g. several students in one seminar, users have to select which data object an activity operates on when they begin this activity. However, if there is only one data object available, the user should not see the selection arrow.\r\n\r\n**Acceptance criteria**\r\n- exists case model to demonstrate this feature\r\n- explanatory text in the selection modal: \"Select the data object on which to operate. The following data objects are available:\" if there are several data objects\r\n- directly begin activity, if only one data object available", "title": "no selection of data object in frontend if there is only 1 available", "type": "issue" } ]
1
1
699
false
false
699
false
PhilJay/MPAndroidChart
null
327,601,707
4,071
null
[ { "action": "opened", "author": "SanBeHappy", "comment_id": null, "datetime": 1527664412000, "masked_author": "username_0", "text": "<!---\r\nBEFORE YOU SUBMIT please read the following:\r\n\r\nPlease search open/closed issues before submitting since someone might have asked the same thing before!\r\n\r\nIf you have a support request or question please submit them on StackOverflow:\r\n https://stackoverflow.com/questions/tagged/mpandroidchart\r\nusing the tags `android` & `mpandroidchart`\r\n\r\nPlease also look at the CONTRIBUTING file before opening an issue:\r\n https://github.com/PhilJay/MPAndroidChart/blob/master/CONTRIBUTING.md\r\n\r\nIssues on GitHub are only related to problems with MPAndroidChart itself and we cannot answer\r\nsupport questions here. We will close your issue without a response.\r\n-->\r\n\r\n**Summary**\r\n<!-- A clear and concise description of what the bug is. -->\r\n\r\n**Expected Behavior**\r\n<!-- A clear and concise description of what you expected to happen. -->\r\n\r\n**Possible Solution**\r\n<!-- Not required, but suggest a fix/ reason for the bug, -->\r\n<!-- or ideas how to implement the addition or change -->\r\n\r\n**Device (please complete the following information):**\r\n - Device: [e.g. Google Pixel]\r\n - Android Version [e.g. 7.0]\r\n - Library Version (e.g. 3.0.3)\r\n\r\n**Additional Context**\r\n<!-- Add any other context about the problem here.\r\nIf you have source code demonstrating this bug, create a Gist: \r\n https://help.github.com/articles/creating-gists/\r\nand link to it here. -->", "title": "使用HorizontalBarChart添加数据时 只要超过100条 柱子上的顶点值就不显示了", "type": "issue" }, { "action": "closed", "author": "SanBeHappy", "comment_id": null, "datetime": 1527664501000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
1,361
false
false
1,361
false
howtohireme/give-me-poc
howtohireme
333,830,996
229
{ "number": 229, "repo": "give-me-poc", "user_login": "howtohireme" }
[ { "action": "opened", "author": "reabiliti", "comment_id": null, "datetime": 1529440909000, "masked_author": "username_0", "text": "https://github.com/howtohireme/give-me-poc/issues/135\r\n\r\n### Description\r\n\r\nEnsure that we don't explicitly check user roles\r\n\r\n### Testing steps\r\n\r\n\r\n### Features PR url\r\n\r\n### Checklist\r\n\r\nMake sure that all steps a checked before merge\r\n\r\n- [x] RSpec tests are passing on CI\r\n- [ ] Cucumber features are passing localy\r\n- [x] `bin/cop -a` does not return any warnings\r\n- [x] Tested manually\r\n\r\n### Screenshots", "title": "(#135) replace has_role? of policy", "type": "issue" } ]
2
2
789
false
true
412
false
sdss/marvin
sdss
299,043,719
352
null
[ { "action": "opened", "author": "havok2063", "comment_id": null, "datetime": 1519231411000, "masked_author": "username_0", "text": "Kate \r\nTools - mapplot\r\nCustom mask (running 4th example in ​http://sdss-marvin.readthedocs.io/en/stable/utils/plot-map.html?highlight=mapplot) produces a completely masked plot, does not match expected example when using MPL-6. Works as expected in MPL-5 (although plot does not exactly match the example)", "title": "doc example galaxy no longer works in mpl-6", "type": "issue" }, { "action": "created", "author": "bretthandrews", "comment_id": 367820913, "datetime": 1519333326000, "masked_author": "username_1", "text": "@katerowlands Can you copy and paste the code that wouldn't work, so I can reproduce this bug?", "title": null, "type": "comment" }, { "action": "created", "author": "KateRowlands", "comment_id": 367824418, "datetime": 1519334116000, "masked_author": "username_2", "text": "from marvin.tools.maps import Maps\r\n\r\nmaps = Maps(plateifu='8485-1901')\r\nha = maps['emline_gflux_ha_6564']\r\n\r\nmasks, __, __ = maps.get_bpt(show_plot=False)\r\n\r\n# Create a bitmask for non-star-forming spaxels by taking the\r\n# complement (`~`) of the BPT global star-forming mask (where True == star-forming)\r\n# and mark those spaxels as \"DONOTUSE\".\r\nmask_non_sf = ~masks['sf']['global'] * ha.pixmask.labels_to_value('DONOTUSE')\r\n\r\n# Do a bitwise OR between DAP mask and non-star-forming mask.\r\nmask = ha.mask | mask_non_sf\r\nfig, ax = mapplot.plot(dapmap=ha, mask=mask) # == ha.plot(mask=mask)", "title": null, "type": "comment" }, { "action": "created", "author": "KateRowlands", "comment_id": 367824822, "datetime": 1519334203000, "masked_author": "username_2", "text": "maps = Maps(plateifu='8485-1901')\r\nha = maps['emline_gflux_ha_6564']\r\n\r\n# get a mask\r\nmasks, fig, axes = maps.get_bpt()\r\n\r\n# get the spaxel x, y coordinates of our star-forming spaxels\r\nimport numpy as np\r\ny, x = np.where(masks['sf']['global'])\r\nprint(y)\r\nprint(x)\r\n\r\n# alternatively, if you want a list of coordinate pairs of [y, x]\r\ncoordlist = np.asarray(np.where(masks['sf']['global'])).T.tolist()\r\nprint(coordlist[0:2])\r\n\r\n# using the star-forming HaEW selection from before\r\nprint(sfewha)\r\n\r\n# Let's verify this, by looking at the individual spaxel values\r\n# Since numpy.where returns Numpy 0-based indices, we select spaxels using bracket notation [x, y]\r\n\r\n# let's check the first one y=13, x=16.\r\nspaxel = maps[x[0], y[0]]\r\nspaxel.emline_gew_ha_6564\r\n\r\n# the value property matches the first element in our sfewha array.\r\n# Let's check the 2nd one at y=16, x=16\r\nspaxel = maps[x[1], y[1]]\r\n\r\n\r\n[]\r\n[]\r\n[]\r\n---------------------------------------------------------------------------\r\nNameError Traceback (most recent call last)\r\n<ipython-input-8-0d555c98ae1d> in <module>()\r\n 13 \r\n 14 # using the star-forming HaEW selection from before\r\n---> 15 print(sfewha)\r\n 16 \r\n 17 # Let's verify this, by looking at the individual spaxel values\r\n\r\nNameError: name 'sfewha' is not defined", "title": null, "type": "comment" }, { "action": "created", "author": "KateRowlands", "comment_id": 367824994, "datetime": 1519334240000, "masked_author": "username_2", "text": "The [NII] BPT plot for the second example also looks weird, I'm guessing there is a SNR issue with [NII] or Halpha.", "title": null, "type": "comment" }, { "action": "created", "author": "bretthandrews", "comment_id": 367892593, "datetime": 1519353713000, "masked_author": "username_1", "text": "I'm having trouble reproducing your blank plot. Running the code in the first comment (plus an additional import):\r\n```\r\nfrom marvin.tools.maps import Maps\r\nimport marvin.utils.plot.map as mapplot\r\nmaps = Maps(plateifu='8485-1901')\r\nha = maps['emline_gflux_ha_6564']\r\nmasks, __, __ = maps.get_bpt(show_plot=False)\r\nmask_non_sf = ~masks['sf']['global'] * ha.pixmask.labels_to_value('DONOTUSE')\r\nfig, ax = mapplot.plot(dapmap=ha, mask=mask)\r\n```\r\ngenerates this plot:\r\n![mask_ha](https://user-images.githubusercontent.com/12723826/36565115-81ba5a84-17ed-11e8-9b2e-719455875554.png)\r\n\r\nThe error in the second comment is caused by not running a few lines from earlier in the web page.\r\n```\r\nimport numpy as np\r\nfrom marvin.tools.maps import Maps\r\nmaps = Maps(plateifu='8485-1901')\r\nha = maps['emline_gflux_ha_6564']\r\nmasks, fig, axes = maps.get_bpt()\r\ny, x = np.where(masks['sf']['global'])\r\nprint(y)\r\nprint(x)\r\ncoordlist = np.asarray(np.where(masks['sf']['global'])).T.tolist()\r\nprint(coordlist[0:2])\r\n\r\n# added these lines\r\nhaew = maps.getMap('emline_sew', channel='ha_6564') \r\nsfewha = haew.value[masks['sf']['global']]\r\n\r\nprint(sfewha)\r\n\r\nspaxel = maps[x[0], y[0]]\r\nspaxel.emline_gew_ha_6564\r\nspaxel = maps[x[1], y[1]]\r\n```\r\nand it produces this plot for me:\r\n![bpt](https://user-images.githubusercontent.com/12723826/36575464-18701f6a-1819-11e8-9d1a-fdcc8f0af928.png)", "title": null, "type": "comment" }, { "action": "created", "author": "KateRowlands", "comment_id": 368039992, "datetime": 1519399532000, "masked_author": "username_2", "text": "Hi Brett,\r\n\r\nThere is a link missing from the first block of code, should be:\r\n\r\nfrom marvin.tools.maps import Maps\r\nimport marvin.utils.plot.map as mapplot\r\n\r\nmaps = Maps(plateifu='8485-1901')\r\nha = maps['emline_gflux_ha_6564']\r\nmasks, __, __ = maps.get_bpt(show_plot=False)\r\nmask_non_sf = ~masks['sf']['global'] * ha.pixmask.labels_to_value('DONOTUSE')\r\nmask = ha.mask | mask_non_sf\r\nfig, ax = mapplot.plot(dapmap=ha, mask=mask)\r\n\r\nProduces:\r\n![screen shot 2018-02-23 at 10 22 55 am](https://user-images.githubusercontent.com/12090407/36601685-b9c73f6e-1883-11e8-9897-a38b7c486dc1.png)\r\n\r\nAlso, I'm using MPL-6, if I use MPL-5 then I get:\r\n![screen shot 2018-02-23 at 10 25 06 am](https://user-images.githubusercontent.com/12090407/36601735-dec06c5a-1883-11e8-9473-b806a57c48df.png)", "title": null, "type": "comment" }, { "action": "created", "author": "KateRowlands", "comment_id": 368043312, "datetime": 1519400212000, "masked_author": "username_2", "text": "For the 2nd example, apologies I missed the first part of the example If I run:\r\n\r\nimport numpy as np\r\nfrom marvin.tools.maps import Maps\r\n\r\nmaps = Maps(plateifu='8485-1901')\r\n\r\nmasks, fig, axes = maps.get_bpt()\r\n\r\nhaew = maps.getMap('emline_sew', channel='ha_6564')\r\nprint(haew)\r\n\r\nsfewha = haew.value[masks['sf']['global']]\r\nprint(sfewha)\r\n\r\ny, x = np.where(masks['sf']['global'])\r\nprint(y)\r\nprint(x)\r\n\r\ncoordlist = np.asarray(np.where(masks['sf']['global'])).T.tolist()\r\nprint(coordlist[0:2])\r\n\r\nprint(sfewha)\r\n\r\nspaxel = maps[x[0], y[0]]\r\nspaxel.emline_gew_ha_6564\r\n\r\nspaxel = maps[x[1], y[1]]\r\n\r\nI get \r\n![screen shot 2018-02-23 at 10 34 26 am](https://user-images.githubusercontent.com/12090407/36602110-2a2dbc14-1885-11e8-8f46-169f9da29cb6.png)\r\n\r\n[[0. 0. 0. ... 0. 0. 0.]\r\n [0. 0. 0. ... 0. 0. 0.]\r\n [0. 0. 0. ... 0. 0. 0.]\r\n ...\r\n [0. 0. 0. ... 0. 0. 0.]\r\n [0. 0. 0. ... 0. 0. 0.]\r\n [0. 0. 0. ... 0. 0. 0.]] Angstrom\r\n[]\r\n[]\r\n[]\r\n[]\r\n[]\r\n---------------------------------------------------------------------------\r\nIndexError Traceback (most recent call last)\r\n<ipython-input-4-1cf21d32fd14> in <module>()\r\n 21 print(sfewha)\r\n 22 \r\n---> 23 spaxel = maps[x[0], y[0]]\r\n 24 spaxel.emline_gew_ha_6564\r\n 25 \r\n\r\nIndexError: index 0 is out of bounds for axis 0 with size 0\r\n\r\n This is because there are no global star-forming spaxels in this galaxy (again using MPL-6).", "title": null, "type": "comment" }, { "action": "created", "author": "bretthandrews", "comment_id": 368637706, "datetime": 1519676644000, "masked_author": "username_1", "text": "The underlying bug causing this issue was a typo in the MPL-6 datamodel. It is fixed by 39c1244f702858cd22aa3316a731866c84c0657a.", "title": null, "type": "comment" }, { "action": "closed", "author": "bretthandrews", "comment_id": null, "datetime": 1519676644000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "reopened", "author": "bretthandrews", "comment_id": null, "datetime": 1519682359000, "masked_author": "username_1", "text": "Kate \r\nTools - mapplot\r\nCustom mask (running 4th example in ​http://sdss-marvin.readthedocs.io/en/stable/utils/plot-map.html?highlight=mapplot) produces a completely masked plot, does not match expected example when using MPL-6. Works as expected in MPL-5 (although plot does not exactly match the example)", "title": "doc example galaxy in mapplot no longer works in mpl-6", "type": "issue" }, { "action": "created", "author": "bretthandrews", "comment_id": 368665750, "datetime": 1519682359000, "masked_author": "username_1", "text": "Why was this issue not raised in testing suite?", "title": null, "type": "comment" }, { "action": "closed", "author": "bretthandrews", "comment_id": null, "datetime": 1519851725000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
13
6,492
false
false
6,492
false
nestjs/nest
nestjs
322,537,486
669
null
[ { "action": "opened", "author": "matheusdavidson", "comment_id": null, "datetime": 1526154044000, "masked_author": "username_0", "text": "<!--\r\nPLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.\r\n\r\nISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.\r\n-->\r\n\r\n## I'm submitting a...\r\n<!-- \r\nPlease search GitHub for a similar issue or PR before submitting.\r\nCheck one of the following options wusername_2 \"x\" -->\r\n<pre><code>\r\n[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->\r\n[x ] Bug report\r\n[ ] Feature request\r\n[ ] Documentation issue or request\r\n[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.\r\n</code></pre>\r\n\r\n## Current behavior\r\nvscode shows an error when adding a provider to a module:\r\n```\r\nts]\r\nArgument of type '{ providers: { provide: string; useFactory: () => Promise<any>; }[][]; exports: { provide: string...' is not assignable to parameter of type 'ModuleMetadata'.\r\n Types of property 'providers' are incompatible.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[][]' is not assignable to type 'Provider[]'.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[]' is not assignable to type 'Provider'.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[]' is not assignable to type 'FactoryProvider'.\r\n Property 'provide' is missing in type '{ provide: string; useFactory: () => Promise<any>; }[]'.\r\n```\r\n\r\nThe app boots fine when ```npm start``` but vscode tells that something is wrong wusername_2 TS.\r\n\r\n## Expected behavior\r\nImport a provider to a module wusername_2out error\r\n\r\n\r\n## Minimal reproduction of the problem wusername_2 instructions\r\nI have generated a new app wusername_2 nest cli and took ```app.module.ts```, ```cats``` and ```database``` folder from this sample: https://gusername_2ub.com/nestjs/nest/tree/master/sample/14-mongoose-base .\r\n\r\nOpen ```cats.module.ts``` or ```database.module.ts``` in vscode and you should see the error.\r\n\r\n\r\n## Environment\r\n<pre>\r\n<code>\r\n[System Information]\r\nOS Version : macOS High Sierra\r\nNodeJS Version : v9.10.1\r\nNPM Version : 5.8.0\r\n[Nest Information]\r\nmicroservices version : 5.0.0-beta.6\r\nwebsockets version : 5.0.0-beta.6\r\nmongoose version : 3.0.1\r\ntesting version : 5.0.0-beta.6\r\ncommon version : 5.0.0-beta.6\r\ncore version : 5.0.0-beta.6\r\n</code></pre>", "title": "TS error on adding provider to a module", "type": "issue" }, { "action": "created", "author": "kamilmysliwiec", "comment_id": 388582025, "datetime": 1526158233000, "masked_author": "username_1", "text": "Have you tried updating to latest RC version? Tag @rc", "title": null, "type": "comment" }, { "action": "created", "author": "ith", "comment_id": 388705327, "datetime": 1526277504000, "masked_author": "username_2", "text": "@username_1 same issue wusername_2\r\n``` \"dependencies\": {\r\n \"@nestjs/common\": \"5.0.0\",\r\n \"@nestjs/core\": \"5.0.0\",\r\n \"@nestjs/swagger\": \"2.0.0\",\r\n \"@nestjs/typeorm\": \"3.0.0\",\r\n```\r\nAfter install wusername_2 @rc same error (version `5.0.0-rc.4`).\r\n\r\nNode version is: `v10.1.0`. Full error for one of the services (running perfectly fine `4.6.6`)\r\n```\r\nsrc/modules/config/config.module.ts(5,9): error TS2345: Argument of type '{ components: (typeof ConfigService)[]; providers: (typeof ConfigService)[]; }' is not assignable to parameter of type 'ModuleMetadata'.\r\n Types of property 'providers' are incompatible.\r\n Type '(typeof ConfigService)[]' is not assignable to type 'Provider[] | undefined'.\r\n Type '(typeof ConfigService)[]' is not assignable to type 'Provider[]'.\r\n Type 'typeof ConfigService' is not assignable to type 'Provider'.\r\n Type 'typeof ConfigService' is not assignable to type 'FactoryProvider'.\r\n Property 'provide' is missing in type 'typeof ConfigService'.\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "ith", "comment_id": 388707408, "datetime": 1526278297000, "masked_author": "username_2", "text": "Although above might by my error. Will check it out in the evening and get back to you.", "title": null, "type": "comment" }, { "action": "created", "author": "ith", "comment_id": 388716300, "datetime": 1526281300000, "masked_author": "username_2", "text": "Solved on my side. In my case one of providers had `private constructor(...)`. Don't ask why ;)\r\n\r\n@username_0 check if by any chance it's not the case in your code.", "title": null, "type": "comment" }, { "action": "created", "author": "matheusdavidson", "comment_id": 389390470, "datetime": 1526444728000, "masked_author": "username_0", "text": "@username_1, @username_2, upgrading to final V5 solves the problem, thank you.", "title": null, "type": "comment" }, { "action": "closed", "author": "matheusdavidson", "comment_id": null, "datetime": 1526444728000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "matheusdavidson", "comment_id": 389637575, "datetime": 1526498876000, "masked_author": "username_0", "text": "Actually this still happens wusername_2 V5.\r\n\r\nIf you take the 14 sample folders and put in a new app wusername_2 v5, you'll get errors when importing the providers.\r\n\r\nI was able to use injecting the provider directly into the module, but not so good because i can't have separate providers to inject into modules.", "title": null, "type": "comment" }, { "action": "reopened", "author": "matheusdavidson", "comment_id": null, "datetime": 1526498886000, "masked_author": "username_0", "text": "<!--\r\nPLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.\r\n\r\nISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.\r\n-->\r\n\r\n## I'm submitting a...\r\n<!-- \r\nPlease search GitHub for a similar issue or PR before submitting.\r\nCheck one of the following options wusername_2 \"x\" -->\r\n<pre><code>\r\n[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->\r\n[x ] Bug report\r\n[ ] Feature request\r\n[ ] Documentation issue or request\r\n[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.\r\n</code></pre>\r\n\r\n## Current behavior\r\nvscode shows an error when adding a provider to a module:\r\n```\r\nts]\r\nArgument of type '{ providers: { provide: string; useFactory: () => Promise<any>; }[][]; exports: { provide: string...' is not assignable to parameter of type 'ModuleMetadata'.\r\n Types of property 'providers' are incompatible.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[][]' is not assignable to type 'Provider[]'.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[]' is not assignable to type 'Provider'.\r\n Type '{ provide: string; useFactory: () => Promise<any>; }[]' is not assignable to type 'FactoryProvider'.\r\n Property 'provide' is missing in type '{ provide: string; useFactory: () => Promise<any>; }[]'.\r\n```\r\n\r\nThe app boots fine when ```npm start``` but vscode tells that something is wrong wusername_2 TS.\r\n\r\n## Expected behavior\r\nImport a provider to a module wusername_2out error\r\n\r\n\r\n## Minimal reproduction of the problem wusername_2 instructions\r\nI have generated a new app wusername_2 nest cli and took ```app.module.ts```, ```cats``` and ```database``` folder from this sample: https://gusername_2ub.com/nestjs/nest/tree/master/sample/14-mongoose-base .\r\n\r\nOpen ```cats.module.ts``` or ```database.module.ts``` in vscode and you should see the error.\r\n\r\n\r\n## Environment\r\n<pre>\r\n<code>\r\n[System Information]\r\nOS Version : macOS High Sierra\r\nNodeJS Version : v9.10.1\r\nNPM Version : 5.8.0\r\n[Nest Information]\r\nmicroservices version : 5.0.0-beta.6\r\nwebsockets version : 5.0.0-beta.6\r\nmongoose version : 3.0.1\r\ntesting version : 5.0.0-beta.6\r\ncommon version : 5.0.0-beta.6\r\ncore version : 5.0.0-beta.6\r\n</code></pre>", "title": "TS error on adding provider to a module", "type": "issue" }, { "action": "created", "author": "kamilmysliwiec", "comment_id": 390470458, "datetime": 1526810961000, "masked_author": "username_1", "text": "@username_0 honestly, I don't understand what do you mean. I took 14 sample app and everything is working fine, 0 compilation errors, no warnings.", "title": null, "type": "comment" }, { "action": "closed", "author": "kamilmysliwiec", "comment_id": null, "datetime": 1527084416000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "alxizr", "comment_id": 524992396, "datetime": 1566857770000, "masked_author": "username_3", "text": "I am having the same issue. Was this issue solved ? \r\n\r\n\r\n[System Information]\r\nOS Version : Windows 10\r\nNodeJS Version : v12.0.0\r\nNPM Version : 6.9.0\r\n\r\n[Nest Information]\r\nplatform-express version : 6.5.3\r\ncommon version : 6.5.3\r\ncore version : 6.5.3\r\n\r\ni took example 14 and did 2 things:\r\n#1 - changed mongodb database url\r\n#2 - created a User entity just as the Cat entity wusername_2 its own module, provider, interface, dto, shema, controller and service.\r\n\r\nin the app module file imported the user module in the imports array.\r\nin the user module file imported the database module in the imports array wusername_2 rest operator (...) and this is the place where the error occurs.", "title": null, "type": "comment" } ]
5
13
7,326
false
true
7,177
true
SharePoint/office365-cli
SharePoint
277,886,952
82
{ "number": 82, "repo": "office365-cli", "user_login": "SharePoint" }
[ { "action": "opened", "author": "waldekmastykarz", "comment_id": null, "datetime": 1511985561000, "masked_author": "username_0", "text": "Refactored 'spo storageentity set' to use the getRequestDigest helper solving #80", "title": "Refactored 'spo storageentity set' to use the getRequestDigest helper solving #80", "type": "issue" }, { "action": "created", "author": "waldekmastykarz", "comment_id": 348562252, "datetime": 1512150673000, "masked_author": "username_0", "text": "Merged manually", "title": null, "type": "comment" } ]
2
3
422
false
true
96
false
go-vgo/robotgo
go-vgo
222,402,049
56
{ "number": 56, "repo": "robotgo", "user_login": "go-vgo" }
[ { "action": "opened", "author": "aep", "comment_id": null, "datetime": 1492518924000, "masked_author": "username_0", "text": "current code sets a default DISPLAY, so the block trying the users env is never called.\r\nI removed the default and added it back as fallback, because that appears to be its original intent.", "title": "respect DISPLAY on linux", "type": "issue" }, { "action": "created", "author": "Dexus", "comment_id": 891825546, "datetime": 1627995515000, "masked_author": "username_1", "text": "Can this PR closed if not will be merged?", "title": null, "type": "comment" } ]
2
2
231
false
false
231
false
stealjs/steal
stealjs
346,664,851
1,455
{ "number": 1455, "repo": "steal", "user_login": "stealjs" }
[ { "action": "opened", "author": "bmomberger-bitovi", "comment_id": null, "datetime": 1533139388000, "masked_author": "username_0", "text": "Chrome 68 is letting some extensions add their script tags to the DOM before synchronous scripts are run. This breaks old Steal's expectation that the Steal script tag is the last script currently in the DOM. This PR takes the more reliable getStealScript() function from the latest Steal and adapts it to 0.16 (no Electron check, otherwise the same).\r\n\r\n<!--\r\nThanks for your contribution!\r\n\r\nPlease make sure your pull request (PR) includes documentation and/or test updates.\r\n\r\nIn this PR description, please include a link to the issue(s) your PR addresses. If you include the issue number(s) in your commit(s), GitHub can automatically close the original issue(s): https://help.github.com/articles/closing-issues-via-commit-messages/\r\n\r\nIf applicable, please include a screenshot or gif to demonstrate your change. This makes it easier for reviewers to verify that it works for them. You can use LICEcap to make a gif: http://www.cockos.com/licecap/\r\n-->", "title": "Backport getStealScript() from steal 2.x to fix Chrome 68 extension script issue", "type": "issue" }, { "action": "created", "author": "matthewp", "comment_id": 409643560, "datetime": 1533142244000, "masked_author": "username_1", "text": "👍 lgtm", "title": null, "type": "comment" } ]
2
2
967
false
false
967
false
jenkinsci/jenkins
jenkinsci
285,539,179
3,212
{ "number": 3212, "repo": "jenkins", "user_login": "jenkinsci" }
[ { "action": "opened", "author": "oleg-nenashev", "comment_id": null, "datetime": 1514927705000, "masked_author": "username_0", "text": "See [JENKINS-48761](https://issues.jenkins-ci.org/browse/JENKINS-48761).\r\n\r\nThis change reverts new API usages in #3145 and some other places. I made a mistake with this APIs, and my action item is to create a unit test which verifies that the master is at least able to establish connection with an agent with old Remoting version.\r\n\r\n<!-- Comment: \r\nIf the issue is not fully described in the ticket, add more information here (justification, pull request links, etc.).\r\n\r\n * We do not require JIRA issues for minor improvements.\r\n * Bugfixes should have a JIRA issue (backporting process).\r\n * Major new features should have a JIRA issue reference.\r\n-->\r\n\r\n### Proposed changelog entries\r\n\r\n* Major bug: Restore binary compatibility of Jenkins core logic with old Remoting versions to allow connecting old agents (regression in 2.98)\r\n* ...\r\n\r\n<!-- Comment: \r\nThe changelogs will be integrated by the core maintainers after the merge. See the changelog examples here: https://jenkins.io/changelog/ -->\r\n\r\n### Submitter checklist\r\n\r\n- [x] JIRA issue is well described\r\n- [x] Changelog entry appropriate for the audience affected by the change (users or developer, depending on the change). [Examples](https://github.com/jenkins-infra/jenkins.io/blob/master/content/_data/changelogs/weekly.yml)\r\n * Use the `Internal: ` prefix if the change has no user-visible impact (API, test frameworks, etc.)\r\n- [ ] Appropriate autotests or explanation to why this change has no tests\r\n- [x] For dependency updates: links to external changelogs and, if possible, full diffs\r\n\r\n<!-- For new API and extension points: Link to the reference implementation in open-source (or example in Javadoc) -->\r\n\r\n### Desired reviewers\r\n\r\n@reviewbybees @username_1 \r\n\r\n<!-- Comment:\r\nIf you need an accelerated review process by the community (e.g., for critical bugs), mention @jenkinsci/code-reviewers\r\n-->", "title": "[JENKINS-48761] - Restore binary compatibility with agents running old Remoting versions", "type": "issue" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 354879423, "datetime": 1514928402000, "masked_author": "username_0", "text": "The current code will run on Remoting agents 3.0+ at least, likely on even older ones", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 354885296, "datetime": 1514930065000, "masked_author": "username_0", "text": "I could write a FindBugs detector for that, but it's hard do guarantee full\ncoverage. Maybe we should start from playing with createOnlineSlave() for\nold Remoting versions and duplicate some tests", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 354898627, "datetime": 1514934105000, "masked_author": "username_0", "text": "@jenkinsci/code-reviewers does it deserve an out-of-order release? I'd guess so, but maybe it makes sense to take another day for test automation, etc.", "title": null, "type": "comment" }, { "action": "created", "author": "jglick", "comment_id": 354900466, "datetime": 1514934764000, "masked_author": "username_1", "text": "I am not sure. It only affects people running old agent versions. If they are going to bother updating core to get an out-of-order release, maybe they could just as easily update their agent. No strong opinion.", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 354956628, "datetime": 1514967465000, "masked_author": "username_0", "text": "Let's see. But we do not run ATH before weeklies now", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355005379, "datetime": 1514984076000, "masked_author": "username_0", "text": "@username_1 After some consideration I decided to write a test without Docker containers. It required doing some foundation work for [JENKINS-48766](https://issues.jenkins-ci.org/browse/JENKINS-48766), but I think we need to do it anyway.", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355009256, "datetime": 1514985354000, "masked_author": "username_0", "text": "@reviewbybees Needs re-reviews (mostly tests and Restricted logic in the core for enabling such kind of tests)", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355112418, "datetime": 1515009868000, "masked_author": "username_0", "text": "@username_1 addressed some comments. One biggest open question is `RemotingVersionInfo`. You propose to make the checks stricter and to throw exceptions on initialization errors. I kinda agree with that, but I propose to postpone it and to handle it in https://issues.jenkins-ci.org/browse/JENKINS-48766 while making the API public. \r\n\r\nNow it's used only for tests, and I would prefer to keep it permissive in order to avoid new regressions.", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355138521, "datetime": 1515016504000, "masked_author": "username_0", "text": "@reviewbybees done\r\n@jenkinsci/code-reviewers I kindly ask for approval to got forward with merge and out-of-order release. Community stats are bad due to that regression:\r\n\r\n![screen shot 2018-01-03 at 19 24 19](https://user-images.githubusercontent.com/3000480/34541586-19b5037a-f0d9-11e7-9889-f40bee703c8c.png)", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355147295, "datetime": 1515018952000, "masked_author": "username_0", "text": "Merging it, this change will unlikely make the situation worse", "title": null, "type": "comment" }, { "action": "created", "author": "oleg-nenashev", "comment_id": 355150226, "datetime": 1515019842000, "masked_author": "username_0", "text": "Retrospective thread: https://groups.google.com/forum/#!topic/jenkinsci-dev/-VQ5YU0yYhg", "title": null, "type": "comment" } ]
2
12
3,822
false
false
3,822
true
sevlyar/go-daemon
null
332,457,237
42
null
[ { "action": "opened", "author": "sttyru", "comment_id": null, "datetime": 1528990750000, "masked_author": "username_0", "text": "Hello!\r\n\r\n**Thanks for awesome package!** Can I ask you for share of an detailed example with the implementation of \"fork-trick\"? I'm writing yet another HTTP-server and I need to run listener from another user and group. I'd found of your explanation but I haven't enough expirience in Golang for writing of the code.\r\n\r\nThanks for advice!", "title": "Need for an example (fork-trick)", "type": "issue" }, { "action": "closed", "author": "sevlyar", "comment_id": null, "datetime": 1556976156000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "sevlyar", "comment_id": 489326704, "datetime": 1556976156000, "masked_author": "username_1", "text": "Hello @username_0, please see the example: https://github.com/username_1/go-daemon/blob/master/examples/cmd/gd-simple/simple.go", "title": null, "type": "comment" } ]
2
3
460
false
false
460
true
openmhealth/shimmer
openmhealth
285,690,874
102
null
[ { "action": "opened", "author": "olivierbufalini", "comment_id": null, "datetime": 1514987035000, "masked_author": "username_0", "text": "in the Mongo DB seems like in the collection authorizationRequestParameters isAuthorized is always set to false, is it normal? \r\n\r\nAlso it seems like after sometimes the record get removed from the collection accessParameters is that related ? is there something that removes the records in that collection after say 24hours if the isAuthorized is set to false ?", "title": "authorizationRequestParameters isAuthorized flag", "type": "issue" }, { "action": "created", "author": "emersonf", "comment_id": 355598944, "datetime": 1515169770000, "masked_author": "username_1", "text": "`isAuthorized` is a transient DTO field from ages ago that made its way into the persistence model. It should get removed.\r\n\r\nThe reason accessParameters documents are sometimes deleted is that's how Spring Security OAuth 2.0 works when an access token expires and a refresh is going to be initiated. The problem is that if the refresh fails, the refresh token is gone too. I'm not sure how well SS O2 is being maintained, I've been looking into alternatives.", "title": null, "type": "comment" }, { "action": "created", "author": "olivierbufalini", "comment_id": 355601761, "datetime": 1515170409000, "masked_author": "username_0", "text": "Ok I see, when does the refresh is initiated ? when a new request is made and the token has expired ?", "title": null, "type": "comment" } ]
2
3
922
false
false
922
false
scalaz/scalaz-zio
scalaz
350,940,339
186
null
[ { "action": "opened", "author": "jdegoes", "comment_id": null, "datetime": 1534362251000, "masked_author": "username_0", "text": "", "title": "Add documentation and examples on ZIO microsite for Queue", "type": "issue" }, { "action": "created", "author": "ghostdogpr", "comment_id": 423860688, "datetime": 1537750327000, "masked_author": "username_1", "text": "I'll work on this one.", "title": null, "type": "comment" }, { "action": "created", "author": "dandxy89", "comment_id": 423900976, "datetime": 1537776292000, "masked_author": "username_2", "text": "Here is a good example @username_1 - [Elevator System](https://github.com/wi101/elevator-system/blob/master/src/main/scala/com/elevator/ElevatorSystem.scala)", "title": null, "type": "comment" }, { "action": "closed", "author": "jdegoes", "comment_id": null, "datetime": 1541985605000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
3
4
179
false
false
179
true
tracee/tracee
tracee
165,991,875
158
{ "number": 158, "repo": "tracee", "user_login": "tracee" }
[ { "action": "opened", "author": "SvenBunge", "comment_id": null, "datetime": 1468784168000, "masked_author": "username_0", "text": "The alpha1 of [Apache HttpComponents 5](https://hc.apache.org/httpcomponents-client-5.0.x/index.html) has been released in January 2016. The new version of the library has a new package structure and a different maven identifier so our module for httpcomponents 4 doesn't fit.\r\n\r\nWDYT?", "title": "add new module for httpcomponents 5", "type": "issue" }, { "action": "created", "author": "danielwegener", "comment_id": 233243063, "datetime": 1468823322000, "masked_author": "username_1", "text": "Agreed, that makes sense.", "title": null, "type": "comment" }, { "action": "created", "author": "SvenBunge", "comment_id": 233246313, "datetime": 1468824734000, "masked_author": "username_0", "text": "Feel free to merge the PR. I think it's complete.", "title": null, "type": "comment" }, { "action": "created", "author": "danielwegener", "comment_id": 236394411, "datetime": 1469919319000, "masked_author": "username_1", "text": "LGTM", "title": null, "type": "comment" } ]
2
4
363
false
false
363
false
GoogleChrome/lighthouse
GoogleChrome
314,365,928
4,971
null
[ { "action": "opened", "author": "javajawa", "comment_id": null, "datetime": 1523743649000, "masked_author": "username_0", "text": "When running a full audit of an essentially static site, I discovered that the Performance Audits fail on a number of tests based on the fact that the captured log is not more than 5 seconds longer than the First Meaningful Paint.\r\n\r\nThe items that are failing are:\r\n - First Interactive\r\n - Consistently Interactive\r\n - Offscreen Images\r\n\r\nYou can see a comparison of my manual 3G request on the network tab and the Lighthourse result: ![lighthouse-result](https://user-images.githubusercontent.com/653482/38772847-ded02ec8-402f-11e8-8b26-eb98da1d31e8.png). \r\n\r\nAdditionally, it appears that it is impossible to get a First Meaning Paint value below 1,250ms -- I consistently get that result for static pages, regardless of their size or components, and this value is much higher than apparant load time in the network tab, or on a device.\r\n\r\nThese tests were performed with Google Chrome Version 65.0.3325.181 (Official Build) (64-bit), Lighthouse 2.8.0 on Windows 7", "title": "Performance Audits gives nonsensical responses when no JS/Images present.", "type": "issue" }, { "action": "created", "author": "patrickhulce", "comment_id": 381665766, "datetime": 1523896136000, "masked_author": "username_1", "text": "Thanks for reporting @username_0! Do you have a public URL where this is reproducible? We've seen a few cases of the 5 seconds issue, but those were some time ago and believed to have been fixed. It'd be great to have a test bed. The minimum FMP value you're seeing is likely a result of the network throttling. The default 3G throttling profile applies ~500+ms of latency to each network request, so for a page that requires 2 resources, the minimum time would be about ~1s.\r\n\r\nYou can run without network throttling by using Chrome Canary or the CLI with `--disable-network-throttling`", "title": null, "type": "comment" }, { "action": "created", "author": "javajawa", "comment_id": 381758213, "datetime": 1523914662000, "masked_author": "username_0", "text": "The page that exact test comes from is [1], and is consistently reproducible. \r\n\r\nConfusingly, two other pages on the same server pass. The first [2] is smaller, with no external resources at all; the second [3] has a very similar request profile, but more content.\r\n\r\nMy concern with the 1250 number is that it's both too round, and doesn't seem to match the capture timeline above it -- although, reviewing the underlying code, there is a delayed CSS load which would trigger a reflow, so maybe the actual issue is that it's not considering the pre-CSS state to be a meaningful paint?\r\n\r\n1. https://static.harcourtprogramming.co.uk/template-2018.html\r\n2. https://static.harcourtprogramming.co.uk/big-data.html\r\n3. https://blog.harcourtprogramming.co.uk", "title": null, "type": "comment" }, { "action": "created", "author": "javajawa", "comment_id": 381758636, "datetime": 1523914750000, "masked_author": "username_0", "text": "Oh, I should note that the \"big data\" one ([2] in my last) does show a meaningful paint value less than 1250, so at least I am now convinced that is possible.", "title": null, "type": "comment" }, { "action": "created", "author": "patrickhulce", "comment_id": 381786496, "datetime": 1523923117000, "masked_author": "username_1", "text": "Thanks for the additional data!\r\n\r\nI can assure you it definitely is possible to get less than 1250 :) but to explain what's going on here, your suspicion is correct. The extra forced layout when the CSS loads is being identified as the first meaningful paint even though it's clear from the screenshots that most people would label the first paint as the \"first meaningful\" one.\r\n\r\nLighthouse doesn't expect this sort of behavior from FMP either, which is why you see the other failures :) this should be fixed in v3 when we move to use FCP as the starting point for TTI.", "title": null, "type": "comment" } ]
2
5
3,037
false
false
3,037
true
ionic-team/stencil
ionic-team
331,210,493
845
null
[ { "action": "opened", "author": "joonaspi", "comment_id": null, "datetime": 1528726912000, "masked_author": "username_0", "text": "**Stencil version:**\r\n<!-- (run `npm list @stencil/core` from a terminal/cmd prompt and paste output below): -->\r\n```\r\n @stencil/core@0.9.1\r\n @ionic/core@4.0.0-alpha.7\r\n```\r\n\r\n**I'm submitting a:**\r\n<!-- (check one with \"x\") -->\r\n[X] bug report\r\n[ ] feature request\r\n[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com\r\n\r\n**Current behavior:**\r\n<!-- Describe how the bug manifests. -->\r\nI'm building a Web Components library using Stencil while importing Ionic/core to utilise many Ionic components & features inside my components. This component library I am then importing in my main Ionic project.\r\n\r\nWhen I started to use ionic/core and ion-inputs within Stencil components in the main Ionic project the ion-inputs seem to be rendered twice when used directly in the main Ionic project.\r\n\r\n**Expected behavior:**\r\n<!-- Describe what the behavior would be without the bug. -->\r\nIn Ionic project the ion-inputs should not be rendered twice if a Stencil made library is being imported\r\n\r\n**Steps to reproduce:**\r\n<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo\r\n-->\r\nDemo Web Components library using ionic/core: https://github.com/username_0/stencil-components-duplicate\r\nIonic project using above library with the bug in home page: https://github.com/username_0/ionic-using-stencil-bug\r\n\r\nRemove from index.html head \"<script src='assets/mycomponent.js'></script>\" to make the Ionic ion-input duplication bug disappear.\r\n\r\n<img width=\"550\" alt=\"screen shot 2018-06-11 at 17 13 14\" src=\"https://user-images.githubusercontent.com/3494646/41237117-6f0008cc-6d9b-11e8-995d-e3bede843c09.png\">\r\n\r\n**Related code:**\r\n\r\n```tsx\r\n// insert any relevant code here\r\n```\r\n\r\n**Other information:**\r\n<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->", "title": "Using ionic/core in Web Components causes parent Ionic project to render double ion-inputs", "type": "issue" }, { "action": "created", "author": "madelsan86", "comment_id": 396470515, "datetime": 1528781540000, "masked_author": "username_1", "text": "I am facing the same problem. Did you find a solution?", "title": null, "type": "comment" }, { "action": "created", "author": "jthoms1", "comment_id": 398152541, "datetime": 1529346861000, "masked_author": "username_2", "text": "Could you try updating to the latest Stencil `0.9.7`? I believe a fix occurred for this in 0.9.3.", "title": null, "type": "comment" }, { "action": "created", "author": "joonaspi", "comment_id": 398271338, "datetime": 1529382807000, "masked_author": "username_0", "text": "Thanks for the suggestion but it does not seem to help. Problem repos are updated with stencil/core 0.9.7:\r\nDemo Web Components library using ionic/core: https://github.com/username_0/stencil-components-duplicate\r\nIonic project using above library with the bug in home page: https://github.com/username_0/ionic-using-stencil-bug", "title": null, "type": "comment" }, { "action": "created", "author": "jthoms1", "comment_id": 398393003, "datetime": 1529413795000, "masked_author": "username_2", "text": "Thanks for testing this! I have added a bug tag and will need to create some karma tests to reproduce.", "title": null, "type": "comment" }, { "action": "created", "author": "bharathvit09", "comment_id": 401331139, "datetime": 1530272944000, "masked_author": "username_3", "text": "@username_2 Do you have any idea when this issue will get fixed? :)", "title": null, "type": "comment" } ]
4
6
2,692
false
false
2,692
true
coreos/go-etcd
coreos
259,984,007
250
{ "number": 250, "repo": "go-etcd", "user_login": "coreos" }
[ { "action": "opened", "author": "braddeicide", "comment_id": null, "datetime": 1506143235000, "masked_author": "username_0", "text": "This change:\r\nhttps://github.com/ugorji/go/commit/54210f4e076c57f351166f0ed60e67d3fca57a36\r\n\r\nCauses this during build:\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:242:27: too many arguments in call to r.Dec\r\n have ([]byte, bool, bool)\r\n want ([]byte, bool)\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:261:28: too many arguments in call to r.Dec\r\n have ([]byte, bool, bool)\r\n want ([]byte, bool)\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:326:26: too many arguments in call to r.Dec\r\n have ([]byte, bool, bool)\r\n want ([]byte, bool)\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:572:27: too many arguments in call to r.Dec\r\n have ([]byte, bool, bool)\r\n want ([]byte, bool)\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:1066:27: too many arguments in call to r.De\r\n have ([]byte, bool, bool)\r\n want ([]byte, bool)\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:1379:14: cannot assign 1 values to 2 variab\r\nsrc/github.com/coreos/go-etcd/etcd/response.generated.go:1494:21: cannot assign 1 values to 2 variab\r\n\r\nI've regenerated response.generated.go and now it compiles. I did this to allow to compilation of gliderlabs/registrator: https://github.com/gliderlabs/registrator/issues/591", "title": "Regenerate due to upstream changes", "type": "issue" }, { "action": "created", "author": "lucab", "comment_id": 331620090, "datetime": 1506155664000, "masked_author": "username_1", "text": "As the README says, this project has been deprecated since at least two years. If this is breaking any consumer, please migrate it to the [official client](https://github.com/coreos/etcd/tree/master/client) instead.", "title": null, "type": "comment" }, { "action": "created", "author": "juliangamble", "comment_id": 333288555, "datetime": 1506754089000, "masked_author": "username_2", "text": "This project is used by registrator. We'd like to make these changes - or at least add some doco for how to work around them.", "title": null, "type": "comment" }, { "action": "created", "author": "juliangamble", "comment_id": 333289122, "datetime": 1506754829000, "masked_author": "username_2", "text": "I agree that this is the better solution. If there is a desire for \"minimal change\" then the polite thing to do is to help your users with a workaround. Please see the pull request here: https://github.com/coreos/go-etcd/pull/251", "title": null, "type": "comment" } ]
3
4
1,901
false
false
1,901
false
libratbag/libratbag
libratbag
255,858,123
331
{ "number": 331, "repo": "libratbag", "user_login": "libratbag" }
[ { "action": "opened", "author": "bentiss", "comment_id": null, "datetime": 1504773428000, "masked_author": "username_0", "text": "Fixes both #280 and #122 (hopefully).\r\n\r\nThis is the first step required before we are finally able to write macros on the device.\r\nThe \"new\" memory API only allows full sectors to be read/written. This ensures we always write the crc and check for it.\r\n\r\nAlso, now we better detect if the device is using factory profiles or not (see #280).\r\n\r\nI still haven't yet implemented caching for the memory. This will be required for macros and to speed up a little bit the parsing of the device.\r\n\r\nPlease test!\r\n\r\nNote: I also quickly wrote a tool to reset the memory to 0x00. This is hopefully the factory default (can't remember if this is true or not).", "title": "hidpp20 memory rework", "type": "issue" }, { "action": "created", "author": "SonicFrog", "comment_id": 327798040, "datetime": 1504790676000, "masked_author": "username_1", "text": "I've done some quick testing. \r\nThis new memory model works fine with the G900 as far as I can tell.\r\nThere are still a few problems though:\r\n\r\n- It doesn't handle sector sizes that are not multiple of 16 (as the G603 has)\r\n- It fails to commit changes for the G502 as mentionned in #280 \r\n\r\nI have a fix in the works for the first of these, and I can see what's the problem exactly with the G502 next week.", "title": null, "type": "comment" }, { "action": "created", "author": "bentiss", "comment_id": 327810471, "datetime": 1504793253000, "masked_author": "username_0", "text": "If you happen to have access to a G502 in the stock factory settings, could you run `./build/hidpp20-dump-page /dev/hidrawX` with `hidrawX` being the hidraw node given from the dmesg?\r\n\r\nThis way, I can reflash the device into the factory default and test this.\r\n\r\nLocally, if I reset the memory to 0x00 with the new nuclear tool, it doesn't export the error on my G502.", "title": null, "type": "comment" }, { "action": "created", "author": "SonicFrog", "comment_id": 327816563, "datetime": 1504794477000, "masked_author": "username_1", "text": "Looks like the flash is already all zeroes. I attached the ROM dump, should be the factory defaults.\r\n[g502romdump.txt](https://github.com/libratbag/libratbag/files/1284993/g502romdump.txt)", "title": null, "type": "comment" }, { "action": "created", "author": "bentiss", "comment_id": 327821012, "datetime": 1504795345000, "masked_author": "username_0", "text": "Then in that case I do not understand what is going on. It works for me if I reset the flash with 0.\r\n\r\nThe bug in #280 is that the firmware sees that the dictionary is invalid (error 02), which is true because we used to write all profiles as disabled. Now, at least locally, the dictionary should be a rewrite of the ROM one, in which all 3 profiles are enabled.", "title": null, "type": "comment" }, { "action": "created", "author": "SonicFrog", "comment_id": 327830107, "datetime": 1504797107000, "masked_author": "username_1", "text": "Well after writing the ROM content on the flash with a correct dictionary it seems to work fine... Dunno what happened there. I still get some ERR_INVALID_ARGUMENT from hidpp20-dump-page though.", "title": null, "type": "comment" }, { "action": "created", "author": "SonicFrog", "comment_id": 329079775, "datetime": 1505286764000, "masked_author": "username_1", "text": "Looks good to me! I've done some testing with a few more models and all seem to work fine!", "title": null, "type": "comment" }, { "action": "created", "author": "bentiss", "comment_id": 329079909, "datetime": 1505286802000, "masked_author": "username_0", "text": "Thanks both of you. I am fixing the two nitpicks and will merge in a few", "title": null, "type": "comment" } ]
2
8
2,336
false
false
2,336
false
FormidableLabs/webpack-dashboard
FormidableLabs
171,591,830
45
null
[ { "action": "opened", "author": "vipulnsward", "comment_id": null, "datetime": 1471418832000, "masked_author": "username_0", "text": "I am unable to select logs to copy/paste, etc.\r\nCurrently using: iTerm2", "title": "Unable to select logs to copy/paste", "type": "issue" }, { "action": "created", "author": "kenwheeler", "comment_id": 240452395, "datetime": 1471448338000, "masked_author": "username_1", "text": "That might be a limitation of blessed, but i'd love to get it sorted out", "title": null, "type": "comment" }, { "action": "created", "author": "jasonwilson", "comment_id": 241123862, "datetime": 1471637851000, "masked_author": "username_2", "text": "Looks like there's iterm clipboard support through a special interface Might be worth checking out https://github.com/chjj/blessed/issues/159 @username_1", "title": null, "type": "comment" }, { "action": "created", "author": "mgan59", "comment_id": 264888790, "datetime": 1480952812000, "masked_author": "username_3", "text": "Yeah, would be nice to copy/paste build errors from the dashboard into slack, not a fan of having to screenshot and dump into the engineering channel.", "title": null, "type": "comment" }, { "action": "created", "author": "akinnee", "comment_id": 279050820, "datetime": 1486756770000, "masked_author": "username_4", "text": "Great job on the dashboard. I'd love to see this work as well.", "title": null, "type": "comment" }, { "action": "created", "author": "Nizam-Ahamed", "comment_id": 279058342, "datetime": 1486758786000, "masked_author": "username_5", "text": "nefahamed@gmail.com", "title": null, "type": "comment" }, { "action": "created", "author": "creatifyme", "comment_id": 301167416, "datetime": 1494617836000, "masked_author": "username_6", "text": "Any update on this?", "title": null, "type": "comment" }, { "action": "created", "author": "austinfox", "comment_id": 320350976, "datetime": 1501880086000, "masked_author": "username_7", "text": "Any update? I'm using iTerm2 and webpack-dashboard 0.4, currently unable to select or copy text", "title": null, "type": "comment" }, { "action": "created", "author": "kenwheeler", "comment_id": 320659666, "datetime": 1502111634000, "masked_author": "username_1", "text": "Sounds like holding down `fn` or `shift` while selecting might fix this. Can anyone confirm this works for them?", "title": null, "type": "comment" }, { "action": "created", "author": "JeremyPlease", "comment_id": 333142570, "datetime": 1506695495000, "masked_author": "username_8", "text": "Holding down `fn` works for me on MacOS 10.12 using Terminal.", "title": null, "type": "comment" }, { "action": "created", "author": "ryan-roemer", "comment_id": 333256315, "datetime": 1506725191000, "masked_author": "username_9", "text": "In iterm2 on my MacOS 10.12\r\n\r\n- `option`: highlight full rows of text\r\n- `option+command`: highlight a draggable box of text\r\n\r\nIn Terminal:\r\n\r\n- `fn`: highlight full rows of text\r\n- `fn+option`: highlight a draggable box of text\r\n\r\nI think best bet forward is probably just documenting this in a small PR.\r\n\r\n/cc @username_1", "title": null, "type": "comment" }, { "action": "closed", "author": "carlospaelinck", "comment_id": null, "datetime": 1507900792000, "masked_author": "username_10", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "carlospaelinck", "comment_id": 336450353, "datetime": 1507900809000, "masked_author": "username_10", "text": "Added docs on how to copy-paste for different OS/Terminals.", "title": null, "type": "comment" } ]
11
13
1,200
false
false
1,200
true
jlippold/tweakCompatible
null
357,969,053
49,640
null
[ { "action": "opened", "author": "Nawaf-NM", "comment_id": null, "datetime": 1536308829000, "masked_author": "username_0", "text": "```\r\n{\r\n \"packageId\": \"net.limneos.callbarx\",\r\n \"action\": \"working\",\r\n \"userInfo\": {\r\n \"arch32\": false,\r\n \"packageId\": \"net.limneos.callbarx\",\r\n \"deviceId\": \"iPhone10,6\",\r\n \"url\": \"http://cydia.saurik.com/package/net.limneos.callbarx/\",\r\n \"iOSVersion\": \"11.3.1\",\r\n \"packageVersionIndexed\": true,\r\n \"packageName\": \"CallBar X\",\r\n \"category\": \"Tweaks\",\r\n \"repository\": \"Limneos Repo\",\r\n \"name\": \"CallBar X\",\r\n \"installed\": \"0.3-68\",\r\n \"packageIndexed\": true,\r\n \"packageStatusExplaination\": \"This package version has been marked as Working based on feedback from users in the community. The current positive rating is 100% with 1 working reports.\",\r\n \"id\": \"net.limneos.callbarx\",\r\n \"commercial\": false,\r\n \"packageInstalled\": true,\r\n \"tweakCompatVersion\": \"0.1.0\",\r\n \"shortDescription\": \"Don't let incoming calls interrupt you!\",\r\n \"latest\": \"0.3-68\",\r\n \"author\": \"Elias Limneos\",\r\n \"packageStatus\": \"Working\"\r\n },\r\n \"base64\": \"eyJhcmNoMzIiOmZhbHNlLCJwYWNrYWdlSWQiOiJuZXQubGltbmVvcy5jYWxsYmFyeCIsImRldmljZUlkIjoiaVBob25lMTAsNiIsInVybCI6Imh0dHA6XC9cL2N5ZGlhLnNhdXJpay5jb21cL3BhY2thZ2VcL25ldC5saW1uZW9zLmNhbGxiYXJ4XC8iLCJpT1NWZXJzaW9uIjoiMTEuMy4xIiwicGFja2FnZVZlcnNpb25JbmRleGVkIjp0cnVlLCJwYWNrYWdlTmFtZSI6IkNhbGxCYXIgWCIsImNhdGVnb3J5IjoiVHdlYWtzIiwicmVwb3NpdG9yeSI6IkxpbW5lb3MgUmVwbyIsIm5hbWUiOiJDYWxsQmFyIFgiLCJpbnN0YWxsZWQiOiIwLjMtNjgiLCJwYWNrYWdlSW5kZXhlZCI6dHJ1ZSwicGFja2FnZVN0YXR1c0V4cGxhaW5hdGlvbiI6IlRoaXMgcGFja2FnZSB2ZXJzaW9uIGhhcyBiZWVuIG1hcmtlZCBhcyBXb3JraW5nIGJhc2VkIG9uIGZlZWRiYWNrIGZyb20gdXNlcnMgaW4gdGhlIGNvbW11bml0eS4gVGhlIGN1cnJlbnQgcG9zaXRpdmUgcmF0aW5nIGlzIDEwMCUgd2l0aCAxIHdvcmtpbmcgcmVwb3J0cy4iLCJpZCI6Im5ldC5saW1uZW9zLmNhbGxiYXJ4IiwiY29tbWVyY2lhbCI6ZmFsc2UsInBhY2thZ2VJbnN0YWxsZWQiOnRydWUsInR3ZWFrQ29tcGF0VmVyc2lvbiI6IjAuMS4wIiwic2hvcnREZXNjcmlwdGlvbiI6IkRvbid0IGxldCBpbmNvbWluZyBjYWxscyBpbnRlcnJ1cHQgeW91ISIsImxhdGVzdCI6IjAuMy02OCIsImF1dGhvciI6IkVsaWFzIExpbW5lb3MiLCJwYWNrYWdlU3RhdHVzIjoiV29ya2luZyJ9\",\r\n \"chosenStatus\": \"working\",\r\n \"notes\": \"\"\r\n}\r\n```", "title": "`CallBar X` working on iOS 11.3.1", "type": "issue" } ]
2
3
2,281
false
true
2,039
false
flickr/flickr-sdk
flickr
258,918,149
111
null
[ { "action": "opened", "author": "ebisbe", "comment_id": null, "datetime": 1505845579000, "masked_author": "username_0", "text": "After adding **.unset('X-Flickr-API-Method')** I got the following error: \r\n**Error: Parser is unable to parse the response**\r\nI've reviwed the code and the error occurs on line 6220 from flickr-sdk.js", "title": "Rest api not working in Browser", "type": "issue" }, { "action": "created", "author": "jeremyruppel", "comment_id": 330704203, "datetime": 1505864576000, "masked_author": "username_1", "text": "This error is likely a superagent error since it comes from well within the superagent client code. I did a brief search over the superagent issues and didn't see anything that sounded like this particular issue. If you keep seeing this issue, feel free to reopen this and we'll investigate. \r\n\r\nTo [your original issue](https://github.com/flickr/flickr-sdk/pull/64/files#r139765795), [flickr-sdk@3.3.0](https://www.npmjs.com/package/flickr-sdk) is out now and should eliminate the need for you to call `unset()` in the first place as we've removed the custom header. Please let me know if that fixed your issue or not!", "title": null, "type": "comment" }, { "action": "closed", "author": "jeremyruppel", "comment_id": null, "datetime": 1505864576000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "ebisbe", "comment_id": 330754582, "datetime": 1505887771000, "masked_author": "username_0", "text": "@username_1 The issue is with the parseFlickr() method. If I delete from _parseBody this condition it works as it should.\r\n\r\nif(this.req._parser) {\r\n return this.req._parser(this, str);\r\n }\r\n\r\nInside this if it's callgin parseFlickr", "title": null, "type": "comment" }, { "action": "created", "author": "ebisbe", "comment_id": 334068046, "datetime": 1507100827000, "masked_author": "username_0", "text": "@pdokas @username_1 I still have this problem. \r\n```\r\nUncaught (in promise) Error: Parser is unable to parse the response\r\n at Request.eval (client.js?a54e:399)\r\n at Request.Emitter.emit (index.js?ea2f:133)\r\n at XMLHttpRequest.xhr.onreadystatechange (client.js?a54e:708)\r\n```\r\n\r\nThe issue happens as I say in the previous command. I'm trying this in a new project with a fresh installation.", "title": null, "type": "comment" }, { "action": "reopened", "author": "jeremyruppel", "comment_id": null, "datetime": 1507138475000, "masked_author": "username_1", "text": "After adding **.unset('X-Flickr-API-Method')** I got the following error: \r\n**Error: Parser is unable to parse the response**\r\nI've reviwed the code and the error occurs on line 6220 from flickr-sdk.js", "title": "Rest api not working in Browser", "type": "issue" }, { "action": "closed", "author": "jeremyruppel", "comment_id": null, "datetime": 1507142033000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "jeremyruppel", "comment_id": 334252813, "datetime": 1507142756000, "masked_author": "username_1", "text": "Wow, sorry it took so long to get around to this! You're absolutely right, our browser REST client was 100% broken. I just released [v3.4.0](https://github.com/flickr/flickr-sdk/releases/tag/v3.4.0) with a fix for that. Can you try that out and let me know if it fixes things for you?", "title": null, "type": "comment" }, { "action": "created", "author": "superic", "comment_id": 334309301, "datetime": 1507156548000, "masked_author": "username_2", "text": "@username_0, thank you for your bug report! Hit me up at eric@flickr.com so we can send you something :)", "title": null, "type": "comment" }, { "action": "created", "author": "ebisbe", "comment_id": 339887076, "datetime": 1509086613000, "masked_author": "username_0", "text": "Hi Again!\r\nI still have some issues related with that. I don't think it's a regression but more an edge case.\r\n\r\n``\r\nError: Parser is unable to parse the response\r\n at Request.eval (client.js?a54e:399)\r\n at Request.Emitter.emit (index.js?7aa5:133)\r\n at XMLHttpRequest.xhr.onreadystatechange (client.js?a54e:708)\r\n``\r\n\r\nThis error pops when I do **flickr.groups.pools.getPhotos** to a private group from the browser directly ( no keys uses, apart from the app key). The response of the body is correct\r\n\r\n``\r\n{stat: \"fail\", code: 2, message: \"You don't have permission to view this pool\"}\r\n``\r\nBut I cannot use the message due to the Parser error.", "title": null, "type": "comment" }, { "action": "created", "author": "ebisbe", "comment_id": 339887153, "datetime": 1509086639000, "masked_author": "username_0", "text": "@username_1 @username_2", "title": null, "type": "comment" }, { "action": "created", "author": "jeremyruppel", "comment_id": 341577862, "datetime": 1509661983000, "masked_author": "username_1", "text": "@username_0 hm, that's definitely a weird error. I just cut a [v3.5.0](https://github.com/flickr/flickr-sdk/releases/tag/v3.5.0) release that cleans up some of the response parsing code for the REST API client. Would you mind trying that out and see if that fixes the error? If not, feel free to open up a new GH issue and we'll get to the bottom of it.", "title": null, "type": "comment" }, { "action": "created", "author": "ebisbe", "comment_id": 364898162, "datetime": 1518435432000, "masked_author": "username_0", "text": "@baohouse Theres an error that didn't get solved correctly but I'm using a GraphQL project over Flickr that didn't have this issues so I don't bothered any more on this. The two or three functions that I use directly on the browser works fine for me. Sorry couldn't help", "title": null, "type": "comment" }, { "action": "created", "author": "jeremyruppel", "comment_id": 365793898, "datetime": 1518655832000, "masked_author": "username_1", "text": "@baohouse @username_0 thanks again for sticking with this issue. The CORS hint was the crucial thing I think we were missing. I just shipped v3.7.0 that should address the preflight issue. Please let me know if things still aren't working as you'd expect.", "title": null, "type": "comment" } ]
3
14
3,591
false
false
3,591
true
gradle/gradle-native
gradle
283,768,413
360
null
[ { "action": "opened", "author": "adammurdoch", "comment_id": null, "datetime": 1513829486000, "masked_author": "username_0", "text": "Searched in the following locations:\r\n https://jcenter.bintray.com/org/gradle/example/srclib1api/4.0/srclib1api-4.0.module\r\n https://jcenter.bintray.com/org/gradle/example/srclib1api/4.0/srclib1api-4.0.pom\r\n Required by:\r\n project :\r\n```\r\n\r\nWhen the mapping is present, the error message should list _all_ of the locations that were searched for a match.", "title": "Do not discard location information from error message when a VCS mapping is present and no matching version can be found", "type": "issue" } ]
1
1
382
false
false
382
false
SheetJS/js-xls
SheetJS
63,912,736
75
null
[ { "action": "opened", "author": "asfman", "comment_id": null, "datetime": 1427177347000, "masked_author": "username_0", "text": "if xls contains text link, it can only read text without link infomation", "title": "can't read text link", "type": "issue" }, { "action": "created", "author": "SheetJSDev", "comment_id": 89124858, "datetime": 1428027799000, "masked_author": "username_1", "text": "@username_0 migrating this over to js-xlsx", "title": null, "type": "comment" }, { "action": "closed", "author": "SheetJSDev", "comment_id": null, "datetime": 1428027799000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
110
false
false
110
true
OneBusAway/onebusaway-iphone
OneBusAway
19,241,070
181
null
[ { "action": "opened", "author": "bbodenmiller", "comment_id": null, "datetime": 1378796483000, "masked_author": "username_0", "text": "Improve the current UI so that users understand \"scheduled arrival\" means \"no real time data\".", "title": "Clarify what \"scheduled arrival\" means", "type": "issue" }, { "action": "closed", "author": "aaronbrethorst", "comment_id": null, "datetime": 1450169164000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
94
false
false
94
false
ray-project/ray
ray-project
200,841,178
201
null
[ { "action": "opened", "author": "robertnishihara", "comment_id": null, "datetime": 1484443355000, "masked_author": "username_0", "text": "The following will kill the plasma store.\r\n\r\n```python\r\nimport ray\r\nray.init(num_workers=1)\r\n\r\n@ray.remote\r\ndef f():\r\n print(\"AAA\")\r\n ray.worker.global_worker.plasma_client.get(20 * b\"a\")\r\n print(\"BBB\")\r\n return None\r\n\r\nx = f.remote()\r\n```\r\n\r\nThen kill the worker (e.g., do `ps aux | grep default_worker.py` to find the worker process ID and then do `kill` followed by the process ID).\r\n\r\n```python\r\n# Creating and sealing the object will cause the plasma store to try to send a message to the worker that has died. This will cause the store to die.\r\nray.worker.global_worker.plasma_client.create(20 * b\"a\", 100)\r\nray.worker.global_worker.plasma_client.seal(20 * b\"a\")\r\n```\r\n\r\nThis should take down the plasma store, which you can check by doing `ps aux | grep plasma_store`. Also, calling `ray.put(1)` should fail.\r\n\r\nThe issue is that when the driver creates and seals the object, the plasma store will try to send a message to the dead worker and will die.", "title": "Plasma store dying if worker dies in the middle of a get.", "type": "issue" }, { "action": "closed", "author": "robertnishihara", "comment_id": null, "datetime": 1484780043000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "robertnishihara", "comment_id": 273628169, "datetime": 1484780043000, "masked_author": "username_0", "text": "Addressed by #203.", "title": null, "type": "comment" } ]
1
3
981
false
false
981
false
cns-iu/xmacroscope
cns-iu
322,899,711
99
null
[ { "action": "opened", "author": "bryankennedy", "comment_id": null, "datetime": 1526317007000, "masked_author": "username_0", "text": "We need to be able to manage local state in the Apollo local cache while mutations are being executed. Working on getting this working with the ApolloConsumer component and triggering the run opponent selection button.", "title": "Implement Apollo Consumer for local state management", "type": "issue" }, { "action": "created", "author": "bryankennedy", "comment_id": 388984512, "datetime": 1526337287000, "masked_author": "username_0", "text": "Built out the structure for this in 00b1128e6955a3bd3d68c6f1e4f49f3e9fe0d52f", "title": null, "type": "comment" }, { "action": "closed", "author": "bryankennedy", "comment_id": null, "datetime": 1526337292000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
294
false
false
294
false
malcommac/Hydra
null
252,083,592
44
null
[ { "action": "opened", "author": "tcurdt", "comment_id": null, "datetime": 1503434626000, "masked_author": "username_0", "text": "What I was wishing for:\r\n```\r\nall(promiseA,promiseB).then { resultA, resultB in\r\n}\r\n```\r\nBased on the docs it would have to be\r\n```\r\nall(promiseA,promiseB).then { result in\r\n let resultA = result[0]\r\n let resultB = result[1]\r\n}\r\n```\r\nor\r\n```\r\nPromise<Void>.zip(promiseA, promiseB).then { resultA, resultB in\r\n}\r\n```\r\nAny thoughts?", "title": "nicer all ", "type": "issue" }, { "action": "created", "author": "tcurdt", "comment_id": 324148192, "datetime": 1503435126000, "masked_author": "username_0", "text": "Actually\r\n```\r\n let (resultA,resultB) = await(Promise<Void>.zip(\r\n promiseA,\r\n promiseB\r\n ))\r\n\r\n print(resultA)\r\n print(resultB)\r\n```\r\nisn't so bad - except for the `Promise<Void>`.\r\nWondering if that could be turned into just `Promise.zip` though.", "title": null, "type": "comment" }, { "action": "created", "author": "dalu93", "comment_id": 326933030, "datetime": 1504522515000, "masked_author": "username_1", "text": "@username_0 wouldn't your suggestion require `n` number of `all` method declaration, one for each different number of tuple elements/parameters?", "title": null, "type": "comment" }, { "action": "created", "author": "tcurdt", "comment_id": 326938446, "datetime": 1504524216000, "masked_author": "username_0", "text": "I suppose it would require that. At least I am not aware that exploding on the `in` is possible with Swift (yet) - because then it could be just like this:\r\n\r\n```\r\nall(promiseA,promiseB).then { (resultA, resultB) in\r\n}\r\n```\r\n\r\nThat's said - other libraries just do the pragmatic thing in such a case and cover the e.g. `n<10` cases.", "title": null, "type": "comment" }, { "action": "created", "author": "r-plus", "comment_id": 350433125, "datetime": 1512808853000, "masked_author": "username_2", "text": "If `zip` static functions changed to global function like `all`, we no longer necessary type `Promise<Void>` to use zip.\r\n\r\n`Promise` class is not adapted to `Sequence` protocol, so not happen ambiguous compile error with [zip(sequence1, sequence2)](https://developer.apple.com/documentation/swift/1541125-zip#) function even if Hydra implement zip global functions.\r\n\r\n@username_3 What do you think about it?", "title": null, "type": "comment" }, { "action": "created", "author": "malcommac", "comment_id": 352172043, "datetime": 1513416422000, "masked_author": "username_3", "text": "@username_2 I think its the better choice; I've changed it here: https://github.com/username_3/Hydra/commit/b9568eff1dc799d7c25a211d529ef1058780b787.", "title": null, "type": "comment" } ]
4
6
1,650
false
false
1,650
true
spring-projects/spring-boot
spring-projects
292,263,287
11,819
null
[ { "action": "opened", "author": "shakuzen", "comment_id": null, "datetime": 1517191232000, "masked_author": "username_0", "text": "Generating a Spring Boot application with the web starter is enough to reproduce this.\r\n\r\nWith 2.0.0.M7, Tomcat logs are output once through the configured logger.\r\nWith current snapshots, they are output twice: once through the configured logger and once somehow else.\r\n\r\nMaybe related to the changes made in #8933?\r\n\r\n2.0.0.M7 log output:\r\n```\r\n . ____ _ __ _ _\r\n /\\\\ / ___'_ __ _ _(_)_ __ __ _ \\ \\ \\ \\\r\n( ( )\\___ | '_ | '_| | '_ \\/ _` | \\ \\ \\ \\\r\n \\\\/ ___)| |_)| | | | | || (_| | ) ) ) )\r\n ' |____| .__|_| |_|_| |_\\__, | / / / /\r\n =========|_|==============|___/=/_/_/_/\r\n :: Spring Boot :: (v2.0.0.M7)\r\n\r\n2018-01-29 10:49:36.295 INFO 53599 --- [ main] com.example.demoact.DemoActApplication : Starting DemoActApplication on **** with PID 53599 (*****)\r\n2018-01-29 10:49:36.299 INFO 53599 --- [ main] com.example.demoact.DemoActApplication : No active profile set, falling back to default profiles: default\r\n2018-01-29 10:49:36.453 INFO 53599 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5119fb47: startup date [Mon Jan 29 10:49:36 JST 2018]; root of context hierarchy\r\n2018-01-29 10:49:37.969 INFO 53599 --- [ main] o.h.v.i.engine.ValidatorFactoryImpl : HV000238: Temporal validation tolerance set to 0.\r\n2018-01-29 10:49:38.211 INFO 53599 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)\r\n2018-01-29 10:49:38.221 INFO 53599 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]\r\n2018-01-29 10:49:38.223 INFO 53599 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23\r\n2018-01-29 10:49:38.232 INFO 53599 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/thomas.ludwig/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]\r\n2018-01-29 10:49:38.308 INFO 53599 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext\r\n2018-01-29 10:49:38.308 INFO 53599 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1860 ms\r\n2018-01-29 10:49:38.454 INFO 53599 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]\r\n2018-01-29 10:49:38.459 INFO 53599 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]\r\n2018-01-29 10:49:38.460 INFO 53599 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]\r\n2018-01-29 10:49:38.460 INFO 53599 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]\r\n2018-01-29 10:49:38.460 INFO 53599 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]\r\n2018-01-29 10:49:38.617 INFO 53599 --- [ main] o.h.v.i.engine.ValidatorFactoryImpl : HV000238: Temporal validation tolerance set to 0.\r\n2018-01-29 10:49:38.796 INFO 53599 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5119fb47: startup date [Mon Jan 29 10:49:36 JST 2018]; root of context hierarchy\r\n2018-01-29 10:49:38.850 INFO 53599 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped \"{[/error]}\" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)\r\n2018-01-29 10:49:38.851 INFO 53599 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped \"{[/error],produces=[text/html]}\" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)\r\n2018-01-29 10:49:38.877 INFO 53599 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:49:38.878 INFO 53599 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:49:38.911 INFO 53599 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:49:39.019 INFO 53599 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup\r\n2018-01-29 10:49:39.082 INFO 53599 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''\r\n2018-01-29 10:49:39.087 INFO 53599 --- [ main] com.example.demoact.DemoActApplication : Started DemoActApplication in 3.412 seconds (JVM running for 5.268)\r\n```\r\n\r\n2.0.0.BUILD-SNAPSHOT\r\n```\r\n . ____ _ __ _ _\r\n /\\\\ / ___'_ __ _ _(_)_ __ __ _ \\ \\ \\ \\\r\n( ( )\\___ | '_ | '_| | '_ \\/ _` | \\ \\ \\ \\\r\n \\\\/ ___)| |_)| | | | | || (_| | ) ) ) )\r\n ' |____| .__|_| |_|_| |_\\__, | / / / /\r\n =========|_|==============|___/=/_/_/_/\r\n :: Spring Boot :: (v2.0.0.BUILD-SNAPSHOT)\r\n\r\n2018-01-29 10:45:34.520 INFO 53234 --- [ main] com.example.demoact.DemoActApplication : Starting DemoActApplication on **** with PID 53234 (*****)\r\n2018-01-29 10:45:34.526 INFO 53234 --- [ main] com.example.demoact.DemoActApplication : No active profile set, falling back to default profiles: default\r\n2018-01-29 10:45:34.615 INFO 53234 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@143640d5: startup date [Mon Jan 29 10:45:34 JST 2018]; root of context hierarchy\r\n2018-01-29 10:45:36.316 INFO 53234 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)\r\nJan 29, 2018 10:45:36 AM org.apache.catalina.core.StandardService startInternal\r\nINFO: Starting service [Tomcat]\r\nJan 29, 2018 10:45:36 AM org.apache.catalina.core.StandardEngine startInternal\r\nINFO: Starting Servlet Engine: Apache Tomcat/8.5.27\r\n2018-01-29 10:45:36.328 INFO 53234 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]\r\n2018-01-29 10:45:36.330 INFO 53234 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.27\r\n2018-01-29 10:45:36.340Jan 29, 2018 10:45:36 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent\r\n INFO 53234 INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/thomas.ludwig/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]\r\n--- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/thomas.ludwig/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]\r\n2018-01-29 10:45:36.395 INFO 53234 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext\r\n2018-01-29 10:45:36.395 INFO 53234 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1786 ms\r\nJan 29, 2018 10:45:36 AM org.apache.catalina.core.ApplicationContext log\r\nINFO: Initializing Spring embedded WebApplicationContext\r\n2018-01-29 10:45:36.517 INFO 53234 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]\r\n2018-01-29 10:45:36.521 INFO 53234 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]\r\n2018-01-29 10:45:36.521 INFO 53234 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]\r\n2018-01-29 10:45:36.521 INFO 53234 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]\r\n2018-01-29 10:45:36.521 INFO 53234 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]\r\n2018-01-29 10:45:36.923 INFO 53234 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@143640d5: startup date [Mon Jan 29 10:45:34 JST 2018]; root of context hierarchy\r\n2018-01-29 10:45:36.999 INFO 53234 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped \"{[/error]}\" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)\r\n2018-01-29 10:45:37.000 INFO 53234 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped \"{[/error],produces=[text/html]}\" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)\r\n2018-01-29 10:45:37.033 INFO 53234 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:45:37.033 INFO 53234 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:45:37.070 INFO 53234 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]\r\n2018-01-29 10:45:37.250 INFO 53234 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup\r\n2018-01-29 10:45:37.318 INFO 53234 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''\r\n2018-01-29 10:45:37.323 INFO 53234 --- [ main] com.example.demoact.DemoActApplication : Started DemoActApplication in 3.438 seconds (JVM running for 4.893)\r\n```", "title": "Tomcat logs output twice", "type": "issue" }, { "action": "created", "author": "wilkinsona", "comment_id": 361199597, "datetime": 1517220927000, "masked_author": "username_1", "text": "Oh dear. Thanks for spotting this, @username_0.", "title": null, "type": "comment" }, { "action": "closed", "author": "wilkinsona", "comment_id": null, "datetime": 1517228408000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "wilkinsona", "comment_id": 361228872, "datetime": 1517228408000, "masked_author": "username_1", "text": "I've re-opened #8933 so that we can try to find a different fix.", "title": null, "type": "comment" } ]
2
4
11,565
false
false
11,565
true
martinlindhe/laravel-vue-i18n-generator
null
250,697,117
27
null
[ { "action": "opened", "author": "NadhirBoukhenifra", "comment_id": null, "datetime": 1502903377000, "masked_author": "username_0", "text": "Hello,\r\nthank for this package (but its not working for me :) )\r\ni get this message after make everything like description:\r\n\r\n```\r\nUncaught TypeError: Vue.locale is not a function\r\n at app.js:18\r\n at Array.forEach (<anonymous>)\r\n at Object../resources/assets/js/app.js (app.js:17)\r\n at __webpack_require__ (bootstrap 1b252795b9032e827bb4:54)\r\n at Object.0 (app.js?id=549aa35d4febc37b4843:31457)\r\n at __webpack_require__ (bootstrap 1b252795b9032e827bb4:54)\r\n at webpackJsonpCallback (bootstrap 1b252795b9032e827bb4:25)\r\n at app.js?id=549aa35d4febc37b4843:1\r\n```\r\n\r\nand the package installed in fresh laravel 5.5 project.", "title": "error Vue.locale is not a function", "type": "issue" }, { "action": "created", "author": "martinlindhe", "comment_id": 322905484, "datetime": 1502919102000, "masked_author": "username_1", "text": "I guess vue-i18n changed their API again. You should have better success if you pin it to version 5 or something, I hope.", "title": null, "type": "comment" }, { "action": "created", "author": "thmsbkkr", "comment_id": 324050726, "datetime": 1503413432000, "masked_author": "username_2", "text": "Hi Martin,\r\n\r\nI came across this same error when trying to set it up. I'm using Vue, Vue-Router and Vuex.\r\nBeen searching for the solution on the github issues page of vue-i18n but haven't had any luck.\r\n\r\nFor what it's worth, here is my file.\r\n\r\n```\r\nimport axios from 'axios'\r\n\r\naxios.defaults.headers.common['X-CSRF-TOKEN'] = window.App.csrfToken;\r\naxios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';\r\n\r\n// The Vue build version to load with the `import` command\r\n// (runtime-only or standalone) has been set in webpack.base.conf with an alias.\r\nimport Vue from 'vue'\r\nimport VeeValidate from 'vee-validate'\r\nimport VueInternalization from 'vue-i18n'\r\nimport Locales from './vue-i18n-locales.generated.js';\r\n\r\nVue.use(VueInternalization)\r\nVue.use(VeeValidate, { inject: false })\r\n\r\nVue.config.lang = 'en';\r\n\r\nObject.keys(Locales).forEach(function (lang) {\r\n Vue.locale(lang, Locales[lang])\r\n});\r\n\r\nimport router from './router'\r\nimport store from './store'\r\nimport App from './App.vue'\r\n\r\nVue.config.productionTip = false\r\n\r\n/* eslint-disable no-new */\r\nconst app = new Vue({\r\n el: '#app',\r\n router,\r\n store,\r\n template: '<App/>',\r\n components: { App }\r\n})\r\n```\r\n\r\nThank you! :)", "title": null, "type": "comment" }, { "action": "created", "author": "martinlindhe", "comment_id": 324518537, "datetime": 1503543236000, "masked_author": "username_1", "text": "@username_2 as a work around you can use version 5 of vue-i18n", "title": null, "type": "comment" }, { "action": "created", "author": "Konafets", "comment_id": 335786417, "datetime": 1507723159000, "masked_author": "username_3", "text": "@username_1 Did you looked into this or still hitting the road :-)\r\n\r\nI got around the error by the following code:\r\n\r\n```js\r\nimport VueInternalization from 'vue-i18n';\r\nimport Locales from './vue-i18n-locales.generated.js';\r\n\r\nVue.use(VueInternalization);\r\nconst i18n = new VueInternalization(Locales);\r\n\r\nimport store from './vuex';\r\n\r\nconst app = new Vue({\r\n store, // inject store into all children\r\n el: '#app',\r\n i18n\r\n});\r\n```\r\n\r\nBut now I got this error:\r\n`Cannot translate the value of keypath 'message.hello'. Use the value of keypath as default.`", "title": null, "type": "comment" }, { "action": "created", "author": "martinlindhe", "comment_id": 336356307, "datetime": 1507873537000, "masked_author": "username_1", "text": "@username_3 Nice work\r\nno this has slipped my mind.\r\nGreat you got it working with vuex-i18n,\r\nbut I think we should try get it to work with the recent vue-i18n too", "title": null, "type": "comment" }, { "action": "created", "author": "Konafets", "comment_id": 336381069, "datetime": 1507881947000, "masked_author": "username_3", "text": "@username_1 I thought about to *fork* your lib by taking the generator part and make it compatible with vuex-i18n or would you be open to make your lib be compatible with both vuex-i18n and vue-i18n.\r\n\r\nA big favor of vuex-i18n is, that it supports plural but that need some extra string replacement in the generator.", "title": null, "type": "comment" }, { "action": "created", "author": "martinlindhe", "comment_id": 336617212, "datetime": 1507966438000, "masked_author": "username_1", "text": "@username_3 I would gladly extend this lib to also work with vuex-i18n. However, from your post at https://github.com/username_1/laravel-vue-i18n-generator/issues/29#issue-264570535 I got the impression no fork was needed, only some different setup instructions, correct?", "title": null, "type": "comment" }, { "action": "created", "author": "Konafets", "comment_id": 336620357, "datetime": 1507970199000, "masked_author": "username_3", "text": "One difference between the libs is the way to handle pluralization. While vue-i18n does it the _Laravel way_ using the pipe symbol `|`, vuex-i18n uses three collons `person ::: people`. I would introduce a flag in the config to be able to switch between both libs and replace the `|` by `:::` when using vuex-i18n.", "title": null, "type": "comment" }, { "action": "created", "author": "martinlindhe", "comment_id": 336620969, "datetime": 1507970818000, "masked_author": "username_1", "text": "I see, sounds reasonable!", "title": null, "type": "comment" }, { "action": "closed", "author": "martinlindhe", "comment_id": null, "datetime": 1519785115000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "martinlindhe", "comment_id": 369100337, "datetime": 1519785115000, "masked_author": "username_1", "text": "Closing this as a dupe in favor for #40", "title": null, "type": "comment" } ]
4
12
3,740
false
false
3,740
true
Azure/azure-rest-api-specs
Azure
289,105,005
2,273
{ "number": 2273, "repo": "azure-rest-api-specs", "user_login": "Azure" }
[ { "action": "opened", "author": "marstr", "comment_id": null, "datetime": 1516149744000, "masked_author": "username_0", "text": "The Azure REST API Specs portion of onboarding the Go SDK to be generated by the `Swagger -> SDK` bot.", "title": "Add go batches", "type": "issue" }, { "action": "created", "author": "marstr", "comment_id": 358156502, "datetime": 1516149779000, "masked_author": "username_0", "text": "This is still in progress, and shouldn't be merged until I remove the `DoNotMerge` tag.", "title": null, "type": "comment" }, { "action": "created", "author": "marstr", "comment_id": 358742861, "datetime": 1516301109000, "masked_author": "username_0", "text": "@username_1 I believe this is all ready for your consideration now. Let me know, and we'll get this merged in. :)", "title": null, "type": "comment" }, { "action": "created", "author": "marstr", "comment_id": 359490131, "datetime": 1516640400000, "masked_author": "username_0", "text": "Anything else that needs to be changed before this is merged, @username_1? :)", "title": null, "type": "comment" }, { "action": "created", "author": "lmazuel", "comment_id": 360540392, "datetime": 1516901594000, "masked_author": "username_1", "text": "Manual testing content is good, let's merge!!!!", "title": null, "type": "comment" } ]
4
15
152,705
false
true
420
true
avelino/awesome-go
null
297,544,700
1,810
{ "number": 1810, "repo": "awesome-go", "user_login": "avelino" }
[ { "action": "opened", "author": "stuartcarnie", "comment_id": null, "datetime": 1518718307000, "masked_author": "username_0", "text": "Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!\r\n\r\n- github.com repo: https://github.com/username_1/go-prompt\r\n- godoc.org: https://godoc.org/github.com/username_1/go-prompt\r\n- goreportcard.com: https://goreportcard.com/report/github.com/username_1/go-prompt\r\n- coverage service link: [gocover](https://gocover.io/github.com/username_1/go-prompt)\r\n\r\nVery good coverage\r\n\r\n**Note**: that new categories can be added only when there are 3 packages or more.\r\n\r\n**Make sure that you've checked the boxes below before you submit PR:**\r\n- [x] I have added my package in alphabetical order.\r\n- [x] I have an appropriate description with correct grammar.\r\n- [x] I know that this package was not listed before.\r\n- [x] I have added godoc link to the repo and to my pull request.\r\n- [x] I have added coverage service link to the repo and to my pull request.\r\n- [x] I have added goreportcard link to the repo and to my pull request.\r\n- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).\r\n\r\nThanks for your PR, you're awesome! :+1:", "title": "Add go-prompt package", "type": "issue" }, { "action": "created", "author": "c-bata", "comment_id": 366124672, "datetime": 1518746683000, "masked_author": "username_1", "text": "Hi. I'm an author of go-prompt.\r\nThank you. But it seems that this is duplicate with https://github.com/avelino/awesome-go/pull/1807", "title": null, "type": "comment" }, { "action": "created", "author": "stuartcarnie", "comment_id": 366141836, "datetime": 1518755643000, "masked_author": "username_0", "text": "@username_1 I'll remove this PR – glad to see your project is pending!", "title": null, "type": "comment" } ]
2
3
1,646
false
false
1,646
true
spockjs/spockjs
spockjs
330,447,349
79
{ "number": 79, "repo": "spockjs", "user_login": "spockjs" }
[ { "action": "opened", "author": "jeysal", "comment_id": null, "datetime": 1528407968000, "masked_author": "username_0", "text": "for better performance", "title": "ci: use jest --runInBand", "type": "issue" } ]
2
2
22
false
true
22
false
jamesmontemagno/GeolocatorPlugin
null
219,020,881
78
null
[ { "action": "opened", "author": "AndyMason75", "comment_id": null, "datetime": 1491244028000, "masked_author": "username_0", "text": "## Bug ? (could just be me)\r\n\r\nI'm in the middle of adopting .NetStandard, so I'm upgrading what were my PCL projects to NetStandard 1.6. Mostly going well, and I've got everything working again, including your permissions, battery, settings and version plugins. Just not geolocator.\r\n\r\nVersion Number of Plugin: 3.0.4\r\nDevice Tested On: Nexus 5 / other Android hardware running 4.4\r\nSimulator Tested On: n/a\r\n\r\n### Expected Behavior\r\nShould work perfectly like it always has, please note that I only use Xamarin.Forms with Android at the moment so I can't test/check anything on UWP or iOS\r\n\r\n### Actual Behavior\r\nException rasied when running unmodified code that used to work (project is modified a lot to work with NetStandard, but the code itself is unchanged).\r\n```\r\n04-03 19:15:44.669 I/MonoDroid(14810): System.TypeLoadException: Could not resolve type with token 01000114\r\n04-03 19:15:44.669 I/MonoDroid(14810): at Plugin.Geolocator.GeolocatorImplementation.OnListenerPositionChanged (System.Object sender, Plugin.Geolocator.Abstractions.PositionEventArgs e) [0x00030] in C:\\projects\\xamarin-plugins\\Geolocator\\Geolocator\\Geolocator.Plugin.Android\\GeolocatorImplementation.cs:282 \r\n04-03 19:15:44.669 I/MonoDroid(14810): at Plugin.Geolocator.GeolocationContinuousListener.OnLocationChanged (Android.Locations.Location location) [0x0014e] in C:\\projects\\xamarin-plugins\\Geolocator\\Geolocator\\Geolocator.Plugin.Android\\GeolocationContinuousListener.cs:86 \r\n04-03 19:15:44.670 I/MonoDroid(14810): at Android.Locations.ILocationListenerInvoker.n_OnLocationChanged_Landroid_location_Location_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_location) [0x00011] in /Users/builder/data/lanes/4009/3a62f1ea/source/monodroid/src/Mono.Android/platforms/android-25/src/generated/Android.Locations.ILocationListener.cs:94 \r\n04-03 19:15:44.670 I/MonoDroid(14810): at (wrapper dynamic-method) System.Object:50e55dd4-df03-4c11-92bb-e135ba7f533b (intptr,intptr,intptr)\r\n```\r\n\r\n### Steps to reproduce the Behavior\r\nRun any of the simple examples with a Xamarin.Forms project which uses an Android front end and a NetStandard library (rather than PCL) for the shared code.\r\n\r\nThanks again, and I'm really sorry if I'm being stupid.\r\n\r\np.s. I have tried building/running with your source code, but it's not tagged so I couldn't easily find the right commit. v4 beta is a bit different and I didn't want to muddy the waters so to speak.", "title": "Having trouble with .NetStandard and Xamarin.Forms / Android", "type": "issue" }, { "action": "closed", "author": "jamesmontemagno", "comment_id": null, "datetime": 1499109953000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "jamesmontemagno", "comment_id": 312718671, "datetime": 1499109953000, "masked_author": "username_1", "text": "4.0 will solve this up", "title": null, "type": "comment" }, { "action": "created", "author": "AndyMason75", "comment_id": 313037218, "datetime": 1499243317000, "masked_author": "username_0", "text": "Thanks James, I'll update.", "title": null, "type": "comment" }, { "action": "created", "author": "DamianSuess", "comment_id": 383936645, "datetime": 1524577616000, "masked_author": "username_2", "text": "@username_1 I know this is an old & closed off issue, however, what was done to solve this issue? I'm having the same issue with a different plugin (_ZXing.Net.Mobile.Forms and netStandard v1.4_). I'd like to fix theirs, just not sure how you did it in yours.", "title": null, "type": "comment" } ]
3
5
2,770
false
false
2,770
true
iview/iview
iview
251,152,789
1,642
null
[ { "action": "opened", "author": "Panamer", "comment_id": null, "datetime": 1503038264000, "masked_author": "username_0", "text": "![_20170817184934](https://user-images.githubusercontent.com/26109050/29447025-4989f368-8422-11e7-9b6d-1beaaf170db7.png)\r\n\r\nselect组件做远程搜索的时候,已经匹配到数据了但是还出现无匹配选项的提示", "title": "select组件做远程搜索的时候,已经匹配到数据了但是还出现无匹配选项的提示", "type": "issue" }, { "action": "closed", "author": "icarusion", "comment_id": null, "datetime": 1503039556000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "gefangshuai", "comment_id": 326861986, "datetime": 1504498249000, "masked_author": "username_2", "text": "为啥关了?解决了吗", "title": null, "type": "comment" }, { "action": "created", "author": "Matrixbirds", "comment_id": 347547808, "datetime": 1511880772000, "masked_author": "username_3", "text": "加上loading就好了 @username_2", "title": null, "type": "comment" }, { "action": "created", "author": "destiny12341", "comment_id": 400223505, "datetime": 1530001396000, "masked_author": "username_4", "text": "这个bug的确存在啊", "title": null, "type": "comment" }, { "action": "created", "author": "LiPinghai", "comment_id": 516761830, "datetime": 1564563526000, "masked_author": "username_5", "text": "确实存在,为什么关掉了?加上loading也没用", "title": null, "type": "comment" }, { "action": "created", "author": "SkyGrass", "comment_id": 755840339, "datetime": 1609986094000, "masked_author": "username_6", "text": "依然存在", "title": null, "type": "comment" }, { "action": "created", "author": "guozimo", "comment_id": 760017853, "datetime": 1610613024000, "masked_author": "username_7", "text": "解决了吗", "title": null, "type": "comment" }, { "action": "created", "author": "gefangshuai", "comment_id": 761299306, "datetime": 1610765382000, "masked_author": "username_2", "text": "已经转ant-design-vue了", "title": null, "type": "comment" }, { "action": "created", "author": "rongningqiao", "comment_id": 764444895, "datetime": 1611214647000, "masked_author": "username_8", "text": "希望可以解决这个问题 我受到了困扰", "title": null, "type": "comment" }, { "action": "created", "author": "lzqxx", "comment_id": 770928693, "datetime": 1612192376000, "masked_author": "username_9", "text": "考虑到是异步请求出现的问题,屏蔽掉上一次请求的回调操作,只执行最后请求的操作,问题就解决了。\r\n```\r\n<script>\r\n export default {\r\n data () {\r\n return {\r\n userSetTimeoutId: 0,\r\n loading1: false,\r\n list: []\r\n }\r\n },\r\n methods: {\r\n remoteMethod (query) {\r\n if (query !== '') {\r\n this.loading = true;\r\n this.userSetTimeoutId++;\r\n let setTimeId = this.userSetTimeoutId;\r\n getDatahttp({}).then((res => {\r\n if (setTimeId != this.userSetTimeoutId) {// 过滤之前的异步请求返回操作\r\n this.searchLoading = false;\r\n return;\r\n }\r\n this.list = res.content;// 正常加载数据处理\r\n this.loading1 = false;\r\n }))\r\n } else {\r\n this.list = [];\r\n }\r\n }\r\n }\r\n }\r\n</script>\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "rongningqiao", "comment_id": 771384430, "datetime": 1612245340000, "masked_author": "username_8", "text": "![image](https://user-images.githubusercontent.com/52125244/106558140-34acc080-655e-11eb-8bd9-1619f30f74f1.png)\r\n我这里请求结果已经有了 但是界面展示的是无匹配数据", "title": null, "type": "comment" } ]
10
12
1,407
false
false
1,407
true
koka-lang/koka
koka-lang
238,728,505
35
{ "number": 35, "repo": "koka", "user_login": "koka-lang" }
[ { "action": "opened", "author": "Pauan", "comment_id": null, "datetime": 1498534440000, "masked_author": "username_0", "text": "Fixes #33 \r\n\r\nYou can [add `?w=1` to the GitHub URL](https://github.com/koka-lang/koka/pull/35/files?w=1), this causes it to ignore whitespace which makes it easier to review the changes.", "title": "Adding in support for absolute file paths", "type": "issue" }, { "action": "created", "author": "Pauan", "comment_id": 311538689, "datetime": 1498616621000, "masked_author": "username_0", "text": "This fixes some of the issues with absolute paths, but there is still a remaining issue:\r\n\r\nWhen using `koka \"/absolute/path/to/koka/lib/std/core.kk\"` I get this error:\r\n\r\n```\r\n*** internal compiler error: Common.Name.qualify: Cannot use qualify on qualified names: (absolute/path/to/koka/lib/std/core,std/core/(<>))\r\n```\r\n\r\nI did some debugging, but it seems that there are a lot of places in the code which assume that paths aren't absolute.\r\n\r\nI can try to fix all the places which assume non-absolute paths, but it will take some time, and it should probably be in a separate pull request. So I think this pull request should be accepted first.", "title": null, "type": "comment" } ]
1
2
835
false
false
835
false
caicloud/cyclone
caicloud
261,827,715
219
{ "number": 219, "repo": "cyclone", "user_login": "caicloud" }
[ { "action": "opened", "author": "supereagle", "comment_id": null, "datetime": 1506759032000, "masked_author": "username_0", "text": "## Fixes #218 \r\n\r\n**Changes**\r\n \r\n - [x] Update API types\r\n - [x] Implement pipeline record APIs", "title": "feat(api): Update apis", "type": "issue" } ]
2
2
140
false
true
100
false
stuartsale/pyBHC
null
247,535,317
1
null
[ { "action": "opened", "author": "naodell", "comment_id": null, "datetime": 1501711205000, "masked_author": "username_0", "text": "I'd like to try this for something I'm working on. Do you have any examples of basic usage?", "title": "example of usage", "type": "issue" }, { "action": "created", "author": "chitrita", "comment_id": 471536264, "datetime": 1552310620000, "masked_author": "username_1", "text": "Kindly give an usage example with the iris data set.", "title": null, "type": "comment" }, { "action": "created", "author": "stuartsale", "comment_id": 474743534, "datetime": 1553072506000, "masked_author": "username_2", "text": "I'd love to, but work/life pressures mean unfortunately I simply don't have the time. I'd be happy to accept any pull request that did this though.", "title": null, "type": "comment" } ]
3
3
291
false
false
291
false
mtlpy/mtlpyweb
mtlpy
32,659,438
3
null
[ { "action": "opened", "author": "agrant3d", "comment_id": null, "datetime": 1398990415000, "masked_author": "username_0", "text": "https://github.com/mtlpy/mtlpy-django-abandoned/pull/22", "title": "Pull Request: Use simple link instead of menu for language switch (#19)", "type": "issue" }, { "action": "closed", "author": "peristeri", "comment_id": null, "datetime": 1476396194000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "merwok", "comment_id": 253839590, "datetime": 1476460056000, "masked_author": "username_2", "text": "Ouin, c’était toujours pertinent comme changement :(\r\nOn a perdu le repo -abandoned?", "title": null, "type": "comment" }, { "action": "reopened", "author": "merwok", "comment_id": null, "datetime": 1476460056000, "masked_author": "username_2", "text": "https://github.com/mtlpy/mtlpy-django-abandoned/pull/22", "title": "Pull Request: Use simple link instead of menu for language switch (#19)", "type": "issue" }, { "action": "created", "author": "peristeri", "comment_id": 254298714, "datetime": 1476730386000, "masked_author": "username_1", "text": "Without the pull request and the lack of the motivation for the request. I don't see any use for the additional complexity.", "title": null, "type": "comment" }, { "action": "created", "author": "merwok", "comment_id": 254563610, "datetime": 1476808229000, "masked_author": "username_2", "text": "The motivation is the same: one link is much better UX (people want to know what will happen before they move the mouse to discover actions) than two clicks on a menu with non-explicit functionality.", "title": null, "type": "comment" }, { "action": "created", "author": "merwok", "comment_id": 254563929, "datetime": 1476808297000, "masked_author": "username_2", "text": "Can you access the abandoned repo? Do we have a backup of the PR somewhere? I forgot if I had changes for this.", "title": null, "type": "comment" } ]
3
7
629
false
false
629
false
GUI/nginx-upstream-dynamic-servers
null
216,688,601
24
null
[ { "action": "opened", "author": "eranshpiner", "comment_id": null, "datetime": 1490341987000, "masked_author": "username_0", "text": "Hi,\r\n\r\nI've been using this module within nginx 1.11.2.2 and it's working great! Thanks! \r\n\r\nThe one thing I've encountered and can't seem to overcome, it that whenever the DNS service \"hiccups\" for some reason - e.g. it becomes temporarily unavailable for a short while, then the resolve operation starts timing-out continuously, and no longer succeeds, even after the DNS service recovers. It's like the (udp?) connection to the DNS service becomes futile, and is not getting re-established. \r\n\r\nHere are the log lines which I'm seeing repeatedly (the IP address of the DNS service / name server is 10.0.220.2, in this example): \r\n```\r\n[error] 16#0: upstream-dynamic-servers: 'member_host' could not be resolved (110: Operation timed out)\r\n[error] 16#0: recv() failed (111: Connection refused) while resolving, resolver: 10.0.220.2:53\r\n```\r\n\r\nTaken from my nginx configuration:\r\n```\r\nresolver 10.0.220.2 valid=10s;\r\nupstream members_tier {\r\n server member_host:8080 resolve;\r\n keepalive 16;\r\n}\r\n```\r\n\r\nWhat would you think is the reason for this pattern of behavior? \r\nIs there a way to solve this?\r\n\r\nThanks,\r\nEran.", "title": "The 'resolve' operation keeps timing-out even after DNS service recovers ", "type": "issue" } ]
1
1
1,132
false
false
1,132
false
MicrosoftDocs/azure-docs
MicrosoftDocs
250,795,564
2,778
{ "number": 2778, "repo": "azure-docs", "user_login": "MicrosoftDocs" }
[ { "action": "opened", "author": "SeanFeldman", "comment_id": null, "datetime": 1502928751000, "masked_author": "username_0", "text": "When having two or less event types, they render in a single line.\r\nMaking lists explicit.", "title": "event-types-as-list", "type": "issue" }, { "action": "created", "author": "SeanFeldman", "comment_id": 322933759, "datetime": 1502928862000, "masked_author": "username_0", "text": "@djrosanova hope you don't mind", "title": null, "type": "comment" }, { "action": "created", "author": "GitHubber17", "comment_id": 322962312, "datetime": 1502942062000, "masked_author": "username_1", "text": "@banisadr - Please review the proposed changes. Thanks", "title": null, "type": "comment" } ]
3
4
376
false
true
176
false
TrafeX/docker-wordpress
null
224,202,734
5
null
[ { "action": "opened", "author": "BigDC", "comment_id": null, "datetime": 1493138828000, "masked_author": "username_0", "text": "Hey, whenever I try to run your WordPress docker image, I get this error in my web browser...\r\n## \"**Error establishing a database connection**\"\r\nPlease help?\r\n-username_0", "title": "Error In Browser running wordpress docker image!", "type": "issue" }, { "action": "created", "author": "TrafeX", "comment_id": 301510142, "datetime": 1494861989000, "masked_author": "username_1", "text": "Hi, sorry for the late response! Need to tweak my notification settings apparently.\r\n\r\nHow did you start the Docker container? Do you have a separate container for the database?", "title": null, "type": "comment" }, { "action": "created", "author": "TrafeX", "comment_id": 309264395, "datetime": 1497774995000, "masked_author": "username_1", "text": "Let me know if you still have any issues! For now I'll close this.", "title": null, "type": "comment" }, { "action": "closed", "author": "TrafeX", "comment_id": null, "datetime": 1497774995000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "jhabdas", "comment_id": 309273215, "datetime": 1497787027000, "masked_author": "username_2", "text": "For the record I experienced this yesterday as well but I was doing naughty things with Docker Cloud to create this issue.", "title": null, "type": "comment" } ]
3
5
531
false
false
531
true
rakudo/rakudo
rakudo
246,563,252
1,125
{ "number": 1125, "repo": "rakudo", "user_login": "rakudo" }
[ { "action": "opened", "author": "ugexe", "comment_id": null, "datetime": 1501391979000, "masked_author": "username_0", "text": "Add `method candidates` - All distribution searching/resolving go\r\nthrough this new method. This gives developers insight into how a\r\nCURI resolves a module request, which was not possible with .resolve\r\n(since it would chain to the next CUR, and only returned a single\r\nresult). Many NYI s22 features will require something like this, and\r\n.candidates is indeed mentioned in s22\r\nhttps://design.perl6.org/S22.html#candidates\r\n\r\n!matching-dist is now backed by .candidates, but also caches a single\r\n'best match' so it acts similar to before.\r\n\r\n.candidates (i.e. !matching-dist) now returns a Distribution object\r\nand not ($dist-id, $dist-data). This is possible because of a role\r\nthat allows our lazy distribution to avoid yet additional costly IO\r\ncalls to obtain meta data. Previously this was done by passing around\r\na hash internally, but now we dogfood our Distribution interface\r\nthroughout CURI.\r\n\r\nAvoid io after setting up various directories once.\r\n\r\nRemoves .script, and reverts to using just .files - .script was just\r\na fast path of .files under certain conditions and lacked the ability\r\nto filter by name. Now .files can provide the faster path for other\r\nfiles automatically. Additionally this fixes an issue where .script\r\nwould invoke older version bin/ scripts from ~/.perl6\r\n\r\nAdds :$api field wherever it was missing for consistency.", "title": "Add candidates method as CURI recommendation manager", "type": "issue" }, { "action": "created", "author": "niner", "comment_id": 320444405, "datetime": 1501940566000, "masked_author": "username_1", "text": "My standard benchmark (require GTK::Simple) does not show any change outside the margin of error :)", "title": null, "type": "comment" }, { "action": "created", "author": "niner", "comment_id": 320444483, "datetime": 1501940670000, "masked_author": "username_1", "text": "But this is not good :(\r\n\r\n```\r\nnine@sphinx:~> zef\r\nUse of uninitialized value of type Any in string context.\r\nMethods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.\r\n in sub MAIN at /home/nine/rakudo/install/share/perl6/site/bin/zef line 2\r\nUse of uninitialized value of type Any in string context.\r\nMethods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.\r\n in sub MAIN at /home/nine/rakudo/install/share/perl6/site/bin/zef line 2\r\nCould not find /home/nine/.perl6/resources in:\r\n /home/nine/.perl6\r\n /home/nine/rakudo/install/share/perl6/site\r\n /home/nine/rakudo/install/share/perl6/vendor\r\n /home/nine/rakudo/install/share/perl6\r\n CompUnit::Repository::AbsolutePath<29344704>\r\n CompUnit::Repository::NQP<32911168>\r\n CompUnit::Repository::Perl5<32911208>\r\n in sub MAIN at /home/nine/rakudo/install/share/perl6/site/bin/zef line 2\r\n in block <unit> at /home/nine/rakudo/install/share/perl6/site/bin/zef line 2\r\n```\r\n\r\nHappens to a zef installed on nom after switching rakudo to your branch.", "title": null, "type": "comment" } ]
2
3
2,543
false
false
2,543
false
jduquennoy/Log4swift
null
198,434,570
13
{ "number": 13, "repo": "Log4swift", "user_login": "jduquennoy" }
[ { "action": "opened", "author": "igor-makarov", "comment_id": null, "datetime": 1483435118000, "masked_author": "username_0", "text": "I needed to subclass Appender with a specialized logging client that we have in my team. The class in marked `open`, but the method `performLog(_:level:info:)` was not `open` and therefore not overridable from outside the module.\r\n\r\nThe method is now marked `open`.", "title": "allow subclassing Appender from outside the module", "type": "issue" }, { "action": "created", "author": "jduquennoy", "comment_id": 270237902, "datetime": 1483480962000, "masked_author": "username_1", "text": "Great addition, thanks for that Igor 👍.\r\nI forgot to make that one open :-).", "title": null, "type": "comment" }, { "action": "created", "author": "igor-makarov", "comment_id": 270248903, "datetime": 1483483987000, "masked_author": "username_0", "text": "Thanks! Let me know when you make a new release, I'll update my Podfile :)", "title": null, "type": "comment" } ]
2
3
415
false
false
415
false
danielsdeboer/Helpdesk
null
302,789,133
75
null
[ { "action": "opened", "author": "danielsdeboer", "comment_id": null, "datetime": 1520356479000, "masked_author": "username_0", "text": "There is currently no installation documentation. Let's add some!", "title": "Add installation guide", "type": "issue" }, { "action": "created", "author": "vfic", "comment_id": 566850400, "datetime": 1576639501000, "masked_author": "username_1", "text": "Hello, How to install? thanks", "title": null, "type": "comment" }, { "action": "closed", "author": "danielsdeboer", "comment_id": null, "datetime": 1601138231000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
94
false
false
94
false
KiameV/rimworld-weaponstorage
null
279,408,753
1
null
[ { "action": "opened", "author": "frenchiveruti", "comment_id": null, "datetime": 1512486372000, "masked_author": "username_0", "text": "Right now and for small colonies, the mod is fine, the GUI is kinda big but I understand that you are in any way a designer, but you are a great programmer!\r\nSo my suggestion is to at least reduce the clutter that gets generated by a large amount of colonist ignoring pawns incapable of violence as they are completely incapable of carrying guns. \r\nEven more, I'm afraid to even assign them a weapon and crashing the game ha.", "title": "[Suggestion] Ignore Pawns with \"incapable of violence\" traits", "type": "issue" }, { "action": "closed", "author": "KiameV", "comment_id": null, "datetime": 1554870842000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "KiameV", "comment_id": 481529693, "datetime": 1554870842000, "masked_author": "username_1", "text": "Done with latest update", "title": null, "type": "comment" } ]
2
3
449
false
false
449
false
lnchambers/bay_cycles
null
297,948,567
38
null
[ { "action": "opened", "author": "lnchambers", "comment_id": null, "datetime": 1518822788000, "masked_author": "username_0", "text": "", "title": "As a admin, When I visit '/trips/edit, I fill in a form with all trip attributes, When I click \"Update Trip\", I am directed to that trip's show page, I see the updated trip's information, I also see a flash message that I have updated that trip. ** All Attributes must be present **", "type": "issue" }, { "action": "closed", "author": "corneliusellen", "comment_id": null, "datetime": 1519139465000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
0
false
false
0
false
apache/beam
apache
316,616,225
5,201
{ "number": 5201, "repo": "beam", "user_login": "apache" }
[ { "action": "opened", "author": "lostluck", "comment_id": null, "datetime": 1524433562000, "masked_author": "username_0", "text": "Move all textual examples in the beam package to be true Go Doc examples, and add a few more.\r\n\r\n------------------------\r\n\r\nFollow this checklist to help us incorporate your contribution quickly and easily:\r\n\r\n - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.\r\n - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue.\r\n - [ ] Write a pull request description that is detailed enough to understand:\r\n - [ ] What the pull request does\r\n - [ ] Why it does it\r\n - [ ] How it does it\r\n - [ ] Why this approach\r\n - [ ] Each commit in the pull request should have a meaningful subject line and body.\r\n - [ ] Run `./gradlew build` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.\r\n - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).", "title": "[BEAM-3826] Move text examples to Go Doc examples.", "type": "issue" }, { "action": "created", "author": "lostluck", "comment_id": 383414901, "datetime": 1524433583000, "masked_author": "username_0", "text": "R: @herohde", "title": null, "type": "comment" }, { "action": "created", "author": "lostluck", "comment_id": 384028764, "datetime": 1524593513000, "masked_author": "username_0", "text": "run python precommit", "title": null, "type": "comment" }, { "action": "created", "author": "lostluck", "comment_id": 384738689, "datetime": 1524766498000, "masked_author": "username_0", "text": "R: @tgroh merge please", "title": null, "type": "comment" } ]
1
4
1,284
false
false
1,284
false
hbz/oerworldmap-ui
hbz
314,024,255
233
null
[ { "action": "opened", "author": "literarymachine", "comment_id": null, "datetime": 1523609991000, "masked_author": "username_0", "text": "", "title": "Language of Lighthouse cannot be changed", "type": "issue" }, { "action": "created", "author": "literarymachine", "comment_id": 381190452, "datetime": 1523637065000, "masked_author": "username_0", "text": "Fixed on beta, see e.g. https://beta.oerworldmap.org/resource/urn%3Auuid%3Ab3be2c39-3410-4eb2-9416-4c1c3385867e#addLighthouse", "title": null, "type": "comment" }, { "action": "reopened", "author": "literarymachine", "comment_id": null, "datetime": 1523637066000, "masked_author": "username_0", "text": "", "title": "Language of Lighthouse cannot be changed", "type": "issue" }, { "action": "created", "author": "trugwaldsaenger", "comment_id": 381545946, "datetime": 1523872643000, "masked_author": "username_1", "text": "+1", "title": null, "type": "comment" }, { "action": "closed", "author": "literarymachine", "comment_id": null, "datetime": 1523892286000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
5
127
false
false
127
false
appium/java-client
appium
151,360,670
372
null
[ { "action": "opened", "author": "truebit", "comment_id": null, "datetime": 1461755716000, "masked_author": "username_0", "text": "I think we could handle this by launching `ios_webkit_debug_proxy` as a service like AppiumService", "title": "[feature request] we need to wrap `ios_webkit_debug_proxy` like AppiumService", "type": "issue" }, { "action": "created", "author": "TikhomirovSergey", "comment_id": 222327427, "datetime": 1464466157000, "masked_author": "username_1", "text": "I think it needs for the convenient enhancement of the server", "title": null, "type": "comment" }, { "action": "created", "author": "SrinivasanTarget", "comment_id": 222327743, "datetime": 1464466608000, "masked_author": "username_2", "text": "https://github.com/appium/appium/issues/4454", "title": null, "type": "comment" }, { "action": "created", "author": "SrinivasanTarget", "comment_id": 223774311, "datetime": 1465069333000, "masked_author": "username_2", "text": "https://github.com/google/ios-webkit-debug-proxy will go away when https://github.com/appium/appium-remote-debugger is adopted in upcoming server changes", "title": null, "type": "comment" }, { "action": "created", "author": "Sumanjit13", "comment_id": 224366463, "datetime": 1465323138000, "masked_author": "username_3", "text": "Hi\r\nIs there any workaround for this. As i am also facing this issue when switch to webview or getContextHandles for real device.\r\nThanks in advance.", "title": null, "type": "comment" }, { "action": "created", "author": "imurchie", "comment_id": 224367644, "datetime": 1465323381000, "masked_author": "username_4", "text": "The dependency on `ios-webkit-debug-proxy` for real devices will not be going away any time soon. It depends on iOS getting actual automation support into Safari.", "title": null, "type": "comment" } ]
5
6
667
false
false
667
false
gitdown-wiki/gitdown-wiki
gitdown-wiki
146,256,235
1
null
[ { "action": "opened", "author": "hitakiri", "comment_id": null, "datetime": 1459936310000, "masked_author": "username_0", "text": "No errors in apache log or in symfony dev panel. \r\n\r\nBut MySQL db is empty after user creation.", "title": "Authentication error", "type": "issue" }, { "action": "created", "author": "mariusbuescher", "comment_id": 206377411, "datetime": 1459949927000, "masked_author": "username_1", "text": "Is there a git repository with a `users` directory in `app/data/wiki/gitdown-admin`? Does a file with your username exist?", "title": null, "type": "comment" }, { "action": "created", "author": "hitakiri", "comment_id": 206566005, "datetime": 1459976458000, "masked_author": "username_0", "text": "No. There is no folder `/data` in `/app` folder.", "title": null, "type": "comment" }, { "action": "created", "author": "mariusbuescher", "comment_id": 206965192, "datetime": 1460044240000, "masked_author": "username_1", "text": "Did you run `app/console gitdown-wiki:init` and `app/console gitdown-wiki:add-user`?", "title": null, "type": "comment" }, { "action": "created", "author": "hitakiri", "comment_id": 207283785, "datetime": 1460101786000, "masked_author": "username_0", "text": "Yes of course. I do all instructions from README.md -> Setup.", "title": null, "type": "comment" } ]
2
5
410
false
false
410
false
CocoaPods/CocoaPods
CocoaPods
112,489,593
4,416
null
[ { "action": "opened", "author": "jafara", "comment_id": null, "datetime": 1445388733000, "masked_author": "username_0", "text": "We have about 30 pods in our project and overall things seem a bit fast. However, when I look into the generated Pods.xcodeproj targets each one of them their header search paths point to all pods. This slows down our builds dramatically.\r\n\r\nWhy dont the targets include the header search paths only for the target the pod depends upon?", "title": "Why does Pods add ALL HEADER_SEARCH_PATHS for ALL pods?", "type": "issue" }, { "action": "created", "author": "segiddins", "comment_id": 149756286, "datetime": 1445392597000, "masked_author": "username_1", "text": "I'm sure there's already an issue for this, but long story short, we can't fix this until some work for 1.0 gets done", "title": null, "type": "comment" }, { "action": "created", "author": "neonichu", "comment_id": 149853206, "datetime": 1445424752000, "masked_author": "username_2", "text": "See #4325 for a bit more explanation.", "title": null, "type": "comment" }, { "action": "closed", "author": "neonichu", "comment_id": null, "datetime": 1445424752000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
4
490
false
false
490
false
bokeh/bokeh
bokeh
66,639,300
2,153
{ "number": 2153, "repo": "bokeh", "user_login": "bokeh" }
[ { "action": "opened", "author": "chdoig", "comment_id": null, "datetime": 1428336135000, "masked_author": "username_0", "text": "Found small typo in docs. Fixed.", "title": "fix typo, example has two css, one should be js", "type": "issue" }, { "action": "created", "author": "fpliger", "comment_id": 90489303, "datetime": 1428399932000, "masked_author": "username_1", "text": "LGTM", "title": null, "type": "comment" }, { "action": "created", "author": "damianavila", "comment_id": 90926483, "datetime": 1428501878000, "masked_author": "username_2", "text": "LGTM too, merging.", "title": null, "type": "comment" } ]
3
3
54
false
false
54
false
phonegap/phonegap-cli
phonegap
334,620,410
785
null
[ { "action": "opened", "author": "GTRebbeca", "comment_id": null, "datetime": 1529608158000, "masked_author": "username_0", "text": "### PhoneGap CLI, node & npm versions\r\n\r\n### Expected Behaviour\r\n\r\n### Actual Behaviour\r\n\r\n### Steps to Reproduce \r\n\r\n#### Sample Code that illustrates the problem\r\n\r\n#### Error messages", "title": "..", "type": "issue" }, { "action": "closed", "author": "purplecabbage", "comment_id": null, "datetime": 1529608833000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
186
false
false
186
false
FIRHQ/fir-cli
FIRHQ
123,214,387
53
null
[ { "action": "opened", "author": "SuperMarioBean", "comment_id": null, "datetime": 1450676222000, "masked_author": "username_0", "text": "我在使用 mac 上传ipa包,申明的 -c 参数中带有 \\n 换行符,但是上传之后,都被原样显示了\r\n\r\n fir p $WORKSPACE/build/${BUILD_NUMBER}/${YT_PROJECT_FINAL_NAME}.ipa -T ${YT_FIR_TOKEN} -c \"持续化集成 ${JOB_NAME}:${BUILD_DISPLAY_NAME}(${YT_PROJECT_FINAL_NAME})\\n${YT_CHANGE_LOG}\" \r\n\r\n 持续化集成 Carmaster-iOS-Release:#15(carmaster-origin_release_v1.1.0-cf0bde93c03b0e0ede78c760588ebc01263ae497-car_master_for_test_ad_hoc)\\ncf0bde9 隐藏调试使用的状态栏", "title": "fir -c 不支持 \\n", "type": "issue" }, { "action": "created", "author": "NaixSpirit", "comment_id": 166273902, "datetime": 1450696579000, "masked_author": "username_1", "text": "仔细查了一下, 是 ruby 中的 ARGV 自动做了转义, 把所有 `\\n` 都转义成了 `\\\\n`, 这边暂时不好修改, 如果想换行, 可以直接在命令行中换行或者 `-c` 后面接上 changelog 的文件", "title": null, "type": "comment" }, { "action": "closed", "author": "NaixSpirit", "comment_id": null, "datetime": 1453193026000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
501
false
false
501
false
projectatomic/libpod
projectatomic
300,284,972
401
{ "number": 401, "repo": "libpod", "user_login": "projectatomic" }
[ { "action": "opened", "author": "baude", "comment_id": null, "datetime": 1519659420000, "masked_author": "username_0", "text": "Podman should not override users mounts with default mounts\r\nfor /etc/hostname, /etc/resolv.conf, and /etc/hosts.\r\n\r\nResolves issue #388", "title": "Do not override user mounts", "type": "issue" }, { "action": "created", "author": "mheon", "comment_id": 368553498, "datetime": 1519661253000, "masked_author": "username_1", "text": "LGTM", "title": null, "type": "comment" }, { "action": "created", "author": "mheon", "comment_id": 368605801, "datetime": 1519670801000, "masked_author": "username_1", "text": "@rh-atomic-bot r+", "title": null, "type": "comment" } ]
3
6
592
false
true
157
false
JuliaDatabases/ODBC.jl
JuliaDatabases
398,795,688
222
null
[ { "action": "opened", "author": "ilang6", "comment_id": null, "datetime": 1547456226000, "masked_author": "username_0", "text": "But when I use python to upload data everything work.\r\nI use the following command \r\n\r\n`from sqlalchemy import create_engine\r\nimport pandas as pd\r\nengine = create_engine('mssql+pyodbc://user:password@servername?driver=FreeTDS')\r\ndf.to_sql(name='odbc_test',schema ='[dbo]',index =False,con=engine)`\r\n\r\nplease help", "title": "ODBC load won't work", "type": "issue" }, { "action": "created", "author": "quinnj", "comment_id": 633154194, "datetime": 1590276962000, "masked_author": "username_1", "text": "Yeah, the previous `ODBC.load` function was using some very specific ODBC functions that, it turns out, a lot of drivers don't implement. I'm marking this issue as 1.0 to ensure we figure out a more general solution before tagging the 1.0 release.", "title": null, "type": "comment" }, { "action": "closed", "author": "quinnj", "comment_id": null, "datetime": 1590856043000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
559
false
false
559
false
arcticicestudio/igloo
null
280,479,026
95
null
[ { "action": "opened", "author": "arcticicestudio", "comment_id": null, "datetime": 1512737314000, "masked_author": "username_0", "text": "Create a new snowblock for [NPM][npm] including the [`.npmrc` configuration file][npmrc] to define\r\n\r\n* the [`npm init`][npm-config] options\r\n * `init-author-name`\r\n * `init-author-email`\r\n * `init-author-url`\r\n * `init-version`\r\n * `init-license`\r\n* the `package-lock` option with `false` to disable the generation of the `package-lock.json` file\r\n* the `save-exact` option to always save the exact dependency versions in the `package.json` \r\n\r\n[npm]: https://www.npmjs.com\r\n[npmrc]: https://docs.npmjs.com/files/npmrc\r\n[npm-config]: https://docs.npmjs.com/misc/config", "title": "npm", "type": "issue" }, { "action": "closed", "author": "arcticicestudio", "comment_id": null, "datetime": 1512738505000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
574
false
false
574
false
lepture/github-cards
null
115,916,781
35
null
[ { "action": "opened", "author": "LeonardoCardoso", "comment_id": null, "datetime": 1447087650000, "masked_author": "username_0", "text": "It would be nice if this message was optional to be displayed.", "title": "'[Not] available for hire' message as optional.", "type": "issue" }, { "action": "created", "author": "justinjstark", "comment_id": 165662149, "datetime": 1450410409000, "masked_author": "username_1", "text": "Agreed. It seems odd.", "title": null, "type": "comment" }, { "action": "created", "author": "justinjstark", "comment_id": 165664720, "datetime": 1450411000000, "masked_author": "username_1", "text": "It looks like this is part of the theme. User-defined themes (Issue #33) would solve this.", "title": null, "type": "comment" }, { "action": "created", "author": "guibranco", "comment_id": 576084277, "datetime": 1579488256000, "masked_author": "username_2", "text": "Agreed", "title": null, "type": "comment" } ]
3
4
179
false
false
179
false
chhantyal/taggit-selectize
null
404,517,304
23
null
[ { "action": "opened", "author": "PJ03029174", "comment_id": null, "datetime": 1548801239000, "masked_author": "username_0", "text": "I'm having trouble getting it to work, I've tried editing the url.py files to use PATH() and run server works but I keep getting 404 for localhost:8000/taggit\r\n\r\nI'd really appreciate it if you could let me know the most recent version the example application worked on.\r\n\r\nThanks for the good work", "title": "Is the Example App Compatible with Django 2.1.5?", "type": "issue" }, { "action": "created", "author": "chhantyal", "comment_id": 458959776, "datetime": 1548857896000, "masked_author": "username_1", "text": "Admin url is localhost:8000/admin", "title": null, "type": "comment" }, { "action": "closed", "author": "chhantyal", "comment_id": null, "datetime": 1579516831000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
331
false
false
331
false
vscode-langservers/vscode-css-languageserver-bin
vscode-langservers
365,523,847
4
{ "number": 4, "repo": "vscode-css-languageserver-bin", "user_login": "vscode-langservers" }
[ { "action": "opened", "author": "sandinmyjoints", "comment_id": null, "datetime": 1538408694000, "masked_author": "username_0", "text": "", "title": "Add lsp-css as client.", "type": "issue" }, { "action": "created", "author": "DeltaEvo", "comment_id": 426030784, "datetime": 1538421726000, "masked_author": "username_1", "text": "Thanks", "title": null, "type": "comment" } ]
2
2
6
false
false
6
false
Microsoft/service-fabric
Microsoft
315,855,536
91
null
[ { "action": "opened", "author": "nockawa", "comment_id": null, "datetime": 1524140967000, "masked_author": "username_0", "text": "I've tried to install Service Fabric on my Development Environment which is Ubuntu 18.04 and the following scrip failed\r\n```bash\r\nsudo curl -s https://raw.githubusercontent.com/Azure/service-fabric-scripts-and-templates/master/scripts/SetupServiceFabric/SetupServiceFabric.sh | sudo bash\r\n```\r\nI've removed the check of the OS Version (Xenial) but the dependencies still won't install...\r\n\r\nI know the documentation strictly specify Xenial, but I was wondering if the 18.04 will be supported soon or if there's a workaround in the meantime.\r\n\r\nThanks", "title": "When Ubuntu 18.04 (Bionic beaver) will be supported?", "type": "issue" }, { "action": "created", "author": "bpm-ms", "comment_id": 382823379, "datetime": 1524160094000, "masked_author": "username_1", "text": "@username_2 Do you have any timeline for this?", "title": null, "type": "comment" }, { "action": "created", "author": "anmolah", "comment_id": 382826790, "datetime": 1524160735000, "masked_author": "username_2", "text": "@username_3 will be able to answer this question. \r\n\r\n@chenxumsft, have done any sort of testing on 18.04 ?", "title": null, "type": "comment" }, { "action": "created", "author": "bpm-ms", "comment_id": 382828904, "datetime": 1524161150000, "masked_author": "username_1", "text": "@AnthonyM did we get through the issues with running a cluster inside of the docker container? Your end to end test does that right? If so, even if the host is 18.04, you can build and run inside the container which is still on Xenial....", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 382836473, "datetime": 1524162651000, "masked_author": "username_3", "text": "18.04 will only be launched end of this month, and we'll investigate and support it in the coming months.", "title": null, "type": "comment" }, { "action": "created", "author": "nockawa", "comment_id": 382871218, "datetime": 1524169883000, "masked_author": "username_0", "text": "@username_3 stable version are already available, with RDP protocol compliance which is ideal to use alongside with Windows 10 and Hyper-V. It's a bit sad that it's a matter of months to support it, specially considering that it's the only Linux distribution compatible (as far as I know by reading the documentation).\r\n\r\nIf it's going to take few months that I don't really have right now to make a decision, can you tell me the ideal workaround to move forward?\r\n\r\nI can develop on Windows, test locally, then deploy a on-premise Linux Cluster for production on the 16.04 version?\r\n\r\nPlease advise, many thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 382893829, "datetime": 1524175186000, "masked_author": "username_3", "text": "I understand username_0. We generally release every 2-3 months, and since we just released 6.2, hence my statement in the coming months. We'll have a better idea once we investigate what's needed. Until then, as many of our customers do, you can develop on Windows and publish on Linux. Standalone Linux clusters (preview) are also coming soon.", "title": null, "type": "comment" }, { "action": "created", "author": "nockawa", "comment_id": 382900906, "datetime": 1524177151000, "masked_author": "username_0", "text": "So today I can install the on premise Service Fabric on Windows and user Linux Nodes, but Standalone Linux clusters are not released yet, that's right?\r\n\r\nI have another question and then I'll stop bugging you: as of today, is it possible to develop Service Fabric service on Linux with VS Code and test them locally? The answer is \"yes with Ubuntu 16.04\", right?\r\n\r\nThanks for all the information!", "title": null, "type": "comment" }, { "action": "created", "author": "Pothulapati", "comment_id": 395481509, "datetime": 1528388571000, "masked_author": "username_4", "text": "@username_3 Is Ubuntu 18.04 Bionic Supported yet? Any update on this?\r\n\r\nThanks.", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 395482857, "datetime": 1528388822000, "masked_author": "username_3", "text": "It is not supported yet, but we’re investigating it as we plan out the next few months. We’ll provide an update on this in a couple of weeks. Thanks for your patience.\r\n\r\nBest,\r\nMani", "title": null, "type": "comment" }, { "action": "created", "author": "MedAnd", "comment_id": 404353845, "datetime": 1531356167000, "masked_author": "username_5", "text": "Hi @username_3... friendly ping... any update on this?", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 404354140, "datetime": 1531356289000, "masked_author": "username_3", "text": "@chenxumsft . Yes username_5, we're looking into this - we should have support in the upcoming months.", "title": null, "type": "comment" }, { "action": "created", "author": "MedAnd", "comment_id": 405092804, "datetime": 1531662015000, "masked_author": "username_5", "text": "@username_3 @chenxumsft please consider adding support for [Minimal Ubuntu](https://blog.ubuntu.com/2018/07/09/minimal-ubuntu-released)", "title": null, "type": "comment" }, { "action": "created", "author": "raghav135", "comment_id": 417871297, "datetime": 1535819805000, "masked_author": "username_6", "text": "Any updates on this? Is there any workaround for working in latest ubuntu?\r\n\r\nCurrently the issue is \"dot net runtime\" has working package for ubuntu bionic, and it has moved to libcurl4, and servicefabric (Xenial) is in libcurl3, not able to proceed.", "title": null, "type": "comment" }, { "action": "created", "author": "alexeyzimarev", "comment_id": 428927701, "datetime": 1539259011000, "masked_author": "username_7", "text": "A long time passed since April...", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 429034912, "datetime": 1539277072000, "masked_author": "username_3", "text": "This is being worked on - updating the dependencies as well as adequate testing. We're focusing on the next release announced at Ignite which is going out end of this month (6.4) release, and post then the focus will shift to this. I understand the ask for moving to the latest, but is there any blocking issue on 16.04?", "title": null, "type": "comment" }, { "action": "created", "author": "alexeyzimarev", "comment_id": 429073473, "datetime": 1539283293000, "masked_author": "username_7", "text": "My development machine is Pop!OS and it is the Bionic Beaver. For now, I can only use the container.", "title": null, "type": "comment" }, { "action": "created", "author": "sagar9004075562", "comment_id": 432920243, "datetime": 1540445571000, "masked_author": "username_8", "text": "@username_3 can you please provide us with a proper date at which it would be completed ? Some is project are due because of these", "title": null, "type": "comment" }, { "action": "created", "author": "mani-ramaswamy", "comment_id": 434791720, "datetime": 1541009392000, "masked_author": "username_3", "text": "I apologize for the inconvenience, but I don't have an exact date to share. We're targeting H1 CY19 to ship this, but I realize that's a wide time frame. I can loop back with a more narrower time frame in a month or so.", "title": null, "type": "comment" }, { "action": "created", "author": "mtraudt", "comment_id": 447091906, "datetime": 1544729543000, "masked_author": "username_9", "text": "@username_3 Do you have any more clarity on the time frame for Bionic support?", "title": null, "type": "comment" }, { "action": "created", "author": "KiransHub", "comment_id": 451633947, "datetime": 1546672211000, "masked_author": "username_10", "text": "I need bionic support :*(", "title": null, "type": "comment" }, { "action": "created", "author": "MedAnd", "comment_id": 452639794, "datetime": 1547028109000, "masked_author": "username_5", "text": "In case others are interested, have been successfully using RDP support on Ubuntu 16.04 for Service Fabric & VS Code development :sunglasses:", "title": null, "type": "comment" }, { "action": "created", "author": "jfalameda", "comment_id": 462070366, "datetime": 1549738899000, "masked_author": "username_11", "text": "Any updates on this?\r\n\r\nThanks.", "title": null, "type": "comment" }, { "action": "created", "author": "mtraudt", "comment_id": 476689813, "datetime": 1553612531000, "masked_author": "username_9", "text": "This question was asked in the most recent Service Fabric Community Q&A and it seems that Ubuntu 18.04 support is not on the short term development roadmap. They made no commitment on the call as to when this might be available.", "title": null, "type": "comment" }, { "action": "created", "author": "masnider", "comment_id": 491086454, "datetime": 1557439844000, "masked_author": "username_12", "text": "Odd. It was under development and should be available soon. https://github.com/microsoft/service-fabric/tree/18.04", "title": null, "type": "comment" }, { "action": "created", "author": "zhol01825", "comment_id": 492312218, "datetime": 1557851500000, "masked_author": "username_13", "text": "Ubuntu 18.04 support is available under \"18.04\" branch.\r\n\r\nBuild command\r\n./runbuild.sh -ubuntu18\r\n\r\nAdditionally you can pass in the -pe option to the script to enable precompiled header \r\n./runbuild.sh -ubuntu18 -pe", "title": null, "type": "comment" }, { "action": "created", "author": "MedAnd", "comment_id": 502370223, "datetime": 1560607923000, "masked_author": "username_5", "text": "Any update on when Service Fabric for Ubuntu 18.04 will be released? Have some wsl2 R&D pending 😎", "title": null, "type": "comment" }, { "action": "created", "author": "jfalameda", "comment_id": 530353132, "datetime": 1568204063000, "masked_author": "username_11", "text": "Any update on this? Thanks.", "title": null, "type": "comment" }, { "action": "created", "author": "worldhello126", "comment_id": 530588418, "datetime": 1568240362000, "masked_author": "username_14", "text": "we are working on this. Now is under test and bug fixing stage. Target to ship it at end of this year.", "title": null, "type": "comment" }, { "action": "created", "author": "jfalameda", "comment_id": 609713234, "datetime": 1586169183000, "masked_author": "username_11", "text": "Is this merged on master? Is there a package ready for this?", "title": null, "type": "comment" }, { "action": "created", "author": "worldhello126", "comment_id": 612218883, "datetime": 1586552969000, "masked_author": "username_14", "text": "Not yet, We plan to release this with SF 7.1.", "title": null, "type": "comment" }, { "action": "created", "author": "jfalameda", "comment_id": 630119036, "datetime": 1589801189000, "masked_author": "username_11", "text": "Any timeline for this? Is this already supported?", "title": null, "type": "comment" }, { "action": "created", "author": "worldhello126", "comment_id": 630296707, "datetime": 1589819376000, "masked_author": "username_14", "text": "We have release the support with 7.1. but as the Virtus, it require more time to get this rollout to azure portal. We can cooperate with people on this, and hopefully can get some an estimation soon", "title": null, "type": "comment" }, { "action": "created", "author": "tejasavora", "comment_id": 674288342, "datetime": 1597442196000, "masked_author": "username_15", "text": "@username_14 Do you know when it will be supported on Ubuntu 20.04 (Focal Fossa)?", "title": null, "type": "comment" }, { "action": "closed", "author": "masnider", "comment_id": null, "datetime": 1614981477000, "masked_author": "username_12", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "masnider", "comment_id": 791736897, "datetime": 1614981477000, "masked_author": "username_12", "text": "@username_15 I'm going to close this issue since 1804 has been supported for some time. Support for 20.04 is a separate issue and we will need to provide a timeline in the public roadmap.", "title": null, "type": "comment" } ]
16
36
5,709
false
false
5,709
true
code-corps/code-corps-phoenix
code-corps
176,797,846
208
{ "number": 208, "repo": "code-corps-phoenix", "user_login": "code-corps" }
[ { "action": "opened", "author": "npendery", "comment_id": null, "datetime": 1473819573000, "masked_author": "username_0", "text": "Closes #205", "title": "Limit Skill controller index to return only 5 skills", "type": "issue" }, { "action": "created", "author": "begedin", "comment_id": 246988068, "datetime": 1473853695000, "masked_author": "username_1", "text": "Just a suggestion to consider, but how about creating a limit filter, which has a default of 5 for now? We can then later, in ember, explicitly specify a different value if necessary.", "title": null, "type": "comment" }, { "action": "created", "author": "npendery", "comment_id": 247024317, "datetime": 1473862051000, "masked_author": "username_0", "text": "Yeah I like the idea of the limit filter. Will also make the necessary changes on the Ember side.", "title": null, "type": "comment" } ]
2
3
291
false
false
291
false
ethereumj/ethereumj
ethereumj
337,305,661
5
null
[ { "action": "opened", "author": "redskate", "comment_id": null, "datetime": 1530464582000, "masked_author": "username_0", "text": "My application waits for a onSyncDone() event of a test ethereumj network using the genesis file (see bottom here) and a configuration which resets every time the database.\r\n\r\nIn onSyncDone() a contract is submitted.\r\n\r\nethereumj is starting mining, each transaction mines without using gas. The difficulty arises a bit at each one. It mines and mines ... and I am asking myself when the first block will be \"completed\" (and the onSyncDone() will be fired / executed).\r\n\r\nWhat can I do in order to avoid all that (empty 0-gas-mining)?\r\n\r\n=======\r\nthe genesis file used:\r\n{\r\n \"comment1\": \"This genesis file should be copied to the ethereumj resource path\",\r\n \"comment2\": \"/Users/fabio/Documents/workspace/ethereumj/ethereumj-core/build/resources/main/genesis/\",\r\n \"config\": {\r\n \"chainId\": 313,\r\n \"eip158Block\": 10,\r\n \"byzantiumBlock\": 1700000,\r\n\r\n \"headerValidators\": [\r\n {\"number\": 10, \"hash\": \"0xb3074f936815a0425e674890d7db7b5e94f3a06dca5b22d291b55dcd02dde93e\"},\r\n {\"number\": 585503, \"hash\": \"0xe8d61ae10fd62e639c2e3c9da75f8b0bdb3fa5961dbd3aed1223f92e147595b9\"}\r\n ]\r\n },\r\n\r\n \"nonce\": \"0x0000000000000042\",\r\n \"timestamp\": \"0x00\",\r\n \"parentHash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\r\n \"extraData\": \"0x3535353535353535353535353535353535353535353535353535353535353535\",\r\n \"gasLimit\": \"0xFFFFFFF\",\r\n \"gasPrice\": \"0x0F\",\r\n \"difficulty\": \"0x01\",\r\n \"mixhash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\r\n \"coinbase\": \"0x0000000000000000000000000000000000000000\",\r\n\r\n \"alloc\": {\r\n \r\n \"0000000000000000000000000000000000000013\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000014\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000015\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000016\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000017\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000018\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"0000000000000000000000000000000000000019\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001a\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001b\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001c\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001d\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001e\": {\r\n \"balance\": \"1000\"\r\n },\r\n \"000000000000000000000000000000000000001f\": {\r\n \"balance\": \"1000\"\r\n }\r\n\r\n }\r\n}\r\n\r\n====== the conf used:\r\npeer.discovery.enabled = false\r\npeer.listen.port = 20202\r\npeer.networkId = 888\r\n\r\ncache.flush.memory = 0\r\ncache.flush.blocks = 1\r\nsync.enabled = false\r\nmine.start = true\r\n\r\n\r\ndatabase.dir = sksDB\r\ndatabase.reset = true\t\r\n\r\n# Key value data source values: [leveldb/redis/mapdb]\r\nkeyvalue.datasource=rocksdb\r\n\r\n\r\n// a number of public peers for this network (not all of then may be functioning)\r\n// need to get Seed/Miner node info and fill it in active peer section of all regular nodes like this:\r\npeer.active = \r\n[ \r\n\t{\r\n\t\tip= 10.0.1.120\r\n\t\tport= 20202\r\n\t\tnodeName = \"sks1\"\r\n\t\tname = b3ea40366eae0206f7923a38c61ccfd1fcbd1185aa46596cfcba5eb762d484c15f998d6447162905507212742fbbda96507667d834192dd32bdc980e08e16ad3\r\n\t} \r\n]\r\n\t \r\n// special genesis for this test network\r\n\r\ngenesis = eth_genesis_sksprivate.json\r\nblockchain.config.name = \"sks\"\r\nblockchain.config.class = \"org.ethereum.config.blockchain.FrontierConfig\"", "title": "How many empty transactions should be mined until the first block is (when) finished ?", "type": "issue" }, { "action": "closed", "author": "redskate", "comment_id": null, "datetime": 1530542940000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
3,633
false
false
3,633
false
sfsam/Itsycal
null
157,433,671
17
null
[ { "action": "opened", "author": "ggiessen", "comment_id": null, "datetime": 1464586038000, "masked_author": "username_0", "text": "Not sure if you are aware that your app is sold in the AppStore. It's called 'SmalCal' by Damian Plak...", "title": "someone is selling your calendar app via the AppStore", "type": "issue" }, { "action": "created", "author": "eirnym", "comment_id": 222470261, "datetime": 1464606846000, "masked_author": "username_1", "text": "This calendar is under MIT licence formally", "title": null, "type": "comment" }, { "action": "closed", "author": "sfsam", "comment_id": null, "datetime": 1464623452000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "sfsam", "comment_id": 222518840, "datetime": 1464623452000, "masked_author": "username_2", "text": "Thank you for pointing this out. It's unfortunate, but there isn't much I can do. Too bad for people who pay this guy for something they can get for free.", "title": null, "type": "comment" }, { "action": "created", "author": "mika76", "comment_id": 229061880, "datetime": 1467123290000, "masked_author": "username_3", "text": "You might be able to - copyright and license are two different things, and you own the copyright (at least of the files that he has not modified) - https://www.smashingmagazine.com/2011/06/understanding-copyright-and-licenses/#what-is-a-license\r\n\r\nIf I was you I'd put in the claim at https://www.apple.com/legal/internet-services/itunes/appstorenotices/#?lang=en and then place the app for sale yourself. No reason why it can't be sold on the marketplace and open source on it's own website. Lots of apps of this.", "title": null, "type": "comment" } ]
4
5
815
false
false
815
false
direnv/direnv
direnv
301,910,168
344
null
[ { "action": "opened", "author": "dharmab", "comment_id": null, "datetime": 1520025987000, "masked_author": "username_0", "text": "## Issue description\r\n\r\nHomebrew's `python` formula has switch to Python 3. This requires manual intervention for Python 2 projects.\r\n\r\n### Steps to reproduce\r\n\r\nIf a user uses Python from Homebrew and runs `brew upgrade`, their Python 2 direnv environments will output the following error:\r\n\r\n```\r\ndirenv: loading .envrc\r\nenvironment: line 400: /usr/local/opt/python/bin/python2.7: No such file or directory\r\n```\r\n\r\nTo work around this error, upgrade virtualenv:\r\n```\r\n# Run this _outside_ of a virtualenv\r\npip install virtualenv\r\n```\r\n\r\nand update `.envrc`:\r\n\r\n```\r\n# before\r\nlayout python\r\n# after\r\nlayout python /usr/local/opt/python@2/bin/python2\r\n```\r\n\r\n## Technical details\r\n\r\n<!-- to better help you, please provide the following information: -->\r\n\r\n* `direnv version`: 2.15.2\r\n* OS release: macOS High Sierra 10.13.3\r\n* Homebrew version: 1.5.7\r\n\r\n(I don't think this is actually an issue with direnv, but figured that posting the solution here would be easy to find with Google.)", "title": "Direnv broken after upgrading python to python 3 using Homebrew (solution inside)", "type": "issue" }, { "action": "closed", "author": "dharmab", "comment_id": null, "datetime": 1524253620000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "dharmab", "comment_id": 383202636, "datetime": 1524253620000, "masked_author": "username_0", "text": "Closing this issue since people have had plenty of time to migrate.", "title": null, "type": "comment" } ]
1
3
1,055
false
false
1,055
false
jfcherng/Sublime-ShellScriptImproved
null
154,503,261
12
null
[ { "action": "opened", "author": "michaelblyons", "comment_id": null, "datetime": 1463064864000, "masked_author": "username_0", "text": "There is highlighting for both of these lines, but it is inconsistent:\r\n\r\n```bash\r\nchanged=$(echo \"$gitstatus\" | egrep \"^ [MR]\" | wc -l)\r\nplus=$(($(echo \"$gitstatus\" | egrep \"^[ C]A\" | wc -l) + $(echo \"$gitstatus\" | egrep \"^\\?\\?\" | wc -l)))\r\n```\r\n\r\nScopes are different for:\r\n\r\n- `echo`, `egrep`, `wc` (probably all the same rule)\r\n- the `egrep`'s match text\r\n- the `wc`'s `-l` flag", "title": "$(( $(x) ... )) highlighting has different scopes than $(x)", "type": "issue" }, { "action": "created", "author": "jfcherng", "comment_id": 218803125, "datetime": 1463068771000, "masked_author": "username_1", "text": "Should be resolved by cdd7eb44fe08ae58053fc0fcabd6026523afbe93.", "title": null, "type": "comment" }, { "action": "closed", "author": "jfcherng", "comment_id": null, "datetime": 1463068771000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
446
false
false
446
false
Microsoft/WindowsTemplateStudio
Microsoft
329,739,633
2,349
null
[ { "action": "opened", "author": "mvegaca", "comment_id": null, "datetime": 1528269286000, "masked_author": "username_0", "text": "Update reference from 6.0.8 to 6.1.5", "title": "Update Nuget Reference: Microsoft.NETCore.UniversalWindowsPlatform", "type": "issue" }, { "action": "created", "author": "sibille", "comment_id": 395727320, "datetime": 1528455712000, "masked_author": "username_1", "text": "Verified on dev-nightly:\r\nTemplates version: 0.18.18159.2\r\nWizard version: 0.18.18159.1", "title": null, "type": "comment" }, { "action": "closed", "author": "sibille", "comment_id": null, "datetime": 1528455713000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
123
false
false
123
false
IBM/carbon-components-react
IBM
340,351,449
1,073
null
[ { "action": "opened", "author": "iamgollum", "comment_id": null, "datetime": 1531332904000, "masked_author": "username_0", "text": "# Breadcrumb\r\n\r\nCurrently you need to apply the class `bx--breadcrumb--no-trailing-slash` to the element. It would be nice if this was a prop.", "title": "Breadcrumb support no trailing slash prop", "type": "issue" }, { "action": "closed", "author": "marijohannessen", "comment_id": null, "datetime": 1531416846000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
3
515
false
true
142
false