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
DyKnow/SignalR-ObjC
DyKnow
163,956,846
273
{ "number": 273, "repo": "SignalR-ObjC", "user_login": "DyKnow" }
[ { "action": "opened", "author": "abillingsley", "comment_id": null, "datetime": 1467756157000, "masked_author": "username_0", "text": "## Checklist\r\nPut an ```x``` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.\r\n\r\n - [x] Unit tests pass locally with my changes\r\n - [x] I have added tests that prove my fix is effective or that my feature works\r\n - [x] I have added necessary documentation (if appropriate)\r\n - [x] Any dependent changes have been merged and published in downstream modules\r\n \r\n## Further comments\r\nIf this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...", "title": "Update Podfiles to work with cocoapods 1.x #272", "type": "issue" }, { "action": "created", "author": "joeldart", "comment_id": 230762761, "datetime": 1467809723000, "masked_author": "username_1", "text": "Planning for backwards compat: \r\nwe would still have 2.0.2 for those using cocoapods 0.39.0 and can add that to the documentation as the path forward there. We'll have to update some of our build infrastructure to get this working in CI (requirement before landing).", "title": null, "type": "comment" }, { "action": "created", "author": "abillingsley", "comment_id": 230764434, "datetime": 1467810153000, "masked_author": "username_0", "text": "@username_1 note I did not make any changes to the podspec (I don't think that is a requirement for #272) since it appears @username_2 is either trying to run the examples or debug in the SignalR-ObjC code base directly.\r\n\r\nYou are correct that the build server will need to be updated to cocoapods 1.x which could make for additional work on the other projects that leverage old versions of cocopods but SignalR-ObjC should be able to be integrated into projects using any reasonable version of cocoapods 0.3x or 1.x. \r\n\r\n@username_2 can checkout `feature-cocoapods1.x` to run the examples etc in a cocoapods 1.x environment", "title": null, "type": "comment" }, { "action": "created", "author": "richardgroves", "comment_id": 230773263, "datetime": 1467812251000, "masked_author": "username_2", "text": "Thanks @username_0 - that all works well for me on Cocoapods 1.0.1 now. You are correct in that I was building the main project and trying to run the examples, rather than just integrating it into another project (that works fine on 1.0.1).", "title": null, "type": "comment" } ]
3
4
1,875
false
false
1,875
true
logaretm/vee-validate
null
218,245,844
403
null
[ { "action": "opened", "author": "jpozosrc", "comment_id": null, "datetime": 1490889551000, "masked_author": "username_0", "text": "#### Versions:\r\n- VueJs: 4.1.1\r\n- Vee-Validate: 2.0.0-beta.24\r\n\r\n### Description:\r\nI have a custom rule for validating email addresses via an ajax call.\r\nThis ajax call uses a third party service that 'ensures' email addresses are fresh.\r\n\r\n### Steps To Reproduce:\r\n\r\nThe markup:\r\n\r\n`<input \r\n name=\"email\" \r\n v-bind:value=\"viewModel.email\" \r\n v-on:input=\"viewModel.email = $event.target.value\" \r\n class=\"form-control\" \r\n v-validate=\"'required|email|goodemail'\" \r\n data-vv-validate-on=\"blur\"\r\n :class=\"{ 'input-error' : errors.has('email') }\" />`\r\n\r\nThe custom rule:\r\n\r\n`Validator.extend('goodemail', function(value) \r\n {\r\n var promise = validateEmail(value);\r\n console.log(promise)\r\n return promise;\r\n });`\r\n\r\nThe code above executes twice upon issuing this.$validator.validateAll()\r\nThe first time it works correctly (marks field as invalid if invalid and vice-versa).\r\nBut the second time (which should not occur), the validator believes its always valid\r\nI know it executes twice because that console.log statement shows my promise twice.\r\n\r\nI was able to reproduce in a hello-world type app to rule out other issues in my application\r\n\r\n![dev_tools](https://cloud.githubusercontent.com/assets/16215360/24513807/cdd4186a-1537-11e7-9ba8-54b8f1ee843c.png)", "title": "Custom rule that returns a promise executes twice on validateAll()", "type": "issue" }, { "action": "closed", "author": "jpozosrc", "comment_id": null, "datetime": 1490893334000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "jpozosrc", "comment_id": 290475410, "datetime": 1490893334000, "masked_author": "username_0", "text": "My bug...", "title": null, "type": "comment" } ]
1
3
1,314
false
false
1,314
false
react-epfl/gadget
react-epfl
53,036,654
234
null
[ { "action": "opened", "author": "Wissam-Halimi", "comment_id": null, "datetime": 1419854344000, "masked_author": "username_0", "text": "This was reported by the teacher in gva (Fanny). \r\nHere are the links to a reproduction of the problem:\r\nhttp://graasp.eu/ils/54a139aa51830bd46a6664c6?lang=en\r\nhttp://graasp.eu/ils/54a139aa51830bd46a6664c6?lang=en\r\n\r\nEn gros, this is the issue:\r\n![screen shot 2014-12-29 at 12 57 52 pm](https://cloud.githubusercontent.com/assets/2853659/5568413/72a2b006-8f5a-11e4-8a5a-4221a6331915.png)\r\n\r\n@username_1 @aholzer @dgillet we should get decided on the size of the frame in which we want to embed web pages in ILS' student view.", "title": "Embedded web pages are small in ILS student view", "type": "issue" }, { "action": "closed", "author": "MJRodriguezTriana", "comment_id": null, "datetime": 1421085456000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
532
false
false
532
true
Semantic-Org/Semantic-UI
Semantic-Org
190,557,897
4,767
null
[ { "action": "opened", "author": "vhflat", "comment_id": null, "datetime": 1479648117000, "masked_author": "username_0", "text": "**Steps to Reproduce**\r\n1. Open chrome\r\n2. go to http://semantic-ui.com/elements/divider.html\r\n\r\n**Expected**\r\nThe Divider should go in the middle between the login form and the sign up button\r\n\r\n**Result**\r\nThe Divider appears on the left of the login form. Its weird because it works fine in Safari and Firefox.", "title": "[Divider] - Vertical Divider example not working in Chrome", "type": "issue" }, { "action": "created", "author": "oguzhansari", "comment_id": 261815134, "datetime": 1479684879000, "masked_author": "username_1", "text": "😱 I realized when you told me.\r\n\r\nBut looks like there's no problem with the mobile version. > http://i.hizliresim.com/pXYjOn.png", "title": null, "type": "comment" }, { "action": "created", "author": "jlukic", "comment_id": 269346472, "datetime": 1482855266000, "masked_author": "username_2", "text": "#4342 \r\n\r\nI've posted a bug with Chromium. There does not appear to be a workaround from a framework level. Hopefully Chrome team can fix this soon.\r\n\r\n[View Chrome Issue 633011](https://bugs.chromium.org/p/chromium/issues/detail?id=633011&can=1&q=position%3A%20absolute%20flex&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified)\r\n\r\nhttps://github.com/w3c/csswg-drafts/issues/401", "title": null, "type": "comment" }, { "action": "closed", "author": "jlukic", "comment_id": null, "datetime": 1482855269000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
4
870
false
false
870
false
tencentyun/cos-nodejs-sdk-v5
tencentyun
224,792,714
3
null
[ { "action": "opened", "author": "Cbinbin", "comment_id": null, "datetime": 1493301555000, "masked_author": "username_0", "text": "1、COS.config.setAppInfo(AppId, SecretId, SecretKey, timeout)\r\nv3 nodeSDK之前有上面这接口,这里可不可以用?我用时报错 \"....setAppInfo ##undefined\"\r\n\r\n2、在bucket里面建文件夹,用putObject() 可以上传到bucket的子文件夹里面吗?\r\n\r\n3、putObject()返回的ETag是做什么用的?有包含文件信息?MD5 算法校验值可以解密?上传的是图片或视频可以通过指定的 url 预览吗?\r\n以上问题求解啊,谢谢!", "title": "问题?求解", "type": "issue" }, { "action": "created", "author": "meteormatt", "comment_id": 301997196, "datetime": 1495002169000, "masked_author": "username_1", "text": "应该可以预览的。", "title": null, "type": "comment" }, { "action": "created", "author": "Cbinbin", "comment_id": 301998642, "datetime": 1495002723000, "masked_author": "username_0", "text": "谢谢,我大概知道怎么用了", "title": null, "type": "comment" }, { "action": "created", "author": "Cbinbin", "comment_id": 307017612, "datetime": 1496905403000, "masked_author": "username_0", "text": "配置:\r\n...\r\nvar cos = new COS({...})\r\n...\r\n更新得漂亮!!!", "title": null, "type": "comment" }, { "action": "closed", "author": "Galen-Yip", "comment_id": null, "datetime": 1496906523000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
5
336
false
false
336
false
adrianlopezroche/fdupes
null
185,495,333
67
null
[ { "action": "opened", "author": "saintger", "comment_id": null, "datetime": 1477512149000, "masked_author": "username_0", "text": "Files copied with --reflink=auto on BTRFS are already sharing the same data.\r\nHowever fdupes identify them as duplicates (and in a technical sense, they are indeed duplicates).\r\nIt would be nice if we could have an option to ignore such files.\r\n\r\nThanks for this useful software.", "title": "Feature request: ignore files copied with --reflink=auto on BTRFS", "type": "issue" }, { "action": "created", "author": "jbruchon", "comment_id": 256465296, "datetime": 1477513261000, "masked_author": "username_1", "text": "How do you detect that a file pair is set in BTRFS to be copy-on-write in C? Unless the inode and device numbers are the same (meaning they're hard linked) it seems like it'd take some btrfs-specific code to detect.", "title": null, "type": "comment" }, { "action": "created", "author": "saintger", "comment_id": 256466514, "datetime": 1477513536000, "masked_author": "username_0", "text": "I am not expert, but here is someone else who has the same question and got some answers:\r\nhttps://www.spinics.net/lists/linux-btrfs/msg19075.html\r\nI have no idea if the code would be specific to BTRFS or applicable to CoW filesystems in general.", "title": null, "type": "comment" }, { "action": "created", "author": "jbruchon", "comment_id": 256467401, "datetime": 1477513740000, "masked_author": "username_1", "text": "It appears that the code would need to be Linux-specific, using FIEMAP: https://www.mjmwired.net/kernel/Documentation/filesystems/fiemap.txt\r\n\r\nRelevant post in the list you referenced: https://www.spinics.net/lists/linux-btrfs/msg19114.html", "title": null, "type": "comment" }, { "action": "created", "author": "saintger", "comment_id": 256469755, "datetime": 1477514290000, "masked_author": "username_0", "text": "Indeed, thanks for having looked.\r\nI just saw your jdupes fork, looks interesting !\r\nThe reason for this feature request, was to use fdupes with duperemove, in order to use BTRFS deduplication.\r\nHowever it seems that I can just use your jdupes for that.\r\nIs your \"--dedupe\" option is considered stable ?\r\nI have not seen anyone else using it.", "title": null, "type": "comment" }, { "action": "created", "author": "jbruchon", "comment_id": 256478948, "datetime": 1477516449000, "masked_author": "username_1", "text": "User @yath here posted the code for that feature here: https://github.com/adrianlopezroche/fdupes/pull/52/commits/b9913d847af7570c7e46cf2e70d93ea7d0f30651 which resulted in this commit: https://github.com/username_1/jdupes/commit/80dedfc86d4b883a6980e9a72fa2c36c4c164eae\r\n\r\nI simply worked with yath to integrate it into my code base since it seemed like some people would find it useful. I don't know who else is using it other than yath because I don't use btrfs in the first place. All it does is pass the file pairs to the kernel's btrfs driver for low-level deduplication, and the kernel verifies that the file contents are identical before deduplicating anyway. I'd say that the feature is stable and the kernel guarantees that the feature can't do anything more dangerous than a btrfs dedupe of two files.\r\n\r\nOne of the things I did differently was to not do byte-for-byte comparison before passing the files to the kernel for dedupe; since the kernel does that itself anyway, it's a lot of wasted time, so I used a \"quick compare\" semi-documented flag I already had written to skip that phase for better performance.\r\n\r\nYour post was interesting to me because it could be useful; files that are btrfs deduped already can essentially be treated as hard links for the purpose of duplicate scanning, but comparing inode/dev pairs alone don't reveal that kind of data relationship. Since btrfs is fairly popular I'd be interested in adding the feature at some point for faster operation.", "title": null, "type": "comment" }, { "action": "created", "author": "saintger", "comment_id": 256503842, "datetime": 1477523500000, "masked_author": "username_0", "text": "For info, rmlint has tried to implement this feature:\r\nhttps://github.com/sahib/rmlint/issues/132\r\nhttps://github.com/sahib/rmlint/blob/develop/lib/formats/sh.c.in#L89-L96", "title": null, "type": "comment" } ]
2
7
2,983
false
false
2,983
true
atom/tabs
atom
207,953,885
413
null
[ { "action": "opened", "author": "adamreisnz", "comment_id": null, "datetime": 1487199069000, "masked_author": "username_0", "text": "Under OS X (but I presume other operating systems as well), when I have some files open from within a certain folder, and I then remove that folder using tree view, Atom keeps the files themselves open.\r\n\r\nThis is contrary to the functionality that it closes the relevant tab when deleting a single file with tree view.\r\n\r\n@username_2 is this something you could look at? It seems to be something that we've missed when tackling and testing #306.", "title": "Deleting folder with open files using tree view causes tabs to remain open", "type": "issue" }, { "action": "created", "author": "50Wliu", "comment_id": 280169356, "datetime": 1487199689000, "masked_author": "username_1", "text": "By \"remove that folder\", do you mean that you have removed it as a project folder, or have you deleted the folder?", "title": null, "type": "comment" }, { "action": "created", "author": "adamreisnz", "comment_id": 280169572, "datetime": 1487199744000, "masked_author": "username_0", "text": "I mean deleting it, as such:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/490562/22999347/c442189c-f43f-11e6-94e1-fb3bc2a0f9ed.png)", "title": null, "type": "comment" }, { "action": "created", "author": "iolsen", "comment_id": 280410065, "datetime": 1487268375000, "masked_author": "username_2", "text": "Yeah this looks like my oversight. We'll add it to the queue.", "title": null, "type": "comment" }, { "action": "closed", "author": "BinaryMuse", "comment_id": null, "datetime": 1490639945000, "masked_author": "username_3", "text": "", "title": null, "type": "issue" } ]
4
5
758
false
false
758
true
alexk111/ngImgCrop
null
113,217,645
105
null
[ { "action": "opened", "author": "CrackerakiUA", "comment_id": null, "datetime": 1445767747000, "masked_author": "username_0", "text": "I have modified one of the forks, so it can work with type rectangle and keep specific aspect ratio. Feel free to try and if you see that something is wrong, please tell me.\r\nhttps://github.com/username_0/ngImgCropExtended", "title": "Fork with cool rectangle with aspect ratio", "type": "issue" }, { "action": "created", "author": "raysefo", "comment_id": 154491344, "datetime": 1446833991000, "masked_author": "username_1", "text": "Hi,\r\n\r\nI guess there is some padding around the cursor in the middle. Can I narrow it? And also there is a message while cropping. Can I change the message?\r\n\r\nBest Regards.", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 154838332, "datetime": 1446999807000, "masked_author": "username_0", "text": "Hello @username_1, about the cursor, i am not sure which padding do you mean. About the text, yeah, i will add option to modify that test. Good point, thanks", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 154849923, "datetime": 1447004132000, "masked_author": "username_1", "text": "Here is a sample, Is there a way to make it narrower in height? And the cursor is in the middle of the crop area.\r\n\r\n![sample](https://cloud.githubusercontent.com/assets/859957/11021607/bee84902-864f-11e5-9374-e90ddb2f477d.PNG)", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 154854914, "datetime": 1447006389000, "masked_author": "username_0", "text": "you want to make smaller height and keep same width? If i understand you, you can set result size, and if you have problem with min size, you have to set it also.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 154856267, "datetime": 1447007961000, "masked_author": "username_1", "text": "And how to change the text after choosing the image?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 154857256, "datetime": 1447008693000, "masked_author": "username_0", "text": "Which text do you mean, the \"Chargement\"?", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 154857311, "datetime": 1447008757000, "masked_author": "username_1", "text": "yep", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 154875380, "datetime": 1447017891000, "masked_author": "username_0", "text": "At the moment you can't by options, i will add option on new release.\r\nYou can search in the code and change it if you like.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155080476, "datetime": 1447079831000, "masked_author": "username_1", "text": "Hi,\n\nI searched the Chargement on the code but i found only in readme files.\nWhere is it in the code?", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155447199, "datetime": 1447168349000, "masked_author": "username_1", "text": "Hi,\r\n\r\nI changed the size but it can not get any smaller in height.\r\n\r\n<img-crop image=\"myImage\" result-image=\"myCroppedImage\" change-on-fly=\"false\"\r\n area-type=\"rectangle\"\r\n area-min-size=\"80\"\r\n result-image-format=\"image/jpeg\"\r\n result-image-quality=\"1\"\r\n result-image-size=\"{w:300, h:100}\"></img-crop>", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155483040, "datetime": 1447174072000, "masked_author": "username_0", "text": "I will have a look tomorrow.", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155721263, "datetime": 1447236300000, "masked_author": "username_0", "text": "@username_1 ok, \"Chargement\" it's not simple text, it's not me that implement that. When i sit to fix bugs and add features i will add this as option.\r\nHave you tried `area-min-size{w:80,h:80}` ?", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155721823, "datetime": 1447236530000, "masked_author": "username_1", "text": "@username_0 , I just need to narrow the height not width. Does your code make it narrower in height?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155722843, "datetime": 1447236869000, "masked_author": "username_0", "text": "@username_1 you need to make narrow height in min size case? It will be awesomne if you fork any of mine codepen and show your problem there.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155730133, "datetime": 1447238118000, "masked_author": "username_1", "text": "Hello @username_0 , I am selecting the picture from IOS photo library. How can I make it work in the fork? The picture in my second reply of this issue explains what I want to do. I couldn't get only 1 row of numbers. Here is a sample picture. If I try to crop only one row of numbers (lets say 01, 02, 03, 09, 15, 30) , I can not fit only those numbers inside of the cropped area.\r\n\r\n![4](https://cloud.githubusercontent.com/assets/859957/11089165/6ab6fdb0-8870-11e5-8b79-cea7427cce56.jpg)", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155777459, "datetime": 1447246727000, "masked_author": "username_0", "text": "Ok, i see your problem. My fork don't support yet fixed height of crop area. I will add this to feature implement. Meanwhile as not good solution you can use simple rectangle without to set any aspect ration, also as one more know issue is that the result image come with size of square and you need to fix this with css. Have a look at my screenshot.\r\n![screenshot 2015-11-11 14 55 12](https://cloud.githubusercontent.com/assets/6815721/11091589/b2afdc9a-8884-11e5-810e-b51b1032ef89.png)", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155784239, "datetime": 1447248045000, "masked_author": "username_1", "text": "@username_0 may be is it due to on mobile?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155864394, "datetime": 1447265405000, "masked_author": "username_0", "text": "@username_1 I have tested it on my android and it worked well, haven''t tested it on iphone.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 155866782, "datetime": 1447266041000, "masked_author": "username_1", "text": "@username_0 what did you change? I am not using aspect ratio as well. Here is my img crop:\r\n```\r\n<img-crop image=\"myImage\" result-image=\"myCroppedImage\" change-on-fly=\"false\"\r\n area-type=\"rectangle\"\r\n area-min-size=\"80\"\r\n result-image-format=\"image/jpeg\"\r\n result-image-quality=\"1\"\r\n result-image-size=\"{w:300, h:100}\"></img-crop>\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155957919, "datetime": 1447288644000, "masked_author": "username_0", "text": "This is what i used: http://codepen.io/Crackeraki/pen/vNQzEb", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 155976777, "datetime": 1447294974000, "masked_author": "username_0", "text": "If you test on my codepen and then test on your project, if you see that it's not the same you should check that you have latest version of my fork.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156081605, "datetime": 1447328644000, "masked_author": "username_1", "text": "@username_0 ,I guess I need to get the latest version. Is this yours right?\r\n\r\nhttps://github.com/username_0/ngImgCropFullExtended", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156105534, "datetime": 1447335725000, "masked_author": "username_0", "text": "@username_1 yeah, this is mine.", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156217879, "datetime": 1447358342000, "masked_author": "username_0", "text": "@username_1 i have added custom chargement, you can check how to add it here: http://codepen.io/Crackeraki/pen/avYNKP?editors=100", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156223897, "datetime": 1447359859000, "masked_author": "username_1", "text": "@username_0 thanks so much, is it enough to get the latest ng-img-crop.js?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156244687, "datetime": 1447364443000, "masked_author": "username_0", "text": "@username_1 yes", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156415888, "datetime": 1447416912000, "masked_author": "username_1", "text": "Hi @username_0 , unfortunately adding only this ng-img-crop breaks my code :( Selecting image is not working. Can you please check it?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156417364, "datetime": 1447417302000, "masked_author": "username_0", "text": "@username_1 I can't see your code, you can check codepen's, how they are implemented.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156426905, "datetime": 1447419953000, "masked_author": "username_1", "text": "@username_0 here is my code\r\n\r\nhttp://codepen.io/cenkkizildag/pen/GpPxWx\r\n\r\nBut as I told you before I am selecting the picture from Iphone photo library. It was working before updating the js file.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156431633, "datetime": 1447421381000, "masked_author": "username_1", "text": "As you can see from the Iphone screenshot, there is no take picture button and select picture (resim seç) is not working @username_0 \r\n\r\n![img_7997](https://cloud.githubusercontent.com/assets/859957/11146922/37d22008-8a1b-11e5-8713-4570af481d3d.PNG)", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156472968, "datetime": 1447430437000, "masked_author": "username_0", "text": "Ok, i will check your codepen from my phone as soon as i can.", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156607544, "datetime": 1447466274000, "masked_author": "username_0", "text": "@username_1 on the newest version i have pushed today you don't have to manage result image with css, it get aspect ration of crop area. I will try to test you codepen tomorrow.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156810883, "datetime": 1447593586000, "masked_author": "username_1", "text": "@username_0 have u tried it?", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 156815310, "datetime": 1447598272000, "masked_author": "username_0", "text": "@username_1 sorry, i had crazy days, i will try to today later or tomorrow. In meanwhile we have updated the cropper again, so if you want, you can try the newest.", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 156827835, "datetime": 1447605440000, "masked_author": "username_1", "text": "@username_0 whats new in croping?", "title": null, "type": "comment" }, { "action": "created", "author": "evdoks", "comment_id": 158011554, "datetime": 1447927773000, "masked_author": "username_2", "text": "@username_0 Don't you want to open your repo for issues/pull requests, so that we could submit issues and pull requests for it. Or take over that repo :)", "title": null, "type": "comment" }, { "action": "created", "author": "fernoftheandes", "comment_id": 158022249, "datetime": 1447930569000, "masked_author": "username_3", "text": "@username_0 @username_2 +1", "title": null, "type": "comment" }, { "action": "created", "author": "CrackerakiUA", "comment_id": 158086527, "datetime": 1447946248000, "masked_author": "username_0", "text": "Sorry, didn't noticed i had that closed. It's open", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 158090005, "datetime": 1447946941000, "masked_author": "username_1", "text": "@username_0 still same problem ( there is no take picture button and select picture (resim seç) is not working)", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 158781393, "datetime": 1448214975000, "masked_author": "username_1", "text": "@username_0 any news?", "title": null, "type": "comment" }, { "action": "created", "author": "raysefo", "comment_id": 158870616, "datetime": 1448264367000, "masked_author": "username_1", "text": "@username_0 ,Something in your new code breaks mine :) Here is my app.js:\r\n```\r\nangular.module('starter', ['ionic', 'ngCordova', 'ngImgCrop', 'ngIOS9UIWebViewPatch', 'ngFileUpload'])\r\n\r\n.controller(\"ExampleController\", ['$scope', '$cordovaCamera', 'Upload', '$timeout', function ($scope, $cordovaCamera, Upload, $timeout) {...\r\n```\r\n\r\nSomehow my first button below does NOT appear!:\r\n```\r\n<ion-content ng-controller=\"ExampleController\" padding=\"true\">\r\n <button class=\"button button-full button-balanced icon-right ion-ios-camera\" ng-click=\"takePhoto()\">\r\n Resim Çek\r\n </button>\r\n\r\n <button class=\"button button-full button-balanced icon-right ion-images\" ng-click=\"choosePhoto()\">\r\n Resim Seç\r\n </button>\r\n <center>\r\n <div class=\"cropArea\">\r\n...\r\n```", "title": null, "type": "comment" } ]
4
42
6,626
false
false
6,626
true
GoogleChrome/samples
GoogleChrome
119,565,058
263
{ "number": 263, "repo": "samples", "user_login": "GoogleChrome" }
[ { "action": "opened", "author": "jpmedley", "comment_id": null, "datetime": 1448912550000, "masked_author": "username_0", "text": "", "title": "Correct e.g. (\"for example\") to i.e. (\"in other words\")", "type": "issue" }, { "action": "created", "author": "jeffposnick", "comment_id": 160740166, "datetime": 1448913231000, "masked_author": "username_1", "text": "That's intentionally \"e.g.\"\r\n\r\nThere are multiple browsers each with their own flavor of developer tools, and I was just using the Chrome DevTools as one example.\r\n\r\nIt is missing a trailing '.', though, so if you want to change `e.g` to `e.g.` via this PR, I'm in favor of that.", "title": null, "type": "comment" }, { "action": "created", "author": "jpmedley", "comment_id": 161366733, "datetime": 1449076039000, "masked_author": "username_0", "text": "I know this isn't exactly what you asked. In my experience people frequently get these mixed up. That's why I misread it. That and the fact that the context doesn't clearly support one interpretation over the other. Using English clarifies it.", "title": null, "type": "comment" }, { "action": "created", "author": "jeffposnick", "comment_id": 161380181, "datetime": 1449078873000, "masked_author": "username_1", "text": ":+1:", "title": null, "type": "comment" } ]
2
4
526
false
false
526
false
Axelrod-Python/Axelrod
Axelrod-Python
138,583,940
478
{ "number": 478, "repo": "Axelrod", "user_login": "Axelrod-Python" }
[ { "action": "opened", "author": "meatballs", "comment_id": null, "datetime": 1457124844000, "masked_author": "username_0", "text": "", "title": "Add line to suppress runtime warning from numpy", "type": "issue" }, { "action": "created", "author": "drvinceknight", "comment_id": 192475939, "datetime": 1457126996000, "masked_author": "username_1", "text": ":+1:", "title": null, "type": "comment" } ]
2
2
4
false
false
4
false
bower/bower
bower
139,908,269
2,200
null
[ { "action": "opened", "author": "copenhas", "comment_id": null, "datetime": 1457621129000, "masked_author": "username_0", "text": "I'm getting the `ENORESTARGET` error for bootswatch right now, but my guess is maybe an issue with versions that include `+<build>`. It worked on the initial `bower install --save bootswatch`. I have several other dependencies in my `bower.json` that are plain `x.y.z` version format that seem unaffected (mostly the default ember 2.3 stuff).\r\n\r\nIf `bootswatch` is not in my `bower.json` then I receive this output:\r\n\r\n```\r\napp>bower install --save bootswatch\r\nbower cached git://github.com/thomaspark/bootswatch.git#3.3.6+1\r\nbower validate 3.3.6+1 against git://github.com/thomaspark/bootswatch.git#*\r\nbower cached git://github.com/twbs/bootstrap.git#3.3.6\r\nbower validate 3.3.6 against git://github.com/twbs/bootstrap.git#~3.3.6\r\nbower install bootswatch#3.3.6+1\r\nbower install bootstrap#3.3.6\r\n\r\nbootswatch#3.3.6+1 bower_components\\bootswatch\r\n└── bootstrap#3.3.6\r\n\r\nbootstrap#3.3.6 bower_components\\bootstrap\r\n└── jquery#2.1.4\r\n```\r\n\r\n\r\nAfter that if anyone without `bootswatch` runs a `bower install` they will receive this output:\r\n\r\n```\r\napp>bower install\r\nbower not-cached git://github.com/thomaspark/bootswatch.git#^3.3.6+1\r\nbower resolve git://github.com/thomaspark/bootswatch.git#^3.3.6+1\r\nbower ENORESTARGET Tag/branch ^3.3.6+1 does not exist\r\n\r\nAdditional error details:\r\nAvailable tags: v2.0.0, v2.0.1, v2.0.2, v2.0.3, v2.0.4, v2.1.0, v2.1.1, v2.1.1+1, v2.2.2, v2.2.2+1, v2.2.2+2, v2.3.0, v2.3.0+1, v2.3.0+2, v2.3.1, v2.3.1+1, v2.3.2, v3.0.0, v3.0.0-rc1, v3.0.0-rc2, v3.0.1, v3.0.2, v3.0.2+1, v3.0.2+2, v3.0.3, v3.0.3+1, v3.1.0, v3.1.0+1, v3.1.1, v3.1.1+1, v3.2.0, v3.2.0+1, v3.2.0+2, v3.2.0+3, v3.2.0+4, v3.3.0, v3.3.1, v3.3.1+1, v3.3.1+2, v3.3.1+3, v3.3.2, v3.3.4, v3.3.4+1, v3.3.5, v3.3.5+1, v3.3.5+2, v3.3.5+3, v3.3.5+4, v3.3.6, v3.3.6+1\r\n\r\nAvailable branches: gh-pages, master\r\n```\r\n\r\nI have confirmed this behavior in ConEmu, plain ol' cmd.exe, and Git Bash. I have also tried disabling `Inject ConEmuHk` in ConEmu with no effect on behavior:\r\n![capture](https://cloud.githubusercontent.com/assets/357338/13672512/19713416-e6a3-11e5-9b4e-41db1faf84e8.PNG)\r\n\r\nWhat I have found is if I bump the version down to `v3.3.6` instead of `v3.3.6+1` then the `bower install` command succeeds:\r\n\r\n```\r\napp>bower install\r\nbower bootswatch#^3.3.6 cached git://github.com/thomaspark/bootswatch.git#3.3.6+1\r\nbower bootswatch#^3.3.6 validate 3.3.6+1 against git://github.com/thomaspark/bootswatch.git#^3.3.6\r\nbower bootstrap#~3.3.6 cached git://github.com/twbs/bootstrap.git#3.3.6\r\nbower bootstrap#~3.3.6 validate 3.3.6 against git://github.com/twbs/bootstrap.git#~3.3.6\r\nbower bootswatch#^3.3.6 install bootswatch#3.3.6+1\r\nbower bootstrap#~3.3.6 install bootstrap#3.3.6\r\n\r\nbootswatch#3.3.6+1 bower_components\\bootswatch\r\n└── bootstrap#3.3.6\r\n\r\nbootstrap#3.3.6 bower_components\\bootstrap\r\n└── jquery#2.1.4\r\n```\r\n\r\n\r\nI'm running:\r\n\r\n```\r\nWindows 7 Professional SP 1\r\ngit version 1.9.5.msysgit.0\r\nnode v4.2.1\r\nbower 1.7.7\r\n```", "title": "Recieving `ENORESTARGET` for versions with a `+` in them", "type": "issue" }, { "action": "created", "author": "faceleg", "comment_id": 195919131, "datetime": 1457859990000, "masked_author": "username_1", "text": "@bower/windows please can you have a look at this one?", "title": null, "type": "comment" }, { "action": "created", "author": "rossanthony", "comment_id": 198674344, "datetime": 1458380224000, "masked_author": "username_2", "text": "This isn't a windows specific issue, I'm getting the same error when try to do a bower install on Mac OSX 10.11.3\r\n\r\n`bower bootswatch#~3.3.6+1 ENORESTARGET Tag/branch ~3.3.6+1 does not exist`\r\n\r\nThe bower.json I'm installing from contains the same reference to the [latest version of bootswatch](https://github.com/thomaspark/bootswatch/releases) which happens to contain a \"+\" in the version number. This does seem a little odd as all other versions I've come across are decimals, just digits and dots.", "title": null, "type": "comment" }, { "action": "created", "author": "echavezNS", "comment_id": 202003499, "datetime": 1459062885000, "masked_author": "username_3", "text": "I actually tested, I upgrade `semver` to `4.0` and this solve the issue, but I can see that there are some test that fail when I run `npm test`, things related with **GitResolver**, to be honest I'm not an expert in test so I will have to figure it out how to solve the test before I send a PR.", "title": null, "type": "comment" }, { "action": "created", "author": "sheerun", "comment_id": 620203449, "datetime": 1588017798000, "masked_author": "username_4", "text": "We cannot upgrade to sember to 4.0 because it breaks backward compatiblity (it treats prereleases differently). You can install tag directly though, even with +: `bower install 'https://github.com/thomaspark/bootswatch.git#3.3.6+1'`", "title": null, "type": "comment" }, { "action": "closed", "author": "sheerun", "comment_id": null, "datetime": 1588017799000, "masked_author": "username_4", "text": "", "title": null, "type": "issue" } ]
5
6
4,115
false
false
4,115
false
scijava/script-editor
scijava
213,547,656
8
null
[ { "action": "opened", "author": "imagejan", "comment_id": null, "datetime": 1489255850000, "masked_author": "username_0", "text": "When trying to run IJ1 macro code in the script interpreter, e.g. `run(\"Blobs (25K)\");`, the following exception is thrown:\r\n\r\n```\r\njava.lang.IllegalStateException: Cannot run macro from the EDT!\r\n\tat net.imagej.legacy.IJ1Helper.runMacroFriendly(IJ1Helper.java:977)\r\n\tat net.imagej.legacy.IJ1Helper.runMacro(IJ1Helper.java:1035)\r\n\tat net.imagej.legacy.plugin.IJ1MacroEngine.eval(IJ1MacroEngine.java:97)\r\n\tat org.scijava.script.DefaultScriptInterpreter.eval(DefaultScriptInterpreter.java:139)\r\n\tat org.scijava.script.DefaultScriptInterpreter.interpret(DefaultScriptInterpreter.java:198)\r\n\tat org.scijava.script.ScriptREPL.evaluate(ScriptREPL.java:182)\r\n\tat org.scijava.ui.swing.script.PromptPane.execute(PromptPane.java:157)\r\n\tat org.scijava.ui.swing.script.PromptPane.access$100(PromptPane.java:55)\r\n\tat org.scijava.ui.swing.script.PromptPane$1.keyPressed(PromptPane.java:80)\r\n\tat java.awt.Component.processKeyEvent(Component.java:6493)\r\n\tat javax.swing.JComponent.processKeyEvent(JComponent.java:2832)\r\n\tat java.awt.Component.processEvent(Component.java:6312)\r\n\tat java.awt.Container.processEvent(Container.java:2236)\r\n\tat java.awt.Component.dispatchEventImpl(Component.java:4891)\r\n\tat java.awt.Container.dispatchEventImpl(Container.java:2294)\r\n\tat java.awt.Component.dispatchEvent(Component.java:4713)\r\n\tat java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)\r\n\tat java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)\r\n\tat java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)\r\n\tat java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)\r\n\tat java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)\r\n\tat java.awt.Component.dispatchEventImpl(Component.java:4762)\r\n\tat java.awt.Container.dispatchEventImpl(Container.java:2294)\r\n\tat java.awt.Window.dispatchEventImpl(Window.java:2750)\r\n\tat java.awt.Component.dispatchEvent(Component.java:4713)\r\n\tat java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)\r\n\tat java.awt.EventQueue.access$500(EventQueue.java:97)\r\n\tat java.awt.EventQueue$3.run(EventQueue.java:709)\r\n\tat java.awt.EventQueue$3.run(EventQueue.java:703)\r\n\tat java.security.AccessController.doPrivileged(Native Method)\r\n\tat java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)\r\n\tat java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)\r\n\tat java.awt.EventQueue$4.run(EventQueue.java:731)\r\n\tat java.awt.EventQueue$4.run(EventQueue.java:729)\r\n\tat java.security.AccessController.doPrivileged(Native Method)\r\n\tat java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)\r\n\tat java.awt.EventQueue.dispatchEvent(EventQueue.java:728)\r\n\tat java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)\r\n\tat java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)\r\n\tat java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)\r\n\tat java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)\r\n\tat java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)\r\n\tat java.awt.EventDispatchThread.run(EventDispatchThread.java:82)\r\n```", "title": "IllegalStateException with IJ1 macro code in Script Interpreter", "type": "issue" }, { "action": "closed", "author": "ctrueden", "comment_id": null, "datetime": 1489528501000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "ctrueden", "comment_id": 286577083, "datetime": 1489529421000, "masked_author": "username_1", "text": "```\r\n\r\nFirstly, all eval statements from the IJ1 macro language return `null`. I am not sure how difficult it would be to change/fix that.\r\n\r\nSecondly, when there is an error, the line number is vastly off, because the IJ1 macro language plugin secretly prepends a whole bunch of variable assignments, in order to inject the current variable bindings into each evaluation. Hence, the line numbers are wrong. We could intercept the error messages and fix the numbers, but it would be a little annoying to do. Probably we should change the injection to do everything on a single line, so the line number is at least only off by one, and thus easier to post-process.", "title": null, "type": "comment" } ]
2
3
4,005
false
false
4,005
false
Microsoft/vscode
Microsoft
197,253,517
17,744
null
[ { "action": "created", "author": "egamma", "comment_id": 268969148, "datetime": 1482488601000, "masked_author": "username_0", "text": "NotePad handles this case by automatically adding a `.txt` suffix.", "title": null, "type": "comment" }, { "action": "created", "author": "bpasero", "comment_id": 269950523, "datetime": 1483350300000, "masked_author": "username_1", "text": "Please use the \"No Extension\" option:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/900690/21587078/803c548a-d0d8-11e6-80a3-db7f9aac0bc9.png)", "title": null, "type": "comment" }, { "action": "closed", "author": "bpasero", "comment_id": null, "datetime": 1483350300000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
4
1,192
false
true
216
false
willox/gmod-mapvote
null
169,526,390
6
null
[ { "action": "opened", "author": "AfaaGames", "comment_id": null, "datetime": 1470371335000, "masked_author": "username_0", "text": "I switched gamemode to Enhanced Prop Hunt, and this is what started happening.\r\nEnhanced Prop Hunt says to use this map voting system, so it claims to have support with this.\r\n\r\nThe last time this happened was 13 seconds left before hunters could move around.", "title": "Map vote just refreshes every 5 seconds and then finally changes to a map no one voted for", "type": "issue" } ]
1
1
259
false
false
259
false
futurepress/epub.js
futurepress
57,250,667
194
{ "number": 194, "repo": "epub.js", "user_login": "futurepress" }
[ { "action": "opened", "author": "infojunkie", "comment_id": null, "datetime": 1423608766000, "masked_author": "username_0", "text": "In order to use the URL query parameter `bookPath` with a full URL, the function `decodeURIComponent()` must be used.", "title": "Fix URL query parsing in reader", "type": "issue" }, { "action": "created", "author": "fchasen", "comment_id": 73827955, "datetime": 1423624269000, "masked_author": "username_1", "text": "Great - thanks!", "title": null, "type": "comment" } ]
2
2
132
false
false
132
false
autopkg/homebysix-recipes
autopkg
111,073,483
24
null
[ { "action": "opened", "author": "homebysix", "comment_id": null, "datetime": 1444692109000, "masked_author": "username_0", "text": "The Sparkle feed for this app lists incorrect `http:/` download URLs instead of `http://`. The developer is aware and will correct this in a future release.", "title": "Known issue causing Scapple recipes to fail", "type": "issue" }, { "action": "created", "author": "homebysix", "comment_id": 223660337, "datetime": 1464979361000, "masked_author": "username_0", "text": "Resolved by https://github.com/autopkg/username_0-recipes/commit/59de29851dc67d27cc12509875f1b658201d48f0.", "title": null, "type": "comment" }, { "action": "closed", "author": "homebysix", "comment_id": null, "datetime": 1464979361000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
261
false
false
261
true
sockeqwe/mosby
null
134,598,953
115
null
[ { "action": "opened", "author": "sockeqwe", "comment_id": null, "datetime": 1455806757000, "masked_author": "username_0", "text": "The problem with ViewGroups as View is that they can't survive orientation changes, therefore you can't scope a Presenter to the view since the view will be destroyed (and the \"scope\" as well). So you have to scope the presenters to the surrounding Activity. The question is how to do that:\r\n\r\nMosby is build by following the delegation principle. That means that the creation of the presenter is not done directly in the ViewGroup which is the View in MVP (i.e. a custom FrameLayout), rather the creation (or reusing of the already existing presenter) will be done in a `MvpViewGroupDelegate` and then this delegate will be called in the FrameLayout to create presenter etc. (https://github.com/username_0/mosby/blob/master/mvp/src/main/java/com/hannesdorfmann/mosby/mvp/layout/MvpFrameLayout.java). \r\n\r\nSo basically you have to provide can provide own `MvpViewGroupDelegate` which for instance has a map in the background which assigns every view an id and associates a presenter with it. So when the view gets destroyed during screen orientation changes the presenter will be kept in this map. After screen orientation changes you custom `MvpViewGroupDelegate` will not create a new Presenter for the view but rather uses the id of view (which has to be saved somehow in a Bundle or Parcel) to retrieve the already existing presenter instance from this internal \"map\". You might get some inspiration from that here http://hannesdorfmann.com/mosby/viewstate/ (scroll down unit the end, its described in the last section) \r\n\r\nSo far so good, but there are two questions remaining:\r\n1) When do we remove a presenter from this map? When the activity gets destroyed `Activity.isFinishing()` we should remove all Presenters, right? But how does your custom `MvpViewGroupDelegate` knows when the activity gets destoyed? The MvpViewGroupDelegate is part of the ViewGroup (i.e. FrameLayout). From FrameLayout we can recursively traverse the way up to retrieve the activity like this:\r\n\r\n```java\r\n private Activity getActivity() {\r\n Context context = getContext();\r\n while (context instanceof ContextWrapper) {\r\n if (context instanceof Activity) {\r\n return (Activity)context;\r\n }\r\n context = ((ContextWrapper)context).getBaseContext();\r\n }\r\n return null;\r\n }\r\n```\r\n\r\nSo now we can detect whether the activity will be destroyed because of orientation changes or not.\r\n\r\nThe next thing is where do we store the \"map\" of view id to presenter? as Singleton? That might work if you really really only have one single activity in your whole app. My recommendation would be to add a retaining headless (no UI) fragment. Then this \"map\" will only survive orientation changes and will be garbage collected (and all presenters too) when the activity will be finished.\r\n\r\n\r\n2) The last thing we haven't discussed yet is when to release a presenter from this map because we have navigated in our app to another view. Well that depends on your navigation stack implementation. The navigation stack has to remove the presenter from the \"map presenters\" somehow. But I don't want to reinvent the wheel and come up with my own navigation stack. I would like to keep Mosby as simple as possible and as fundament / scaffold others can build there solution on top. I don't want that Mosby becomes a framework. Mosby should remain that tiny little library it is right now and not a huge complex framework.\r\n\r\nI think Mosby 3.0 could work quite good with Pancakes library as navigation stack https://github.com/mattlogan/Pancakes", "title": "Retaining Presenter for ViewGroups", "type": "issue" }, { "action": "created", "author": "Akkell", "comment_id": 205369666, "datetime": 1459786037000, "masked_author": "username_1", "text": "2) So we need to store a strong reference to the presenter as long as `Activity` is in the _Activity back stack_.\r\nSeems there is [the way](https://habrahabr.ru/post/274635/). Didn't test it by myself yet. We can store the reference to presenter in the object of the class that extends `IBinder`. Then in `Activity.onSaveInstanceState()` (or `View.onSaveInstanceState()` if possible) we put this object into `Bundle` using the code from [BundleCompat](https://developer.android.com/reference/android/support/v4/app/BundleCompat.html) or alternative way from the article.\r\nBundle with this reference will be kept as long as `Activity` is in the _Activity back stack_. If we get our object back from Bundle - it will be the same object (with our reference). (if we do this in the same VM of course)", "title": null, "type": "comment" }, { "action": "closed", "author": "sockeqwe", "comment_id": null, "datetime": 1483880997000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "sockeqwe", "comment_id": 271150192, "datetime": 1483880997000, "masked_author": "username_0", "text": "Implemented in Presenter Manager.", "title": null, "type": "comment" } ]
2
4
4,390
false
false
4,390
true
Netflix/eureka
Netflix
109,077,736
662
{ "number": 662, "repo": "eureka", "user_login": "Netflix" }
[ { "action": "opened", "author": "aroger-r7", "comment_id": null, "datetime": 1443616535000, "masked_author": "username_0", "text": "rebase route53 change https://github.com/Netflix/eureka/pull/659\r\nto di-friendly-server", "title": "add route53 binding alternative to eip", "type": "issue" }, { "action": "created", "author": "cloudbees-pull-request-builder", "comment_id": 144384781, "datetime": 1443616940000, "masked_author": "username_1", "text": "[NetflixOSS » eureka » eureka-pull-requests #458](https://netflixoss.ci.cloudbees.com/job/NetflixOSS/job/eureka/job/eureka-pull-requests/458/) SUCCESS\nThis pull request looks good", "title": null, "type": "comment" }, { "action": "created", "author": "qiangdavidliu", "comment_id": 144588649, "datetime": 1443661942000, "masked_author": "username_2", "text": "@username_0 thanks for the contribution.", "title": null, "type": "comment" } ]
3
3
305
false
false
305
true
Microsoft/ApplicationInsights-dotnet-server
Microsoft
186,911,069
195
{ "number": 195, "repo": "ApplicationInsights-dotnet-server", "user_login": "Microsoft" }
[ { "action": "opened", "author": "iusafaro", "comment_id": null, "datetime": 1478118478000, "masked_author": "username_0", "text": "", "title": "StyleCop fix", "type": "issue" } ]
2
2
465
false
true
0
false
DataDog/docker-dd-agent
DataDog
108,051,796
39
{ "number": 39, "repo": "docker-dd-agent", "user_login": "DataDog" }
[ { "action": "opened", "author": "sebest", "comment_id": null, "datetime": 1443066221000, "masked_author": "username_0", "text": "Hi,\r\n\r\nThis is a proof of concept, let me know what you think.\r\n\r\nThe idea is to be able to mount a volume containing some additional config instead of having to build another Docker image on top of yours.", "title": "Add support for adding yaml files in conf.d without rebuilding a Docker image", "type": "issue" }, { "action": "created", "author": "remh", "comment_id": 142877010, "datetime": 1443088215000, "masked_author": "username_1", "text": "Thanks a lot @username_0 . We have some longer term plans in order to facilitate the configuration of the checks, but i agree that this solution would help right now.\r\n\r\nInstead of copying the files from `/conf.d` to `/etc/dd-agent/conf.d` i think we should sed the datadog.conf file to set this setting:\r\nhttps://github.com/DataDog/dd-agent/blob/5.5.0/datadog.conf.example#L68-L69 to `/conf.d`\r\n\r\nwhat do you think ?", "title": null, "type": "comment" }, { "action": "created", "author": "sebest", "comment_id": 142884988, "datetime": 1443090479000, "masked_author": "username_0", "text": "@username_1 yes, it is quick win.", "title": null, "type": "comment" }, { "action": "created", "author": "sebest", "comment_id": 142888599, "datetime": 1443091334000, "masked_author": "username_0", "text": "@username_1 as you mention in your previous comment (even if it was for the checks), a cleaner solution would be to have an additional_confd directive", "title": null, "type": "comment" }, { "action": "created", "author": "hkaj", "comment_id": 144334692, "datetime": 1443604405000, "masked_author": "username_2", "text": "Thanks for your contribution @username_0! The new image will be available today on DockerHub under a new tag.", "title": null, "type": "comment" } ]
3
5
894
false
false
894
true
ekalinin/nodeenv
null
162,658,137
169
null
[ { "action": "opened", "author": "mark-tan", "comment_id": null, "datetime": 1467111448000, "masked_author": "username_0", "text": "I am able to get `node` into the virtualenv, but not `npm`.\r\n`which node` will give me `/path/to/virtualenv/bin/node`, but `which npm` still gives me `/usr/bin/npm`.\r\nInstalling node packages with `-g` does not install into the virtualenv.", "title": "`nodeenv -p --node=system` does not install npm from system", "type": "issue" }, { "action": "created", "author": "ekalinin", "comment_id": 230491737, "datetime": 1467728395000, "masked_author": "username_1", "text": "Hey @username_0 \r\n\r\nWhat OS are you using? \r\nWhat version of the nodeenv did you use?\r\n\r\nHere's my try:\r\n```\r\n➥ cd /tmp/ && virtualenv nodetest\r\n➥ . nodetest/bin/activate\r\n(nodetest) ➥ pip install nodeenv\r\nCollecting nodeenv\r\nInstalling collected packages: nodeenv\r\nSuccessfully installed nodeenv-0.13.6\r\n(nodetest) ➥ nodeenv -p --prebuilt\r\n * Install node (6.2.2)... done.\r\n * Appending data to /tmp/nodetest/bin/activate\r\n(nodetest) ➥ which node\r\n/tmp/nodetest/bin/node\r\n(nodetest) ➥ which npm\r\n/tmp/nodetest/bin/npm\r\n\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "mark-tan", "comment_id": 230519168, "datetime": 1467733831000, "masked_author": "username_0", "text": "Hi! I'm using nodeenv 0.13.6 on Ubuntu 14.04\r\n\r\nI ran the command `nodeenv -p --node=system` instead of `nodeenv -p --prebuilt` because the latter still tries to download node.", "title": null, "type": "comment" }, { "action": "created", "author": "ekalinin", "comment_id": 265491079, "datetime": 1481127234000, "masked_author": "username_1", "text": "Should be fixed in the last version.\r\n\r\nJust tried:\r\n```\r\n➥ cat /etc/issue\r\nUbuntu 16.04.1 LTS \\n \\l\r\n\r\n➥ grep ^test4 -A 10 Makefile\r\ntest4: clean\r\n @echo \" =\"\r\n @echo \" = test4: separate nodejs's env for python3.5\"\r\n @echo \" =\"\r\n @rm -rf env && \\\r\n virtualenv --no-site-packages --python=python3.5 env && \\\r\n . env/bin/activate && \\\r\n python setup.py install && \\\r\n nodeenv -p --node=system\r\n\r\n➥ make test4\r\n =\r\n = test4: separate nodejs's env for python3.5\r\n =\r\nRunning virtualenv with interpreter /usr/bin/python3.5\r\nUsing base prefix '/usr'\r\nNew python executable in ~/Projects/nodeenv/env/bin/python3.5\r\nAlso creating executable in ~/Projects/nodeenv/env/bin/python\r\nInstalling setuptools, pkg_resources, pip, wheel...done.\r\n...\r\nInstalled ~/Projects/nodeenv/env/lib/python3.5/site-packages/nodeenv-1.0.0-py3.5.egg\r\nProcessing dependencies for nodeenv==1.0.0\r\nFinished processing dependencies for nodeenv==1.0.0\r\n * Appending data to ~/Projects/nodeenv/env/bin/activate\r\n\r\n➥ . env/bin/activate\r\n(env) ➥ node -v\r\nv4.2.6\r\n```", "title": null, "type": "comment" }, { "action": "closed", "author": "ekalinin", "comment_id": null, "datetime": 1481127234000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
5
2,174
false
false
2,174
true
caleb531/jcanvas
null
53,284,088
175
{ "number": 175, "repo": "jcanvas", "user_login": "caleb531" }
[ { "action": "opened", "author": "imarian97", "comment_id": null, "datetime": 1420239325000, "masked_author": "username_0", "text": "For rectangles I fixed the bug that occurs when you set \"fromCenter:false\" and also I implemented the minWidth and minHeight functionality.", "title": "Update jcanvas-handles.js", "type": "issue" }, { "action": "created", "author": "caleb531", "comment_id": 68573111, "datetime": 1420241654000, "masked_author": "username_1", "text": "First of all, thanks for making a pull request for this issue.\r\n\r\nI'm having trouble finding the logical differences in the code, because the indentation for the entire file as been modified. Could you please revert your whitespace/indentation changes so I can more easily review the logic that actually changed?\r\n\r\nThanks,\r\nCaleb", "title": null, "type": "comment" }, { "action": "created", "author": "imarian97", "comment_id": 68592374, "datetime": 1420285601000, "masked_author": "username_0", "text": "Sorry about that, I fixed the problem.", "title": null, "type": "comment" }, { "action": "created", "author": "caleb531", "comment_id": 68605058, "datetime": 1420311003000, "masked_author": "username_1", "text": "Ah, much better—thanks for that. I've tested your code with the existing examples on the [plugin page for jCanvas Handles](http://calebevans.me/projects/jcanvas/plugins/handles/), and they all seem to work. Nice job.\r\n\r\nHowever, I have one final request before I'm ready to merge (forgive me for failing to mention this earlier). I have chosen to abide by the [jQuery JavaScript Style Guide](http://contribute.jquery.org/style-guide/js/) for jCanvas *and* its official plugins (which includes Handles). Therefore, if you could please tweak your changes to abide by the style guidelines, I can merge this PR directly into `master`.\r\n\r\nIn general, you only need to ensure that:\r\n\r\n* Your groups of parens are padded with a single space on each side (*e.g.* `if ( a === 3 )` instead of `if (a === 3)`)\r\n* Key-value pairs have a space to the right of the colon, but not the left (*e.g.* `key: \"value\"` instead of `key : \"value\"`)\r\n\r\nAlso see my comment on one particular line in your code.\r\n\r\nOther than that, your pull request is golden. :)\r\n\r\nThanks,\r\nCaleb", "title": null, "type": "comment" }, { "action": "created", "author": "imarian97", "comment_id": 68641793, "datetime": 1420393989000, "masked_author": "username_0", "text": "I'm writing you this message because I think you didn't see my last commit.", "title": null, "type": "comment" }, { "action": "created", "author": "caleb531", "comment_id": 68642762, "datetime": 1420395657000, "masked_author": "username_1", "text": "Ah, yes. Apologies for missing that.\r\n\r\nThanks for the reminder. I'll merge that in later today.\r\n\r\nCaleb\r\n\r\n>", "title": null, "type": "comment" }, { "action": "created", "author": "caleb531", "comment_id": 68648674, "datetime": 1420405118000, "masked_author": "username_1", "text": "Changes look entirely solid. Time to merge!", "title": null, "type": "comment" } ]
2
7
1,790
false
false
1,790
false
influxdb/influxdb-python
influxdb
110,200,710
251
null
[ { "action": "opened", "author": "drmclean", "comment_id": null, "datetime": 1444215671000, "masked_author": "username_0", "text": "", "title": "Filter by tags appears to be broken?", "type": "issue" }, { "action": "created", "author": "drmclean", "comment_id": 146203195, "datetime": 1444226258000, "masked_author": "username_0", "text": "[(u'current', None)] \r\n\r\n\r\nAccording to the docs `rs.keys()` ought to return a tuple with (serie_name, tags) but it seems to think that there are no tags despite happily querying tags from the db.", "title": null, "type": "comment" }, { "action": "closed", "author": "drmclean", "comment_id": null, "datetime": 1444226258000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "reopened", "author": "drmclean", "comment_id": null, "datetime": 1444226325000, "masked_author": "username_0", "text": "True", "title": "Filter by tags appears to be broken?", "type": "issue" }, { "action": "created", "author": "aviau", "comment_id": 147739936, "datetime": 1444748062000, "masked_author": "username_1", "text": "```\r\n\r\nIt should work when using \"group by\", I cannot break that.\r\n\r\nWhat I am getting out of this is that there are no bugs in influxdb-python. To get things working like you want, all you have to do is request the right tags by using the \"GROUP BY\" keyword.\r\n\r\nSo, there are two types of tags:\r\n - top-level tags that are returned when using group-by. Filtering works with these.\r\n\r\n - column-level tags. Filtering does not work with these, as they are new.\r\n\r\nHowever, it looks like one would want to filter by the tags that are now included in the columns. What do you think?\r\n\r\nOnce again, I think that this discussion should be on GitHub so that everyone can see, I will post this here: \r\n - https://github.com/influxdb/influxdb-python/issues/251\r\n\r\nthank you for your work David\r\n\r\nBest regards,\r\n\r\n--\r\nAlexandre Viau\r\nalexandre@alexandreviau.net\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "drmclean", "comment_id": 147747343, "datetime": 1444749491000, "masked_author": "username_0", "text": "Hi Alex, \r\n\r\nThe above makes sense although it should be noted that the \"bug\" is now just that the documentation is no longer accurate. In the current docs the following: \r\n\r\n`rs = cli.query(\"SELECT * from cpu\")`\r\n`cpu_influxdb_com_points = list(rs.get_points(tags={\"host_name\": \"influxdb.com\"}))`\r\n\r\nIs suggested as working code but due to the API changes it runs without error but no longer filters correctly, something which is a bit confusing for the first-time user!\r\n\r\nI think its possible to implement filtering by tags included in the columns but I'm not sure how to do so in a way which maintains the previously functionality on group by queries but doesn't break other parts of the library. I'll remove my pull request as it neither solves the problems correctly nor passes the build!", "title": null, "type": "comment" }, { "action": "created", "author": "aviau", "comment_id": 147756459, "datetime": 1444751321000, "masked_author": "username_1", "text": "I'll think about this, we should use this issue to discuss how to do that.", "title": null, "type": "comment" }, { "action": "created", "author": "3fr61n", "comment_id": 191227972, "datetime": 1456923079000, "masked_author": "username_2", "text": "[{u'value_str': None, u'time': u'2016-03-02T11:44:23.995058481Z', u'product-model': u'mx480', u'value': 0, u'version': u'20150617.306001_builder_stable_10', u'key': None, u'delta': 0, u'device': u'PE4-tf-mx480-3-re0', u'kpi': u're.memory.rpd-CPU', u'delta_str': None}]", "title": null, "type": "comment" }, { "action": "created", "author": "anoopkhandelwal", "comment_id": 196367241, "datetime": 1457969141000, "masked_author": "username_3", "text": "Hi,\r\nI am also facing the same issue.I need to filter out data by using 3-4 tags.\r\nAny other alternative solution/wrapper function which we can use to achieve our objective?", "title": null, "type": "comment" }, { "action": "created", "author": "anoopkhandelwal", "comment_id": 196729160, "datetime": 1458032503000, "masked_author": "username_3", "text": "Hi,\r\nI wrote a wrapper function -\r\ndef filter_fun(data, key, allowed):\r\n return filter(lambda x: key in x and x[key] in allowed, data)\r\n\r\ndef filter_data(data, fitered_tags):\r\n response_list = data\r\n for tag_key, tag_value in fitered_tags.iteritems():\r\n response_list = filter_fun(response_list, tag_key, tag_value)\r\n return response_list\r\n\r\nnow all we need to filter is to pass the data_list into filter_data function and pass tags(dict) so that it will filter all the data and return you list of dict elements.\r\ne.g\r\ndata_list = filter_data(data_list, fitered_tags={'key_1': value1, 'key_2': 'value2'})\r\nSince the function get_points also filtered after getting the data i.e. it is not executed on the query level,so performance wise it is same as get_points function.\r\nLet me know,if we can make it more correct.", "title": null, "type": "comment" }, { "action": "created", "author": "Chentongxuedefanhua", "comment_id": 273036002, "datetime": 1484635897000, "masked_author": "username_4", "text": "this bug has been resolved now?", "title": null, "type": "comment" }, { "action": "closed", "author": "xginn8", "comment_id": null, "datetime": 1511588478000, "masked_author": "username_5", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "xginn8", "comment_id": 346920631, "datetime": 1511588478000, "masked_author": "username_5", "text": "This bug should be fixed in the latest release -- if not, we can revisit.", "title": null, "type": "comment" } ]
6
13
3,305
false
false
3,305
false
korpling/pepperModules-SaltInfoModules
korpling
63,678,322
20
null
[ { "action": "opened", "author": "FlorianZipser", "comment_id": null, "datetime": 1427103806000, "masked_author": "username_0", "text": "Is it possible to have two different description texts for \"Annotation\" section? \r\n1. In case of there are no layers at all:\r\n\"This section contains all annotations contained in this document or corpus. Annotations in Salt are attribute-value-pairs. This table contains the frequencies of all annotation names and annotation values.\"\r\n2. In case, there are further layers:\r\nThis section contains all annotations contained in this document or corpus which does not belong to any layer. Annotations being contained in layers are visualized below. Annotations in Salt are attribute-value-pairs. This table contains the frequencies of all annotation names and annotation values.", "title": "text for \"Annotation\" section", "type": "issue" }, { "action": "closed", "author": "VivianV", "comment_id": null, "datetime": 1427112484000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "VivianV", "comment_id": 84966276, "datetime": 1427112484000, "masked_author": "username_1", "text": "done", "title": null, "type": "comment" } ]
2
3
678
false
false
678
false
mockingbirdnest/Principia
mockingbirdnest
248,258,478
1,513
null
[ { "action": "opened", "author": "pleroy", "comment_id": null, "datetime": 1502038448000, "masked_author": "username_0", "text": "", "title": "Use a fork to represent the non-authoritative part of the psychohistory", "type": "issue" }, { "action": "closed", "author": "eggrobin", "comment_id": null, "datetime": 1504655178000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
0
false
false
0
false
kuzzleio/kuzzle-backoffice
kuzzleio
164,267,866
7
{ "number": 7, "repo": "kuzzle-backoffice", "user_login": "kuzzleio" }
[ { "action": "opened", "author": "xbill82", "comment_id": null, "datetime": 1467883984000, "masked_author": "username_0", "text": "This is the place to work on the Kuzzle Backoffice Plugins System.\r\n\r\nThe Plugins System will enable to install a plugin via the web interface and plug a freshly installed plugin on the fly, without page reload. Plugins will be able to add routes to display dedicated pages, but also to enrich the interface of the standard sections (e.g. add a new button to \"track a user\").\r\n\r\nTODO in this PR\r\n- [x] POC of the dynamic (lazyload) require of a plugin file,\r\n- [x] Execute a plugin `default` function with a context,\r\n- [x] create a Plugins service in charge to load, register, execute and unload the configured plugins,\r\n- [x] load plugins as npm modules,\r\n- [x] POC page plugins", "title": "Plugins system", "type": "issue" } ]
2
2
1,004
false
true
680
false
danialfarid/ng-file-upload
null
151,374,749
1,503
null
[ { "action": "opened", "author": "DanieleTorino", "comment_id": null, "datetime": 1461760715000, "masked_author": "username_0", "text": "The `ngf-hide-on-drop-not-available` feature seems to be completely missing.\r\n\r\nAlso, a symmetric version `ngf-show-on-drop-available` would be a nice addition.", "title": "ngf-hide-on-drop-not-available is missing", "type": "issue" }, { "action": "created", "author": "danialfarid", "comment_id": 217577198, "datetime": 1462573047000, "masked_author": "username_1", "text": "ngf-hide-on-drop-not-available should be working. create a jsfiddle to show the issue.\r\nWhat would be the usecase of show-on-drop-available?", "title": null, "type": "comment" }, { "action": "created", "author": "DanieleTorino", "comment_id": 217820414, "datetime": 1462786913000, "masked_author": "username_0", "text": "Nevermind. I could achieve the same thing using `ngf-drop-available` together with `ng-show` and `ng-hide`.", "title": null, "type": "comment" }, { "action": "closed", "author": "danialfarid", "comment_id": null, "datetime": 1462793052000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
407
false
false
407
false
finagle/finch
finagle
141,313,761
570
{ "number": 570, "repo": "finch", "user_login": "finagle" }
[ { "action": "opened", "author": "ImLiar", "comment_id": null, "datetime": 1458143018000, "masked_author": "username_0", "text": "This PR is my vision of `Decode` refactored implementation #562\r\n\r\nI propose to introduce second type parameter `I` (for Input) for `Decode` trait:\r\n```\r\ntrait Decode[I, A] {\r\n type ContentType <: String\r\n def apply(i: I): Try[A]\r\n}\r\n```\r\n\r\nIn this case we could iteratively move from `String` to `Buf` as @username_1 suggested in #511 and support multiple inputs via kind of \"ad-hoc\" polymorphism. I.e. it'll be super useful for implementation of Decode for `AsyncStream` (#520) where `String` or `Buf` couldn't be a case obviously. Also it will allow us to live some time with current JSON decoders which doesn't support `Buf` without dirty hacks (or doesn't support it at all :fearful:)\r\n\r\nI'd be very glad of your advices, opinions and suggestions.", "title": "#562 Decode Refactoring", "type": "issue" }, { "action": "created", "author": "vkostyukov", "comment_id": 197397950, "datetime": 1458144090000, "masked_author": "username_1", "text": "Thanks a lot @username_0! This looks pretty much similar to what I had in mind. Although, I still have a a couple concerns about using the same decoders for for both bodies and the rest of the HTTP entires (params, headers). Here is why:\r\n\r\n1. Bodies is usually the most interesting part where different JSON/XML/whatever libraries kicks in\r\n2. Params, headers, etc are all string-based and it should be easy to separate their concept from bodies \r\n3. I want to keep the API unchanged so when you say `param.as[Int]` it should use text decoder, but for `body.as[User]` - a JSON one. (is the later is broken right now?)\r\n\r\nIf don't want to repeat ourself, it should be pretty simple to implement `Decode.Aux[A, Text]` in terms of what we will have for params, headers, etc.\r\n\r\nAnyways, I can only see all of this possible to do once our JSON decoders will know how to decode `Buf`. So there's should some major refactoring happen.", "title": null, "type": "comment" } ]
2
2
1,679
false
false
1,679
true
mde/ejs
null
53,349,453
2
null
[ { "action": "opened", "author": "dougwilson", "comment_id": null, "datetime": 1420407418000, "masked_author": "username_0", "text": "Regression from commit https://github.com/username_1/ejs/commit/63146d0b6371595d1b235980436425f98abee071 causes `includeSource` property to be added to the global object.", "title": "Module adds a global \"includeSource\"", "type": "issue" }, { "action": "created", "author": "mde", "comment_id": 68654322, "datetime": 1420413494000, "masked_author": "username_1", "text": "Fixed in cb7629b07ac7d94f9befb3df3e386df4715f6a0b and pushed to NPM, v2.0.4.", "title": null, "type": "comment" }, { "action": "closed", "author": "mde", "comment_id": null, "datetime": 1420413494000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "dougwilson", "comment_id": 68654480, "datetime": 1420413739000, "masked_author": "username_0", "text": "Thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "mde", "comment_id": 68654685, "datetime": 1420414116000, "masked_author": "username_1", "text": "No, thank you!", "title": null, "type": "comment" } ]
2
5
260
false
false
260
true
micropython/micropython
micropython
245,139,800
3,235
{ "number": 3235, "repo": "micropython", "user_login": "micropython" }
[ { "action": "opened", "author": "naums", "comment_id": null, "datetime": 1500914494000, "masked_author": "username_0", "text": "This is a (clean) Raspberry Pi-port. There is no REPL at the moment, just executed hardcoded strings using the `do_str`-routine. For testing purposes the code can also be built and ran on QEMU, set the `BOARD` variable in the Makefile to \"qemu\".", "title": "Raspberry Pi Port - the second", "type": "issue" }, { "action": "created", "author": "Neon22", "comment_id": 317568497, "datetime": 1500933902000, "masked_author": "username_1", "text": "How would you characterise the nature of the difference between this and the unix build ?", "title": null, "type": "comment" }, { "action": "created", "author": "stinos", "comment_id": 317650900, "datetime": 1500966839000, "masked_author": "username_2", "text": "^ that's a good question indeed, last time I tested it (a while ago though) uPy built straight out of the box on a Raspberry Pi. Is this like unix port + (not yet implemented) support for uart/jtag? That could just be built as modules?\r\n\r\nBtw you have some dead code in the files, that is one roadblock to getting it merged.", "title": null, "type": "comment" }, { "action": "created", "author": "WayneKeenan", "comment_id": 317659401, "datetime": 1500969246000, "masked_author": "username_3", "text": "It's targeting his custom [bare-metal/embedded OS](https://github.com/username_0/PiOS) not a unix/posix environment.", "title": null, "type": "comment" }, { "action": "created", "author": "naums", "comment_id": 317710377, "datetime": 1500982431000, "masked_author": "username_0", "text": "This is a bare-metal port for the Raspberry Pi (and QEMU versatilepb for that matter). Run make, then you'll have a kernel.img you can copy over to a Raspberry Pi-SD-card and boot the Raspberry Pi from it. This has nothing to do with the Unix-port, and does not need any operating system running on the Raspberry Pi to run. \r\n\r\nThe dead code @username_2 is referring to is probably PiOS, right? This is another project of mine, @username_3 already pointed out. I'm using this collection of \"drivers\" in the Micropython port for UART on both QEMU and Raspberry Pi and JTAG-support. If you don't like the dependency to the external project - I can copy the necessary files into the port itself. That includes gpio.c, both uart.c's, jtag.c + header-files, and everything from the boards-directory. \r\n\r\nPS: the word embedded OS for PiOS is a bit to much. It's rather a selection of drivers with bare-minimum boot-code (at the moment).", "title": null, "type": "comment" }, { "action": "created", "author": "stinos", "comment_id": 317712049, "datetime": 1500982936000, "masked_author": "username_2", "text": "no, the commented out code lines in this commit which don't serve as documentation. Just to name one: main.c line 126 has `//blinkloop();` which is obvioulsy a leftover from playing around", "title": null, "type": "comment" }, { "action": "created", "author": "naums", "comment_id": 319791760, "datetime": 1501706430000, "masked_author": "username_0", "text": "done.", "title": null, "type": "comment" } ]
4
7
1,889
false
false
1,889
true
pantsbuild/pants
pantsbuild
236,697,762
4,683
null
[ { "action": "opened", "author": "stuhood", "comment_id": null, "datetime": 1497756346000, "masked_author": "username_0", "text": "The rust `parking_lot` crate purports to provide lower-overhead `Mutex` and `RwLock` implementations which do not need to allocate. Because we use a very large count of `future::Shared` futures (~900k in some cases), I made a very minor edit to `Shared` to see whether the use of `parking_lot` would result in memory usage improvements.\r\n\r\nIt did not.\r\n```\r\nparking_lot:\r\n real 6m38.419s\r\n user 5m31.475s\r\n sys 3m36.183s\r\n mem 4362492 bytes\r\n \r\n real 6m29.422s\r\n user 5m28.677s\r\n sys 3m45.821s\r\n mem 4645964 bytes\r\n\r\n real 6m40.307s\r\n user 5m36.286s\r\n sys 3m57.143s\r\n mem 4588104 bytes\r\n\r\nmaster:\r\n \r\n real 7m30.641s\r\n user 5m38.736s\r\n sys 4m7.220s\r\n mem 4121356 bytes\r\n\r\n real 6m9.298s\r\n user 5m14.206s\r\n sys 3m27.104s\r\n mem 4400724 bytes\r\n\r\n real 6m11.764s\r\n user 5m10.557s\r\n sys 3m28.231s\r\n mem 4496320 bytes\r\n```", "title": "Experiment with rust parking_lot mutexes", "type": "issue" }, { "action": "closed", "author": "stuhood", "comment_id": null, "datetime": 1497756356000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
930
false
false
930
false
IPS-LMU/EMU-webApp
IPS-LMU
104,709,058
136
null
[ { "action": "opened", "author": "raphywink", "comment_id": null, "datetime": 1441290872000, "masked_author": "username_0", "text": "Selecting an area say starting on the OSCI canvas and then dragging the mouse to the right and down over to the SPEC canvas leads to a \"jolt\" in the curViewPort.selectS. It would be nice if that \"jolt\" didn't occur across canvas mouse drags.", "title": "Dragging selected area over multiple canvases", "type": "issue" }, { "action": "closed", "author": "georgraess", "comment_id": null, "datetime": 1441804146000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
241
false
false
241
false
frontendbr/vagas
frontendbr
239,278,661
395
null
[ { "action": "opened", "author": "fernandoperroni", "comment_id": null, "datetime": 1498680103000, "masked_author": "username_0", "text": "## Descrição da vaga\r\nDesenvolvimento em HTML, CSS, Javascript; \r\nGit e pre-processadores CSS(Sass, Stylus, PostCSS); \r\nPensamento Mobile First.\r\n\r\n## Local\r\n\r\nEscritório, São Paulo - Avenida Faria Lima\r\n\r\n## Benefícios\r\n\r\n- Assistência Médica, Odontológica, Seguro de Vida\r\n- Vale Transporte (desconto de R$ 1,00)\r\n- Vale Refeição ou Alimentação (R$ 20/dia)\r\n- Vale Gympass para academias com valor de até R$ 499/mês\r\n- Ambiente informal, orientado para resultados\r\n- Região de Fácil acesso (SP) - próximo ao metrô Faria Lima\r\n\r\n## Requisitos\r\n\r\n**Obrigatórios:**\r\nConhecimento nas linguagens: HTML, CSS, Javascript;\r\nGit e pre processadores CSS (Sass, Stylus, PostCSS);\r\nPensamento Mobile First.\r\n\r\n**Desejáveis:**\r\n- Conhecimento de metodologias CSS;\r\n- Familiaridade com task runners e Bundlers(Grunt, Gulp, Webpack);\r\n\r\n**Diferenciais:**\r\n- Experiencia com frameworks JavaScripts Modernos(Vue, React, Angular);\r\n- TDD;\r\n- Experiencia com metodologia Ágil;\r\n- ES6.\r\n\r\n## Contratação\r\n\r\nCLT\r\n\r\n## Nossa empresa\r\n\r\nAqui no Gympass, acreditamos que todos podem ter uma vida mais saudável, independente da localidade ou tipo de atividade física! Nossa missão é levar qualidade de vida para o maior número de pessoas possível. Começamos as operações em 2012 aqui no Brasil com apenas três pessoas. Hoje, contamos com 500 pessoas em nível mundial, sendo 300 no BR. Nosso time é focado em performance, nossos líderes lideram pelo exemplo e nós recrutamos e desenvolvemos talentos para serem melhores que nós! Estamos em busca de pessoas focadas em resultados e dispostas a atingir grandes objetivos com postura humilde. Junte-se a nós neste desafio global!\r\n\r\n## Como se candidatar\r\n\r\nEnviar e-mail para recrutamento@gympass.com", "title": "[São Paulo] Front-End Developer", "type": "issue" }, { "action": "created", "author": "ecouto", "comment_id": 311773901, "datetime": 1498680565000, "masked_author": "username_1", "text": "Enviado", "title": null, "type": "comment" }, { "action": "closed", "author": "fernandoperroni", "comment_id": null, "datetime": 1498852682000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
1,732
false
false
1,732
false
Pylons/deformdemo
Pylons
212,982,405
48
{ "number": 48, "repo": "deformdemo", "user_login": "Pylons" }
[ { "action": "opened", "author": "schattenlink", "comment_id": null, "datetime": 1489052323000, "masked_author": "username_0", "text": "…nel header", "title": "added demo for sequence of accordion mappings and form item inside pa…", "type": "issue" }, { "action": "created", "author": "stevepiercy", "comment_id": 285320873, "datetime": 1489057067000, "masked_author": "username_1", "text": "@username_0 please review our [guidelines for making contributions](https://github.com/Pylons/deform/blob/master/CONTRIBUTING.rst).\r\n\r\nThis PR lacks tests, so it cannot be accepted in its current state.", "title": null, "type": "comment" }, { "action": "created", "author": "miohtama", "comment_id": 285356983, "datetime": 1489067705000, "masked_author": "username_2", "text": "@username_1 No worries. We discussed this privately before opening a PR. I needed to have a proof-of-problem, so that I can fill in both solutions and tests.", "title": null, "type": "comment" }, { "action": "created", "author": "frispete", "comment_id": 285362411, "datetime": 1489069005000, "masked_author": "username_3", "text": "@username_2 you might want to urge people to file issues for some such.", "title": null, "type": "comment" }, { "action": "created", "author": "miohtama", "comment_id": 285363696, "datetime": 1489069299000, "masked_author": "username_2", "text": "@username_3 Yeah, a fork + branch + issue would have been better. I did not think my instructions throughly.", "title": null, "type": "comment" } ]
4
5
548
false
false
548
true
houtianze/bypy
null
212,639,374
338
null
[ { "action": "opened", "author": "Maxith", "comment_id": null, "datetime": 1488949808000, "masked_author": "username_0", "text": "我是vultr的日本服务器,按理来说不应该有墙的问题啊...\r\n\r\n<E> [05:04:42] Fatal: All server authorizations failed.\r\n<I> [05:04:42] ----------------------------------------------------------------\r\n<I> [05:04:42] This is most likely caused by authorization errors.\r\nPossible causes:\r\n - You didn't run this program for a long time (more than a month).\r\n - You changed your Baidu password after authorizing this program.\r\n - You didn't give this program the 'netdisk' access while authorizing.\r\n - ...\r\nPossible fixes:\r\n 1. Remove the authorization token by running with the parameter '-c', and then re-run this program.\r\n 2. If (1) still doesn't solve the problem, you may have to go to:\r\n https://passport.baidu.com/accountbind\r\n and remove the authorization of this program, and then re-run this program.\r\n<E> [05:04:42] Program authorization FAILED.\r\nYou need to authorize this program before using any PCS functions.\r\nQuitting...", "title": "授权失败", "type": "issue" }, { "action": "closed", "author": "Maxith", "comment_id": null, "datetime": 1488950619000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "Maxith", "comment_id": 284950283, "datetime": 1488950619000, "masked_author": "username_0", "text": "重试了n遍终于授权成功了....", "title": null, "type": "comment" } ]
1
3
929
false
false
929
false
Rantanen/node-opus
null
208,010,690
27
null
[ { "action": "opened", "author": "lofar968", "comment_id": null, "datetime": 1487218337000, "masked_author": "username_0", "text": "C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\node_modules\\ref>if not defined npm_config_node_gyp (node \"C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\node-gyp-bin\\\\..\\..\\node_modules\\node-gyp\\bin\\node-gyp.js\" rebuild ) else (node \"\" rebuild )\r\ngyp ERR! build error\r\ngyp ERR! stack Error: Command failed: reg query \"HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\" /s /reg:32\r\ngyp ERR! stack 'reg' is not recognized as an internal or external command,\r\ngyp ERR! stack operable program or batch file.\r\ngyp ERR! stack\r\ngyp ERR! stack Can't find \"msbuild.exe\". Do you have Microsoft Visual Studio C++ 2008+ installed?\r\ngyp ERR! stack at C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\lib\\build.js:134:25\r\ngyp ERR! stack at ChildProcess.exithandler (child_process.js:218:5)\r\ngyp ERR! stack at emitTwo (events.js:106:13)\r\ngyp ERR! stack at ChildProcess.emit (events.js:192:7)\r\ngyp ERR! stack at maybeClose (internal/child_process.js:890:16)\r\ngyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)\r\ngyp ERR! System Windows_NT 10.0.10586\r\ngyp ERR! command \"C:\\\\Program Files\\\\nodejs\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\node_modules\\\\node-gyp\\\\bin\\\\node-gyp.js\" \"rebuild\"\r\ngyp ERR! cwd C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\node_modules\\ref\r\ngyp ERR! node -v v7.5.0\r\ngyp ERR! node-gyp -v v3.5.0\r\ngyp ERR! not ok\r\nnpm WARN discord.js@11.0.0 requires a peer of erlpack@hammerandchisel/erlpack#master but none was installed.\r\nnpm WARN discord.js@11.0.0 requires a peer of opusscript@^0.0.1 but none was installed.\r\nnpm WARN discord.js@11.0.0 requires a peer of uws@^0.12.0 but none was installed.\r\nnpm WARN lagooner@1.0.0 No description\r\nnpm WARN lagooner@1.0.0 No repository field.\r\nnpm ERR! Windows_NT 10.0.10586\r\nnpm ERR! argv \"C:\\\\Program Files\\\\nodejs\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"node-opus\"\r\nnpm ERR! node v7.5.0\r\nnpm ERR! npm v4.1.2\r\nnpm ERR! code ELIFECYCLE\r\n\r\nnpm ERR! ref@1.3.4 install: `node-gyp rebuild`\r\nnpm ERR! Exit status 1\r\nnpm ERR!\r\nnpm ERR! Failed at the ref@1.3.4 install script 'node-gyp rebuild'.\r\nnpm ERR! Make sure you have the latest version of node.js and npm installed.\r\nnpm ERR! If you do, this is most likely a problem with the ref package,\r\nnpm ERR! not with npm itself.\r\nnpm ERR! Tell the author that this fails on your system:\r\nnpm ERR! node-gyp rebuild\r\nnpm ERR! You can get information on how to open an issue for this project with:\r\nnpm ERR! npm bugs ref\r\nnpm ERR! Or if that isn't available, you can get their info via:\r\nnpm ERR! npm owner ls ref\r\nnpm ERR! There is likely additional logging output above.", "title": "installation failed", "type": "issue" }, { "action": "created", "author": "Rantanen", "comment_id": 280528024, "datetime": 1487297250000, "masked_author": "username_1", "text": "```\r\ngyp ERR! stack Error: Command failed: reg query \"HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\" /s /reg:32\r\ngyp ERR! stack 'reg' is not recognized as an internal or external command,\r\ngyp ERR! stack operable program or batch file.\r\ngyp ERR! stack\r\ngyp ERR! stack Can't find \"msbuild.exe\". Do you have Microsoft Visual Studio C++ 2008+ installed?\r\n```\r\n\r\nDo you? :)", "title": null, "type": "comment" }, { "action": "created", "author": "lofar968", "comment_id": 280686735, "datetime": 1487346705000, "masked_author": "username_0", "text": "I have it installed, yes.", "title": null, "type": "comment" }, { "action": "created", "author": "Rantanen", "comment_id": 280859038, "datetime": 1487437593000, "masked_author": "username_1", "text": "Looking more into those 5 lines.. why isn't `reg` a recognized command?\r\n\r\nDo you have `system32` in your path?", "title": null, "type": "comment" }, { "action": "created", "author": "lofar968", "comment_id": 281244406, "datetime": 1487652418000, "masked_author": "username_0", "text": "C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\node_modules\\ref>if not defined npm_config_node_gyp (node \"C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\node-gyp-bin\\\\..\\..\\node_modules\\node-gyp\\bin\\node-gyp.js\" rebuild ) else (node \"\" rebuild )\r\nbuild/binding.sln(1): Solution file error MSB5014: File format version is not recognized. MSBuild can only read solution files between versions 7.0 and 9.0, inclusive.\r\ngyp ERR! build error\r\ngyp ERR! stack Error: `msbuild` failed with exit code: 1\r\ngyp ERR! stack at ChildProcess.onExit (C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\lib\\build.js:276:23)\r\ngyp ERR! stack at emitTwo (events.js:106:13)\r\ngyp ERR! stack at ChildProcess.emit (events.js:192:7)\r\ngyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)\r\ngyp ERR! System Windows_NT 10.0.10586\r\ngyp ERR! command \"C:\\\\Program Files\\\\nodejs\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\node_modules\\\\node-gyp\\\\bin\\\\node-gyp.js\" \"rebuild\"\r\ngyp ERR! cwd C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\node_modules\\ref\r\ngyp ERR! node -v v7.5.0\r\ngyp ERR! node-gyp -v v3.5.0\r\ngyp ERR! not ok\r\nnpm WARN discord.js@11.0.0 requires a peer of erlpack@hammerandchisel/erlpack#master but none was installed.\r\nnpm WARN discord.js@11.0.0 requires a peer of opusscript@^0.0.1 but none was installed.\r\nnpm WARN discord.js@11.0.0 requires a peer of uws@^0.12.0 but none was installed.\r\nnpm WARN lagooner@1.0.0 No description\r\nnpm WARN lagooner@1.0.0 No repository field.\r\nnpm ERR! Windows_NT 10.0.10586\r\nnpm ERR! argv \"C:\\\\Program Files\\\\nodejs\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"node-opus\"\r\nnpm ERR! node v7.5.0\r\nnpm ERR! npm v4.1.2\r\nnpm ERR! code ELIFECYCLE\r\n\r\nnpm ERR! ref@1.3.4 install: `node-gyp rebuild`\r\nnpm ERR! Exit status 1\r\nnpm ERR!\r\nnpm ERR! Failed at the ref@1.3.4 install script 'node-gyp rebuild'.\r\nnpm ERR! Make sure you have the latest version of node.js and npm installed.\r\nnpm ERR! If you do, this is most likely a problem with the ref package,\r\nnpm ERR! not with npm itself.\r\nnpm ERR! Tell the author that this fails on your system:\r\nnpm ERR! node-gyp rebuild\r\nnpm ERR! You can get information on how to open an issue for this project with:\r\nnpm ERR! npm bugs ref\r\nnpm ERR! Or if that isn't available, you can get their info via:\r\nnpm ERR! npm owner ls ref\r\nnpm ERR! There is likely additional logging output above.\r\n\r\nnpm ERR! Please include the following file with any support request:\r\nnpm ERR! C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\npm-debug.log", "title": null, "type": "comment" }, { "action": "created", "author": "Rantanen", "comment_id": 281656446, "datetime": 1487766680000, "masked_author": "username_1", "text": "Have you checked what kind of a solution file your node-gyp generates?\r\n\r\n```\r\nbuild/binding.sln(1): Solution file error MSB5014: File format version is not recognized. MSBuild can only read solution files between versions 7.0 and 9.0, inclusive.\r\n```\r\n\r\nAnd maybe update Visual Studio. I was a bit surprised it asked for 2008, which is.. you know.. 10 years old. :)", "title": null, "type": "comment" }, { "action": "created", "author": "lofar968", "comment_id": 281886246, "datetime": 1487821500000, "masked_author": "username_0", "text": "Where would I find that file?\r\nMy visual studio is 2015 and the msbuildtools are 2013", "title": null, "type": "comment" }, { "action": "created", "author": "Rantanen", "comment_id": 281902968, "datetime": 1487829704000, "masked_author": "username_1", "text": "path-to-node-opus/build/binding.sln\r\n\r\nIt's generated by node-gyp so it doesn't appear before you try to build node-opus.", "title": null, "type": "comment" }, { "action": "created", "author": "lofar968", "comment_id": 281911091, "datetime": 1487832997000, "masked_author": "username_0", "text": "I don't see the file. Does it delete itself after sometime or something similar?", "title": null, "type": "comment" }, { "action": "created", "author": "Rantanen", "comment_id": 281911741, "datetime": 1487833250000, "masked_author": "username_1", "text": "Actually now that I'm looking at the error message even closer:\r\n\r\n```\r\nref@1.3.4 install C:\\Users\\Thaem\\Desktop\\Coding projects\\lagooner\\node_modules\\ref\r\nnode-gyp rebuild\r\n```\r\n\r\nThe error isn't even caused by `node-opus` but [ref](https://github.com/TooTallNate/ref) package instead.\r\n\r\nSo the bindings.sln is probably located in `node_modules/ref/build`", "title": null, "type": "comment" }, { "action": "created", "author": "lofar968", "comment_id": 282056311, "datetime": 1487869840000, "masked_author": "username_0", "text": "I looked in my node_modules and I couldn't find anything related to ref or the bindings.sln", "title": null, "type": "comment" }, { "action": "created", "author": "nigilan", "comment_id": 332118877, "datetime": 1506412999000, "masked_author": "username_2", "text": "I added system32 in my path and it started working fine!", "title": null, "type": "comment" }, { "action": "created", "author": "LucasG04", "comment_id": 509005945, "datetime": 1562511327000, "masked_author": "username_3", "text": "This issue helped me: https://github.com/nodejs/node-gyp/issues/1754#issuecomment-502210409", "title": null, "type": "comment" }, { "action": "closed", "author": "Rantanen", "comment_id": null, "datetime": 1562512063000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "Rantanen", "comment_id": 509006886, "datetime": 1562512127000, "masked_author": "username_1", "text": "Thanks, hopefully that helps the next person as well. Closing the issue due to inactivity.", "title": null, "type": "comment" } ]
4
15
7,162
false
false
7,162
false
go-gitea/gitea
go-gitea
202,837,503
743
null
[ { "action": "opened", "author": "avelino", "comment_id": null, "datetime": 1485268995000, "masked_author": "username_0", "text": "It is important for the project to have keyword search?\r\n\r\nPR on gogs: https://github.com/gogits/gogs/pull/4015", "title": "search by keyword", "type": "issue" }, { "action": "created", "author": "lunny", "comment_id": 274823668, "datetime": 1485269268000, "masked_author": "username_1", "text": "For issues or codes or others?", "title": null, "type": "comment" }, { "action": "created", "author": "avelino", "comment_id": 274824425, "datetime": 1485269394000, "masked_author": "username_0", "text": "@username_1 sorry, `issue`", "title": null, "type": "comment" }, { "action": "created", "author": "lunny", "comment_id": 274838998, "datetime": 1485272227000, "masked_author": "username_1", "text": "There is already a PR #530 to resolve this.", "title": null, "type": "comment" }, { "action": "created", "author": "lunny", "comment_id": 275004176, "datetime": 1485312117000, "masked_author": "username_1", "text": "And duplicated with #379. Let's discuss there.", "title": null, "type": "comment" }, { "action": "closed", "author": "lunny", "comment_id": null, "datetime": 1485312117000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
6
251
false
false
251
true
SkygearIO/skygear-SDK-iOS
SkygearIO
208,041,228
79
null
[ { "action": "opened", "author": "royuen", "comment_id": null, "datetime": 1487230162000, "masked_author": "username_0", "text": "", "title": "Missing content type in asset object", "type": "issue" }, { "action": "closed", "author": "rickmak", "comment_id": null, "datetime": 1490072267000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
0
false
false
0
false
requery/requery
requery
224,576,002
536
null
[ { "action": "opened", "author": "LipeDuoli", "comment_id": null, "datetime": 1493235245000, "masked_author": "username_0", "text": "When I create a entity abstract class like this\r\n```\r\nimport android.databinding.Bindable;\r\nimport android.databinding.Observable;\r\nimport android.os.Parcelable;\r\n\r\nimport io.requery.Entity;\r\nimport io.requery.Generated;\r\nimport io.requery.Key;\r\nimport io.requery.Persistable;\r\n\r\n@Entity\r\nabstract class AbstractList implements Observable, Parcelable, Persistable {\r\n\r\n @Key @Generated\r\n Integer id;\r\n\r\n @Bindable\r\n String name;\r\n\r\n}\r\n```\r\nthe generated class have a error:\r\n`Error:(24, 8) error: List is not abstract and does not override abstract method removeOnPropertyChangedCallback(OnPropertyChangedCallback) in Observable`\r\n\r\n\r\nIf I create the same entity as a interface, the generated code works without any error.", "title": "Abstract entity with Databinding", "type": "issue" }, { "action": "created", "author": "npurushe", "comment_id": 297611102, "datetime": 1493268649000, "masked_author": "username_1", "text": "In your case since your entity is abstract you want to extend `android.databinding.BaseObservable` instead of just implementing `Observable`. BaseObservable provides the implementation of those methods.", "title": null, "type": "comment" }, { "action": "created", "author": "LipeDuoli", "comment_id": 297872852, "datetime": 1493338264000, "masked_author": "username_0", "text": "Hi,\r\nYep... Make the change and now it works without error.\r\n\r\nThanks for the fast reply.", "title": null, "type": "comment" }, { "action": "closed", "author": "LipeDuoli", "comment_id": null, "datetime": 1493338264000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
4
1,025
false
false
1,025
false
misken/hillmaker
null
38,170,640
2
null
[ { "action": "opened", "author": "misken", "comment_id": null, "datetime": 1405685400000, "masked_author": "username_0", "text": "Implement same as VBA version.\r\n\r\n- default: fraction of bin\r\n- full: treat as 1 if fraction > full_threshold", "title": "Add in/out bin occupancy treatment choices", "type": "issue" }, { "action": "created", "author": "misken", "comment_id": 191258025, "datetime": 1456928749000, "masked_author": "username_0", "text": "added `edge_bins` parameter to control how occupancy contribution is computed\r\nfor arrival and departure bins. 1=fractional contribution (default), 2=whole bin", "title": null, "type": "comment" }, { "action": "closed", "author": "misken", "comment_id": null, "datetime": 1456928749000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
268
false
false
268
false
opendatakit/collect
opendatakit
193,128,737
281
{ "number": 281, "repo": "collect", "user_login": "opendatakit" }
[ { "action": "opened", "author": "grzesiek2010", "comment_id": null, "datetime": 1480688882000, "masked_author": "username_0", "text": "This PR is in reference to resolve #238", "title": "Auto-increment build number and move to Settings", "type": "issue" }, { "action": "created", "author": "lognaturel", "comment_id": 264869798, "datetime": 1480948659000, "masked_author": "username_1", "text": "This looks great, thanks @username_0! One small thing - I notice that some of the Gradle code comes from [here](http://stackoverflow.com/questions/21405457/autoincrement-versioncode-with-gradle-extra-properties). That's great and very much encouraged instead of reinventing the wheel but we do want to credit it. I'll add this to the contribution guide in a bit.\r\n\r\nThis does a great job of automating the existing process which is to increase the build number every time a release build is generated. Seeing it like this got me thinking about what the meaning of a build number is and whether we could make it even more useful by perhaps having it dynamically generated based on something like git history. Let's have some community discussion around that.", "title": null, "type": "comment" }, { "action": "created", "author": "grzesiek2010", "comment_id": 264872359, "datetime": 1480949276000, "masked_author": "username_0", "text": "Actually it's from http://devdeeds.com/auto-increment-build-number-using-gradle-in-android/", "title": null, "type": "comment" }, { "action": "created", "author": "lognaturel", "comment_id": 264892362, "datetime": 1480953517000, "masked_author": "username_1", "text": "Ahh, ok. @username_2 doesn't have an explicit open source, Apache-2.0 compatible license on his blog so we can't use that as the source (@username_2 something to consider adding!). In this case, we're lucky he also posted it on StackOverflow and can credit him from there. [Here](https://github.com/opendatakit/collect/blob/master/CONTRIBUTING.md#code-from-external-sources) is the new section on including code from external sources. Let me know if you have any suggestions.\r\n\r\nLet's leave this one aside as we think about whether it's the most helpful behavior.", "title": null, "type": "comment" }, { "action": "created", "author": "jayakrishnan-pm", "comment_id": 265188711, "datetime": 1481040033000, "masked_author": "username_2", "text": "Hello Hélène Martin,\n\nJust saw your mail and conversation in this morning and i am writing this\nmail to tell you that you can use the code (\nhttp://devdeeds.com/auto-increment-build-number-using-gradle-in-android/) in\nyour project. Actually this groovy code is based on a stackoverflow answer\nwhat i did is just modified the script so that it can be reused in projects\nand created a tutorial on it.\n\nOfcourse am thinking about adding free open source licence to my blog\nposts. Thank you for pointing this out.\n\nBest regards!\n\nJayakrishnan P.M\nAndroid Application Developer", "title": null, "type": "comment" }, { "action": "created", "author": "lognaturel", "comment_id": 268102104, "datetime": 1482187894000, "masked_author": "username_1", "text": "@username_0 I'm going to close this PR now that we have further discussed what the build number should be. Please see the comment at the bottom of #238. Thanks! 😊", "title": null, "type": "comment" } ]
3
6
2,198
false
false
2,198
true
BitShares/bitshares
BitShares
54,626,193
1,266
null
[ { "action": "opened", "author": "shawnpringle", "comment_id": null, "datetime": 1421443158000, "masked_author": "username_0", "text": "I compiled Bitshares myself and I get the user agreement window, which is bigger than my monitor by the way, and I accept it but then it crashes immediately once I get past it. It tries to free the same memory twice.", "title": "BitShares crashes on startup.", "type": "issue" }, { "action": "created", "author": "dnotestein", "comment_id": 70325420, "datetime": 1421443857000, "masked_author": "username_1", "text": "Can you provide some more info about your build process? For example, what OS are you compiling on?", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 70339235, "datetime": 1421450761000, "masked_author": "username_0", "text": "Certainly: Linux/Slackware 32-bit i86 boost 1.55\r\nI couldn't get the thing to build as is. I apply this patch below for the Makefiles. To get it to build. I tried the HEAD version after git checkout. I am trying v0.4.27.2 now with the patch below. it also crashes.\r\n\r\ndiff --git a/CMakeLists.txt b/CMakeLists.txt\r\nindex 0d9597d..972f90c 100644\r\n--- a/CMakeLists.txt\r\n+++ b/CMakeLists.txt\r\n@@ -42,7 +42,6 @@ LIST(APPEND BOOST_COMPONENTS thread\r\n context\r\n locale)\r\n \r\n-set(Boost_USE_STATIC_LIBS ON)\r\n IF( WIN32 )\r\n SET(BOOST_ROOT $ENV{BOOST_ROOT})\r\n set(Boost_USE_MULTITHREADED ON)\r\n@@ -161,7 +160,6 @@ else( WIN32 ) # Apple AND Linux\r\n endif()\r\n endif()\r\n \r\n- set(Boost_USE_STATIC_LIBS ON)\r\n endif( WIN32 )\r\n \r\n list(APPEND LEVEL_DB_SOURCES \"${LEVELDB_PORT_FILE}\")\r\ndiff --git a/libraries/client/CMakeLists.txt b/libraries/client/CMakeLists.txt\r\nindex c0965cd..ebd8111 100644\r\n--- a/libraries/client/CMakeLists.txt\r\n+++ b/libraries/client/CMakeLists.txt\r\n@@ -20,7 +20,7 @@ endif(MSVC)\r\n \r\n target_link_libraries( bts_client \r\n PRIVATE bts_db bts_blockchain bitcoin fc leveldb\r\n- PUBLIC bts_api bts_net bts_wallet bts_cli bts_rpc bts_rpc_stubs bts_mail )\r\n+ PUBLIC bts_api bts_net bts_wallet bts_cli bts_rpc bts_rpc_stubs bts_mail atomic )\r\n target_include_directories( bts_client \r\n PUBLIC \"${CMAKE_CURRENT_SOURCE_DIR}/include\"\r\n PRIVATE \"${CMAKE_CURRENT_BINARY_DIR}/include\" )\r\ndiff --git a/CMakeLists.txt b/CMakeLists.txt\r\nindex 0fbd5ce..510af13 100644\r\n--- a/libraries/fc/CMakeLists.txt\r\n+++ b/libraries/fc/CMakeLists.txt\r\n@@ -44,7 +44,6 @@ IF( WIN32 )\r\n SET(BOOST_ROOT $ENV{BOOST_ROOT})\r\n # set(Boost_USE_DEBUG_PYTHON ON)\r\n set(Boost_USE_MULTITHREADED ON)\r\n- set(Boost_USE_STATIC_LIBS ON)\r\n set(BOOST_ALL_DYN_LINK OFF) # force dynamic linking for all libraries\r\n \r\n FIND_PACKAGE(Boost 1.53 REQUIRED COMPONENTS ${BOOST_COMPONENTS})\r\n@@ -62,7 +61,6 @@ IF( WIN32 )\r\n ELSE(WIN32)\r\n MESSAGE(STATUS \"Configuring fc to build on Unix/Apple\")\r\n \r\n- SET(Boost_USE_STATIC_LIBS ON)\r\n LIST(APPEND BOOST_COMPONENTS coroutine)\r\n \r\n FIND_PACKAGE(Boost 1.53 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) \r\n@@ -231,7 +229,7 @@ target_include_directories(fc\r\n target_link_libraries( fc PUBLIC easylzma_static udt ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES} ${PLATFORM_SPECIFIC_LIBS} ${RPCRT4} ${CMAKE_DL_LIBS} ${rt_library})\r\n \r\n add_executable( ntp_test ntp_test.cpp )\r\n-target_link_libraries( ntp_test fc )\r\n+target_link_libraries( ntp_test fc atomic )\r\n \r\n add_executable( task_cancel_test tests/task_cancel.cpp )\r\n target_link_libraries( task_cancel_test fc )", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 70339360, "datetime": 1421450834000, "masked_author": "username_0", "text": "I only build the qt wallet. I cannot build the other client yet.", "title": null, "type": "comment" }, { "action": "created", "author": "vikramrajkumar", "comment_id": 70530548, "datetime": 1421688477000, "masked_author": "username_2", "text": "@username_0 Can you get a stack trace of the crash by running in gdb/lldb?", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 70545652, "datetime": 1421695076000, "masked_author": "username_0", "text": "done:\n\n#0 0xb43739dc in raise () from /lib/libc.so.6\n#1 0xb43751f3 in abort () from /lib/libc.so.6\n#2 0xb43b4e4a in __libc_message () from /lib/libc.so.6\n#3 0xb43bcd78 in _int_free () from /lib/libc.so.6\n#4 0xb4575a2f in operator delete(void*) () from /usr/lib/libstdc++.so.6\n#5 0xb51b9e74 in QMouseEvent::~QMouseEvent() () from\n/usr/lib/libQt5Gui.so.5\n#6 0xb5a30cba in QWebPageAdapter::adjustPointForClicking(QMouseEvent*) ()\n from /usr/lib/libQt5WebKit.so.5\n---Type <return> to continue, or q <return> to quit---\n#7 0xb582260b in QWebPage::event(QEvent*) () from\n/usr/lib/libQt5WebKitWidgets.so.5\n#8 0xb5813c0b in\nQGraphicsWebView::mousePressEvent(QGraphicsSceneMouseEvent*) ()\n from /usr/lib/libQt5WebKitWidgets.so.5\n#9 0xb7d8dd0f in QGraphicsItem::sceneEvent(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#10 0xb7df3566 in QGraphicsWidget::sceneEvent(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#11 0xb5815ae6 in QGraphicsWebView::sceneEvent(QEvent*) () from\n/usr/lib/libQt5WebKitWidgets.so.5\n#12 0xb7db889e in ?? () from /usr/lib/libQt5Widgets.so.5\n#13 0xb7db8cb9 in ?? () from /usr/lib/libQt5Widgets.so.5\n---Type <return> to continue, or q <return> to quit---\n#14 0xb7dc1b07 in ?? () from /usr/lib/libQt5Widgets.so.5\n#15 0xb7dc2017 in\nQGraphicsScene::mousePressEvent(QGraphicsSceneMouseEvent*) ()\n from /usr/lib/libQt5Widgets.so.5\n#16 0xb7dcc344 in QGraphicsScene::event(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#17 0xb7a67254 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\n from /usr/lib/libQt5Widgets.so.5\n18 0xb7a6c651 in QApplication::notify(QObject*, QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#19 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\nreceiver=0xa12c240, e=0xbfffe620)\n---Type <return> to continue, or q <return> to quit---\n at\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\n#20 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\n from /usr/lib/libQt5Core.so.5\n#21 0xb7a658cd in ?? () from /usr/lib/libQt5Widgets.so.5\n#22 0xb7dea1f3 in QGraphicsView::mousePressEvent(QMouseEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#23 0xb7aa94be in QWidget::event(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#24 0xb7bc751c in QFrame::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5\n#25 0xb7c57fb4 in QAbstractScrollArea::viewportEvent(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n---Type <return> to continue, or q <return> to quit---\n#26 0xb7deb7bf in QGraphicsView::viewportEvent(QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#27 0xb7c58b06 in ?? () from /usr/lib/libQt5Widgets.so.5\n#28 0xb4d52f21 in\nQCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()\n from /usr/lib/libQt5Core.so.5\n#29 0xb7a67231 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\n from /usr/lib/libQt5Widgets.so.5\n#30 0xb7a6d22a in QApplication::notify(QObject*, QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#31 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\nreceiver=0xa138338, e=0xbfffeb28)\n---Type <return> to continue, or q <return> to quit---\n at\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\n#32 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\n from /usr/lib/libQt5Core.so.5\n#33 0xb7a6b4b9 in QApplicationPrivate::sendMouseEvent(QWidget*,\nQMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool)\n() from /usr/lib/libQt5Widgets.so.5\n#34 0xb7ac9845 in ?? () from /usr/lib/libQt5Widgets.so.5\n#35 0xb7acbe34 in ?? () from /usr/lib/libQt5Widgets.so.5\n#36 0xb7a67254 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\n---Type <return> to continue, or q <return> to quit---\n from /usr/lib/libQt5Widgets.so.5\n#37 0xb7a6c651 in QApplication::notify(QObject*, QEvent*) () from\n/usr/lib/libQt5Widgets.so.5\n#38 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\nreceiver=0xa381548, e=0xbfffeec0)\n at\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\n#39 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\n from /usr/lib/libQt5Core.so.5\n#40 0xb51ab241 in\nQGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)\n() from /usr/lib/libQt5Gui.so.5\n---Type <return> to continue, or q <return> to quit---\n#41 0xb51acb00 in\nQGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)\n() from /usr/lib/libQt5Gui.so.5\n#42 0xb5190316 in\nQWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)\n() from /usr/lib/libQt5Gui.so.5\n#43 0xb07f8cc1 in ?? () from /usr/lib/qt5/plugins/platforms/libqxcb.so\n#44 0xb420c83e in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0\n#45 0xb420cbe8 in ?? () from /usr/lib/libglib-2.0.so.0\n#46 0xb420cca8 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0\n#47 0xb4db240d in\nQEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)\n()\n from /usr/lib/libQt5Core.so.5\n#48 0xb07f8ec6 in ?? () from /usr/lib/qt5/plugins/platforms/libqxcb.so\n#49 0xb4d50526 in\nQEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/libQt5Core.so.5\n#50 0xb4d50944 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/libQt5Core.so.5\n#51 0xb4d588ed in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5\n---Type <return> to continue, or q <return> to quit---\n#52 0xb51a2e94 in QGuiApplication::exec() () from /usr/lib/libQt5Gui.so.5\n#53 0xb7a65744 in QApplication::exec() () from /usr/lib/libQt5Widgets.so.5\n#54 0x084bc36b in BitSharesApp::run (this=this@entry=0xbffff4b0)\n at\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:413\n#55 0x084bccd7 in BitSharesApp::run (argc=@0xbffff500: 1,\nargv=argv@entry=0xbffff594)\n at\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:316\n#56 0x0848cda7 in main (argc=1, argv=0xbffff594)\n at /home/shawn/development/pkg/bitshares/programs/qt_wallet/main.cpp:11", "title": null, "type": "comment" }, { "action": "created", "author": "vikramrajkumar", "comment_id": 70546841, "datetime": 1421695585000, "masked_author": "username_2", "text": "Formatting not working on previous comment:\r\n```\r\n#0 0xb43739dc in raise () from /lib/libc.so.6\r\n#1 0xb43751f3 in abort () from /lib/libc.so.6\r\n#2 0xb43b4e4a in __libc_message () from /lib/libc.so.6\r\n#3 0xb43bcd78 in _int_free () from /lib/libc.so.6\r\n#4 0xb4575a2f in operator delete(void*) () from /usr/lib/libstdc++.so.6\r\n#5 0xb51b9e74 in QMouseEvent::~QMouseEvent() () from\r\n/usr/lib/libQt5Gui.so.5\r\n#6 0xb5a30cba in QWebPageAdapter::adjustPointForClicking(QMouseEvent*) ()\r\nfrom /usr/lib/libQt5WebKit.so.5\r\n---Type <return> to continue, or q <return> to quit---\r\n#7 0xb582260b in QWebPage::event(QEvent*) () from\r\n/usr/lib/libQt5WebKitWidgets.so.5\r\n#8 0xb5813c0b in\r\nQGraphicsWebView::mousePressEvent(QGraphicsSceneMouseEvent*) ()\r\nfrom /usr/lib/libQt5WebKitWidgets.so.5\r\n#9 0xb7d8dd0f in QGraphicsItem::sceneEvent(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#10 0xb7df3566 in QGraphicsWidget::sceneEvent(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#11 0xb5815ae6 in QGraphicsWebView::sceneEvent(QEvent*) () from\r\n/usr/lib/libQt5WebKitWidgets.so.5\r\n#12 0xb7db889e in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#13 0xb7db8cb9 in ?? () from /usr/lib/libQt5Widgets.so.5\r\n---Type <return> to continue, or q <return> to quit---\r\n#14 0xb7dc1b07 in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#15 0xb7dc2017 in\r\nQGraphicsScene::mousePressEvent(QGraphicsSceneMouseEvent*) ()\r\nfrom /usr/lib/libQt5Widgets.so.5\r\n#16 0xb7dcc344 in QGraphicsScene::event(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#17 0xb7a67254 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Widgets.so.5\r\n18 0xb7a6c651 in QApplication::notify(QObject*, QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#19 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\r\nreceiver=0xa12c240, e=0xbfffe620)\r\n---Type <return> to continue, or q <return> to quit---\r\nat\r\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\r\n#20 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#21 0xb7a658cd in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#22 0xb7dea1f3 in QGraphicsView::mousePressEvent(QMouseEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#23 0xb7aa94be in QWidget::event(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#24 0xb7bc751c in QFrame::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5\r\n#25 0xb7c57fb4 in QAbstractScrollArea::viewportEvent(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n---Type <return> to continue, or q <return> to quit---\r\n#26 0xb7deb7bf in QGraphicsView::viewportEvent(QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#27 0xb7c58b06 in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#28 0xb4d52f21 in\r\nQCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#29 0xb7a67231 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Widgets.so.5\r\n#30 0xb7a6d22a in QApplication::notify(QObject*, QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#31 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\r\nreceiver=0xa138338, e=0xbfffeb28)\r\n---Type <return> to continue, or q <return> to quit---\r\nat\r\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\r\n#32 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#33 0xb7a6b4b9 in QApplicationPrivate::sendMouseEvent(QWidget*,\r\nQMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool)\r\n() from /usr/lib/libQt5Widgets.so.5\r\n#34 0xb7ac9845 in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#35 0xb7acbe34 in ?? () from /usr/lib/libQt5Widgets.so.5\r\n#36 0xb7a67254 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\r\n---Type <return> to continue, or q <return> to quit---\r\nfrom /usr/lib/libQt5Widgets.so.5\r\n#37 0xb7a6c651 in QApplication::notify(QObject*, QEvent*) () from\r\n/usr/lib/libQt5Widgets.so.5\r\n#38 0x084bbb1c in BitSharesApp::notify (this=0xbffff4b0,\r\nreceiver=0xa381548, e=0xbfffeec0)\r\nat\r\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:547\r\n#39 0xb4d52cea in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#40 0xb51ab241 in\r\nQGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)\r\n() from /usr/lib/libQt5Gui.so.5\r\n---Type <return> to continue, or q <return> to quit---\r\n#41 0xb51acb00 in\r\nQGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)\r\n() from /usr/lib/libQt5Gui.so.5\r\n#42 0xb5190316 in\r\nQWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)\r\n() from /usr/lib/libQt5Gui.so.5\r\n#43 0xb07f8cc1 in ?? () from /usr/lib/qt5/plugins/platforms/libqxcb.so\r\n#44 0xb420c83e in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0\r\n#45 0xb420cbe8 in ?? () from /usr/lib/libglib-2.0.so.0\r\n#46 0xb420cca8 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0\r\n#47 0xb4db240d in\r\nQEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)\r\n()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#48 0xb07f8ec6 in ?? () from /usr/lib/qt5/plugins/platforms/libqxcb.so\r\n#49 0xb4d50526 in\r\nQEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#50 0xb4d50944 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\r\nfrom /usr/lib/libQt5Core.so.5\r\n#51 0xb4d588ed in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5\r\n---Type <return> to continue, or q <return> to quit---\r\n#52 0xb51a2e94 in QGuiApplication::exec() () from /usr/lib/libQt5Gui.so.5\r\n#53 0xb7a65744 in QApplication::exec() () from /usr/lib/libQt5Widgets.so.5\r\n#54 0x084bc36b in BitSharesApp::run (this=this@entry=0xbffff4b0)\r\nat\r\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:413\r\n#55 0x084bccd7 in BitSharesApp::run (argc=@0xbffff500: 1,\r\nargv=argv@entry=0xbffff594)\r\nat\r\n/home/shawn/development/pkg/bitshares/programs/qt_wallet/BitSharesApp.cpp:316\r\n#56 0x0848cda7 in main (argc=1, argv=0xbffff594)\r\nat /home/shawn/development/pkg/bitshares/programs/qt_wallet/main.cpp:11 \r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "vikramrajkumar", "comment_id": 70549497, "datetime": 1421696684000, "masked_author": "username_2", "text": "@username_0 What version Qt are you using?", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 70583780, "datetime": 1421712949000, "masked_author": "username_0", "text": "I am using Qt5 5.3.2.", "title": null, "type": "comment" }, { "action": "created", "author": "camponez", "comment_id": 71313654, "datetime": 1422100774000, "masked_author": "username_3", "text": "This is what I get from compiling with ' cmake -DCMAKE_BUILD_TYPE=Debug . && make '\r\n\r\nand runnging with gdb:\r\n\r\n.....\r\n3342219ms th_a ClientWrapper.cpp:137 initialize ] Starting client with data-dir: /home/username_3/.BitShares\r\nLoading config from file: /home/username_3/.BitShares/config.json\r\n[New Thread 0x7fff91bf8700 (LWP 3838)]\r\n[New Thread 0x7fff911f6700 (LWP 3839)]\r\n[New Thread 0x7fff909f5700 (LWP 3840)]\r\n[New Thread 0x7fff83fff700 (LWP 3841)]\r\n[New Thread 0x7fff837fe700 (LWP 3842)]\r\n[New Thread 0x7fff82ffd700 (LWP 3843)]\r\n[New Thread 0x7fff827fc700 (LWP 3844)]\r\n[New Thread 0x7fff817e5700 (LWP 3845)]\r\n[New Thread 0x7fff6284f700 (LWP 3848)]\r\n[New Thread 0x7fff6204e700 (LWP 3849)]\r\n[New Thread 0x7fff6184d700 (LWP 3850)]\r\n[New Thread 0x7fff6104c700 (LWP 3851)]\r\n[New Thread 0x7fff6084b700 (LWP 3852)]\r\n[New Thread 0x7fff43fff700 (LWP 3853)]\r\n[New Thread 0x7fff437fe700 (LWP 3854)]\r\n[New Thread 0x7fff42d6f700 (LWP 3855)]\r\n[New Thread 0x7fff315ea700 (LWP 3856)]\r\n[New Thread 0x7fff30be8700 (LWP 3857)]\r\n[New Thread 0x7fff2bfff700 (LWP 3858)]\r\n[New Thread 0x7fff2b7fe700 (LWP 3859)]\r\n[New Thread 0x7fff2affd700 (LWP 3860)]\r\n[New Thread 0x7fff2a3fc700 (LWP 3861)]\r\n/index.html\r\n/css/app.css\r\n/js/app.js\r\n/locale-en.json\r\n/img/logo-ico.svg\r\n[New Thread 0x7fff168e7700 (LWP 3863)]\r\n/webfonts/opensans-regular.woff\r\n/webfonts/fontawesome-webfont.woff\r\n/img/xt-background.jpg\r\n/img/xts-logo-xl-white-shadow.png\r\n\r\nProgram received signal SIGSEGV, Segmentation fault.\r\n0x00007fffe7e2b138 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 72087364, "datetime": 1422559548000, "masked_author": "username_0", "text": "The same command as componez (with my changes I referred to earlier) above yields \r\n\r\n[ 48%] Built target ntp_test\r\n[ 49%] Building CXX object libraries/fc/CMakeFiles/real128_test.dir/tests/real128_test.cpp.o\r\nLinking CXX executable real128_test\r\n/usr/lib/gcc/i486-slackware-linux/4.8.2/../../../crt1.o: In function `_start':\r\n/glibc-tmp-54d4f9a739bee778aed982975d53262e/glibc-2.17/csu/../sysdeps/i386/start.S:113: undefined reference to `main'\r\ncollect2: error: ld returned 1 exit status\r\nmake[2]: *** [libraries/fc/real128_test] Error 1\r\nmake[1]: *** [libraries/fc/CMakeFiles/real128_test.dir/all] Error 2\r\nmake: *** [all] Error 2\r\n\r\nTo build the default target, this also needs -shared option to c++", "title": null, "type": "comment" }, { "action": "created", "author": "vikramrajkumar", "comment_id": 73591168, "datetime": 1423516381000, "masked_author": "username_2", "text": "@username_0 Is this still occurring in 0.6.0 ?", "title": null, "type": "comment" }, { "action": "created", "author": "shawnpringle", "comment_id": 75731778, "datetime": 1424773349000, "masked_author": "username_0", "text": "I have quit testing bitshares.\n\nShawn", "title": null, "type": "comment" }, { "action": "closed", "author": "vikramrajkumar", "comment_id": null, "datetime": 1424798887000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
4
14
17,769
false
false
17,769
true
qooob/authentic-theme
null
101,008,065
221
null
[ { "action": "opened", "author": "acosonic", "comment_id": null, "datetime": 1439558039000, "masked_author": "username_0", "text": "HTTP/1.0 500 Perl execution failed Server: MiniServ/1.670 Date: Fri, 14 Aug 2015 13:12:21 GMT Content-type: text/html; Charset=iso-8859-1 Connection: close \r\nError - Perl execution failed\r\nUndefined subroutine &main::print_session_login_head called at /usr/share/usermin/authentic-theme/session_login.cgi line 75.", "title": "Usermin login problem", "type": "issue" }, { "action": "created", "author": "qooob", "comment_id": 131103744, "datetime": 1439558408000, "masked_author": "username_1", "text": "How did you install the theme?", "title": null, "type": "comment" }, { "action": "created", "author": "acosonic", "comment_id": 131104524, "datetime": 1439558539000, "masked_author": "username_0", "text": "I don't remember... I did update trough virtualmin's modal box today.", "title": null, "type": "comment" }, { "action": "created", "author": "qooob", "comment_id": 131105795, "datetime": 1439558814000, "masked_author": "username_1", "text": "I see. I would expect that you need to set proper, executable permissions on .CGI theme files.\r\n\r\nBesides makes sure, that you have latest Webmin/Virtualmin installed. What are your versions! Did you restart Webmin after installing the theme?", "title": null, "type": "comment" }, { "action": "created", "author": "qooob", "comment_id": 131138217, "datetime": 1439564432000, "masked_author": "username_1", "text": ".. this function seems to be from the old release. It's either stuck in cache or you need to reinstall your theme. I can see Webmin 1.670 you got there so it shouldn't be the problem.", "title": null, "type": "comment" }, { "action": "created", "author": "qooob", "comment_id": 131402951, "datetime": 1439659567000, "masked_author": "username_1", "text": "How did it go? Does it work now?", "title": null, "type": "comment" }, { "action": "created", "author": "qooob", "comment_id": 132616807, "datetime": 1439994198000, "masked_author": "username_1", "text": "Any luck, news?", "title": null, "type": "comment" }, { "action": "created", "author": "acosonic", "comment_id": 132700002, "datetime": 1440004625000, "masked_author": "username_0", "text": "Restarted, refreshed, now it's all cool!\n\nThanks!", "title": null, "type": "comment" }, { "action": "closed", "author": "qooob", "comment_id": null, "datetime": 1440005852000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
9
934
false
false
934
false
pajlada/pajbot
null
99,706,461
37
null
[ { "action": "opened", "author": "Tassadaritze", "comment_id": null, "datetime": 1438973289000, "masked_author": "username_0", "text": "![](http://i.imgur.com/e6NwRWX.png)\r\nIT SHOULD SAY \"OR\", NOT \"AND\" BECAUSE ONLY ONE OF US HAS TO BE IN THE WAITLIST!!!", "title": ".swapreq SAYS INCORRECT STUFF", "type": "issue" }, { "action": "created", "author": "Tassadaritze", "comment_id": 128796740, "datetime": 1438974322000, "masked_author": "username_0", "text": "I MADE A PULL REQUEST THAT FIXES IT", "title": null, "type": "comment" }, { "action": "closed", "author": "pajlada", "comment_id": null, "datetime": 1438974337000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
153
false
false
153
false
qTip2/qTip2
qTip2
74,475,823
746
null
[ { "action": "opened", "author": "abauzac", "comment_id": null, "datetime": 1431115070000, "masked_author": "username_0", "text": "Hello, \r\n\r\nFirst, thanks a lot for this lib ! Helped a *lot* so I hope you'll keep it up !\r\n\r\nThis post is not really an issue, more like a enhancement. It would be nice to have qTip working on virtual dom (not sure it's correct, I mean a dom created using JS and not yet inserted in the HTML).\r\n\r\nI've done a quick codepen to reproduce here http://codepen.io/bqlou/pen/MwKjRO\r\n\r\n(Maybe it's already possible and I'm mistaking somewhere too..)\r\n\r\nHave a good day!", "title": "qTip applied on virtual Dom", "type": "issue" }, { "action": "created", "author": "Craga89", "comment_id": 101804477, "datetime": 1431548539000, "masked_author": "username_1", "text": "This is possible, you just need to make sure you *append* the DOM element you create, not set the innerHTML of the target element to it, since it won't be the same node then :) \r\n\r\nSee http://codepen.io/anon/pen/LVNjOQ", "title": null, "type": "comment" }, { "action": "closed", "author": "Craga89", "comment_id": null, "datetime": 1431548539000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
681
false
false
681
false
fguillot/kanboard
null
149,733,318
2,149
null
[ { "action": "opened", "author": "mkauzlar", "comment_id": null, "datetime": 1461149270000, "masked_author": "username_0", "text": "### Expected behaviour\r\n\r\nPlease add the possibility to show graphically the links between blocking and blocked tasks in the Board view. If there are several columns with many tasks it would be handy to be able to show all the blocking tasks related to the blocked ones. Perhaps using lines across the Board or something.\r\n\r\n\r\n### Actual behaviour\r\n\r\nAt the moment there is an icon in the task on the Board view which tells you that a task has a link to another. You can hover over the icon and it tells you which task is linked to. Then you have to search across the board to find this other task. If you have multiple columns and swimlanes and don't know where the other task is you have to read the whole board.\r\n\r\n\r\n### Configuration\r\n\r\n\r\n Application version: 1.0.27\r\n PHP version: 5.5.9-1ubuntu4.14\r\n PHP SAPI: fpm-fcgi\r\n OS version: Linux 3.13.0-66-generic\r\n Database driver: sqlite\r\n Database version: 3.8.2\r\n Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0", "title": "Graphically show blocked and blocking tasks", "type": "issue" }, { "action": "created", "author": "oliviermaridat", "comment_id": 212793664, "datetime": 1461225570000, "masked_author": "username_1", "text": "This is related to #1114 and #1190.\r\nFor sure Kanboard could make a great use of task link, but it is not very easy to define how. If you have any ideas...\r\n\r\nI made some tests to use the \"is blocked by\" link to modify \"Start date\" in the Gantt view. It was very useful, but the inheritance was still missing.", "title": null, "type": "comment" }, { "action": "created", "author": "mkauzlar", "comment_id": 212964379, "datetime": 1461251409000, "masked_author": "username_0", "text": "I agree with #1114 and this is a basic feature of PM and Gantt charts.\r\nFor the Board I haven's seen this feature so far and here is my idea:\r\nAttached is a screenshot of an example Board. In KB-dep2.jpg you can see how, for example, blocking and blocked cards can be shown (red means it's blocking another task, yellow means is blocked by another task). By hovering over over task \"#43 Deploy2\", the program could draw arrows presenting where the blocking is coming from and where is going to (KB-dep3.jpg). \r\n![kb-screenshot1](https://cloud.githubusercontent.com/assets/4133383/14714050/ce22f960-07e3-11e6-91e5-425eecd1a342.jpg)\r\n\r\n![kb-dep2](https://cloud.githubusercontent.com/assets/4133383/14714051/ce2381be-07e3-11e6-807d-3b1137cce4db.jpg)\r\n\r\n![kb-dep3](https://cloud.githubusercontent.com/assets/4133383/14714052/ce260d44-07e3-11e6-93f6-109d816cb080.jpg)", "title": null, "type": "comment" }, { "action": "created", "author": "xavividal", "comment_id": 244387176, "datetime": 1472825806000, "masked_author": "username_2", "text": "You can use the Relationgraph plugin to see a graph between tasks and which kind of relations exists between them.", "title": null, "type": "comment" }, { "action": "created", "author": "bugwatcher", "comment_id": 364808608, "datetime": 1518397610000, "masked_author": "username_3", "text": "This issue has been closed automatically for inactivity after more than 1 year. If you still need this feature, you should consider contributing to this open-source project.", "title": null, "type": "comment" }, { "action": "closed", "author": "bugwatcher", "comment_id": null, "datetime": 1518397611000, "masked_author": "username_3", "text": "", "title": null, "type": "issue" } ]
4
6
2,482
false
false
2,482
false
ReactiveX/RxJava
ReactiveX
217,383,156
5,241
{ "number": 5241, "repo": "RxJava", "user_login": "ReactiveX" }
[ { "action": "opened", "author": "passsy", "comment_id": null, "datetime": 1490650681000, "masked_author": "username_0", "text": "Targets issue #5237 where an `Exception` in `onSuccess` of an async `Single` wasn't forwarded to `onError`. For a sync `Single` it already gets forwarded correctly.\r\n\r\nExample:\r\n```java\r\nSingle.just(\"test\")\r\n .delay(1, TimeUnit.MILLISECONDS)\r\n .subscribe(\r\n result -> {\r\n System.out.println(\"got text: \" + result);\r\n throw new IllegalStateException(\"single async something is wrong\");\r\n // onError will not be called, hard crash\r\n },\r\n e -> {\r\n // not called\r\n System.out.println(\"caught error \" + e.getMessage());\r\n e.printStackTrace();\r\n });\r\n```\r\n\r\nI introduced `SafeSingleSubscriber` analog to `SafeSubscriber` of `Observable`. It makes sure `onError` gets called when `onSuccess` throws.\r\n\r\nI had to introduce `private Subscription unsafeSubscribe(SingleSubscriber)` for internal usage of `Single#subscribeOn()` and `Single#unsubscribeOn()` which should *not* be wrapped by `SafeSingleSubscriber`.\r\n\r\nFurthermore I added the `subscriber.isUnsubscribed()` case in all three `subscribe` methods analog to `Observable#subscribe`\r\n```java\r\n // ...\r\n if (subscriber.isUnsubscribed()) {\r\n RxJavaHooks.onError(RxJavaHooks.onSingleError(e));\r\n } else {\r\n // try forwarding error to subscriber\r\n }\r\n // ....\r\n```\r\nas well as `Single#subscribe` now throws `OnErrorFailedException` instead of `RuntimeException` when calling `subscriber.onError(e)` fails.\r\n\r\n`Single.using` is now working correctly, I uncommented the missing assertions", "title": "1.x fix async single error report (bug #5237)", "type": "issue" }, { "action": "created", "author": "passsy", "comment_id": 289616561, "datetime": 1490657380000, "masked_author": "username_0", "text": "What can I say, tests are working on my maschine 😅 Is it normal that rx1 tests are flaky?\r\n\r\n```\r\npascalwelsch$ ./gradlew test\r\n...\r\nBUILD SUCCESSFUL\r\n\r\nTotal time: 3 mins 54.445 secs\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "passsy", "comment_id": 289623263, "datetime": 1490659901000, "masked_author": "username_0", "text": "I tried to revert to the behaviour in `1.1.9`. I have some problems upgrading because of this behaviour change of not calling `onError` introduced in `1.2.2`. Especially frustrating because this is the behaviour for synchronous Singles but changes when adding a `delay`.\r\n\r\nWhat about those `Single.using` tests? They are now working correctly as far as I understand. Is the change of those assertions intended?\r\n\r\nI'll try to change the PR without changing the current behaviour.", "title": null, "type": "comment" }, { "action": "created", "author": "akarnokd", "comment_id": 289698880, "datetime": 1490689510000, "masked_author": "username_1", "text": "The current (unsafe)subscribe doesn't call unsubscribe. The rest of the test is still valuable.", "title": null, "type": "comment" }, { "action": "created", "author": "akarnokd", "comment_id": 289699193, "datetime": 1490689588000, "masked_author": "username_1", "text": "It's much cleaner if you start over.", "title": null, "type": "comment" }, { "action": "created", "author": "passsy", "comment_id": 292172309, "datetime": 1491484876000, "masked_author": "username_0", "text": "Was building in the complete wrong direction\r\n~close", "title": null, "type": "comment" } ]
2
6
2,418
false
false
2,418
false
datawire/ambassador
datawire
224,905,794
36
null
[ { "action": "opened", "author": "kflynn", "comment_id": null, "datetime": 1493325434000, "masked_author": "username_0", "text": "Graphite is likely the simplest way we can show some stats.", "title": "Ambassador needs to support Graphite statsd sink", "type": "issue" }, { "action": "created", "author": "ark3", "comment_id": 300284173, "datetime": 1494360026000, "masked_author": "username_1", "text": "Addressed in commit 3e98a394999be3e0308575873b13a203cab6ebed", "title": null, "type": "comment" }, { "action": "closed", "author": "ark3", "comment_id": null, "datetime": 1494360026000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
119
false
false
119
false
logoove/weui
null
236,171,768
96
null
[ { "action": "opened", "author": "nszbf", "comment_id": null, "datetime": 1497528996000, "masked_author": "username_0", "text": "如果可以,楼主能不能提供以一下zepto源码,我想看一看$.modal方法,964089199@qq.com谢谢", "title": "$.modal方法", "type": "issue" }, { "action": "closed", "author": "logoove", "comment_id": null, "datetime": 1499355209000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
56
false
false
56
false
constabulary/gb
constabulary
124,215,027
515
null
[ { "action": "opened", "author": "NightBlaze", "comment_id": null, "datetime": 1451397561000, "masked_author": "username_0", "text": "Project structure\r\n```\r\n.\r\n└── src\r\n └── main\r\n └── main.go\r\n```\r\n\r\nFile main.go\r\n\r\n```\r\npackage main\r\n\r\nimport (\r\n\t\"log\"\r\n\t\"net/http\"\r\n)\r\n\r\nfunc main() {\r\n\terr := http.ListenAndServe(\":8080\", nil)\r\n\tif err != nil {\r\n\t\tlog.Fatal(\"ListenAndServe: \", err)\r\n\t} else {\r\n\t\tlog.Print(\"Server started!\")\r\n\t}\r\n}\r\n```\r\n\r\nBuild project with gb build (and gb build all) and get result\r\n\r\n```\r\ncontainer/list\r\nunicode/utf8\r\nerrors\r\nsort\r\ncrypto/subtle\r\nunicode\r\nsync/atomic\r\nUndefined symbols for architecture x86_64:\r\n \"_crosscall_amd64\", referenced from:\r\n _threadentry in gcc_darwin_amd64.o\r\nld: symbol(s) not found for architecture x86_64\r\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\r\n# runtime/cgo\r\nmath\r\nstrconv\r\ncrypto/rc4\r\nruntime\r\nsync\r\ninternal/singleflight\r\nio\r\nmath/rand\r\nhash\r\nencoding/base64\r\nbytes\r\ncrypto/cipher\r\ncrypto\r\ncrypto/hmac\r\nstrings\r\nhash/crc32\r\nbufio\r\npath\r\nencoding/pem\r\ncrypto/aes\r\ncrypto/md5\r\ncrypto/sha1\r\ncrypto/sha256\r\ncrypto/sha512\r\nsyscall\r\nreflect\r\nencoding/binary\r\ncrypto/des\r\ntime\r\nos\r\npath/filepath\r\nio/ioutil\r\nos/exec\r\nfmt\r\nencoding/hex\r\nlog\r\nnet/url\r\nnet/http/internal\r\nmime/quotedprintable\r\nmime\r\ncompress/flate\r\ncompress/gzip\r\nmath/big\r\ncrypto/dsa\r\ncrypto/rand\r\ncrypto/elliptic\r\nencoding/asn1\r\ncrypto/rsa\r\ncrypto/x509/pkix\r\ncrypto/ecdsa\r\nFATAL: command \"build\" failed: exit status 1\r\n```\r\n\r\nOS: Mac OS X 10.11.2\r\nGo: go version go1.5.2 darwin/amd64", "title": "Error compile: ld: symbol(s) not found for architecture x86_64", "type": "issue" }, { "action": "created", "author": "davecheney", "comment_id": 167795627, "datetime": 1451397706000, "masked_author": "username_1", "text": "Thanks for this issue report.\r\n\r\nWhich version of gb are you using (git revision) ?\r\n\r\nLooking at this issue report either your go install is messed up, or you have set GOROOT, or the version of Go that build gb is not the version of Go you are using right now.", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167795881, "datetime": 1451397851000, "masked_author": "username_0", "text": "I installed gb few minutes ago using go get github.com/constabulary/gb/... so it should be last revision at this moment.", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167796050, "datetime": 1451397944000, "masked_author": "username_1", "text": "Ok, thanks for that.\n\nCan you double check your go install for me.", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167796184, "datetime": 1451398019000, "masked_author": "username_0", "text": "Can you describe how I can check it? I'm iOS developer so all about go are very new for me :)", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167796390, "datetime": 1451398099000, "masked_author": "username_1", "text": "How did you install Go ?", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167797254, "datetime": 1451398218000, "masked_author": "username_0", "text": "With *.pkg from official site https://golang.org/dl/\r\n\r\nApple OS X\r\nOS X 10.8 or later, Intel 64-bit processor\r\ngo1.5.2.darwin-amd64.pkg (73MB)\r\nSHA1: 102b4e946b7bb40f0e8aa508e41340a696ead752", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167797871, "datetime": 1451398307000, "masked_author": "username_1", "text": "Can you include the output of `go env` for me ?", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167798209, "datetime": 1451398361000, "masked_author": "username_0", "text": "MacBook-Pro-Alexander:~ nightblaze$ go env\r\nGOARCH=\"amd64\"\r\nGOBIN=\"\"\r\nGOEXE=\"\"\r\nGOHOSTARCH=\"amd64\"\r\nGOHOSTOS=\"darwin\"\r\nGOOS=\"darwin\"\r\nGOPATH=\"/Users/nightblaze/Work/_Go\"\r\nGORACE=\"\"\r\nGOROOT=\"/usr/local/go\"\r\nGOTOOLDIR=\"/usr/local/go/pkg/tool/darwin_amd64\"\r\nGO15VENDOREXPERIMENT=\"\"\r\nCC=\"clang\"\r\nGOGCCFLAGS=\"-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common\"\r\nCXX=\"clang++\"\r\nCGO_ENABLED=\"1\"", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167798482, "datetime": 1451398453000, "masked_author": "username_1", "text": "ok, that looks fine. I'm testing 1.5 now. Basically gb thinks your go installation is out of date and is trying to rebuild it.", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167798562, "datetime": 1451398498000, "masked_author": "username_0", "text": "Ok. Thanks. I'll try to reinstall go", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167799969, "datetime": 1451399106000, "masked_author": "username_0", "text": "I reinstalled go and gb and now I have error\r\n\r\n```\r\ncontainer/list\r\nunicode/utf8\r\nerrors\r\nsort\r\ncrypto/subtle\r\nunicode\r\nUndefined symbols for architecture x86_64:\r\n \"_crosscall_amd64\", referenced from:\r\n _threadentry in gcc_darwin_amd64.o\r\nld: symbol(s) not found for architecture x86_64\r\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\r\n# runtime/cgo\r\nsync/atomic\r\nmath\r\nstrconv\r\ncrypto/rc4\r\nruntime\r\nsync\r\nio\r\ninternal/singleflight\r\nmath/rand\r\nhash\r\nencoding/base64\r\nbytes\r\ncrypto\r\ncrypto/hmac\r\ncrypto/cipher\r\nstrings\r\nhash/crc32\r\nbufio\r\npath\r\nencoding/pem\r\ncrypto/sha256\r\ncrypto/sha512\r\ncrypto/sha1\r\ncrypto/md5\r\nsyscall\r\ncrypto/aes\r\nreflect\r\nencoding/binary\r\ncrypto/des\r\ntime\r\nos\r\npath/filepath\r\nio/ioutil\r\nos/exec\r\nfmt\r\nmime/quotedprintable\r\nnet/url\r\nlog\r\nnet/http/internal\r\nencoding/hex\r\nmime\r\ncompress/flate\r\ncompress/gzip\r\nmath/big\r\ncrypto/dsa\r\ncrypto/rand\r\ncrypto/elliptic\r\nencoding/asn1\r\ncrypto/rsa\r\ncrypto/x509/pkix\r\ncrypto/ecdsa\r\nFATAL: command \"build\" failed: exit status 1\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167800345, "datetime": 1451399223000, "masked_author": "username_1", "text": "Thank you. I am trying to reproduce the issue you are seeing. See #516 #517", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167801440, "datetime": 1451399760000, "masked_author": "username_1", "text": "Thank you for your persistence. I've been able to reproduce the issue, and it appears restricted to using the binary osx installer.", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167802199, "datetime": 1451400112000, "masked_author": "username_1", "text": "The bug is being caused by the dl version of Go is incorrect\r\n```\r\n16777220 6554433 -rw-r--r-- 1 root wheel 0 5842 \"Dec 29 15:38:18 2015\" \"Dec 3 02:01:12 2015\" \"Dec 29 15:29:26 2015\" \"Dec 3 02:01:12 2015\" 4096 16 0 /usr/local/go/pkg/darwin_amd64/errors.a\r\n16777220 6556089 -rw-r--r-- 1 root wheel 0 499 \"Dec 29 15:38:29 2015\" \"Dec 3 02:01:13 2015\" \"Dec 29 15:29:27 2015\" \"Dec 3 02:01:13 2015\" 4096 8 0 /usr/local/go/src/errors/errors.go\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "NightBlaze", "comment_id": 167802287, "datetime": 1451400157000, "masked_author": "username_0", "text": "I reinstalled go with archive and now all work correctly\r\ngo1.5.2.darwin-amd64.tar.gz\tArchive\tOS X\t64-bit\t73MB 4f30332a56e9c8a36daeeff667bab3608e4dffd2", "title": null, "type": "comment" }, { "action": "created", "author": "davecheney", "comment_id": 167803823, "datetime": 1451400768000, "masked_author": "username_1", "text": "Thanks for confirming. I'm sorry you had to hit this. I raised golang/go#13769 and am working on a quick fix to work around the problem in gb for the moment.", "title": null, "type": "comment" }, { "action": "closed", "author": "davecheney", "comment_id": null, "datetime": 1451400768000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "reopened", "author": "davecheney", "comment_id": null, "datetime": 1451400890000, "masked_author": "username_1", "text": "Project structure\r\n```\r\n.\r\n└── src\r\n └── main\r\n └── main.go\r\n```\r\n\r\nFile main.go\r\n\r\n```\r\npackage main\r\n\r\nimport (\r\n\t\"log\"\r\n\t\"net/http\"\r\n)\r\n\r\nfunc main() {\r\n\terr := http.ListenAndServe(\":8080\", nil)\r\n\tif err != nil {\r\n\t\tlog.Fatal(\"ListenAndServe: \", err)\r\n\t} else {\r\n\t\tlog.Print(\"Server started!\")\r\n\t}\r\n}\r\n```\r\n\r\nBuild project with gb build (and gb build all) and get result\r\n\r\n```\r\ncontainer/list\r\nunicode/utf8\r\nerrors\r\nsort\r\ncrypto/subtle\r\nunicode\r\nsync/atomic\r\nUndefined symbols for architecture x86_64:\r\n \"_crosscall_amd64\", referenced from:\r\n _threadentry in gcc_darwin_amd64.o\r\nld: symbol(s) not found for architecture x86_64\r\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\r\n# runtime/cgo\r\nmath\r\nstrconv\r\ncrypto/rc4\r\nruntime\r\nsync\r\ninternal/singleflight\r\nio\r\nmath/rand\r\nhash\r\nencoding/base64\r\nbytes\r\ncrypto/cipher\r\ncrypto\r\ncrypto/hmac\r\nstrings\r\nhash/crc32\r\nbufio\r\npath\r\nencoding/pem\r\ncrypto/aes\r\ncrypto/md5\r\ncrypto/sha1\r\ncrypto/sha256\r\ncrypto/sha512\r\nsyscall\r\nreflect\r\nencoding/binary\r\ncrypto/des\r\ntime\r\nos\r\npath/filepath\r\nio/ioutil\r\nos/exec\r\nfmt\r\nencoding/hex\r\nlog\r\nnet/url\r\nnet/http/internal\r\nmime/quotedprintable\r\nmime\r\ncompress/flate\r\ncompress/gzip\r\nmath/big\r\ncrypto/dsa\r\ncrypto/rand\r\ncrypto/elliptic\r\nencoding/asn1\r\ncrypto/rsa\r\ncrypto/x509/pkix\r\ncrypto/ecdsa\r\nFATAL: command \"build\" failed: exit status 1\r\n```\r\n\r\nOS: Mac OS X 10.11.2\r\nGo: go version go1.5.2 darwin/amd64", "title": "Error compile: ld: symbol(s) not found for architecture x86_64", "type": "issue" }, { "action": "closed", "author": "davecheney", "comment_id": null, "datetime": 1451408022000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
20
6,239
false
false
6,239
false
fulhax/ncpamixer
fulhax
172,281,722
8
null
[ { "action": "opened", "author": "rendom", "comment_id": null, "datetime": 1471714552000, "masked_author": "username_0", "text": "```\r\nThread 1 \"ncpamixer\" received signal SIGSEGV, Segmentation fault.\r\n0x0000000000433228 in Tab::draw (this=0x6f2d00)\r\n at /ff/github/pulsemixer/src/ui/tab.cpp:93\r\n93 char *name = toggle->find(i.second->getRelation())->second->name;\r\n(gdb) bt\r\n#0 0x0000000000433228 in Tab::draw (this=0x6f2d00) at /ff/gitstuff/github/pulsemixer/src/ui/tab.cpp:93\r\n#1 0x000000000043299f in Ui::draw (this=0x645c60 <ui>) at /ff/github/pulsemixer/src/ui/ui.cpp:304\r\n#2 0x00000000004329ee in Ui::run (this=0x645c60 <ui>) at /ff/github/pulsemixer/src/ui/ui.cpp:314\r\n#3 0x0000000000426c25 in main (argc=1, argv=0x7fffffffe008) at /ff/github/pulsemixer/src/pulsemixer.cpp:79\r\n(gdb)\r\n```", "title": "Segfault in tab", "type": "issue" }, { "action": "created", "author": "c0r73x", "comment_id": 241341113, "datetime": 1471853264000, "masked_author": "username_1", "text": "I cant reproduce it, but I guess that the problem is that it enters a codepath in a tab that don't have toggle.", "title": null, "type": "comment" }, { "action": "created", "author": "c0r73x", "comment_id": 331090023, "datetime": 1505982850000, "masked_author": "username_1", "text": "Fixed in dev.", "title": null, "type": "comment" }, { "action": "closed", "author": "c0r73x", "comment_id": null, "datetime": 1505982850000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
811
false
false
811
false
OpenSlides/OpenSlides
OpenSlides
155,245,094
2,144
{ "number": 2144, "repo": "OpenSlides", "user_login": "OpenSlides" }
[ { "action": "opened", "author": "normanjaeckel", "comment_id": null, "datetime": 1463487448000, "masked_author": "username_0", "text": "", "title": "Fixed example text in settings.", "type": "issue" }, { "action": "created", "author": "emanuelschuetze", "comment_id": 222309197, "datetime": 1464442935000, "masked_author": "username_1", "text": "ok", "title": null, "type": "comment" } ]
2
2
2
false
false
2
false
Vector35/binaryninja-api
Vector35
236,055,211
711
null
[ { "action": "opened", "author": "securisec", "comment_id": null, "datetime": 1497491312000, "masked_author": "username_0", "text": "Hi, hoping you guys can give me a hand. I am trying to change the default python that binja uses to one that i primarily use (brew installed). My brew installed python 2.7.13 is in my path, but binja loads python 2.7 from the default Mac install. \r\n\r\nI am trying to accomplish this on a mac. \r\n\r\nThanks!", "title": "N00b - Help changing python interpreter for binja", "type": "issue" }, { "action": "created", "author": "joshwatson", "comment_id": 308606084, "datetime": 1497491535000, "masked_author": "username_1", "text": "Use `virtualenv` and run Binary Ninja from it by invoking `/Applications/Binary Ninja.app/Contents/MacOS/binaryninja`", "title": null, "type": "comment" }, { "action": "created", "author": "securisec", "comment_id": 308607475, "datetime": 1497492166000, "masked_author": "username_0", "text": "Thanks @username_1 ! Although that works well, i am getting too many import issues while trying to use r2pipe. Thats why I am hoping to link it to the brew installed python", "title": null, "type": "comment" }, { "action": "created", "author": "joshwatson", "comment_id": 308608041, "datetime": 1497492418000, "masked_author": "username_1", "text": "You just need to install the imported modules in the virtualenv as well.", "title": null, "type": "comment" }, { "action": "created", "author": "securisec", "comment_id": 308609271, "datetime": 1497492979000, "masked_author": "username_0", "text": "Yes, I realize that, and i am using the pip for virtualenv to install r2pipe, and making sure the sitepackages are correct also, but when trying to import r2pipe either via the radare plugin, i am getting all sorts of standard library import errors including urllib2, httplib, mimetools etc", "title": null, "type": "comment" }, { "action": "created", "author": "securisec", "comment_id": 308609585, "datetime": 1497493116000, "masked_author": "username_0", "text": "Hence I will go back to the original question. Is there a way to change the interpreter that Binja is using? Specially for commercial licenses?", "title": null, "type": "comment" }, { "action": "created", "author": "securisec", "comment_id": 308609688, "datetime": 1497493160000, "masked_author": "username_0", "text": "and if not, may i make this a feature request?", "title": null, "type": "comment" }, { "action": "created", "author": "psifertex", "comment_id": 308624575, "datetime": 1497500459000, "masked_author": "username_2", "text": "There is not a way to specify it currently within the UI. We're currently working on a preferences system that would make it much easier to do this. \r\n\r\nBlocking on #126", "title": null, "type": "comment" }, { "action": "closed", "author": "securisec", "comment_id": null, "datetime": 1497527995000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "psifertex", "comment_id": 308715057, "datetime": 1497529533000, "masked_author": "username_2", "text": "Note that for headless you can of course use whatever Python you like.", "title": null, "type": "comment" }, { "action": "created", "author": "securisec", "comment_id": 308720729, "datetime": 1497531156000, "masked_author": "username_0", "text": "Thanks username_2. I really do enjoy the headless capability of binja. You guys are doing awesome work. Just some things need a little tweaking. The plugins I find are a huge part of binja, but not being able to use them in a stable standard manner is a bit of a pain. All cool in Ubuntu, but not all cool in Mac.", "title": null, "type": "comment" } ]
3
11
1,694
false
false
1,694
true
NicoSantangelo/sublime-text-i18n-rails
null
109,509,017
14
{ "number": 14, "repo": "sublime-text-i18n-rails", "user_login": "NicoSantangelo" }
[ { "action": "opened", "author": "coreymartella", "comment_id": null, "datetime": 1443798118000, "masked_author": "username_0", "text": "Was running into issues where long strings were getting wrapped by the dumper and causing the document highlighting to go AWOL.\r\n\r\nhttp://stackoverflow.com/questions/18514205/how-to-prevent-yaml-to-dump-long-line-without-new-line", "title": "Add width option to prevent wrapping", "type": "issue" }, { "action": "created", "author": "NicoSantangelo", "comment_id": 145402507, "datetime": 1444001717000, "masked_author": "username_1", "text": "Awesome, did not know that option existed.\r\n\r\nI'll make a new release as soon as I can, thanks a lot!", "title": null, "type": "comment" } ]
2
2
330
false
false
330
false
CorsixTH/CorsixTH
CorsixTH
239,968,127
1,227
{ "number": 1227, "repo": "CorsixTH", "user_login": "CorsixTH" }
[ { "action": "opened", "author": "arnzel", "comment_id": null, "datetime": 1498937626000, "masked_author": "username_0", "text": "", "title": "Update german.lua", "type": "issue" }, { "action": "created", "author": "arnzel", "comment_id": 312557313, "datetime": 1499062191000, "masked_author": "username_0", "text": "Fixed Indentation", "title": null, "type": "comment" }, { "action": "created", "author": "TheCycoONE", "comment_id": 312612626, "datetime": 1499078496000, "masked_author": "username_1", "text": "@username_0 making changes in your master branch is likely to cause you a lot of trouble.\r\n\r\nAvoid doing any pulls until after this is merged, then *after this is merged* delete your fork and start over (or `git reset --hard origin/master ; git push -f`).\r\n\r\nWe do accept translation updates as files pasted under issues, since we recognize that git has a learning curve to it that isn't worth the trouble for many skilled translators.\r\n\r\nThank you for the contribution.", "title": null, "type": "comment" } ]
2
3
483
false
false
483
true
kennethreitz/requests
null
159,931,691
3,331
null
[ { "action": "opened", "author": "itranga", "comment_id": null, "datetime": 1465818413000, "masked_author": "username_0", "text": "I tried to scrape http://www.nbcnews.com/health/health-news/brain-study-helps-explain-some-veterans-agony-n589916 .Then i got the below issue.\r\n\r\n404 Client Error: Not Found for url: http://www.nbcnews.com/health/health-news/brain-study-helps-explain-some-veterans-agony-n589916%20", "title": "Scrape issue ", "type": "issue" }, { "action": "created", "author": "Lukasa", "comment_id": 225560010, "datetime": 1465818805000, "masked_author": "username_1", "text": "You left a space at the end of your URL. You need to remove it: requests will not automatically do that for you.", "title": null, "type": "comment" }, { "action": "closed", "author": "Lukasa", "comment_id": null, "datetime": 1465818806000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "itranga", "comment_id": 225560928, "datetime": 1465819106000, "masked_author": "username_0", "text": "Thanks for your reply. But i did't add any spaces to the url, i also saw that '%20' end of the url. how is it happened?", "title": null, "type": "comment" }, { "action": "created", "author": "Lukasa", "comment_id": 225561130, "datetime": 1465819172000, "masked_author": "username_1", "text": "That %20 is the urlencoding for a space, which is how I determined what happened. Where did your URL come from?", "title": null, "type": "comment" }, { "action": "created", "author": "sigmavirus24", "comment_id": 225562868, "datetime": 1465819657000, "masked_author": "username_2", "text": "This discussion belongs on [StackOverflow](https://stackoverflow.com/questions/tagged/python-requests).", "title": null, "type": "comment" } ]
3
6
726
false
false
726
false
intersystems-ru/webterminal
intersystems-ru
203,599,582
84
null
[ { "action": "opened", "author": "denhamson", "comment_id": null, "datetime": 1485512327000, "masked_author": "username_0", "text": "Escape sequence <ESC>[m not working, should be equivalent to <ESC>[0m", "title": "Additional Escape Sequence ", "type": "issue" }, { "action": "created", "author": "ZitRos", "comment_id": 275659791, "datetime": 1485521920000, "masked_author": "username_1", "text": "Thanks for reporting! Expect this to be fixed soon.", "title": null, "type": "comment" }, { "action": "closed", "author": "ZitRos", "comment_id": null, "datetime": 1486482057000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "ZitRos", "comment_id": 278038129, "datetime": 1486482057000, "masked_author": "username_1", "text": "Fixed in WebTerminal v4.2.3, please update. Thanks for reporting!\r\n![2017-02-07_174027](https://cloud.githubusercontent.com/assets/4989256/22698196/92fdc400-ed5c-11e6-9da1-048fae0471a0.png)", "title": null, "type": "comment" } ]
2
4
310
false
false
310
false
frida/frida-website
frida
188,599,109
65
null
[ { "action": "opened", "author": "IgorGanapolsky", "comment_id": null, "datetime": 1478806757000, "masked_author": "username_0", "text": "frida.PermissionDeniedError: unable to access process with pid 67947 from the current user account\r\n\r\nWhat can be done about that?\r\n\r\nThanks,\r\nIgor", "title": "Unable to attach on Mac OS", "type": "issue" }, { "action": "closed", "author": "oleavr", "comment_id": null, "datetime": 1478807679000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "oleavr", "comment_id": 259790407, "datetime": 1478807679000, "masked_author": "username_1", "text": "The only way to attach to system binaries (until we provide a kernel driver in the future), is to disable SIP. We should definitely improve those docs though – they were written before SIP.\r\n\r\nCheers,\r\nOle André", "title": null, "type": "comment" }, { "action": "created", "author": "duraki", "comment_id": 617937136, "datetime": 1587578364000, "masked_author": "username_2", "text": "Disabling SIP is discouraged in MacOS world. Any other way we can experiment with? @username_1", "title": null, "type": "comment" } ]
3
4
448
false
false
448
true
ksgy/x-economy
null
55,389,450
7
null
[ { "action": "opened", "author": "moreorlessgit", "comment_id": null, "datetime": 1422143256000, "masked_author": "username_0", "text": "I'm on a mac and followed directions EXACTLY. It is still not working. Here is the log and output.\r\n\r\nLOG:\r\n+++ LOGGING STARTED +++\r\nPythonInterface 2.73.06 (SDK 2.10) - Sandy Barbour 2005\r\nPythonInterface.ini file found\r\nBefore Py_Initialize()\r\nAfter Py_Initialize()\r\nPython Version 2.7.5 (default, Mar 9 2014, 22:15:05) \r\n[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] running on the darwin platform\r\nBefore Modules Init\r\nUsing path below for script path\r\n/Volumes/Macintosh HD/Users/terkeygirl/Library/Application Support/Steam/steamapps/common/X-Plane 10/Resources/plugins/PythonScripts\r\nAfter Modules Init\r\nSearching for Standard Scripts\r\nScript 'PI_xfse.py' successfully loaded.\r\n\r\nOUTPUT:\r\n[XFSE|Nfo] BTN Login\r\n[XFSE|Nfo] Logincheck\r\n[XFSE|Nfo] Login was not successful\r\n[XFSE|Nfo] Invalid script\r\n[XFSE|dbg] Client window closed", "title": "[XFSE|Nfo] Invalid script", "type": "issue" }, { "action": "created", "author": "ansorg", "comment_id": 71358370, "datetime": 1422171761000, "masked_author": "username_1", "text": "Is this with 1.8.1? The New Version is not yet allowed on the FSE server!", "title": null, "type": "comment" }, { "action": "created", "author": "moreorlessgit", "comment_id": 71461783, "datetime": 1422279685000, "masked_author": "username_0", "text": "Yes sir, actually! I'll see if using the old version helps, Thanks!!!!", "title": null, "type": "comment" }, { "action": "created", "author": "moreorlessgit", "comment_id": 71498205, "datetime": 1422292734000, "masked_author": "username_0", "text": "Its working now. Thanks again!", "title": null, "type": "comment" }, { "action": "closed", "author": "ksgy", "comment_id": null, "datetime": 1424449988000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "tanin", "comment_id": 94165567, "datetime": 1429364443000, "masked_author": "username_3", "text": "I'm getting exactly the same message on x-palne 9.7 mac osx, Python 2.7.9 PythonInterface 2.73.02\r\n\r\n[XFSE|Nfo] BTN Login\r\n[XFSE|Nfo] Logincheck\r\n[XFSE|Nfo] Login was not successful\r\n[XFSE|Nfo] Invalid script\r\n[XFSE|dbg] Client window closed", "title": null, "type": "comment" }, { "action": "created", "author": "e00rasmussen", "comment_id": 94167800, "datetime": 1429367055000, "masked_author": "username_4", "text": "me too.. x-plane 10.35 final pc win 7 pro. python 2.7.9\n\n\n\n–\nE.Rasmussen Mailbox", "title": null, "type": "comment" }, { "action": "created", "author": "ksgy", "comment_id": 94213277, "datetime": 1429399780000, "masked_author": "username_2", "text": "Which version of the plugin are you using?", "title": null, "type": "comment" }, { "action": "created", "author": "tanin", "comment_id": 94252202, "datetime": 1429433096000, "masked_author": "username_3", "text": "I tried both 1.8.1 and 1.8.0 and getting the same result.", "title": null, "type": "comment" }, { "action": "created", "author": "ksgy", "comment_id": 94311066, "datetime": 1429475843000, "masked_author": "username_2", "text": "Updated the link to the script, see this page:\r\nhttps://sites.google.com/site/fseoperationsguide/getting-started/using-the-fse-client/x-plane", "title": null, "type": "comment" }, { "action": "created", "author": "tanin", "comment_id": 94392336, "datetime": 1429518620000, "masked_author": "username_3", "text": "Thanks, it works.", "title": null, "type": "comment" } ]
5
11
1,597
false
false
1,597
false
BitGo/bitgod
BitGo
124,996,944
6
null
[ { "action": "opened", "author": "galioy", "comment_id": null, "datetime": 1452010221000, "masked_author": "username_0", "text": "I am having a problem sending funds to other Test BTC addresses that _do not_ belong to any of the wallets of my BitGo account, through the API.\r\nF.e., in my account I have 3 wallets, and it's all alright when I send funds between them. But if I want to do it to another address, I get the following error:\r\n```json\r\n\"error\": {\r\n \"name\": \"AssertionError\",\r\n \"actual\": false,\r\n \"expected\": true,\r\n \"operator\": \"==\",\r\n \"message\": \"value has a fractional component\",\r\n \"generatedMessage\": false\r\n }\r\n```\r\n\r\nI tried doing it through the BitGo website and it worked. So, the problem lies in my code, I guess. Here's where I get the error:\r\n```javascript\r\nwallet.sendCoins(params, function (err, response) {\r\n if (err || !response) {\r\n return res.serverError({\r\n 'error': err\r\n })\r\n }\r\n\r\n return res.ok({\r\n 'response': response\r\n })\r\n });\r\n```\r\nThe *wallet* object is correct. The *params* are also correct (since it works with the address of my own wallets).", "title": "AssertionError when trying to send btc to other wallets through an API call", "type": "issue" }, { "action": "created", "author": "galioy", "comment_id": 169047629, "datetime": 1452010498000, "masked_author": "username_0", "text": "Apparently, only **int** values are allowed.", "title": null, "type": "comment" }, { "action": "closed", "author": "galioy", "comment_id": null, "datetime": 1452010499000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
1,069
false
false
1,069
false
rust-lang/rust
rust-lang
93,590,263
26,863
{ "number": 26863, "repo": "rust", "user_login": "rust-lang" }
[ { "action": "opened", "author": "brson", "comment_id": null, "datetime": 1436291824000, "masked_author": "username_0", "text": "This reverts https://github.com/rust-lang/rust/pull/26599, which puts the stage number in the output of `--version -v`, but is not supposed to put it in the 'stage2' compiler, which is what most people refer to the binary we deploy.\r\n\r\nThe picture is not so clear though because of how stage 'promotions' happen in the build and also because the windows build deploys stage3, not stage2.\r\n\r\ncc @username_2", "title": "Revert putting stage number in --version", "type": "issue" }, { "action": "created", "author": "rust-highfive", "comment_id": 119283712, "datetime": 1436291829000, "masked_author": "username_1", "text": "r? @pcwalton\n\n(rust_highfive has picked a reviewer for you, use r? to override)", "title": null, "type": "comment" }, { "action": "created", "author": "brson", "comment_id": 119283728, "datetime": 1436291834000, "masked_author": "username_0", "text": "r? @username_3", "title": null, "type": "comment" }, { "action": "created", "author": "brson", "comment_id": 119283900, "datetime": 1436291883000, "masked_author": "username_0", "text": "Oh, the effect of the reverted patches is that on Linux, the compiler reports `stage: stage1`, when it is expected to report nothing. Off hand I'm not sure the best way to fix this in a way that works everywhere.", "title": null, "type": "comment" }, { "action": "created", "author": "richo", "comment_id": 119293322, "datetime": 1436293645000, "masked_author": "username_2", "text": "Yeah, sorry about the confusion here (I realised that something was amiss in this comment: https://github.com/rust-lang/rust/pull/26599#issuecomment-119005664)\r\n\r\nit's extremely unclear what's happening, when I forced a stage3 build, it reports nothing, however my stage2 reports `stage: stage1`. Looking at what `make` appeared to do when creating the stage3 however it appeared to only actually build a new `rustc` binary and copy all the libs over to the new stage, which is confusing when this code appears in rustc_driver.\r\n\r\nApologies for the confusion, I'll try to work out what went sideways this week.", "title": null, "type": "comment" }, { "action": "created", "author": "alexcrichton", "comment_id": 119294349, "datetime": 1436293900000, "masked_author": "username_3", "text": "@username_4: r+ 147da94206f42a4b30fb1d401530519b58b4a050", "title": null, "type": "comment" }, { "action": "created", "author": "bors", "comment_id": 119468121, "datetime": 1436340404000, "masked_author": "username_4", "text": ":hourglass: Testing commit 147da94 with merge 50df2a0...", "title": null, "type": "comment" }, { "action": "created", "author": "bors", "comment_id": 119583585, "datetime": 1436363161000, "masked_author": "username_4", "text": ":sunny: Test successful - [auto-linux-32-nopt-t](http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/5626), [auto-linux-32-opt](http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5638), [auto-linux-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/5584), [auto-linux-64-opt](http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5613), [auto-linux-64-x-android-t](http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/5585), [auto-mac-32-opt](http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5658), [auto-mac-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/5650), [auto-mac-64-opt](http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5618), [auto-win-gnu-32-nopt-t](http://buildbot.rust-lang.org/builders/auto-win-gnu-32-nopt-t/builds/601), [auto-win-gnu-32-opt](http://buildbot.rust-lang.org/builders/auto-win-gnu-32-opt/builds/602), [auto-win-gnu-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-win-gnu-64-nopt-t/builds/597), [auto-win-gnu-64-opt](http://buildbot.rust-lang.org/builders/auto-win-gnu-64-opt/builds/600)", "title": null, "type": "comment" } ]
5
8
2,585
false
false
2,585
true
gnzlbg/bitwise
null
161,074,671
6
null
[ { "action": "opened", "author": "gnzlbg", "comment_id": null, "datetime": 1466345339000, "masked_author": "username_0", "text": "Right now the feature flag `bmi2` must be explicitly passed to the library to enable the BMI2.0 instruction set. It would be better to enable this depending on the architecture.\r\n\r\nBlocked on https://github.com/rust-lang/rust/issues/30462 .", "title": "Enable/disable bit manipulation instruction sets based on the architecture instead of with a feature flag", "type": "issue" }, { "action": "created", "author": "gnzlbg", "comment_id": 227404143, "datetime": 1466505803000, "masked_author": "username_0", "text": "Blocked on https://github.com/rust-lang/rust/pull/34397 which would allow using `-C target-feature=...` or letting `llc` detect it based on the target architecture.", "title": null, "type": "comment" }, { "action": "closed", "author": "gnzlbg", "comment_id": null, "datetime": 1486043296000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "gnzlbg", "comment_id": 276961279, "datetime": 1486043296000, "masked_author": "username_0", "text": "This is handled by bitintr build.rs.", "title": null, "type": "comment" } ]
1
4
440
false
false
440
false
wchill/steamSummerMinigame
null
88,221,612
106
null
[ { "action": "opened", "author": "wchill", "comment_id": null, "datetime": 1434303975000, "masked_author": "username_0", "text": "Optimize for space and make it easier to see everything on screen.", "title": "Make UI smaller", "type": "issue" }, { "action": "closed", "author": "g1real", "comment_id": null, "datetime": 1434713003000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
66
false
false
66
false
angular/angular-cli
angular
113,536,588
56
{ "number": 56, "repo": "angular-cli", "user_login": "angular" }
[ { "action": "opened", "author": "JohnCashmore", "comment_id": null, "datetime": 1445937013000, "masked_author": "username_0", "text": "make sure travis only runs tests against node 4", "title": "Update .travis.yml", "type": "issue" }, { "action": "created", "author": "ericmdantas", "comment_id": 153297452, "datetime": 1446542973000, "masked_author": "username_1", "text": "Maybe update to node 5 now?", "title": null, "type": "comment" }, { "action": "created", "author": "IgorMinar", "comment_id": 158767102, "datetime": 1448206460000, "masked_author": "username_2", "text": "thanks", "title": null, "type": "comment" } ]
4
4
440
false
true
80
false
scrooloose/nerdtree
null
17,811,559
281
null
[ { "action": "opened", "author": "tolgaek", "comment_id": null, "datetime": 1375974286000, "masked_author": "username_0", "text": "Even though my foldLevelStart is set to 20 and my foldlevels opened normally through vim have a level of 20 but everything through NERD have a foldlevel of 1.. Any way to change this or have NERDTree use the settings?", "title": "Files opened through NERD have a foldLevel of 1", "type": "issue" }, { "action": "created", "author": "PhilRunninger", "comment_id": 352592172, "datetime": 1513640113000, "masked_author": "username_1", "text": "This issue has been idle for a while, so I'm closing it. Feel free to reopen if necessary.", "title": null, "type": "comment" }, { "action": "closed", "author": "PhilRunninger", "comment_id": null, "datetime": 1513640113000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
307
false
false
307
false
rust-lang/rust
rust-lang
153,578,686
33,478
{ "number": 33478, "repo": "rust", "user_login": "rust-lang" }
[ { "action": "opened", "author": "xen0n", "comment_id": null, "datetime": 1462604954000, "masked_author": "username_0", "text": "This fixes #33436 and #33461. Ran the tests and nothing else seems to be affected.\r\n\r\nP.S. How to write the regression test for this fix? Does this qualify as run-pass or run-make, as the test only needs to be successfully compiled to be considered passed? Will add the testcase (the minimal example in #33461 seems fit) after clarifying this.", "title": "trans: callee: normalize trait_ref before using", "type": "issue" }, { "action": "created", "author": "rust-highfive", "comment_id": 217612620, "datetime": 1462604971000, "masked_author": "username_1", "text": "Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (or someone else) soon.\n\nIf any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.\n\nPlease see [the contribution instructions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md) for more information.", "title": null, "type": "comment" }, { "action": "created", "author": "eddyb", "comment_id": 217632599, "datetime": 1462624322000, "masked_author": "username_2", "text": "r? @username_2\r\n\r\nThanks for doing this :smile:. As for the test, run-pass that compiles without ICE is enough.", "title": null, "type": "comment" }, { "action": "created", "author": "eddyb", "comment_id": 217640373, "datetime": 1462631000000, "masked_author": "username_2", "text": "@username_3 r+", "title": null, "type": "comment" }, { "action": "created", "author": "bors", "comment_id": 217640374, "datetime": 1462631001000, "masked_author": "username_3", "text": ":pushpin: Commit dcdf761 has been approved by `username_2`\n\n<!-- @username_3 r=username_2 dcdf7618e34147bee293d3cd3a3d835701f41b8b -->", "title": null, "type": "comment" }, { "action": "created", "author": "xen0n", "comment_id": 217640530, "datetime": 1462631205000, "masked_author": "username_0", "text": "Added testcase and pushed.\r\n\r\n(Reason why the Travis CI status is gone: I made a mistake of allowing 2 blank lines after copyright header in the testcase, which I summarily fixed and re-pushed; however Travis is quick enough to create a build for the replaced commit, and haven't created one for the current commit. As the difference is only one blank line the outcome shouldn't matter, but sorry for the extra noise.)", "title": null, "type": "comment" }, { "action": "created", "author": "bors", "comment_id": 217840869, "datetime": 1462793560000, "masked_author": "username_3", "text": ":hourglass: Testing commit dcdf761 with merge 32683ce...", "title": null, "type": "comment" }, { "action": "created", "author": "bors", "comment_id": 217866922, "datetime": 1462801255000, "masked_author": "username_3", "text": ":sunny: Test successful - [auto-linux-32-nopt-t](http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/9116), [auto-linux-32-opt](http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/9153), [auto-linux-32cross-opt](http://buildbot.rust-lang.org/builders/auto-linux-32cross-opt/builds/236), [auto-linux-64-cargotest](http://buildbot.rust-lang.org/builders/auto-linux-64-cargotest/builds/428), [auto-linux-64-cross-armhf](http://buildbot.rust-lang.org/builders/auto-linux-64-cross-armhf/builds/239), [auto-linux-64-cross-armsf](http://buildbot.rust-lang.org/builders/auto-linux-64-cross-armsf/builds/243), [auto-linux-64-cross-freebsd](http://buildbot.rust-lang.org/builders/auto-linux-64-cross-freebsd/builds/242), [auto-linux-64-cross-netbsd](http://buildbot.rust-lang.org/builders/auto-linux-64-cross-netbsd/builds/242), [auto-linux-64-debug-opt](http://buildbot.rust-lang.org/builders/auto-linux-64-debug-opt/builds/2385), [auto-linux-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/9091), [auto-linux-64-opt](http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/9077), [auto-linux-64-opt-mir](http://buildbot.rust-lang.org/builders/auto-linux-64-opt-mir/builds/663), [auto-linux-64-opt-rustbuild](http://buildbot.rust-lang.org/builders/auto-linux-64-opt-rustbuild/builds/1048), [auto-linux-64-x-android-t](http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/9073), [auto-linux-cross-opt](http://buildbot.rust-lang.org/builders/auto-linux-cross-opt/builds/2284), [auto-linux-musl-64-opt](http://buildbot.rust-lang.org/builders/auto-linux-musl-64-opt/builds/4228), [auto-mac-32-opt](http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/9129), [auto-mac-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/9138), [auto-mac-64-opt](http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/9099), [auto-mac-64-opt-rustbuild](http://buildbot.rust-lang.org/builders/auto-mac-64-opt-rustbuild/builds/1057), [auto-mac-cross-ios-opt](http://buildbot.rust-lang.org/builders/auto-mac-cross-ios-opt/builds/241), [auto-win-gnu-32-nopt-t](http://buildbot.rust-lang.org/builders/auto-win-gnu-32-nopt-t/builds/4164), [auto-win-gnu-32-opt](http://buildbot.rust-lang.org/builders/auto-win-gnu-32-opt/builds/4177), [auto-win-gnu-32-opt-rustbuild](http://buildbot.rust-lang.org/builders/auto-win-gnu-32-opt-rustbuild/builds/1061), [auto-win-gnu-64-nopt-t](http://buildbot.rust-lang.org/builders/auto-win-gnu-64-nopt-t/builds/4171), [auto-win-gnu-64-opt](http://buildbot.rust-lang.org/builders/auto-win-gnu-64-opt/builds/4153), [auto-win-msvc-32-cross-opt](http://buildbot.rust-lang.org/builders/auto-win-msvc-32-cross-opt/builds/526), [auto-win-msvc-32-opt](http://buildbot.rust-lang.org/builders/auto-win-msvc-32-opt/builds/3374), [auto-win-msvc-64-cargotest](http://buildbot.rust-lang.org/builders/auto-win-msvc-64-cargotest/builds/431), [auto-win-msvc-64-opt](http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt/builds/4166), [auto-win-msvc-64-opt-mir](http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt-mir/builds/666), [auto-win-msvc-64-opt-rustbuild](http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt-rustbuild/builds/1065)", "title": null, "type": "comment" }, { "action": "created", "author": "nikomatsakis", "comment_id": 219818704, "datetime": 1463511464000, "masked_author": "username_4", "text": "cc @rust-lang/compiler", "title": null, "type": "comment" }, { "action": "created", "author": "nikomatsakis", "comment_id": 219818888, "datetime": 1463511500000, "masked_author": "username_4", "text": "approving for backport because this fixes a regression and is very simple", "title": null, "type": "comment" } ]
5
10
5,070
false
false
5,070
true
metalabdesign/flowtip
metalabdesign
173,563,779
24
{ "number": 24, "repo": "flowtip", "user_login": "metalabdesign" }
[ { "action": "opened", "author": "divyamnpll", "comment_id": null, "datetime": 1472255129000, "masked_author": "username_0", "text": "To use parent class if the flyout should be positioned relative to a specified div.\r\n\r\nPlease review @username_1 @qiushihe", "title": "use parent class from props", "type": "issue" }, { "action": "created", "author": "izaakschroeder", "comment_id": 243047478, "datetime": 1472454258000, "masked_author": "username_1", "text": "Looks good to me! Can the commit message just be amended and tidied up a little bit? Maybe a little bit more descriptive?\r\n\r\ne.g.\r\n\r\n```\r\nAdd `parentClass` property to scope the bounding parent.\r\n\r\nThis allows the user to pick a parent container that is something other than the nearest scrolling element. Sometimes this is desirable for UI reasons.\r\n```\r\n\r\nThanks!", "title": null, "type": "comment" }, { "action": "created", "author": "divyamnpll", "comment_id": 243220135, "datetime": 1472497035000, "masked_author": "username_0", "text": "@username_1 amended the commit message. Thanks", "title": null, "type": "comment" } ]
2
3
541
false
false
541
true
conda-forge/staged-recipes
conda-forge
250,077,574
3,576
{ "number": 3576, "repo": "staged-recipes", "user_login": "conda-forge" }
[ { "action": "opened", "author": "synapticarbors", "comment_id": null, "datetime": 1502726708000, "masked_author": "username_0", "text": "", "title": "Add Empath recipe", "type": "issue" }, { "action": "created", "author": "synapticarbors", "comment_id": 322345803, "datetime": 1502757054000, "masked_author": "username_0", "text": "@conda-forge/staged-recipes ready for review.", "title": null, "type": "comment" } ]
2
3
249
false
true
45
false
NodeRedis/node_redis
NodeRedis
4,101,257
204
null
[ { "action": "opened", "author": "swis", "comment_id": null, "datetime": 1334314054000, "masked_author": "username_0", "text": "atm, there seems no possibility to use unix domain socket instead of tcp socket to connect to redis.\r\n\r\ndue to speed issues, that'd be a great benefit", "title": "enable redis connection via unix domain socket instead of tcp", "type": "issue" }, { "action": "created", "author": "apotek", "comment_id": 159082305, "datetime": 1448316628000, "masked_author": "username_1", "text": "I could not get it to work without setting the socket to 777, which is a shame, but 755 make it impossible to disconnect.\r\n\r\nBefore with ```unixsocketperm 755``` set in /etc/redis/redis.conf:\r\n```\r\n $ redis-cli -s /var/run/redis/redis.sock\r\n Could not connect to Redis at /var/run/redis/redis.sock: Permission denied\r\n not connected> quit\r\n```\r\n\r\nAfter, with ```unixsocketperm 777``` set in /etc/redis/redis.conf:\r\n```\r\n$ redis-cli -s /var/run/redis/redis.sock\r\nredis /var/run/redis/redis.sock>\r\n```\r\n\r\nI suppose the more secure way to do this would be to add redis server and your application user to the same group and make the group owner of the socket mirror that group, and then set the socket to 775.", "title": null, "type": "comment" }, { "action": "created", "author": "BridgeAR", "comment_id": 198311732, "datetime": 1458299665000, "masked_author": "username_2", "text": "@username_1 there is not much that node_redis itself is able to do about the socket permissions. This depends on how you set everything up.", "title": null, "type": "comment" }, { "action": "created", "author": "kwidholm-tm", "comment_id": 198438145, "datetime": 1458318532000, "masked_author": "username_3", "text": "@username_2 I agree node_redis can't do anything about how socket permissions are set up. Of course that is the case. However, 1) A node application shouldn't have to run as root. Do we agree? 2) If we agree on 1, and a node application is not running as root, under the default socket permissions 755, node_redis cannot use the socket. 3) Changing the socket permissions to 777 fixes this, but is not secure.\r\n\r\nMy conclusion is that without node_redis being able to work with a socket set to 755 while sharing that resource with the user the node app is running as, it is impossible to use node_redis over a socket securely.\r\n\r\nThe most secure fix possible at the moment is to set the socket to 775, and add the user that the node application is running as to the redis group. Or, to run the node app as the redis user.\r\n\r\nThe issue is that the socket needs both the redis user and the node user to write to it. Most sockets don't do this. One user writes, and other users read. See mysql socket for example. You can connect to it as a 755 socket regardless of who you are, because you don't have to write to it.\r\n\r\nSo my point is to see if node_redis could be refactored to not force the node app that is using it to write to the socket.", "title": null, "type": "comment" }, { "action": "created", "author": "kulicuu", "comment_id": 202281073, "datetime": 1459150084000, "masked_author": "username_4", "text": "If this was on Stackoverflow I would upvote it.", "title": null, "type": "comment" }, { "action": "created", "author": "BridgeAR", "comment_id": 202901897, "datetime": 1459259392000, "masked_author": "username_2", "text": "@username_3 as far as I see it, the reason why you need higher permissions is the directory of your socket file. This has nothing to do with node_redis. It is perfectly fine to run a socket without root rights, if you place the file somewhere else than in `/var/run/`. Please have a look at the redis [configuration](http://download.redis.io/redis-stable/redis.conf) example.\r\n\r\nI might implement a check to test the privileges on the socket file to improve the error message though.", "title": null, "type": "comment" }, { "action": "created", "author": "OriginalASM", "comment_id": 231751854, "datetime": 1468247479000, "masked_author": "username_5", "text": "What about using setfacl for setting permissions on linux ? We can add the user running a redis client to a list somewhere. This is done by php-fpm for instance.\r\n\r\nWe tend to run different types node workers under different groups. So we could just authorize specific group to write into redis", "title": null, "type": "comment" }, { "action": "created", "author": "knoxcard", "comment_id": 421541633, "datetime": 1537000830000, "masked_author": "username_6", "text": "Also, once connected to Redis via socket, check if everything is running accordingly.\r\n\r\n`redis-cli > monitor`\r\nOK", "title": null, "type": "comment" }, { "action": "created", "author": "jodumont", "comment_id": 503340649, "datetime": 1560898252000, "masked_author": "username_7", "text": "### but it would be way more secure with 770 instead of 775\r\n\r\nwhich works well for me\r\n\r\nthank to @username_3", "title": null, "type": "comment" } ]
8
9
3,288
false
false
3,288
true
NativeScript/NativeScript
NativeScript
116,421,974
1,084
null
[ { "action": "opened", "author": "rclai", "comment_id": null, "datetime": 1447276174000, "masked_author": "username_0", "text": "[This example code](https://docs.nativescript.org/ui-dialogs#page-as-custom-modal-dialog):\r\n\r\n```js\r\nvar pages = require(\"ui/page\");\r\nvar activityIndicator = require(\"ui/activity-indicator\");\r\n\r\nvar p = new pages.Page();\r\nvar ai = new activityIndicator.ActivityIndicator();\r\nai.busy = true\r\np.content = ai;\r\np.showModal();\r\n\r\nsetTimeout(function () { p.closeModal(); }, 1000);\r\n```\r\n\r\nEven with no arguments passed into it, [this line of code](https://github.com/NativeScript/NativeScript/blob/481053e668e36c98d3f8c69217a23b5e84fbb27c/ui/page/page-common.ts#L203) is being hit, throwing an error.", "title": "Example modal code breaks", "type": "issue" }, { "action": "created", "author": "hshristov", "comment_id": 156021743, "datetime": 1447312801000, "masked_author": "username_1", "text": "Hi @username_0,\r\n\r\nthere is no showModal method without arguments. It is like you have a page and on that page you call showModal('urlToModalPage') to show the specified page as modal.\r\n\r\nSee the docs:\r\nhttps://docs.nativescript.org/ApiReference/ui/page/Page.html", "title": null, "type": "comment" }, { "action": "closed", "author": "hshristov", "comment_id": null, "datetime": 1447312805000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "rclai", "comment_id": 156455880, "datetime": 1447427108000, "masked_author": "username_0", "text": "Oh so [this example code](https://docs.nativescript.org/ui-dialogs#page-as-custom-modal-dialog) is wrong then.", "title": null, "type": "comment" }, { "action": "created", "author": "dragGH102", "comment_id": 171735432, "datetime": 1452797123000, "masked_author": "username_2", "text": "@username_0 The example is not about modals, but dialogs", "title": null, "type": "comment" } ]
4
6
1,164
false
true
1,015
true
sferik/rails_admin
null
150,074,536
2,617
null
[ { "action": "opened", "author": "richardvenneman", "comment_id": null, "datetime": 1461245245000, "masked_author": "username_0", "text": "Hi,\r\n\r\nI'm trying to use `rails_admin` with a Rails 5 API project and I'm not sure wether to post this issue on the `rails_api` project or here..\r\n\r\nIn Rails 5 API the ActionController is somewhat slimmed down but it's easy to [configure additional modules](https://github.com/rails-api/rails-api#choosing-controller-modules).\r\n\r\nI configured my application to use `ActionDispatch::Flash`:\r\n\r\n```ruby\r\nmodule MyApp\r\n class Application < Rails::Application\r\n ...\r\n config.middleware.use ActionDispatch::Flash\r\n end\r\nend\r\n```\r\n\r\nI configured the API ActionController to include the following modules:\r\n\r\n```ruby\r\nclass ApplicationController < ActionController::API\r\n ...\r\n include AbstractController::Helpers\r\n include ActionController::Flash\r\n include ActionController::RequestForgeryProtection\r\n include ActionController::MimeResponds\r\n include ActionController::HttpAuthentication::Basic::ControllerMethods\r\n include ActionView::Layouts\r\nend\r\n```\r\n\r\nWith these changes the Rails Admin dashboard seems to run fine. However, when I'm trying to access the JSON resources in my application, the following error is thrown:\r\n\r\n```\r\nError:\r\nBookingsControllerTest#test_should_get_index:\r\nActionView::MissingTemplate: Missing template bookings/index, application/index with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :haml]}. Searched in:\r\n * \"/Users/richard/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/rails_admin-355dc80f8a20/app/views\"\r\n```\r\n\r\nThis is the controller code:\r\n\r\n```\r\nclass BookingsController < ApplicationController\r\n def index\r\n @bookings = find_bookings\r\n render json: @bookings, include: ['customer', 'client'], meta: meta\r\n end\r\nend\r\n```\r\n\r\nThis only happens after I include the `ActionView::Layouts` module in the top level ActionController::API class to support Rails Admin.\r\n\r\nHave been trying things for a couple of hours now.. does anyone have a suggestion?", "title": "Usage with rails_api (ActionView::MissingTemplate thrown after including ActionView::Layouts)", "type": "issue" }, { "action": "created", "author": "slbug", "comment_id": 216820794, "datetime": 1462356868000, "masked_author": "username_1", "text": "I decided to add another controller \r\n\r\n```ruby\r\nclass AdminController < ActionController::Base\r\n ...\r\nend\r\n```\r\n\r\nand for devise and rails_admin added ```config.parent_controller = '::AdminController'``` in theirs initializers", "title": null, "type": "comment" }, { "action": "created", "author": "richardvenneman", "comment_id": 216913191, "datetime": 1462377843000, "masked_author": "username_0", "text": "@username_1 That seemed to be the solution, yes. More details: http://stackoverflow.com/questions/36840247/using-rails-admin-with-rails-api", "title": null, "type": "comment" }, { "action": "closed", "author": "richardvenneman", "comment_id": null, "datetime": 1462377844000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
4
2,329
false
false
2,329
true
apereo/cas
apereo
163,844,534
1,867
null
[ { "action": "opened", "author": "olexus", "comment_id": null, "datetime": 1467723513000, "masked_author": "username_0", "text": "${cas.radius.server.nasIdentifier} has type long but must be String as described RFC 2865.\r\n\r\n<!--\r\n\r\n## Before you report issues\r\nIn order to streamline the process of evaluating issues, we ask that you:\r\n\r\n- First, check with CAS' user mailing list to see if the issue has been reported there and if there are any workarounds.\r\n- Cross check with the official CAS documentation to see if there are any missing steps in your configuration.\r\n- Check CAS' issue tracker to see if your issue has already been reported.\r\n \r\n## Remember that...\r\nIf you have a question about how to configure a feature in CAS, please use the CAS mailing lists instead. If your submission is not an actual issue or does not carry enough diagnostic data, the issue may be automatically closed.\r\n\r\n## To reproduce the issue\r\n\r\nWhen and where appropriate, please submit your CAS configuration/overlay to this project in form of a pull request so we could easily evaluate your deployment configuration to reproduce the issue: \r\n\r\nhttps://github.com/cas-projects/cas-issues/\r\n\r\nThank you.\r\n-->\r\n\r\nI have included the following in my report:\r\n\r\n- [] CAS server version\r\n- [] Container/environment type/version (Tomcat, Jetty, Java, Linux/Windows, etc)\r\n- [] Steps to duplicate the problem\r\n- [] Stacktraces and CAS logs where appropriate.\r\n- [] Configuration/Overlay pushed to https://github.com/cas-projects/cas-issues/", "title": "Radius attribute NAS-Identifier type mismatch", "type": "issue" }, { "action": "created", "author": "dima767", "comment_id": 230471260, "datetime": 1467723647000, "masked_author": "username_1", "text": "You haven't provided what version you are dealing with...", "title": null, "type": "comment" }, { "action": "created", "author": "olexus", "comment_id": 230472421, "datetime": 1467723947000, "masked_author": "username_0", "text": "Since 4.2.x", "title": null, "type": "comment" }, { "action": "created", "author": "dima767", "comment_id": 230472712, "datetime": 1467724017000, "masked_author": "username_1", "text": "Feel free to provide a patch along with a passing test case via a Pull Request", "title": null, "type": "comment" }, { "action": "created", "author": "mmoayyed", "comment_id": 232751044, "datetime": 1468520878000, "masked_author": "username_2", "text": "@username_0 is there an update on the PR you posted?", "title": null, "type": "comment" }, { "action": "closed", "author": "mmoayyed", "comment_id": null, "datetime": 1468564098000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
6
1,586
false
false
1,586
true
KSP-CKAN/NetKAN
KSP-CKAN
144,146,644
3,489
{ "number": 3489, "repo": "NetKAN", "user_login": "KSP-CKAN" }
[ { "action": "opened", "author": "enceos", "comment_id": null, "datetime": 1459222503000, "masked_author": "username_0", "text": "", "title": "Create VensStylePPTextures.netkan", "type": "issue" }, { "action": "created", "author": "politas", "comment_id": 202694469, "datetime": 1459222962000, "masked_author": "username_1", "text": "You'll need the spec_version stanza to be like this to use a subfolder in your install_to:\r\n\r\n \"spec_version\": \"v1.2\",", "title": null, "type": "comment" } ]
2
2
121
false
false
121
false
kubernetes/kops
kubernetes
238,928,817
2,820
null
[ { "action": "opened", "author": "chrislovecnm", "comment_id": null, "datetime": 1498585287000, "masked_author": "username_0", "text": "Tell the user that they man need to update their cluster. The feedback should be the same as what we provide with `kops edit cluster`.", "title": "Provide user feedback when replace -f is run", "type": "issue" }, { "action": "created", "author": "chrislovecnm", "comment_id": 369404787, "datetime": 1519856690000, "masked_author": "username_0", "text": "/lifecycle frozen\r\n/remove-lifecycle rotten", "title": null, "type": "comment" } ]
3
6
1,167
false
true
178
false
eslint/eslint
eslint
137,714,903
5,450
null
[ { "action": "opened", "author": "lucendio", "comment_id": null, "datetime": 1456873536000, "masked_author": "username_0", "text": "**What version of ESLint are you using?**\r\n2.2.0\r\n\r\n**What configuration and parser (Espree, Babel-ESLint, etc.) are you using?**\r\nEspree\r\n\r\n**What did you do? Please include the actual source code causing the issue.**\r\n\r\nESLint config excerpt:\r\n```yaml\r\nno-shadow: [\r\n 2,\r\n {\r\n builtinGlobals: true,\r\n hoist: 'functions',\r\n allow: []\r\n }\r\n]\r\n```\r\njs file content:\r\n```js\r\nconst path = '/account/:name';\r\nlet name = 'unimportant value';\r\n```\r\n\r\n**What did you expect to happen?**\r\nvariable declaration of ``name``(line:2) doesnt get marked as a problem\r\n\r\n**What actually happened? Please include the actual, raw output from ESLint.**\r\nvariable declaration of ``name``(line:2) gets marked as a problem\r\n\r\n My guess: regex for finding a previous usage needs a bit more work", "title": "[rule: no-shadow] false positive caused by a path string", "type": "issue" }, { "action": "created", "author": "gyandeeps", "comment_id": 190955528, "datetime": 1456873871000, "masked_author": "username_1", "text": "variable declaration of name(line:2) gets marked as a problem\r\n\r\nCurrently your expect vs happened response seems to contradict each other.", "title": null, "type": "comment" }, { "action": "created", "author": "lucendio", "comment_id": 190965538, "datetime": 1456875139000, "masked_author": "username_0", "text": "I am sorry. my mistake. I added the output mesage", "title": null, "type": "comment" }, { "action": "created", "author": "platinumazure", "comment_id": 190975294, "datetime": 1456876609000, "masked_author": "username_2", "text": "You should show your whole config- it's possible an environment is enabling a global called name.", "title": null, "type": "comment" }, { "action": "created", "author": "lucendio", "comment_id": 190982429, "datetime": 1456877336000, "masked_author": "username_0", "text": "[eslintrc.txt](https://github.com/eslint/eslint/files/153847/eslintrc.txt)\r\nNOTE: its a ``.yml`` file, but unfortunately github does not support uploading such extension. so I had to rename it.\r\nI thin you might be right, because renaming both, ``:name`` string (line:1) and variable name preventing the error", "title": null, "type": "comment" }, { "action": "created", "author": "mysticatea", "comment_id": 190997782, "datetime": 1456880004000, "masked_author": "username_3", "text": "The `name` variable is defined in the global of `browser` environment.\r\nSo this is correct behavior.", "title": null, "type": "comment" }, { "action": "created", "author": "faceleg", "comment_id": 191056985, "datetime": 1456893586000, "masked_author": "username_4", "text": "Closing as not a bug.", "title": null, "type": "comment" }, { "action": "closed", "author": "faceleg", "comment_id": null, "datetime": 1456893591000, "masked_author": "username_4", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "lucendio", "comment_id": 191146788, "datetime": 1456910324000, "masked_author": "username_0", "text": "thanks for clearing this up. I am sorry for causing extra work.", "title": null, "type": "comment" }, { "action": "created", "author": "faceleg", "comment_id": 196157015, "datetime": 1457935142000, "masked_author": "username_4", "text": "No problem, there are a few of us here whose role is helping manage issues :)", "title": null, "type": "comment" } ]
5
10
1,657
false
false
1,657
false
laravel/framework
laravel
251,427,918
20,638
{ "number": 20638, "repo": "framework", "user_login": "laravel" }
[ { "action": "opened", "author": "phroggyy", "comment_id": null, "datetime": 1503152263000, "masked_author": "username_0", "text": "This PR aims to solve a problem I, and probably other developers, have faced in many projects: the lacking ability to customise the logger completely. Yes, we have `$app->configureMonologUsing()` which is great when you always want to configure monolog a certain way. However, if you want to i.e keep the default single/daily log, but add a JsonFormatter, you have to jump through hoops to reimplement what the `configureSingleHandler` already does.\r\n\r\nTo solve this, and to make Laravel's logging _slightly_ more testable, I've separated logging configuration into its own class, which can be overridden from `bootstrap/app.php` by simply calling\r\n\r\n```\r\n$app->configureLogWith(CustomConfigurator::class);\r\n```\r\n\r\nAll original functionality is maintained, but now in a separate location. This will require no changes from the user, since behaviour is only changed if the configurator is overridden.", "title": "[5.5] Separate logging configuration to its own concern", "type": "issue" }, { "action": "created", "author": "phroggyy", "comment_id": 323536970, "datetime": 1503164050000, "masked_author": "username_0", "text": "Considering renaming to `ConfigurationAdapter` after some input, but would like to hear some more opinions on it", "title": null, "type": "comment" } ]
1
2
1,011
false
false
1,011
false
docker/compose
docker
125,469,056
2,619
null
[ { "action": "opened", "author": "IlyaSkriblovsky", "comment_id": null, "datetime": 1452195322000, "masked_author": "username_0", "text": "While this is true for almost any regular web app, I can't agree with that for something more stateful. For example, when my service receives stop signal, it gracefully closes all active connections and saves log records on each disconnection to DB. I'm trying to dockerize my app with Compose and this seems to be an issue :( Thanks for advice.\r\n\r\nFor example, both SysV and Systemd have means for dependency-ordering both starting and stopping of services. I bet you won't like if your PC will unmount filesystems before all your apps is closed while shutting down :)", "title": "Dependency-ordered stop", "type": "issue" }, { "action": "created", "author": "andrenarchy", "comment_id": 170173407, "datetime": 1452301113000, "masked_author": "username_1", "text": "+1 for stopping processes in the reverse order of starting them. btw: this is also how [maestro-ng](https://github.com/signalfx/maestro-ng) handles it.\r\n\r\nConcerning the quote of @username_3: I disagree because sending `SIGTERM` doesn't mean that everything is going down chaotically but actually gives the process a way to shut down gracefully.", "title": null, "type": "comment" }, { "action": "created", "author": "IlyaSkriblovsky", "comment_id": 170342369, "datetime": 1452430156000, "masked_author": "username_0", "text": "Any comments from maintainers?\r\n\r\nIf the general idea of dependency-ordered service stopping (using `links` and `volumes_from` as implicit dependency specifications) will be approved by project maintainers, I will try to implement it and create a pull request.\r\n\r\nI've read almost all discussions here about introducing `depends_on` or other possible explicit dependency syntax, but failed to understand whether any of such ideas are approved and planned for implementation? Will Compose have any means of inter-service dependency tracking when linking will be eventually removed from Docker? Using `volumes_from` for stating dependencies looks like a dirty hack.", "title": null, "type": "comment" }, { "action": "created", "author": "dnephin", "comment_id": 170603306, "datetime": 1452529398000, "masked_author": "username_2", "text": "If we add a new `depends_on` key to the upcoming V2 config format (#2504) then it would make sense to allow it to be used for shutdown as well as startup.\r\n\r\nI don't think we've made any decision here yet, but it does seem to be a highly requested feature, so it's very likely we will provide something.\r\n\r\nI don't think we're ready for a PR just yet. If we do add it, it will likely only be for the V2 format, which isn't ready just yet. We also need to decide exactly what the scope of `depends_on` would be.", "title": null, "type": "comment" }, { "action": "created", "author": "IlyaSkriblovsky", "comment_id": 170667550, "datetime": 1452541426000, "masked_author": "username_0", "text": "The ordering by `links` and `volumes_from` can be implemented right now without introducing any additional syntax. Compose already does ordering while starting up, I just suggest to add same ordering to shutting down.\r\n\r\nIt can be done even better than just stop containers sequentially in reversed order: some services can be stopped in parallel while they are not `link`ed together. Btw, same trick can be done for speeding up `start`: currently all services are started one-by-one, but it might be quicker to start in parallel ones that doesn't depend on each other.\r\n\r\nI can work on it if you and other maintainers don't mind against this feature. This change isn't require any syntax additions, just adding to shutting down what Compose already does on `start` and `up`.", "title": null, "type": "comment" }, { "action": "created", "author": "andrenarchy", "comment_id": 171078224, "datetime": 1452637157000, "masked_author": "username_1", "text": "@username_0 I'd also vote for implementing it now since all required information is already there and it doesn't break the interface/syntax.", "title": null, "type": "comment" }, { "action": "created", "author": "dnephin", "comment_id": 171080741, "datetime": 1452637749000, "masked_author": "username_2", "text": "Links are being removed from the V2 format, and I don't think we want to add anything new to the V1 format, so I don't think it makes sense to add shutdown ordering using links.\r\n\r\nThere is still a trade-off here. Doing the operation sequentially means that your container startup and shutdown is going to be quite a bit slower, even with the optimistic strategy you describe where you start everything once its dependencies are ready (original issue #1984).\r\n\r\nBy replacing links with user defined networks, and by replacing volumes_from with named volumes we don't have to enforce any order at all, and get basically the same feature set, with much faster startup and shutdown time.\r\n\r\nI acknowledge that for some use cases it may be preferred to have slower operations for the well defined order, which is why it's important to use a different field. It should be possible for someone to use network container aliases (the replacement to links) without being forced to have an ordered startup and shutdown.\r\n\r\nBy separating these concerns, I think we can satisfy more use cases.", "title": null, "type": "comment" }, { "action": "created", "author": "IlyaSkriblovsky", "comment_id": 171208128, "datetime": 1452671320000, "masked_author": "username_0", "text": "Actually, with my suggested approach startup will be _faster_, not slower. Currently Compose starts containers sequentially, one-by-one, in dependency order (`parallel.parallel_start` is only used when scaling, not for `up`/`start`). So, my approach will always be faster for startup (except one corner case when all your containers are linked in linear chain, which is rarely the case, I think). That's why this was requested in #1984.\r\n\r\nStopping will be slower than now, but 1) I think startup time is more important; 2) stopping behavior would be more consistent with startup behavior.\r\n\r\nBTW, I already have algorithm demo written for such sequential/parallel approach: https://gist.github.com/username_0/7c27ae970ee38c20e73a\r\n\r\nBut I will understand if you will reject this suggestion because this interferes with work on V2 format.", "title": null, "type": "comment" }, { "action": "created", "author": "aanand", "comment_id": 172013789, "datetime": 1452876721000, "masked_author": "username_3", "text": "This sounds like a sensible plan for `start` and `stop`.\r\n\r\nI think we should retain the current behaviour of `kill`, however (i.e. no ordering) - it's useful to have a way to shut down the app as quickly as possible without caring about cleanup, and `kill` expresses that intention.", "title": null, "type": "comment" }, { "action": "created", "author": "IlyaSkriblovsky", "comment_id": 172056385, "datetime": 1452885011000, "masked_author": "username_0", "text": "Sure, `kill` should be unordered and completely parallel just as it is now. Ordering is only needed for graceful shutdown which is not the case while `kill`ing.", "title": null, "type": "comment" }, { "action": "created", "author": "IlyaSkriblovsky", "comment_id": 172260621, "datetime": 1452981261000, "masked_author": "username_0", "text": "Please see #2679", "title": null, "type": "comment" }, { "action": "closed", "author": "shin-", "comment_id": null, "datetime": 1502410022000, "masked_author": "username_4", "text": "", "title": null, "type": "issue" } ]
5
12
5,387
false
false
5,387
true
devevents/devevents-ce
devevents
71,263,321
1
null
[ { "action": "opened", "author": "devedmo", "comment_id": null, "datetime": 1430136369000, "masked_author": "username_0", "text": "@username_2 cara, pega o JSON do BrazilJS. Eu iniciei um projeto com angular algum tempo atrás mas não tive como tocar sozinho. Se quizer ajudar só falar ai.\r\n\r\nMas vou acompanhar esse projeto já que comecei algo do gênero com Angular. \r\n\r\nTu utilizando o JSON da BrazilJS tu já pega eventos apenas de front end da propria brazil js. Outra fonte seria API da eventick, apesar de não conhecer oficialmente uma api JS deles, vi a jugonçalves que criou uma. Pode ser tentado fazer uso dessa API.\r\n\r\nNo geral boa sorte.", "title": "JSON Events", "type": "issue" }, { "action": "created", "author": "felipesousa", "comment_id": 96707233, "datetime": 1430148347000, "masked_author": "username_1", "text": "@username_0 Cara, era realmente isso que nós estavamos em mente, até pra agilizar no processo de criação! :) vlw", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96721588, "datetime": 1430150061000, "masked_author": "username_0", "text": "Vocês podem ver como eles populam lá na BrazilJS.\r\n\r\nMas o projeto que eu ia criar era basicamente o seguinte:\r\n\r\nO Cara entrava com o interesse dele: Desenvolvimento, Suporte.\r\n\r\nAi o meu sistema iria fazer uma lista de eventos da cidade dele com esses termos.\r\n\r\nIria pegar eventos da eventick e do braziljs.\r\n\r\nPorem a idéia seria ter uma opção também do usuário criar seus proprios eventos (sem area de administração de inscrição) o intuito era só divulgação.\r\n\r\nEntão vocês não vão precisar de muita coisa apenas uma forma de captar eventos.\r\n\r\nQuando vocês definirem a arquitetura do projeto posso contribuir com o que já fiz.\r\n\r\nEu tenho \"mini-modulos\" que juntando tudinho dá quase um sistema, era um projeto de teste que fiz pra separar tudo em mini-modulos.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96723135, "datetime": 1430150412000, "masked_author": "username_0", "text": "Vou dar uma de Sean Park agora, tira o -ce deixa só \"devevents\" é mais clean haha :v: \r\n\r\npor que ai depois pode ser adicionado o dominio \"devevents.io\"\r\n\r\nE lembrem-se o segredo é arquitetura. É a engenharia, a ferramenta, o framework é 1% da coisa toda.\r\n\r\nO lance é definir onde se quer chegar com o projeto. Desta forma certifique-se sempre se ele é escalável.", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96800885, "datetime": 1430165402000, "masked_author": "username_2", "text": "@username_0, eu não tinha pensado na API do eventick. A ideia original seria: puxar as informações de um JSON similar ao da BrazilJS. Não seria o próprio da BrazilJS porque eventos menores a galera não faz pull request pra lá - e queremos eventos menores também :) O esquema pra cadastrar eventos seria o mesmo: PRs da comunidade. E o app em si (em Ionic) apenas leria o JSON e exibiria as informações, além de dar opções básicas como share ou então favoritar um evento.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96804467, "datetime": 1430165972000, "masked_author": "username_0", "text": "@username_2 show, tu pode fazer assim: pega de 3 fontes: uma propria (onde os eventos menores cadastrariam, um relativamente maior que é o eventick e o da braziljs).\r\n\r\nAcredito que com isso tu terás mapeado a maioria dos eventos.\r\n\r\nEm outro momento tu pode estudar adicionar geolocalização. Filtros por perfil de usuário.\r\n\r\nMas se eu fosse começar hoje, iniciaria com esse pensamento: trazendo os eventos que hoje você já tem uma fonte segmentada como a BrazilJS e Eventick. Depois criava minha própria fonte. Se for usar o Ionic para APP melhor ainda.\r\n\r\nFoque em criar o site inicialmente. Não pense em designer no momento, apenas trazer o que o seu sistema vai se propor que é retornar os eventos. :)", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96804781, "datetime": 1430166054000, "masked_author": "username_2", "text": "Tu acha que já devia lançar o site, mesmo, sem nada ainda? Porque tava pensando em lançar só depois de termos uma alfa pelo menos.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96806727, "datetime": 1430166356000, "masked_author": "username_0", "text": "Cara quer ler algo legal? \"A Startup Enxuta\" depois que li esse livro mudei minha visão. Eu acho o seguinte que tu tem que criar algo primeiro que entregue exatamente o que se propõe. Não deixe pra lançar algo quando tiver \"perfeito\" por que esse momento nunca vai chegar huadhsudha.\r\n\r\nMas no geral o ideal é tu lançar realmente quando tiver em uma fase alpha. Mas nesse primeiro momento, não se cobre em fazer o melhor app, apenas em fazer o app. Depois você vai mudar várias coisas, depois você vai pensar em design mais sofisticado e etc.\r\n\r\nEu uso sempre o raciocinio da Startup Enxuta, e vem dando certo. Antigamente eu tinha idéias e morriam idéias :D e a intenção não é essa. Começa o projeto que o que der pra mim ajudar também farei.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96807421, "datetime": 1430166417000, "masked_author": "username_0", "text": "A e se quiserir por um caminho menos longo, comece pelo site.", "title": null, "type": "comment" }, { "action": "created", "author": "felipesousa", "comment_id": 96809574, "datetime": 1430166603000, "masked_author": "username_1", "text": "As ideias propostas agora foram show, o fato do eventos da Eventick poderiam ser adicionados com o desenrolar do App, eu creio que seria legal. Vendo também que o App é super simples em relação à produto, podemos ver em relação ao tempo, já que pretendemos lançar ele antes do FIF, e se der, usar o FIF pra divulgação do App, que creio que ia dar uma guinada e muitas ideias iriam surgir de acordo com a galera visitando e dane ideias.. :)", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96812029, "datetime": 1430166934000, "masked_author": "username_0", "text": "Justamente, então ta ai, não vamos enventar a roda, aproveite o que já tem feito (BrazilJS) eles já tem JSONS prontos com as informações necessárias de alguns eventos.\r\n\r\nEm outro momento é a hora da Eventick e em outro cadastro próprio.\r\n\r\nAgora só tem uma coisa, o JSON como vai ser fontes diferentes vai ter formatos diferentes.\r\n\r\nEntão baseado nisso sugiro o uso de modulos.\r\n\r\nmodulo-eventick: serviços, controllers e views responsavéis por trazer coisas da eventick.\r\n\r\nmodulo-braziljs: serviços, controllers e views responsavéis por trazer coisas da braziljs.\r\n\r\nmodulo-deveevents: serviços, controllers e views responsavéis por trazer coisas do app.\r\n\r\nDessa forma fica mais escalável.\r\n\r\nE na app principal você importa apenas os modulos e o utiliza quando necessitar.", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96812263, "datetime": 1430166968000, "masked_author": "username_2", "text": "Também gosto de me guiar pelo Lean Startup @username_0.", "title": null, "type": "comment" }, { "action": "created", "author": "felipesousa", "comment_id": 96813514, "datetime": 1430167183000, "masked_author": "username_1", "text": "Iradas as ideias @username_0 agora só falta de fato ver como que vai ficar a organização e a maneira de como vamos começar, go go go!", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96813670, "datetime": 1430167232000, "masked_author": "username_2", "text": "Cara, achei a proposta de modularização interessante, apesar de que é pretendido que nosso JSON siga o padrão da BrazilJS.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96814781, "datetime": 1430167555000, "masked_author": "username_0", "text": "então faria um modulo-generico que pode trazer tanto o da brazil js quanto de sua propria base (mongodb) por exemplo.\r\n\r\nEu sempre vi esse projeto com bons olhos e tenho idéias bem grandes com geolocalização e avisos para a galera que viaja muito já ter no celular um aviso dos proximos eventos que irão acontecer na cidade.\r\n\r\nMas isso demanda tempo, trabalho e braço.\r\n\r\nMas já tenho algumas coisas criadas em angular, podias começar definindo a arquitetura se irás usar Angular realmente, se vai usar o angular-seed, angular-app, angular-styleguide do john papa ou yeoman. \r\n\r\nEu sou meio louco da cabeça por que tudo que faço ele é modulo independente da aplicação principal então tenho um modulozinho aqui que já pega as informações da brazilJS posso subir assim que tiver a arquitetura ai definida.", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96816924, "datetime": 1430168088000, "masked_author": "username_2", "text": "Cara, isso não é loucura. Isso é muito importante: se preocupar em modularizar assim dificulta quebrar conceitos como *Separation of Concerns* ou *Single Responsability*.\r\n\r\nBTW, ainda não temos uma styleguide definida. Íamos usar uma aplicação Ionic minha de uns meses atrás que implementa funcionalidades que pretendemos usar no app. Só que eu ainda ia modularizar ela e adequar a uma styleguide. Logo, tu subindo o que tu já tem, vai ser sim de grande ajuda. Quando subir avisa, pra gente forkar :smile:", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96817222, "datetime": 1430168181000, "masked_author": "username_2", "text": "Melhor: te adicionei na organização :+1:", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96818757, "datetime": 1430168536000, "masked_author": "username_0", "text": "blz então. É mas o problema é esse na vida real: . Separation of Concerns ou Single Responsability. Não funcionam como é no conceito por que a maioria das empresas criam coisas e tem que entregar \"logo\" daí é mais dificil conceitualmente falando de aplicar isso.\r\n\r\nMas nos projetos pessoais não haha, Eu acabo que iniciando tudo em TDD e consigo fazer uma parada mais de Single Responsabilitty. \r\n\r\nBom eu vou subir o que já tenho assim que chegar em casa. \r\n\r\nEu acho que a unica coisa que ficou foi faltando testes. Não lembro, mas quando for passar pra dentro da app, basta criar rapidinho eu já tenho definido em umas anotações no doc o output e input pra testar.", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96818911, "datetime": 1430168558000, "masked_author": "username_0", "text": "Massa, pois vou mandar pra cá!", "title": null, "type": "comment" }, { "action": "created", "author": "felipesousa", "comment_id": 96819559, "datetime": 1430168668000, "masked_author": "username_1", "text": "show !", "title": null, "type": "comment" }, { "action": "created", "author": "devedmo", "comment_id": 96820702, "datetime": 1430168847000, "masked_author": "username_0", "text": "Assim que esse der certo, eu adiciono vocês em uma parada que tenho que é daqueles que tem potencial de deixar o cara milionário saka haha!\r\n\r\nMas ainda precisa fazer várias coisas e vou deixar pra iniciar assim que eu concluir um outro projeto para um cliente.", "title": null, "type": "comment" }, { "action": "created", "author": "felipesousa", "comment_id": 96821581, "datetime": 1430168994000, "masked_author": "username_1", "text": "Opa! demorou, realmente precisando de uma dessas rs", "title": null, "type": "comment" }, { "action": "created", "author": "mabrasil", "comment_id": 96822540, "datetime": 1430169139000, "masked_author": "username_2", "text": "Show @username_0!", "title": null, "type": "comment" } ]
3
23
7,760
false
false
7,760
true
dimagi/commcare-hq
dimagi
185,162,321
13,717
{ "number": 13717, "repo": "commcare-hq", "user_login": "dimagi" }
[ { "action": "opened", "author": "biyeun", "comment_id": null, "datetime": 1477411568000, "masked_author": "username_0", "text": "@username_1 @orangejenny \r\ncc @dannyroberts", "title": "APP MANAGER V2 Split part 002", "type": "issue" }, { "action": "created", "author": "biyeun", "comment_id": 256497751, "datetime": 1477521440000, "masked_author": "username_0", "text": "@username_1 / @orangejenny / @dannyroberts ✅ !!", "title": null, "type": "comment" }, { "action": "created", "author": "benrudolph", "comment_id": 256653832, "datetime": 1477577749000, "masked_author": "username_1", "text": "👏 nice\r\n\r\nfairly hard for me to wrap my head around all the changes, but did the best i could", "title": null, "type": "comment" } ]
2
3
183
false
false
183
true
spring-cloud/spring-cloud-task
spring-cloud
163,900,796
165
null
[ { "action": "opened", "author": "sabbyanandan", "comment_id": null, "datetime": 1467738780000, "masked_author": "username_0", "text": "", "title": "Update docs and cleanup sample", "type": "issue" }, { "action": "closed", "author": "mminella", "comment_id": null, "datetime": 1467910800000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
0
false
false
0
false
aframevr/aframe
aframevr
126,349,393
643
null
[ { "action": "opened", "author": "ngokevin", "comment_id": null, "datetime": 1452665736000, "masked_author": "username_0", "text": "<a href=\"https://github.com/caseyyee\"><img src=\"https://avatars.githubusercontent.com/u/1560884?v=3\" align=\"left\" width=\"96\" height=\"96\" hspace=\"10\"></img></a> **Issue by [caseyyee](https://github.com/caseyyee)**\n_Monday Nov 16, 2015 at 23:33 GMT_\n_Originally opened as https://github.com/aframevr/aframe-core/issues/454_\n\n----\n\nClicking and dragging the view follows the cursor. This is opposite of the behavior in Firefox.", "title": "[CLOSED] Look controls is opposite of what FF does in Chrome.", "type": "issue" }, { "action": "created", "author": "ngokevin", "comment_id": 171181086, "datetime": 1452665747000, "masked_author": "username_0", "text": "<a href=\"https://github.com/dmarcos\"><img src=\"https://avatars.githubusercontent.com/u/39342?v=3\" align=\"left\" width=\"48\" height=\"48\" hspace=\"10\"></img></a> **Comment by [dmarcos](https://github.com/dmarcos)**\n_Saturday Nov 28, 2015 at 06:54 GMT_\n\n----\n\nFixed on https://github.com/MozVR/aframe-core/commit/932bdfbd66199dcdeb6801c1f21f4614a23e07b3", "title": null, "type": "comment" }, { "action": "closed", "author": "ngokevin", "comment_id": null, "datetime": 1452666430000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
772
false
false
772
false
pure-data/pure-data
pure-data
259,747,972
225
{ "number": 225, "repo": "pure-data", "user_login": "pure-data" }
[ { "action": "opened", "author": "umlaeute", "comment_id": null, "datetime": 1506070714000, "masked_author": "username_0", "text": "this is a re-implementation of PR #224, which:\r\n- keeps the window-positions on X11\r\n- is more optimized (check for hacks is only done on boot time (and therefore drops the `TCL_PATCHLEVEL` variable)\r\n\r\ni've tested this on Debian but only with a standard dual-screen setup (main monitor to the left of right-monitor)\r\n\r\n### original PR text\r\n\r\nAs reported on the pd-list, negative canvas window positions are clipped to 0 and/or reflected on the opposite screen border.\r\n\r\nThis PR fixes that by allowing negative positions to be sent to the window manager in Tk 8.5+ and keeps the clipping for Tk 8.4 as a fallback. Also, versions of Tk < 8.5.13 on macOS keep the clipping due to the buggy nature of the TK Cocoa backend up until that version.\r\n\r\nThis will need to be tested on all platforms but, from my research, it should be fine as negative positions were added to 8.5 and back ported to 8.4 at some point. I decided to use 8.5 as a hard limit to be conservative.\r\n\r\nThis also removes the apparently unused TCL_*_VERSION variables\r\n\r\nTested so far on macOS 10.12.6 with Tk 8.4, Tk 8.5.9, Tk 8.7.0a.\r\n\r\nYou can try a build for newer macs (10.9+) with Tk 8.7a: http://docs.username_1.com/pdbuilds/Pd-0.48-1-multimonitor.app.zip\r\n\r\nHere is a minimal patch which opens sub patches in all 4 directions. Expected behavior: all open on screen, either in expected location or clipped to screen edge if the position is off screen.\r\n\r\n~~~\r\n#N canvas 100 300 450 300 10;\r\n#N canvas 400 -800 450 300 top 1;\r\n#X restore 150 50 pd top;\r\n#N canvas 400 1800 450 300 bottom 1;\r\n#X restore 150 250 pd bottom;\r\n#N canvas -1800 400 450 300 left 1;\r\n#X restore 50 150 pd left;\r\n#N canvas 1800 400 450 300 right 1;\r\n#X restore 250 150 pd right;\r\n~~~", "title": "reimplemented \"allow negative canvas positions in Tk 8.5+ for multi monitor support\"", "type": "issue" }, { "action": "created", "author": "danomatika", "comment_id": 331395375, "datetime": 1506071669000, "masked_author": "username_1", "text": "I can confirm this is working on macOS 10.12.6.", "title": null, "type": "comment" } ]
2
2
1,778
false
false
1,778
true
eliben/pycparser
null
265,038,622
216
{ "number": 216, "repo": "pycparser", "user_login": "eliben" }
[ { "action": "opened", "author": "altendky", "comment_id": null, "datetime": 1507832407000, "masked_author": "username_0", "text": "Issue #213", "title": "Format enums with one value per line", "type": "issue" }, { "action": "created", "author": "altendky", "comment_id": 336223907, "datetime": 1507832602000, "masked_author": "username_0", "text": "I'm not particularly confident that the punctuation parameter is the proper approach. Perhaps I should call `self.visit()` directly on the assignment in `_generate_enum_body()`?", "title": null, "type": "comment" }, { "action": "created", "author": "altendky", "comment_id": 336233736, "datetime": 1507834766000, "masked_author": "username_0", "text": "Incomplete tests, fixing them and fixing a bug with 'empty' enums such as used in typedefs.", "title": null, "type": "comment" } ]
1
3
279
false
false
279
false
projectcalico/calico
projectcalico
187,204,076
147
null
[ { "action": "opened", "author": "djosborne", "comment_id": null, "datetime": 1478210958000, "masked_author": "username_0", "text": "Calico-CNI doesn't produce \"latest\" builds, so master docs simply point to the last calico-cni release. This means that the release scripts can't grep and replace calico-cni versioning easily.\r\n\r\nWe should produce nightly calico-cni builds so our docs can reference them, then the release scripts will work correctly.", "title": "Master docs point to last calico-cni release", "type": "issue" }, { "action": "created", "author": "djosborne", "comment_id": 258289624, "datetime": 1478211070000, "masked_author": "username_0", "text": "When producing a Core Calico release, search for and fix links that appear as: `https://github.com/projectcalico/calico-cni/releases/download/`", "title": null, "type": "comment" }, { "action": "created", "author": "djosborne", "comment_id": 261410165, "datetime": 1479427704000, "masked_author": "username_0", "text": "@username_1 Thoughts on this? Another alternative to hosting master builds of calico-cni artifacts would be to update our docs to show how to pull the artifacts out of `calico/cni:latest`. Can", "title": null, "type": "comment" }, { "action": "created", "author": "caseydavenport", "comment_id": 265352076, "datetime": 1481084552000, "masked_author": "username_1", "text": "We could switch to using the calico/cni container to install the binaries everywhere?", "title": null, "type": "comment" }, { "action": "created", "author": "caseydavenport", "comment_id": 269676074, "datetime": 1483037832000, "masked_author": "username_1", "text": "Let's add a projectcalico.org/builds target for the CNI plugins like we do for calicoctl.", "title": null, "type": "comment" }, { "action": "closed", "author": "caseydavenport", "comment_id": null, "datetime": 1554494724000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
6
830
false
false
830
true
vgteam/vg
vgteam
145,814,141
288
{ "number": 288, "repo": "vg", "user_login": "vgteam" }
[ { "action": "opened", "author": "adamnovak", "comment_id": null, "datetime": 1459806421000, "masked_author": "username_0", "text": "Surject is currently completely broken. This fixes it to actually include mappings in the surjected alignments, and to work on both strands.", "title": "Restore surject", "type": "issue" }, { "action": "created", "author": "ekg", "comment_id": 205512076, "datetime": 1459806566000, "masked_author": "username_1", "text": "I had started to hack at surject but hadn't really gotten far. The code\nneeds to be moved into the Mapper. Then it needs to be extended to the new\nindexes.", "title": null, "type": "comment" }, { "action": "created", "author": "ekg", "comment_id": 205512170, "datetime": 1459806588000, "masked_author": "username_1", "text": "Thanks for catching the non functionality though. What are you using it for\nnow?\n\nOn Mon, Apr 4, 2016, 23:49 Erik Garrison <erik.garrison@gmail.com> wrote:\n\n> I had started to hack at surject but hadn't really gotten far. The code\n> needs to be moved into the Mapper. Then it needs to be extended to the new\n> indexes.\n>\n>", "title": null, "type": "comment" }, { "action": "created", "author": "adamnovak", "comment_id": 205515974, "datetime": 1459807239000, "masked_author": "username_0", "text": "We're surjecting reads so we can look at the BAMs on the genome browser and\nsee if the alignments we are getting out of VG make sense. It's easier than\nmessing about with GraphViz and jq to subset a GAM.\n\nOn Mon, Apr 4, 2016 at 2:49 PM, Erik Garrison <notifications@github.com>\nwrote:\n\n> Thanks for catching the non functionality though. What are you using it for\n> now?\n>\n>\n> On Mon, Apr 4, 2016, 23:49 Erik Garrison <erik.garrison@gmail.com> wrote:\n>\n> > I had started to hack at surject but hadn't really gotten far. The code\n> > needs to be moved into the Mapper. Then it needs to be extended to the\n> new\n> > indexes.\n> >\n> >", "title": null, "type": "comment" }, { "action": "created", "author": "ekg", "comment_id": 205521908, "datetime": 1459808840000, "masked_author": "username_1", "text": "(As you know) the problem is that the surjection isn't the same as the\noriginal alignment. But we don't have the mechanism to efficiently extract\nthe alignments to a region yet...\n\nOn Tue, Apr 5, 2016, 00:00 username_0 <notifications@github.com> wrote:\n\n> We're surjecting reads so we can look at the BAMs on the genome browser and\n> see if the alignments we are getting out of VG make sense. It's easier than\n> messing about with GraphViz and jq to subset a GAM.\n>\n> On Mon, Apr 4, 2016 at 2:49 PM, Erik Garrison <notifications@github.com>\n> wrote:\n>\n> > Thanks for catching the non functionality though. What are you using it\n> for\n> > now?\n> >\n> >\n> > On Mon, Apr 4, 2016, 23:49 Erik Garrison <erik.garrison@gmail.com>\n> wrote:\n> >\n> > > I had started to hack at surject but hadn't really gotten far. The code\n> > > needs to be moved into the Mapper. Then it needs to be extended to the\n> > new\n> > > indexes.\n> > >\n> > >", "title": null, "type": "comment" } ]
2
5
2,170
false
false
2,170
true
rvdkooy/react-testutils-additions
null
110,878,363
9
null
[ { "action": "opened", "author": "clearly", "comment_id": null, "datetime": 1444592024000, "masked_author": "username_0", "text": "Would be great if this was upgraded to 0.14. Nice set of tools that can't be used now.", "title": "Update to 0.14?", "type": "issue" }, { "action": "created", "author": "rvdkooy", "comment_id": 147288715, "datetime": 1444623135000, "masked_author": "username_1", "text": "There are lots of breaking changes, I'm looking into them this week.\r\n\r\nR", "title": null, "type": "comment" }, { "action": "closed", "author": "rvdkooy", "comment_id": null, "datetime": 1444693995000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "rvdkooy", "comment_id": 147551543, "datetime": 1444693995000, "masked_author": "username_1", "text": "Just releases version 0.2.0 on npm, which supports React V0.14\r\n\r\nBe aware, there are breaking changes in this version!\r\nbiggest change is that React testutils returns dom elements instead of component instances.\r\n\r\nBecause we are dealing with DOM elements anyway, I decided to use [sizzle](https://www.npmjs.com/package/sizzle) behind the scene to support css selectors (react-testutils-additions now supports a lot more css selectors because of this).\r\n\r\nPlease let me know if this works.\r\n\r\nR", "title": null, "type": "comment" } ]
2
4
654
false
false
654
false
mohnish/rearrange-tabs
null
190,473,881
10
{ "number": 10, "repo": "rearrange-tabs", "user_login": "mohnish" }
[ { "action": "opened", "author": "appikonda", "comment_id": null, "datetime": 1479526535000, "masked_author": "username_0", "text": "", "title": "modified icon color", "type": "issue" }, { "action": "created", "author": "mohnish", "comment_id": 261695944, "datetime": 1479535349000, "masked_author": "username_1", "text": "thank you 🙌", "title": null, "type": "comment" }, { "action": "created", "author": "appikonda", "comment_id": 261695949, "datetime": 1479535355000, "masked_author": "username_0", "text": "Watch sac vs lac game dude. Its a close one", "title": null, "type": "comment" }, { "action": "created", "author": "appikonda", "comment_id": 261695980, "datetime": 1479535395000, "masked_author": "username_0", "text": "Pichoda...", "title": null, "type": "comment" } ]
2
4
64
false
false
64
false
buildo/react-cookie-banner
buildo
196,080,374
32
{ "number": 32, "repo": "react-cookie-banner", "user_login": "buildo" }
[ { "action": "opened", "author": "FrancescoCioria", "comment_id": null, "datetime": 1481901073000, "masked_author": "username_0", "text": "", "title": "#31: React15 throws warning for unknown prop (closes #31)", "type": "issue" }, { "action": "created", "author": "FrancescoCioria", "comment_id": 267663271, "datetime": 1481913054000, "masked_author": "username_0", "text": "Yap, React 15 is breaking the tests. When it's fixed I'll reassign it to you. Thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "FrancescoCioria", "comment_id": 267687584, "datetime": 1481919838000, "masked_author": "username_0", "text": "naaa too hard, I'll revert to React@0.13 and fix it in another issue :)", "title": null, "type": "comment" } ]
2
4
215
false
true
156
false
ysugimoto/aws-lambda-image
null
186,346,183
66
{ "number": 66, "repo": "aws-lambda-image", "user_login": "ysugimoto" }
[ { "action": "opened", "author": "odedniv", "comment_id": null, "datetime": 1477935016000, "masked_author": "username_0", "text": "This also fixes not setting directory at all (in order to replace original),\r\nit currently doesn't have a `/` between the `dirname` and `basename`.", "title": "Support relative directory and backup original", "type": "issue" }, { "action": "created", "author": "ysugimoto", "comment_id": 257369358, "datetime": 1477936587000, "masked_author": "username_1", "text": "- Original image will stored at uploaded directory. Would you save to other bucket / directory?\r\n- When supporting relative directory like `./`, we also should be supported parent directory like `../` . It must resolve absolute path, and check that relative target is a root directory.", "title": null, "type": "comment" }, { "action": "created", "author": "odedniv", "comment_id": 257371175, "datetime": 1477936942000, "masked_author": "username_0", "text": "* Not sure I understand. I wanted to reduce the file in place, but keep the original file as a backup. My config looks something like this:\r\n\r\n```json\r\n{\r\n \"backup\": {\r\n \"directory\": \"./original\"\r\n },\r\n \"reduce\": {\r\n \"quality\": 20\r\n }\r\n}\r\n```\r\n\r\nNote that I'm not setting the directory for `reduce`. Before my changes there was also a bug that in that case if the key was `x/y.jpg` it would save the reduced file at `xy.jpg` (missing a `/`).\r\n\r\n* That makes kinda makes sense, though I can't really think of a use case. Do you know a JSON function for merging paths?", "title": null, "type": "comment" }, { "action": "created", "author": "odedniv", "comment_id": 257507021, "datetime": 1477986342000, "masked_author": "username_0", "text": "@username_1 just found this: https://nodejs.org/api/path.html#path_path_join_paths\r\n\r\nDo you want me to create another pull request?", "title": null, "type": "comment" } ]
2
4
1,139
false
false
1,139
true
neokree/MaterialNavigationDrawer
null
72,939,555
288
null
[ { "action": "opened", "author": "elysrivero99", "comment_id": null, "datetime": 1430723123000, "masked_author": "username_0", "text": "When a chose the preference fragment the last fragment doesn't disappears:\r\n\r\nMy PreferenceFragment code:\r\n\r\npublic class SettingsFragment extends PreferenceFragment {\r\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\r\n addPreferencesFromResource(R.xml.pref_general);\r\n return super.onCreateView(inflater, container, savedInstanceState);\r\n }\r\n}\r\n\r\n![image](https://cloud.githubusercontent.com/assets/3760276/7449739/d47d91ba-f201-11e4-9f4b-45b015032b2c.png)", "title": "PreferenceFragment appears in front of the last Fragment", "type": "issue" }, { "action": "closed", "author": "elysrivero99", "comment_id": null, "datetime": 1430795110000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "elysrivero99", "comment_id": 98919110, "datetime": 1430795110000, "masked_author": "username_0", "text": "The solution: Don't use android.support.v4.app.Fragment.", "title": null, "type": "comment" }, { "action": "created", "author": "carterh062", "comment_id": 115101411, "datetime": 1435206566000, "masked_author": "username_1", "text": "+1", "title": null, "type": "comment" } ]
2
4
586
false
false
586
false
j4ts/j4ts
j4ts
224,932,573
13
null
[ { "action": "opened", "author": "serch037", "comment_id": null, "datetime": 1493332714000, "masked_author": "username_0", "text": "However, if I remove call `rand.nextInt()` without arguments, the code works correctly.\r\n\r\nFurthermore, removing the line:\r\n ` javaemul.internal.InternalPreconditions.checkCriticalArgument(n > 0);\r\n`\r\nin j4ts.js, makes the overloaded version work.", "title": "Java Random NextInt Invalid Overload", "type": "issue" }, { "action": "created", "author": "schaumb", "comment_id": 401990678, "datetime": 1530583559000, "masked_author": "username_1", "text": "I created an issue for jsweet transpiler:\r\nhttps://github.com/cincheo/jsweet/issues/446\r\n\r\nThis not a j4ts bug, but the compiler affects on this.", "title": null, "type": "comment" }, { "action": "created", "author": "schaumb", "comment_id": 403118614, "datetime": 1530903245000, "masked_author": "username_1", "text": "I PR -ed a solution for this issue inside j4ts repo. If that is accepted, then there is no bug :)", "title": null, "type": "comment" }, { "action": "closed", "author": "schaumb", "comment_id": null, "datetime": 1531035259000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
512
false
false
512
false
apple/swift
apple
121,187,769
373
{ "number": 373, "repo": "swift", "user_login": "apple" }
[ { "action": "opened", "author": "monicasoni", "comment_id": null, "datetime": 1449650542000, "masked_author": "username_0", "text": "", "title": "Fix typo permiting => permitting", "type": "issue" }, { "action": "created", "author": "benlangmuir", "comment_id": 163294009, "datetime": 1449675225000, "masked_author": "username_1", "text": "Thanks for the contribution, but we don't really want to make minor changes to these old archived documents (fixing up current documentation is fair game of course).", "title": null, "type": "comment" } ]
2
2
165
false
false
165
false
magic-lang/ooc-kean
magic-lang
152,752,827
1,691
{ "number": 1691, "repo": "ooc-kean", "user_login": "magic-lang" }
[ { "action": "opened", "author": "davidpiuva", "comment_id": null, "datetime": 1462275178000, "masked_author": "username_0", "text": "The content of OpenGLSurface was moved to both classes inheriting from it (OpenGLCanvas & OpenGLWindow). There is some duplicated code now but the inheritance tree is closer to making OpenGLWindow independent so that canvas can later be merged with image.", "title": "Inlining OpenGLSurface", "type": "issue" }, { "action": "created", "author": "davidpiuva", "comment_id": 216503304, "datetime": 1462275799000, "masked_author": "username_0", "text": "@emilwestergren Peer review?", "title": null, "type": "comment" }, { "action": "created", "author": "davidpiuva", "comment_id": 216507180, "datetime": 1462276808000, "masked_author": "username_0", "text": "ThreadedVidhanceContext failed its third test.", "title": null, "type": "comment" }, { "action": "created", "author": "davidpiuva", "comment_id": 216514306, "datetime": 1462278974000, "masked_author": "username_0", "text": "All checks passed this time.", "title": null, "type": "comment" }, { "action": "created", "author": "marcusnaslund", "comment_id": 216771732, "datetime": 1462348837000, "masked_author": "username_1", "text": "I've got nothing to say (except \"good job\"). Are we done here?", "title": null, "type": "comment" }, { "action": "created", "author": "davidpiuva", "comment_id": 216772736, "datetime": 1462348947000, "masked_author": "username_0", "text": "Yes. I have more issues but they are better left for another PR because it will be huge.", "title": null, "type": "comment" } ]
2
6
507
false
false
507
false
aspnet/Home
aspnet
72,282,185
522
{ "number": 522, "repo": "Home", "user_login": "aspnet" }
[ { "action": "opened", "author": "vlesierse", "comment_id": null, "datetime": 1430428412000, "masked_author": "username_0", "text": "When I try to do a `dnu restore` on the sample application I get the error `Unable to locate Microsoft.AspNet.Server.WebListener >= 1.0.0-beta4*`", "title": "Fixed dnu restore on HelloMvc sample application", "type": "issue" }, { "action": "created", "author": "msotclas", "comment_id": 97968513, "datetime": 1430428418000, "masked_author": "username_1", "text": "Hi __@username_0__, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution!\r\n <span>You've already signed the contribution license agreement. Thanks!</span>\r\n <p>The agreement was validated by Microsoft Open Technologies, Inc. and real humans are currently evaluating your PR.</p>\r\n\r\nTTYL, MSOTBOT;", "title": null, "type": "comment" }, { "action": "created", "author": "davidfowl", "comment_id": 98036717, "datetime": 1430451506000, "masked_author": "username_2", "text": "@username_0 I fixed this in the latest commit https://github.com/aspnet/Home/commit/ccffee826d53be22c6a9699dce7b64a5c871b5a6", "title": null, "type": "comment" }, { "action": "created", "author": "jeffhube", "comment_id": 98038968, "datetime": 1430453009000, "masked_author": "username_3", "text": "@username_2 ccffee8 only pinned the versions for HelloWeb, not for HelloMvc or ConsoleApp.", "title": null, "type": "comment" }, { "action": "created", "author": "vlesierse", "comment_id": 98073420, "datetime": 1430468064000, "masked_author": "username_0", "text": "@username_2 it's still missing in the HelloMvc project.json...", "title": null, "type": "comment" }, { "action": "created", "author": "davidfowl", "comment_id": 98073551, "datetime": 1430468187000, "masked_author": "username_2", "text": "Updated it", "title": null, "type": "comment" }, { "action": "created", "author": "vlesierse", "comment_id": 98081722, "datetime": 1430470623000, "masked_author": "username_0", "text": "Thnx", "title": null, "type": "comment" } ]
4
7
822
false
false
822
true
AzureAD/azure-activedirectory-library-for-android
AzureAD
106,909,666
426
null
[ { "action": "opened", "author": "RandalliLama", "comment_id": null, "datetime": 1442463225000, "masked_author": "username_0", "text": "In an OOB conversation @kpanwar mentioned that ADAL Android will try to intelligently generate an Authenticator compatible redirect uri and use that instead of the developer provided URI in some cases. This will cause all kinds of problems. We should revert this behavior.", "title": "When a redirect URI is passed ADAL should respect it and not generate a different one.", "type": "issue" }, { "action": "closed", "author": "addev-ashish", "comment_id": null, "datetime": 1463610093000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
274
false
false
274
false
bitcoinjs/bitcoinjs-lib
bitcoinjs
59,641,628
374
null
[ { "action": "opened", "author": "dizda", "comment_id": null, "datetime": 1425389534000, "masked_author": "username_0", "text": "Hi,\r\n\r\nI have a multisig address, then I want to create a simple transaction from it.\r\nThe problem occurs when I'm trying to recover the serialized transaction with the `fromTransaction()` function from the `TransactionBuilder` class, \r\n\r\nSo since the version 1.4.5, I've encounter this error:\r\n\r\n```\r\n/PATH/node_modules/bitcoinjs-lib/src/transaction_builder.js:271\r\n var canSign = input.hashType &&\r\n ^\r\nTypeError: Cannot read property 'hashType' of undefined\r\n at TransactionBuilder.sign (/PATH/node_modules/bitcoinjs-lib/src/transaction_builder.js:271:22)\r\n```\r\n\r\nYou can reproduce with this sample script:\r\n\r\n```js\r\nvar bitcoin = require('bitcoinjs-lib');\r\n\r\nvar pubKeys = [\r\n '0227fbadd0c4a2c8c89ab7996e5f5489dfcc3dfe7924fedd0167046166f1613eaa', // #1\r\n '034162edc518f6fc83ab826db81d50a8002b814b9f0b739a69560e14d3773296ee', // #2\r\n '0296a44a6f2ed29bec93d4a6afac0fbc243c9ea1599caad6f515a140e7f4ee61e7' // #3\r\n];\r\n\r\nvar privKeys = [\r\n 'L2rVPg54JmbpUYBXbMCFHFFdZByXKT1UdaAN9zvYbgFGWoHTM4A3', // #1\r\n 'L5h7uvxNbUwht99ewKxRedEZq7wii4RDwnVSVP327UCwWLYprysM', // #2\r\n 'KzgkfPwEHKJzoQc8CyrdVLAB8dec861zj54BEYNaP6vALGum4K8C' // #3\r\n];\r\n\r\nvar redeemScript = '52210227fbadd0c4a2c8c89ab7996e5f5489dfcc3dfe7924fedd0167046166f1613eaa210296a44a6f2ed29bec93d4a6afac0fbc243c9ea1599caad6f515a140e7f4ee61e721034162edc518f6fc83ab826db81d50a8002b814b9f0b739a69560e14d3773296ee53ae';\r\n\r\n\r\n// Recover transaction from raw_transaction created by bitcoind || or raw_signed_transaction\r\nvar tx = bitcoin.Transaction.fromHex('0100000001a9c345321fa0866212a1852a48e32876816a1a059e03e8bfd34a2acdb8ac38170100000000ffffffff02204e0000000000001976a9140b167a9a9040e46e9c87d8c8291bbefae77c6bfe88ac503403000000000017a9147a82193d183b15125285cd88aac0b8fa9e322ac18700000000');\r\n\r\n// Build it into Transaction Builder\r\nvar txb = bitcoin.TransactionBuilder.fromTransaction(tx);\r\n\r\nvar rawSignedTransaction;\r\n\r\n// Loop on each inputs\r\ntxb.tx.ins.forEach(function(input, i) {\r\n\r\n // get the txid of the input\r\n var txid = bitcoin.bufferutils.reverse(input.hash).toString('hex');\r\n\r\n // [...]\r\n\r\n // Sign the input\r\n txb.sign(i, bitcoin.ECKey.fromWIF(privKeys[0]), bitcoin.Script.fromHex(redeemScript));\r\n// txb.sign(i, bitcoin.ECKey.fromWIF(privKeys[1]), bitcoin.Script.fromHex(redeemScript));\r\n\r\n try {\r\n rawSignedTransaction = txb.build().toHex();\r\n\r\n console.log('Successfully signed.');\r\n } catch (e) {\r\n if ('Transaction is missing signatures' === e.message) {\r\n // Normal, because every inputs are not signed yet.\r\n\r\n rawSignedTransaction = txb.buildIncomplete().toHex();\r\n } else if ('Not enough signatures provided' === e.message) {\r\n console.log('Not enough signatures provided');\r\n\r\n rawSignedTransaction = txb.buildIncomplete().toHex();\r\n } else {\r\n console.log(e);\r\n }\r\n }\r\n});\r\n\r\nconsole.log(rawSignedTransaction);\r\n```\r\n\r\nFYI, this script worked well on 1.4.3 (I didn't test on 1.4.4).\r\n\r\nWhen I comment this line https://github.com/bitcoinjs/bitcoinjs-lib/blob/09d8e440de71352e04e61a1129662c04f8de6d11/src/transaction_builder.js#L116 the signature process works again.\r\n\r\nAny idea?\r\nThanks", "title": "Trying to sign a multisig transaction recovered with fromTransaction()", "type": "issue" }, { "action": "created", "author": "thallium205", "comment_id": 78102600, "datetime": 1426008063000, "masked_author": "username_1", "text": "I can confirm as this is an issue for us as well.", "title": null, "type": "comment" }, { "action": "created", "author": "dcousens", "comment_id": 81351738, "datetime": 1426472083000, "masked_author": "username_2", "text": "Confirmed. Sorry this took so long to get to. Will resolve asap.", "title": null, "type": "comment" }, { "action": "closed", "author": "dcousens", "comment_id": null, "datetime": 1426474399000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "dcousens", "comment_id": 81364005, "datetime": 1426474568000, "masked_author": "username_2", "text": "Resolved. Tests still need to be added, see #382", "title": null, "type": "comment" } ]
3
5
3,399
false
false
3,399
false
halide/Halide
halide
118,908,216
982
null
[ { "action": "opened", "author": "fycus-tree", "comment_id": null, "datetime": 1448480193000, "masked_author": "username_0", "text": "Update the segmentation (snake) example.\r\n\r\nIt was documented in the published papers and originally included. It got removed in b8f7e92661ca65cce18cdee40ad5ee6b493f7b13 when the Halide compiler got moved from OCaml to C++", "title": "Snake/Segmentation Sample", "type": "issue" } ]
1
1
222
false
false
222
false
DigitalSlideArchive/HistomicsTK
DigitalSlideArchive
222,746,066
299
{ "number": 299, "repo": "HistomicsTK", "user_login": "DigitalSlideArchive" }
[ { "action": "opened", "author": "danlamanna", "comment_id": null, "datetime": 1492609991000, "masked_author": "username_0", "text": "This is currently only implemented on the vagrant install, the docker yml needs to be altered to use the role.\r\n\r\nThe main benefit here is to lean on the upstream Girder role for the library (we were vendoring this directly) and installation of Girder.\r\n\r\nThis also adds some checksums and `creates` directives to avoid re-downloading and unpacking certain 3rd party libraries.", "title": "WIP: Refactor Ansible to use official Girder role", "type": "issue" }, { "action": "created", "author": "manthey", "comment_id": 297701563, "datetime": 1493296771000, "masked_author": "username_1", "text": "Aside from the wget/osgeo issue, this works for me for both vagrant and docker. However, prior to this refactor, all of the girder web clients were built as part of the girder (histomicstk) role, which meant that the provisioning step didn't need to do this. Now, the \"Build all frontend assets\" happens during the provisioning, and this substantially slows down docker deployment.", "title": null, "type": "comment" }, { "action": "created", "author": "manthey", "comment_id": 297720132, "datetime": 1493301293000, "masked_author": "username_1", "text": "The `deploy_local.sh` script is now broken -- it checks for Ubuntu 14.04. That should probably be changed to 16.04. It needs to fetch the girder role via ansible galaxy.", "title": null, "type": "comment" }, { "action": "created", "author": "kotfic", "comment_id": 297761713, "datetime": 1493309275000, "masked_author": "username_2", "text": "@username_1 I believe the last 4 commits resolves all issues you've mentioned. Due to upstream changes in the girder role i've moved the worker role before girder.girder. This has allowed me to move the ```girder-install web``` call back into girder-histomics and prevent the long deployment delay for the docker containers.", "title": null, "type": "comment" }, { "action": "created", "author": "manthey", "comment_id": 297804188, "datetime": 1493318735000, "masked_author": "username_1", "text": "We need `mq_private_ip: localhost` in the `deploy_local.yml` file.", "title": null, "type": "comment" } ]
4
6
1,319
false
true
1,319
true
calonso/ruby-push-notifications
null
70,432,579
6
{ "number": 6, "repo": "ruby-push-notifications", "user_login": "calonso" }
[ { "action": "opened", "author": "waqar-baig", "comment_id": null, "datetime": 1429800921000, "masked_author": "username_0", "text": "Added option to pass password for pem file", "title": "Added option to pass password for pem file", "type": "issue" }, { "action": "created", "author": "vanso-waqar", "comment_id": 95886182, "datetime": 1429871850000, "masked_author": "username_1", "text": "Is it ready to merge?", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 95887601, "datetime": 1429872093000, "masked_author": "username_2", "text": "Yeah, this looks good, just update the documentation of the affected methods and add a small spec that checks that the password given at the pusher is then received by `OpenSSL::PKey::RSA.new cert` call in `APNSConnection`", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 96665959, "datetime": 1430143267000, "masked_author": "username_2", "text": "How are you doing with this? Do you need any help?", "title": null, "type": "comment" }, { "action": "created", "author": "waqar-baig", "comment_id": 96959803, "datetime": 1430206310000, "masked_author": "username_0", "text": "Need some time. Will do it.", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 96999213, "datetime": 1430215418000, "masked_author": "username_2", "text": "Ok, cool, just let me know if you need a hand.", "title": null, "type": "comment" }, { "action": "created", "author": "waqar-baig", "comment_id": 107327758, "datetime": 1433141532000, "masked_author": "username_0", "text": "I believe it is ready to merge :)", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 107665157, "datetime": 1433183545000, "masked_author": "username_2", "text": "Please, rebase this branch to have it up to date with master.", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 107665374, "datetime": 1433183618000, "masked_author": "username_2", "text": "@username_0 left a couple of comments, good work apart for this. Thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 118177176, "datetime": 1435873400000, "masked_author": "username_2", "text": "@username_0 How are you doing with this? Do you need any help?", "title": null, "type": "comment" }, { "action": "created", "author": "xykox", "comment_id": 183409501, "datetime": 1455295947000, "masked_author": "username_3", "text": "Hi all,\r\nwill the pull request be merged ?", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 183461326, "datetime": 1455305979000, "masked_author": "username_2", "text": "Yeah, give me a couple of hours", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 183465275, "datetime": 1455306671000, "masked_author": "username_2", "text": "Actually it needs to be @username_0 who finishes it as the code is in his fork.\r\n@username_0 Are you up for finishing this?\r\nTODO list:\r\n* The JSON dump of the APNS notification has to be in ascii-8bit and I don't think `to_json`encodes using it\r\n* Docs update to describe the new argument.\r\n\r\nApart from this small details this is a good feature. Cheers!", "title": null, "type": "comment" }, { "action": "created", "author": "xykox", "comment_id": 183624133, "datetime": 1455350955000, "masked_author": "username_3", "text": "thx :)", "title": null, "type": "comment" }, { "action": "created", "author": "waqar-baig", "comment_id": 185672206, "datetime": 1455794666000, "masked_author": "username_0", "text": "I had issues serializing deep ActiveRecord objects with JSON.dump.\r\nSo, I had changed it to #to_json.\r\nAlso using this same fork in my production without issues.\r\nYou guys can give it a try and merge if it works for you :)", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 186576850, "datetime": 1455968415000, "masked_author": "username_2", "text": "@username_0 You're right, I didn't read the force_encoding properly.\r\n\r\nCould you please update the README file to include the new parameter documentation? Then I'll merge it straight away.\r\n\r\nBTW, very glad to hear you're using the gem in production nicely! :)", "title": null, "type": "comment" }, { "action": "created", "author": "waqar-baig", "comment_id": 186774613, "datetime": 1456042507000, "masked_author": "username_0", "text": "I have already updated the apns.rb example for the same.\r\nI hope you are looking for the same.\r\nCause readme file doesn't have code snippets.", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 186803620, "datetime": 1456054326000, "masked_author": "username_2", "text": "Sorry @username_0 I thought there were some snippets in README file. Sorry about that. \r\nJust left a couple of minor comments about tests and it should be ready to merge.\r\nGreat work!", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 186942260, "datetime": 1456096629000, "masked_author": "username_2", "text": "That's really cool. Thanks @username_0 for your effort.", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 187087999, "datetime": 1456132964000, "masked_author": "username_2", "text": "Travis build failed because the `Gemfile.lock`has the previous version referenced. See: [https://github.com/username_2/ruby-push-notifications/blob/master/Gemfile.lock#L4](https://github.com/username_2/ruby-push-notifications/blob/master/Gemfile.lock#L4)\r\nPlease, run `bundle update` to update the reference and that should fix it.", "title": null, "type": "comment" }, { "action": "created", "author": "calonso", "comment_id": 187712800, "datetime": 1456236441000, "masked_author": "username_2", "text": "@username_0 Perfect, thanks!!", "title": null, "type": "comment" } ]
4
21
2,287
false
false
2,287
true
node-modules/urllib
node-modules
116,814,555
104
null
[ { "action": "opened", "author": "alsotang", "comment_id": null, "datetime": 1447436395000, "masked_author": "username_0", "text": "I ctrl+f in urllib's readme and source code, seems there is no any code for proxy?", "title": "no support for proxy?", "type": "issue" }, { "action": "created", "author": "fengmk2", "comment_id": 184256260, "datetime": 1455550496000, "masked_author": "username_1", "text": "see https://github.com/cnpm/cnpmjs.org/issues/607#issuecomment-77755574", "title": null, "type": "comment" }, { "action": "closed", "author": "fengmk2", "comment_id": null, "datetime": 1456506469000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
153
false
false
153
false