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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
runelite/plugin-hub | runelite | 714,021,673 | 648 | {
"number": 648,
"repo": "plugin-hub",
"user_login": "runelite"
} | [
{
"action": "opened",
"author": "Nightfirecat",
"comment_id": null,
"datetime": 1601707691000,
"masked_author": "username_0",
"text": "This commit pulls the following changes for fight-cave-waves:\r\n\r\n* Updated plugin name to match plugin-hub listing\r\n* Support for inferno waves\r\n* Resizable overlay support\r\n\r\nIt also pulls the following changes for both plugins:\r\n\r\n* Updates the `author` field to use my username\r\n* Updates the package path to match my own domain",
"title": "Update fight-cave-waves and virtual-level-ups",
"type": "issue"
}
] | 2 | 2 | 699 | false | true | 331 | false |
tektoncd/plumbing | tektoncd | 802,492,609 | 714 | {
"number": 714,
"repo": "plumbing",
"user_login": "tektoncd"
} | [
{
"action": "opened",
"author": "afrittoli",
"comment_id": null,
"datetime": 1612561067000,
"masked_author": "username_0",
"text": "<!-- 🎉🎉🎉 Thank you for the PR!!! 🎉🎉🎉 -->\r\n\r\n# Changes\r\n\r\nRefactor nightly builds to:\r\n- move nightly builds to an own namespace\r\n- use a single event listener for all nightly builds\r\n- use independent trigger CRDs for each project\r\n- make it easier to add new builds\r\n\r\n\r\n\r\n# Submitter Checklist\r\n\r\nThese are the criteria that every PR should meet, please check them off as you\r\nreview them:\r\n\r\n- [x] Includes [docs](https://github.com/tektoncd/community/blob/master/standards.md#principles) (if user facing)\r\n- [x] Commit messages follow [commit message best practices](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages)\r\n\r\n_See [the contribution guide](https://github.com/tektoncd/pipeline/blob/master/CONTRIBUTING.md)\r\nfor more details._\r\n\r\n/kind misc",
"title": "Refactor nightly builds",
"type": "issue"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 774302397,
"datetime": 1612561099000,
"masked_author": "username_0",
"text": "I test this ok for pipeline in the tekton-nightly namespace.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 774313347,
"datetime": 1612562685000,
"masked_author": "username_0",
"text": "/test plumbing-golang-lint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 774313397,
"datetime": 1612562694000,
"masked_author": "username_0",
"text": "/test plumbing-yamllint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 774313974,
"datetime": 1612562785000,
"masked_author": "username_0",
"text": "A number of resources required for release purposes are deployed manually: secrets, the project specific task and pipelines, the tasks from the catalogue... this is also a chance to check what's missing, what we could automate further and what needs to be documented.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 774314052,
"datetime": 1612562796000,
"masked_author": "username_0",
"text": "/hold",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775234818,
"datetime": 1612798606000,
"masked_author": "username_0",
"text": "Waiting for https://github.com/tektoncd/triggers/pull/950",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775235011,
"datetime": 1612798621000,
"masked_author": "username_0",
"text": "/test plumbing-yamllint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775235827,
"datetime": 1612798690000,
"masked_author": "username_0",
"text": "/test plumbing-golang-lint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775483616,
"datetime": 1612820665000,
"masked_author": "username_0",
"text": "/hold cancel",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775498541,
"datetime": 1612822427000,
"masked_author": "username_0",
"text": "/test check-pr-has-kind-label",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 775929206,
"datetime": 1612876764000,
"masked_author": "username_0",
"text": "I'm having an (issue)[https://kubernetes.slack.com/archives/C9A5ALABG/p1612864727104700] with `kustomize` with this patch, the namespace is added next to the name of tasks in pipelines, which breaks validation:\r\n\r\nOriginal pipeline:\r\n```\r\napiVersion: tekton.dev/v1beta1\r\nkind: Pipeline\r\nmetadata:\r\n name: dashboard-dashboard-release\r\n namespace: tekton-nightly\r\nspec:\r\n tasks:\r\n taskRef:\r\n name: build-tekton-dashboard\r\n```\r\n\r\nRendered pipeline:\r\n```\r\napiVersion: tekton.dev/v1beta1\r\nkind: Pipeline\r\nmetadata:\r\n name: dashboard-dashboard-release\r\n namespace: tekton-nightly\r\nspec:\r\n tasks:\r\n taskRef:\r\n name: dashboard-build-tekton-dashboard\r\n namespace: tekton-nightly\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 776064454,
"datetime": 1612888079000,
"masked_author": "username_0",
"text": "/test plumbing-yamllint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 776064654,
"datetime": 1612888098000,
"masked_author": "username_0",
"text": "/test plumbing-kubectl-build",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 776064883,
"datetime": 1612888116000,
"masked_author": "username_0",
"text": "/test check-pr-has-kind-label",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 776081882,
"datetime": 1612889572000,
"masked_author": "username_0",
"text": "/code plumbing-yamllint",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "afrittoli",
"comment_id": 776318612,
"datetime": 1612913811000,
"masked_author": "username_0",
"text": "/test plumbing-yamllint",
"title": null,
"type": "comment"
}
] | 2 | 19 | 3,727 | false | true | 2,138 | false |
Ans0n-Ti0/esc-pos-encoder-ionic-demo | null | 734,005,752 | 7 | null | [
{
"action": "opened",
"author": "Ans0n-Ti0",
"comment_id": null,
"datetime": 1604247948000,
"masked_author": "username_0",
"text": "Question posted on stackoverflow moved into issue ticket.\r\n\r\nhttps://stackoverflow.com/questions/64552320/connect-and-print-in-th-esc-pos-mobile-printerusing-ionic/64605418?noredirect=1#comment114277981_64605418\r\n\r\nNeed more information about the issue from @Glen",
"title": "Link in Tab 1 is not redirected",
"type": "issue"
},
{
"action": "created",
"author": "lajith111",
"comment_id": 720121332,
"datetime": 1604250937000,
"masked_author": "username_1",
"text": "Thanks for the creating issue... actually I am first building ionic app.i used ionic cordova run android to run..it is executed..am using moto G4 phone.(Android 8.1).it is looks like below..I clicked\r\n\r\ni\r\n\r\n\r\nThanks\r\n\r\nGlen",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lajith111",
"comment_id": 720220508,
"datetime": 1604288734000,
"masked_author": "username_1",
"text": "@username_0 Tabs working fine when reinstalled app... If possilble pls let me know how one time saving bluetooth device with search device and save it for future use..Thanks",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Ans0n-Ti0",
"comment_id": 721795945,
"datetime": 1604503343000,
"masked_author": "username_0",
"text": "Hello, sorry to keep you waiting.\r\n\r\none way to save the list of Bluetooth is by storing them in local storage\r\n[Native Storage Ionic 5](https://ionicframework.com/docs/native/native-storage)\r\n\r\nBasically, you can create a form to collect user input for the Bluetooth MAC Address into the local storage which can be used to print in the future.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lajith111",
"comment_id": 722816037,
"datetime": 1604638610000,
"masked_author": "username_1",
"text": "@username_0 i have stucked in ionic.. if dont mind can u pls do it a sample application as freelancer(paid service) \r\nI need Below requirement ( Api allready developed)\r\n1. Login ( Refresh token)\r\n2. Bluetooth Configuration (one time)\r\n3. one page save (only submit)\r\n Details :\r\n Customer Id: string\r\n Amount : number \r\n Submit ( call Api) and print (dummy sample, i will change to my requirement)\r\n4. Logout",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Ans0n-Ti0",
"comment_id": 724712589,
"datetime": 1605016092000,
"masked_author": "username_0",
"text": "Hello @username_1 I am afraid that I do not have the time to code the sample application.\r\n\r\nBut feel free to ask any question here, I will try my best to answer you.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lajith111",
"comment_id": 735346361,
"datetime": 1606627769000,
"masked_author": "username_1",
"text": "Thanks bro...Finally I did almost connect the blue tooth printer...do you have any sample code invoice with items( any sample) ok.. for testing...it's almost taken too much time..pls bro.. username_1@gmail.com..I need only format for the print",
"title": null,
"type": "comment"
}
] | 2 | 7 | 1,968 | false | false | 1,968 | true |
googlesamples/easypermissions | googlesamples | 259,054,297 | 164 | null | [
{
"action": "opened",
"author": "jdermont",
"comment_id": null,
"datetime": 1505889145000,
"masked_author": "username_0",
"text": "Sorry if this was already covered, but I couldn't find it anywhere.\r\n\r\n```\r\nEasyPermissions.requestPermissions(\r\n this,\r\n \"You need to grant permissions\",\r\n PERMISSION_REQUEST,\r\n Manifest.permission.RECORD_AUDIO)\r\n```\r\n\r\nBefore the actual permissions asking I get dialog with rationale and OK and Cancel buttons. When OK is clicked - it goes to permission asking. If cancel is clicked, dialog dismisses but I can't find any way to set listener for that.",
"title": "Rationale cancel callback",
"type": "issue"
},
{
"action": "created",
"author": "samtstern",
"comment_id": 330966354,
"datetime": 1505938204000,
"masked_author": "username_1",
"text": "@username_0 if the user cancels the rationale dialog you should get a regular permission denied callback.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jdermont",
"comment_id": 331059731,
"datetime": 1505973730000,
"masked_author": "username_0",
"text": "@username_1 ok, needed also to make Activity implement EasyPermissions.PermissionCallbacks",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "jdermont",
"comment_id": null,
"datetime": 1505973730000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 657 | false | false | 657 | true |
shaqian/flutter_tflite | null | 769,514,362 | 183 | null | [
{
"action": "opened",
"author": "TheHong",
"comment_id": null,
"datetime": 1608180635000,
"masked_author": "username_0",
"text": "I trained YOLOv2-tiny using Darknet on a computer. **During testing off the phone, all objects were detected.**\r\nHowever, when inputting the same images to the tflite model on my Flutter app **on a phone, some detections were missing/incorrect.**\r\n\r\n_At first I thought I was training the model poorly, but when I found out that the .weights detections were good on the computer and differed from the .tflite detections on the phone, it seemed like the model on the phone was not behaving the same way as on the computer._\r\n\r\nI am more than happy to provide more information about this, if needed.\r\n\r\n**Here is some more information:**\r\n- Off the phone, I converted .weights file from Darknet to .pb and then to .tflite using https://prashantdandriyal.medium.com/darknet-to-tensorflow-to-tensorflowlite-b783d55b106a. \r\n- On the phone, my implementation in Flutter is the following (based on https://github.com/shaqian/flutter_tflite/blob/master/example/lib/main.dart):\r\n\r\n```\r\nimport 'package:flutter/services.dart';\r\nimport 'package:tflite/tflite.dart';\r\nimport 'package:image/image.dart' as img;\r\nstatic Future<List> runDetector(File imageFile) async {\r\n await Tflite.loadModel(\r\n model: \"assets/$modelToLoad.tflite\",\r\n labels: \"assets/${modelToLoad}_labels.txt\",\r\n );\r\n var imageBytes = (await rootBundle.load(imageFile.path)).buffer;\r\n img.Image oriImage = img.decodeJpg(imageBytes.asUint8List());\r\n img.Image resizedImage = img.copyResize(\r\n oriImage,\r\n width: 416,\r\n height: 416,\r\n );\r\n return await Tflite.detectObjectOnBinary(\r\n binary: imageToByteListFloat32(resizedImage,416,0.0,255.0,),\r\n model: \"YOLO\",\r\n threshold: 0.05,\r\n numResultsPerClass: 5,\r\n anchors: [1.08, 1.19, 3.42, 4.41, 6.63, 11.38, 9.42, 5.11, 16.62, 10.52], // based on .cfg file\r\n blockSize: 32, // defaults to 32\r\n numBoxesPerBlock: 5, // defaults to 5\r\n asynch: true, // defaults to true\r\n );\r\n}\r\n\r\nstatic Uint8List imageToByteListFloat32(\r\n img.Image image, int inputSize, double mean, double std) {\r\n var convertedBytes = Float32List(1 * inputSize * inputSize * 3);\r\n var buffer = Float32List.view(convertedBytes.buffer);\r\n int pixelIndex = 0;\r\n for (var i = 0; i < inputSize; i++) {\r\n for (var j = 0; j < inputSize; j++) {\r\n var pixel = image.getPixel(j, i);\r\n buffer[pixelIndex++] = (img.getRed(pixel) - mean) / std;\r\n buffer[pixelIndex++] = (img.getGreen(pixel) - mean) / std;\r\n buffer[pixelIndex++] = (img.getBlue(pixel) - mean) / std;\r\n }\r\n }\r\n return convertedBytes.buffer.asUint8List();\r\n }\r\n```",
"title": "YOLOv2-tiny detections on computer differ from detections on phone (using flutter_tflite)",
"type": "issue"
}
] | 1 | 1 | 2,641 | false | false | 2,641 | false |
digitalbitbox/bitbox-base | digitalbitbox | 533,828,964 | 304 | {
"number": 304,
"repo": "bitbox-base",
"user_login": "digitalbitbox"
} | [
{
"action": "opened",
"author": "Stadicus",
"comment_id": null,
"datetime": 1575622511000,
"masked_author": "username_0",
"text": "addresses https://github.com/digitalbitbox/bitbox-base/issues/291\r\n\r\nThe various build options make it difficult to spot if in total everyting is set correctly to build a production image. By adding the binary option `BASE_PRODUCTION_IMAGE` to build a PRODUCTION or DEV image, and setting all options to safe production defaults, configuration errors can be minimized.\r\n\r\nThis commit:\r\n* adds the build option `BASE_PRODUCTION_IMAGE`\r\n* sets all defaults to production values that can only be overwritten\r\n if `BASE_PRODUCTION_IMAGE=='false'`",
"title": "build: switch to build production image",
"type": "issue"
},
{
"action": "created",
"author": "Stadicus",
"comment_id": 562857686,
"datetime": 1575730405000,
"masked_author": "username_0",
"text": "This change requires updating `build-local.conf` for developers.",
"title": null,
"type": "comment"
}
] | 1 | 2 | 607 | false | false | 607 | false |
nos/client | nos | 521,191,315 | 1,236 | {
"number": 1236,
"repo": "client",
"user_login": "nos"
} | [
{
"action": "created",
"author": "DalderupMaurice",
"comment_id": 554896998,
"datetime": 1574063746000,
"masked_author": "username_0",
"text": "in favor of #1247",
"title": null,
"type": "comment"
}
] | 3 | 4 | 3,190 | false | true | 17 | false |
christophebedard/dco-check | null | 612,875,509 | 61 | {
"number": 61,
"repo": "dco-check",
"user_login": "christophebedard"
} | [
{
"action": "opened",
"author": "christophebedard",
"comment_id": null,
"datetime": 1588710624000,
"masked_author": "username_0",
"text": "Uses https://github.com/username_0/tag-version-commit\r\n\r\nTherefore, pushing version commit should create a tag, which in turn should package and release to PyPI.\r\n\r\nCloses #60",
"title": "Add workflow file to automatically tag version commits using action",
"type": "issue"
}
] | 2 | 2 | 181 | false | true | 181 | true |
guildai/guildai | guildai | 684,605,583 | 227 | null | [
{
"action": "opened",
"author": "jethrokuan",
"comment_id": null,
"datetime": 1598270095000,
"masked_author": "username_0",
"text": "Crucially, I'd like to be able to specify the port number for the hiplot instance.\r\n\r\nAlso, it might be more consistent for the CLI to provide `guild hiplot`, in addition to `guild tensorboard`, e.g. `guild hiplot 1:20 --port 9000`",
"title": "Passing additional arguments to `guild compare --tool hiplot`",
"type": "issue"
},
{
"action": "created",
"author": "gar1t",
"comment_id": 679119616,
"datetime": 1598274960000,
"masked_author": "username_1",
"text": "The current implementation doesn't serve HiPlot on a server - it simply generates the HTML and then opens the file in the browser.\r\n\r\nTo serve this over a port, you'd need to do something like this:\r\n\r\n $ HIPLOT_HTML=/tmp/plot.html guild compare --tool hiplot && (cd /tmp/ && python3 -m http.server 8080)\r\n\r\nMoving the 'tools' support into separate commands is on the road map. This will allow pluggable commands for any variety of Guild extensions. The 'tools' option for Compare was/is a way to quickly introduce experimental integrations.\r\n\r\nAny config required for a 'tool' in this case will be configured via environment variables. In the case of HiPlot though there's no port to configure.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 929 | false | false | 929 | false |
apache/incubator-iotdb | apache | 611,101,487 | 1,144 | null | [
{
"action": "opened",
"author": "juice411",
"comment_id": null,
"datetime": 1588391965000,
"masked_author": "username_0",
"text": "\r\n如图所示,select last exName0000009 from root.DDM.XDB,返回结果中却是root.DDM.XDB.tag0000009,应该保持别名信息",
"title": "last 查询中如果用了别名返回结果中丢失别名信息",
"type": "issue"
},
{
"action": "created",
"author": "qiaojialin",
"comment_id": 627701210,
"datetime": 1589335714000,
"masked_author": "username_1",
"text": "https://github.com/apache/incubator-iotdb/pull/1183\r\n原始数据查询和Last查询已支持",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "qiaojialin",
"comment_id": null,
"datetime": 1589335714000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 266 | false | false | 266 | false |
sgrsntr/intro-html | null | 849,474,209 | 2 | {
"number": 2,
"repo": "intro-html",
"user_login": "sgrsntr"
} | [
{
"action": "opened",
"author": "sgrsntr",
"comment_id": null,
"datetime": 1617396251000,
"masked_author": "username_0",
"text": "",
"title": "Add index.html",
"type": "issue"
}
] | 2 | 2 | 207 | false | true | 0 | false |
gnosis/safe-cmm-app-react | gnosis | 698,005,563 | 44 | null | [
{
"action": "opened",
"author": "andre-meyer",
"comment_id": null,
"datetime": 1599746339000,
"masked_author": "username_0",
"text": "# Description\r\nThe start price should be working according to the design:\r\n\r\n\r\n# To replicate\r\n- [ ] Open \"Deploy\" screen\r\n- [ ] Try to edit market priice\r\n\r\n# Expected\r\nStart-price should be editable.\r\n\r\n# Notes\r\nThe above \"market price\" should be filled in if the user clicks a link showing the price. This is not necessary. **Automatically update the current price when the selected tokens change and allow manual editing.**",
"title": "Bug: Price estimation should be changeable ",
"type": "issue"
},
{
"action": "closed",
"author": "andre-meyer",
"comment_id": null,
"datetime": 1600867434000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "elena-zh",
"comment_id": 706066291,
"datetime": 1602234605000,
"masked_author": "username_1",
"text": "Verified. \r\nUser is allowed to fill in and to edit a Start price. \r\nHowever, start price is not updated/changed when change a pair of tokens/swap tokens. Reported in #86",
"title": null,
"type": "comment"
}
] | 2 | 3 | 705 | false | false | 705 | false |
dotnet/dotnet-api-docs | dotnet | 847,775,935 | 5,855 | null | [
{
"action": "closed",
"author": "IEvangelist",
"comment_id": null,
"datetime": 1617727343000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 3 | 1,425 | false | true | 0 | false |
boto/s3transfer | boto | 442,862,208 | 133 | null | [
{
"action": "opened",
"author": "noahrowland",
"comment_id": null,
"datetime": 1557516276000,
"masked_author": "username_0",
"text": "we should be able to generate presigned urls for the upload_file and upload_fileobj methods. Right now this returns:\r\n```UnknownClientMethodError: Client does not have method: upload_fileobj```",
"title": "implement presigned urls in botocore",
"type": "issue"
},
{
"action": "created",
"author": "kyleknap",
"comment_id": 492388414,
"datetime": 1557864194000,
"masked_author": "username_1",
"text": "So for the `generate_presigned_url` method, you can specify `put_object` as the method instead if you want to presign for PUT's. The `upload_file` and `upload_fileobj` are just higher level methods that wrap the lower-level `put_object` and multipart-upload operations. Would `put_object` work for your use case instead when generating presigned url's?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kyleknap",
"comment_id": 492389356,
"datetime": 1557864364000,
"masked_author": "username_1",
"text": "I noticed that you opened the issue on the `botocore` repository as well: https://github.com/boto/botocore/issues/1730. Let's keep the conversation going over in that issue as it applies more to`botocore` than `s3transfer`",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "kyleknap",
"comment_id": null,
"datetime": 1557864365000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 767 | false | false | 767 | false |
Kotlin/kotlin-numpy | Kotlin | 806,890,539 | 25 | null | [
{
"action": "opened",
"author": "breandan",
"comment_id": null,
"datetime": 1613095674000,
"masked_author": "username_0",
"text": "I encountered an error running the [`KotlinNumpy.ipynb`](https://github.com/Kotlin/kotlin-jupyter/blob/master/samples/KotlinNumpy.ipynb) sample with Python `3.7.7` on Anaconda. Not sure if this is an issue with Kotlin Jupyter or Kotlin-NumPy. I'll paste it here in case it helps:\r\n\r\n```\r\njava.lang.Exception: \"ERROR: Command errored out with exit status 1:\r\n command: /home/username_0/anaconda3/envs/jupyter/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-6mvnxo8k/ktnumpy_48cc07a285f44b658c0646b09fcae090/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-6mvnxo8k/ktnumpy_48cc07a285f44b658c0646b09fcae090/setup.py'\"'\"';f=getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__);code=f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-nsimjoic\r\n cwd: /tmp/pip-install-6mvnxo8k/ktnumpy_48cc07a285f44b658c0646b09fcae090/\r\n Complete output (9 lines):\r\n Traceback (most recent call last):\r\n File \"<string>\", line 1, in <module>\r\n File \"/tmp/pip-install-6mvnxo8k/ktnumpy_48cc07a285f44b658c0646b09fcae090/setup.py\", line 67, in <module>\r\n include_dirs=get_java_includes() + ['src/main/ktnumpy/jni/include', get_numpy_include()]\r\n File \"/tmp/pip-install-6mvnxo8k/ktnumpy_48cc07a285f44b658c0646b09fcae090/buildScr/python/utils.py\", line 76, in get_java_includes\r\n java_include = os.path.join(java_home, 'include')\r\n File \"/home/username_0/anaconda3/envs/jupyter/lib/python3.9/posixpath.py\", line 76, in join\r\n a = os.fspath(a)\r\n TypeError: expected str, bytes or os.PathLike object, not NoneType\r\n ----------------------------------------\r\nERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\" when executing the command: python -m pip install -i https://pypi.org/simple/ ktnumpy==0.1.4\r\norg.jetbrains.numkt.LibraryLoader.execCommand(NativeLibUtils.kt:138)\r\norg.jetbrains.numkt.LibraryLoader.loadLibraries(NativeLibUtils.kt:94)\r\norg.jetbrains.numkt.Interpreter.initialize(Interpreter.kt:49)\r\norg.jetbrains.numkt.Interpreter.access$initialize(Interpreter.kt:23)\r\norg.jetbrains.numkt.Interpreter$Companion.getInterpreter(Interpreter.kt:30)\r\norg.jetbrains.numkt.UtilsKt.callFunc(Utils.kt:59)\r\norg.jetbrains.numkt.UtilsKt.callFunc$default(Utils.kt:57)\r\nLine_1.<init>(Line_1.jupyter-kts:13)\r\njava.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\r\njava.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\r\njava.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\r\njava.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)\r\nkotlin.script.experimental.jvm.BasicJvmScriptEvaluator.evalWithConfigAndOtherScriptsResults(BasicJvmScriptEvaluator.kt:96)\r\nkotlin.script.experimental.jvm.BasicJvmScriptEvaluator.invoke$suspendImpl(BasicJvmScriptEvaluator.kt:41)\r\nkotlin.script.experimental.jvm.BasicJvmScriptEvaluator.invoke(BasicJvmScriptEvaluator.kt)\r\nkotlin.script.experimental.jvm.BasicJvmReplEvaluator.eval(BasicJvmReplEvaluator.kt:51)\r\norg.jetbrains.kotlinx.jupyter.repl.impl.InternalEvaluatorImpl$eval$resultWithDiagnostics$1.invokeSuspend(InternalEvaluatorImpl.kt:63)\r\nkotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\r\nkotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)\r\nkotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)\r\nkotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:84)\r\nkotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)\r\nkotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)\r\nkotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)\r\nkotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)\r\norg.jetbrains.kotlinx.jupyter.repl.impl.InternalEvaluatorImpl.eval(InternalEvaluatorImpl.kt:63)\r\norg.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$execute$$inlined$with$lambda$1.invoke(CellExecutorImpl.kt:57)\r\norg.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$execute$$inlined$with$lambda$1.invoke(CellExecutorImpl.kt:26)\r\norg.jetbrains.kotlinx.jupyter.ReplForJupyterImpl.withHost(repl.kt:506)\r\norg.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl.execute(CellExecutorImpl.kt:56)\r\norg.jetbrains.kotlinx.jupyter.repl.CellExecutor$DefaultImpls.execute$default(CellExecutor.kt:20)\r\norg.jetbrains.kotlinx.jupyter.ReplForJupyterImpl$eval$1.invoke(repl.kt:352)\r\norg.jetbrains.kotlinx.jupyter.ReplForJupyterImpl$eval$1.invoke(repl.kt:140)\r\norg.jetbrains.kotlinx.jupyter.ReplForJupyterImpl.withEvalContext(repl.kt:332)\r\norg.jetbrains.kotlinx.jupyter.ReplForJupyterImpl.eval(repl.kt:347)\r\norg.jetbrains.kotlinx.jupyter.ProtocolKt$shellMessagesHandler$res$1.invoke(protocol.kt:279)\r\norg.jetbrains.kotlinx.jupyter.ProtocolKt$shellMessagesHandler$res$1.invoke(protocol.kt)\r\norg.jetbrains.kotlinx.jupyter.ProtocolKt.evalWithIO(protocol.kt:435)\r\norg.jetbrains.kotlinx.jupyter.ProtocolKt.shellMessagesHandler(protocol.kt:278)\r\norg.jetbrains.kotlinx.jupyter.IkotlinKt.kernelServer(ikotlin.kt:129)\r\norg.jetbrains.kotlinx.jupyter.IkotlinKt.kernelServer$default(ikotlin.kt:97)\r\norg.jetbrains.kotlinx.jupyter.IkotlinKt.main(ikotlin.kt:74)\r\n```",
"title": "TypeError: expected str, bytes or os.PathLike object, not NoneType",
"type": "issue"
},
{
"action": "created",
"author": "devcrocod",
"comment_id": 805071345,
"datetime": 1616519011000,
"masked_author": "username_1",
"text": "Check if `java_home` is set in `PATH`",
"title": null,
"type": "comment"
}
] | 2 | 2 | 5,414 | false | false | 5,414 | true |
thirrith/etheltowne | null | 776,700,111 | 7 | null | [
{
"action": "opened",
"author": "thirrith",
"comment_id": null,
"datetime": 1609376657000,
"masked_author": "username_0",
"text": "https://username_0.github.io/etheltowne/excerpt-zhexuedegushi/ \n\n 1\n\n通过想象和理性,我们将经验转变成预见,我们成为自己未来的创造者,而不再是我们的过去的奴隶。因此我们获得了人唯一可能获得的自由。若一个人是自由的,并不是因为他摆脱了社会的评判和礼仪,而是因为他摆脱了本能的个人主义。伟大并不是凌驾于人类之统治他人,而是站在无知的欲望所滋生的偏颇和无益之上统领自己。\n\n2 斯宾诺莎\n\n如果将厌恶和误解置于一边,哲学解释就可以发现相互敌对的信仰隐藏着的一致的核心和精髓。\n\n思想的本性是与秩序相抵触的,我们更愿意追随奇思妙想散落的点点滴滴,由我们的梦想编织并不牢靠的哲学。\n\n形式和事物的具体内容之于上帝,就如同一座桥之于其建造所依据的设计,结构,数学和力学规律,它们是桥的根本基础,潜在条件和实体。\n\n精神和物质都不是上帝,但是,精神活动和分子活动组成了世界的双重历史,这些和它们的因果,规律才是上帝。\n\n“我提醒你,我不认为自然是美丽或丑恶的,是秩序井然的或一片混乱的。只有在我们想象的关系中,事物才能称为美或丑,井井有条或混乱不堪。”\n\n精神不是物质,物质也不是精神。它们并不是两个进程,也不是两个实体。它们是同一个进程,从内部看是精神,从外部看是物质。精神和形体不相互作用,因为它们不是异质的,它们是一回事。“精神的决定和形体的欲望决定是同一的。”",
"title": "【書摘】哲学的故事",
"type": "issue"
}
] | 1 | 1 | 609 | false | false | 609 | true |
MicrosoftDocs/winrt-api | MicrosoftDocs | 598,456,502 | 1,603 | null | [
{
"action": "opened",
"author": "asklar",
"comment_id": null,
"datetime": 1586687885000,
"masked_author": "username_0",
"text": "if you're passing something like `(L\"eval\", std::vector<winrt::hstring>{ L\"Date.now()\" })` this won't work\nYou have to pass `\"Date.now().toString()\"` to convert the value to a string on the JS side, otherwise you get back an empty HSTRING.\n\n---\n#### Document Details\n\n⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*\n\n* ID: 15b50e95-d8c9-71f5-2f3c-d2e3d5504000\n* Version Independent ID: 90579498-c001-9031-4362-d5ce7dc1a911\n* Content: [WebView.InvokeScriptAsync(String, IEnumerable<String>) Method (Windows.UI.Xaml.Controls) - Windows UWP applications](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.webview.invokescriptasync?view=winrt-18362)\n* Content Source: [winrt-api-build/xml/Windows.UI.Xaml.Controls/WebView.xml](https://github.com/MicrosoftDocs/winrt-api/blob/docs/winrt-api-build/xml/Windows.UI.Xaml.Controls/WebView.xml)\n* Product: **uwp**\n* Technology: **winui**\n* GitHub Login: @jwmsft\n* Microsoft Alias: **jimwalk**",
"title": "JavaScript values need to be converted to string in the JS engine",
"type": "issue"
}
] | 1 | 1 | 1,003 | false | false | 1,003 | false |
ElementsProject/elements | ElementsProject | 429,847,167 | 565 | {
"number": 565,
"repo": "elements",
"user_login": "ElementsProject"
} | [
{
"action": "opened",
"author": "instagibbs",
"comment_id": null,
"datetime": 1554483118000,
"masked_author": "username_0",
"text": "Problem is this assert is hard to hit in practice, only Travis seems to.\r\n\r\nWe should not be relying on the mempool consistency checks to make sure bad blocks don't get accepted during parent chain RPC failure so let's just have the node continue and check behavior we expect.",
"title": "Turn off mempool consistency check in fedpeg test to avoid assert",
"type": "issue"
},
{
"action": "created",
"author": "stevenroose",
"comment_id": 481798393,
"datetime": 1554919268000,
"masked_author": "username_1",
"text": "ACK 8b718d25dc4871d1a0b813e340f92d6d90d188cc",
"title": null,
"type": "comment"
}
] | 2 | 2 | 320 | false | false | 320 | false |
DaedalusGame/EmbersRekindled | null | 792,625,817 | 287 | null | [
{
"action": "opened",
"author": "rtb523",
"comment_id": null,
"datetime": 1611427577000,
"masked_author": "username_0",
"text": "there is a guidebook mod called patchouli and you should add one",
"title": "add patchouli support[suggestion]",
"type": "issue"
},
{
"action": "created",
"author": "rtb523",
"comment_id": 766160115,
"datetime": 1611427835000,
"masked_author": "username_0",
"text": "also it allows a blue print of multiblocks",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DaedalusGame",
"comment_id": 766344537,
"datetime": 1611493379000,
"masked_author": "username_1",
"text": "except that uhhh embers multiblocks don't need blueprints because they just place the full multiblock",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rtb523",
"comment_id": 767123812,
"datetime": 1611610037000,
"masked_author": "username_0",
"text": "yeah but thats not the only thing it does it also is a guidebook like a questbook or somthing with out quests",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rtb523",
"comment_id": 767123957,
"datetime": 1611610054000,
"masked_author": "username_0",
"text": "just the blueprint part is a feuture",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rtb523",
"comment_id": 767124396,
"datetime": 1611610102000,
"masked_author": "username_0",
"text": "you can look at there page for a better explanation",
"title": null,
"type": "comment"
}
] | 2 | 6 | 403 | false | false | 403 | false |
influxdata/docs.influxdata.com | influxdata | 609,703,783 | 2,809 | {
"number": 2809,
"repo": "docs.influxdata.com",
"user_login": "influxdata"
} | [
{
"action": "opened",
"author": "AlexHeylin",
"comment_id": null,
"datetime": 1588234886000,
"masked_author": "username_0",
"text": "",
"title": "Add word missing from sideload commands",
"type": "issue"
},
{
"action": "created",
"author": "kelseiv",
"comment_id": 624292308,
"datetime": 1588710984000,
"masked_author": "username_1",
"text": "Thank you, @username_0!",
"title": null,
"type": "comment"
}
] | 2 | 2 | 23 | false | false | 23 | true |
wKovacs64/eslint-plugin-wkovacs64 | null | 762,614,435 | 58 | {
"number": 58,
"repo": "eslint-plugin-wkovacs64",
"user_login": "wKovacs64"
} | [
{
"action": "created",
"author": "wKovacs64",
"comment_id": 757565384,
"datetime": 1610322414000,
"masked_author": "username_0",
"text": ":tada: This PR is included in version 11.1.0 :tada:\n\nThe release is available on:\n- [npm package (@latest dist-tag)](https://www.npmjs.com/package/eslint-plugin-wkovacs64/v/11.1.0)\n- [GitHub release](https://github.com/username_0/eslint-plugin-wkovacs64/releases/tag/v11.1.0)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:",
"title": null,
"type": "comment"
}
] | 2 | 2 | 4,205 | false | true | 379 | true |
timtraversy/new_version | null | 610,768,573 | 3 | {
"number": 3,
"repo": "new_version",
"user_login": "timtraversy"
} | [
{
"action": "opened",
"author": "SachinGanesh",
"comment_id": null,
"datetime": 1588342068000,
"masked_author": "username_0",
"text": "",
"title": "Update html version",
"type": "issue"
},
{
"action": "created",
"author": "timtraversy",
"comment_id": 622512146,
"datetime": 1588358659000,
"masked_author": "username_1",
"text": "Thanks! Looks good. Would you mind adding `android/local.properties` to the `.gitignore`, then running `git rm --cached android/local.properties`? That should never have been committed.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "SachinGanesh",
"comment_id": 622533316,
"datetime": 1588362006000,
"masked_author": "username_0",
"text": "Done",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "timtraversy",
"comment_id": 622621524,
"datetime": 1588378649000,
"masked_author": "username_1",
"text": "Thanks! I'll push this release out.",
"title": null,
"type": "comment"
}
] | 2 | 4 | 224 | false | false | 224 | false |
mgufrone/cpanel-php | null | 694,370,932 | 37 | null | [
{
"action": "opened",
"author": "JamesThanna",
"comment_id": null,
"datetime": 1599396838000,
"masked_author": "username_0",
"text": "Hi, \r\n\r\nI'm trying to install Guzzle on my Application but it seems that this composer is requiring guzzle 6 but the latest version is 7.\r\n\r\n`composer require guzzlehttp/guzzle\r\nUsing version ^7.0 for guzzlehttp/guzzle\r\n./composer.json has been updated\r\nLoading composer repositories with package information\r\nUpdating dependencies (including require-dev)\r\nYour requirements could not be resolved to an installable set of packages.\r\n\r\n Problem 1\r\n - Installation request for guzzlehttp/guzzle ^7.0 -> satisfiable by guzzlehttp/guzzle[7.0.0, 7.0.0-beta.1, 7.0.0-beta.2, 7.0.0-rc.1, 7.0.1, 7.0.x-dev, 7.1.x-dev].\r\n - gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].\r\n - gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].\r\n - gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].\r\n - Conclusion: don't install guzzlehttp/guzzle 6.5.x-dev\r\n - Installation request for gufy/cpanel-php ~2.0 -> satisfiable by gufy/cpanel-php[v2.0.0].\r\n\r\n\r\nInstallation failed, reverting ./composer.json to its original content.`\r\n\r\nThere is any plans to update this to allow the latest version of guzzle or is there a work around?\r\n\r\nThanks\r\nJames",
"title": "gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 ",
"type": "issue"
},
{
"action": "created",
"author": "JamesThanna",
"comment_id": 687783317,
"datetime": 1599397132000,
"masked_author": "username_0",
"text": "I'm able to run composer require guzzlehttp/guzzle:~6.0 to get old versions of Guzzle. \r\n\r\nIs there any plans to update this package to support 7?",
"title": null,
"type": "comment"
}
] | 1 | 2 | 1,438 | false | false | 1,438 | false |
wfxr/minimap.vim | null | 710,075,977 | 15 | null | [
{
"action": "opened",
"author": "lucax88x",
"comment_id": null,
"datetime": 1601283257000,
"masked_author": "username_0",
"text": "## Check list\r\n\r\n- [x] I have read through the [README](https://github.com/username_1/minimap.vim/blob/master/README.md) (especially F.A.Q section)\r\n- [x] I have searched through the existing issues\r\n\r\n## Environment info\r\n\r\n- OS\r\n - [x] Linux\r\n - [ ] Mac OS X\r\n - [ ] Windows\r\n - [ ] Others:\r\n\r\n## Version info\r\n\r\nNVIM v0.5.0-715-gc5ceefca7\r\nBuild type: RelWithDebInfo\r\nLuaJIT 2.1.0-beta3\r\nCompilation: /usr/bin/gcc-5 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/travis/build/neovim/bot-ci/build/neovim/build/config -I/home/travis/build/neovim/bot-ci/build/neovim/src -I/home/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/usr/include -I/home/travis/build/neovim/bot-ci/build/neovim/build/src/nvim/auto -I/home/travis/build/neovim/bot-ci/build/neovim/build/include\r\nCompiled by travis@travis-job-d2d0c85f-4607-4fc5-884e-8ea466f6d819\r\n\r\nFeatures: +acl +iconv +tui\r\nSee \":help feature-compile\"\r\n\r\nsystem vimrc file: \"$VIM/sysinit.vim\"\r\n fall-back for $VIM: \"/share/nvim\"\r\n\r\nRun :checkhealth for more info\r\n\r\n## Problem / Steps to reproduce\r\n\r\nHighlight works, but not so evident, check screenshot\r\n\r\nI'm using kitty with gruvbox theme and, nvim with gruvbox theme also\r\n\r\nWhat do I need to change?\r\n\r\n",
"title": "Highlights works, but not so \"highlight\"",
"type": "issue"
},
{
"action": "created",
"author": "wfxr",
"comment_id": 699876629,
"datetime": 1601283493000,
"masked_author": "username_1",
"text": "Use another highlight group, `keyword` for example:\r\n```\r\nlet g:minimap_highlight = 'Keyword'\r\n```\r\nHighlight group list can be found by `:hi`",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lucax88x",
"comment_id": 699883569,
"datetime": 1601284257000,
"masked_author": "username_0",
"text": "Can I suggest you to add this :hi on the readme? I was trying random stuff instead of Title, but couldn't get it to work, after changing to another one (StatusLine for me) it's now perfect.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "lucax88x",
"comment_id": null,
"datetime": 1601284259000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 1,999 | false | false | 1,999 | true |
elixir-nx/livebook | elixir-nx | 857,128,779 | 164 | null | [
{
"action": "opened",
"author": "josevalim",
"comment_id": null,
"datetime": 1618331242000,
"masked_author": "username_0",
"text": "In the snippet below:\r\n\r\n<img width=\"1044\" alt=\"Screenshot 2021-04-13 at 18 25 47\" src=\"https://user-images.githubusercontent.com/9582/114587207-b8350d00-9c85-11eb-9712-c5d160552c96.png\">\r\n\r\n\"..\" should still start in the next row. Some questions are:\r\n\r\n1. Should we use a thin line to separate them? Or maybe a light background on the results that are temporarily filtered?\r\n\r\n2. Should we continue showing the matching results on the entries below?",
"title": "Matching file selector results should be in their own row",
"type": "issue"
},
{
"action": "created",
"author": "josevalim",
"comment_id": 823950592,
"datetime": 1619000292000,
"masked_author": "username_0",
"text": "Current version:\r\n\r\n<img width=\"1156\" alt=\"Screenshot 2021-04-21 at 12 13 52\" src=\"https://user-images.githubusercontent.com/9582/115537924-a06c1300-a29b-11eb-997c-effb3ed505f6.png\">",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "josevalim",
"comment_id": null,
"datetime": 1619000292000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 3 | 633 | false | false | 633 | false |
oirik/wcc | null | 757,369,044 | 1 | null | [
{
"action": "opened",
"author": "rjworks",
"comment_id": null,
"datetime": 1607112206000,
"masked_author": "username_0",
"text": "go get github.com/username_1/wcc doesn't do anything",
"title": "go get github.com/oirik/wcc doesn't do anything",
"type": "issue"
},
{
"action": "created",
"author": "oirik",
"comment_id": 797477519,
"datetime": 1615554311000,
"masked_author": "username_1",
"text": "@username_0 \r\n\r\nHi, what do you mean with `doesn't do anything` ?\r\nWhen it comes to golang, nothing happens means success.\r\n\r\n```sh\r\n# not installed yet\r\n$ wcc\r\n-bash: /Users/username_1/go/bin/wcc: No such file or directory\r\n\r\n# install\r\n$ go get github.com/username_1/wcc\r\n\r\n# you can execute the command\r\n$ wcc\r\nwcc is a command-line tool which checks whether a website is changed or not.\r\nThis tool creates a data file named `wcc.dat` to save the registered websites in a current direcotry.\r\n\r\nUsage:\r\n\r\n wcc <command> [arguments]\r\n\r\nThe commands are:\r\n\r\n add Add new website which you want to check updates.\r\n check Check updates of the registered websites.\r\n help Show help information\r\n list Show list of the registered websites.\r\n rm Remove website from the registered list.\r\n version Show version information\r\n\r\nUse \"wcc help <command>\" for more information about a command.\r\n$\r\n```",
"title": null,
"type": "comment"
}
] | 2 | 2 | 954 | false | false | 954 | true |
trailofbits/blight | trailofbits | 765,978,834 | 26,217 | null | [
{
"action": "opened",
"author": "13140780341",
"comment_id": null,
"datetime": 1607927392000,
"masked_author": "username_0",
"text": "焦作解放区哪里有真实大保健(找特色服务【威信781372524美女】 治愈系轻喜剧《身为一个胖子》于近日杀青,被誉为“纯爱守护神”的著名偶像剧导演许珮珊表示,希望这部剧中那份非同寻常的爱情能给观众带去美好和勇气,更希望现实中的年轻人能更勇敢地面对爱情。 据悉,这部剧改编自人气小说《我与世界只差一个你》,讲述了胖女孩甄圆圆戚砚笛饰瘦身成功,摇身变成超模新星,再次与男神阮东升张轩睿饰相遇,开启了一段浪漫的爱情旅程。 直击“以瘦为美”的审美焦虑 《身为一个胖子》尽管是一部标准的偶像剧,但却击中当代女性在现实中“以瘦为美”的审美焦虑。剧中的女主角是时尚界超模新星,但曾经的她确实是一个天生的胖子。瘦身成功后,她意外患上了一种怪病——身体可以在一夜之间忽胖忽瘦。这样的人物设定为这部剧增添了与众不同的奇幻色彩。 许珮珊导演透露:“之所以做这样的设定,主要是因为男主。我们的男主一直在苦苦追寻的,其实是心中的初恋——那个胖胖的甄圆圆。所以,即便对模特产生心动的感觉,他却一直在试图告诫自己,他想要找的是当初那个胖女孩。这也是这个故事当初最吸引我的地方。” 该剧打破了一般偶像剧“俊男美女”的既定印象,旨在为当下被“胖瘦美丑”困扰的女孩打造极具共鸣性的自我认知方向。许珮珊导演透露,剧中很多细节的设计充满正能量,而很多台词也很接地气,比如“我胖碍着你了嘛我又没吃你们家大米”等,尽显年轻人互怼的日常。“我们想说,透过这部剧中传递一种可爱而积极的态度,希望观众能看到,偶像剧不是只有俊男美女的设定才动人。” 拒绝“浮夸之爱”的偶像法则 从现实派偶像剧《那刻的怦然心动》到校园纯爱剧《以你为名的青春》,再到纯爱偶像剧《大约是爱》等作品,凭借对于当下年轻人恋爱心理的精准捕捉,许珮珊导演对于偶像剧的细节呈现一直保持细腻和敏感,也因此被誉为“纯爱守护神”。 对此,许珮珊导演坦言:“看剧本的时候,我会对那些太跳跃的桥段和浮夸的台词进行调整。我不习惯那种无厘头式的对白和戏剧演法,我会从真实的人物情感入手,通过由浅入深的一个情感递进,把浮夸的情节拉回到细腻的情感变化,让观众感受到真实的情绪。” 执导《身为一个胖子》,许珮珊导演笑说“太难了”。如何以轻松的方式表达其中的浓浓爱意,并且让这份爱升到最高点,许珮珊导演做足了功课。“比如,男女主角的第一场吻戏,我们做了很多探讨,最后决定让女主以胖圆圆的形象出现。虽然单从视觉上来说,让女主以超模新星的形象出现,画面效果会更好,但从情感上却不尽合理。在细节上,我们会避免带给观众一种突兀在情感上,我们则要让观众感同身受。”许珮珊导演希望,这部剧可以传递一种积极的爱情观念——“爱可以包容一切不论你胖瘦美丑,都有追寻爱情的权利”松傅荚瞻压https://github.com/trailofbits/blight/issues/25706 <br />https://github.com/trailofbits/blight/issues/25725 <br />https://github.com/trailofbits/blight/issues/25751 <br />https://github.com/trailofbits/blight/issues/25609 <br />https://github.com/trailofbits/blight/issues/21022 <br />https://github.com/trailofbits/blight/issues/21054 <br />https://github.com/trailofbits/blight/issues/20836 <br />mpsvzgfskfxpvntqtpcerfoissbrquiooeg",
"title": "焦作解放区哪有特殊服务的洗浴【╋薇⒎⒏⒈⒊⒎⒉⒌⒉⒋】",
"type": "issue"
}
] | 1 | 1 | 1,575 | false | false | 1,575 | false |
nteract/testbook | nteract | 803,784,582 | 81 | null | [
{
"action": "opened",
"author": "supunkamburugamuve",
"comment_id": null,
"datetime": 1612806280000,
"masked_author": "username_0",
"text": "Should I run the python file? It would be nice to have this in the documentation.",
"title": "How can I run the test files?",
"type": "issue"
},
{
"action": "created",
"author": "MSeal",
"comment_id": 777132071,
"datetime": 1613003278000,
"masked_author": "username_1",
"text": "The simplest is to run pytest and follow it's documentation for running tests. But you can use python's built-in unittest, or nose, or any other test runner. I think it makes sense for us to link to [pytest's usage docs](https://docs.pytest.org/en/stable/usage.html) in our docs. Thanks for the call out",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "moose-in-australia",
"comment_id": 801659239,
"datetime": 1616047934000,
"masked_author": "username_2",
"text": "Could you please provide an example of how to use any of these test runners? I'm really struggling to figure out how to use them together with testbook.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "MSeal",
"comment_id": 801680727,
"datetime": 1616050646000,
"masked_author": "username_1",
"text": "Sure you can copy a subset of the testbook tests as an example. Put the snippet below in your `tests/test_example.py` file along with an empty `tests/__init__.py, and copy https://github.com/nteract/testbook/blob/master/testbook/tests/resources/foo.ipynb into `tests/foo.ipynb`\r\n\r\n```python\r\nimport pytest\r\n\r\nfrom testbook import testbook\r\n\r\n@pytest.fixture(scope='module')\r\ndef notebook():\r\n with testbook('tests/foo.ipynb', execute=True) as tb:\r\n yield tb\r\n\r\ndef test_execute_cell(notebook):\r\n notebook.execute_cell(1)\r\n assert notebook.cell_output_text(1) == 'hello world\\n[1, 2, 3]'\r\n```\r\n\r\nTo install and run pytest, testbook, (and to not pull the new ipykernel version we haven't patched against) do:\r\n\r\n```bash\r\n# This installs a virtual environment to isolate dependencies in the example... it's not needed if pip points to a python 3 package already\r\npython3 -m venv .testenv\r\n. .testenv/bin/activate\r\npip install pytest testbook \"ipykernel<5.5\"\r\n# Here's your pytest command\r\npytest\r\n```\r\n\r\nYou should see a single green test.\r\n\r\n",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "moose-in-australia",
"comment_id": 801706415,
"datetime": 1616053522000,
"masked_author": "username_2",
"text": "Thank you so much! This works. :)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "MSeal",
"comment_id": 802359467,
"datetime": 1616107359000,
"masked_author": "username_1",
"text": "Great the hear! I think translating those instructions with some improvements into our reathedocs should be the task for whomever gets to resolving this ticket then",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "willingc",
"comment_id": 844924493,
"datetime": 1621503910000,
"masked_author": "username_3",
"text": "Next action:\r\n\r\nFollowing the steps described above create a tutorial page for the documentation.",
"title": null,
"type": "comment"
}
] | 4 | 7 | 2,002 | false | false | 2,002 | false |
Kong/unirest-java | Kong | 726,468,182 | 376 | null | [
{
"action": "opened",
"author": "FireDrunk",
"comment_id": null,
"datetime": 1603285963000,
"masked_author": "username_0",
"text": "**Describe the bug**\r\nRequestBody.toString() doesn't provide any usable information\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. Create an Interceptor\r\n2. Override the onRequest method\r\n3. Try to log the RequestBody\r\n\r\n**Expected behavior**\r\nSomething... usable.\r\n\r\n**Environmental Data:**\r\n - Java Version: Adopt OpenJDK 11.0.8.10\r\n - Version: 3.11.02\r\n\r\n**Additional context**\r\nThe problem is that it's almost impossible to disect the object. It potentially has things like Multi/Uniparts, or some basic fields.\r\nThat's exactly the type of body I want to log. Is there any example on how to log the fields set by the .field() function?",
"title": "[Interceptor] Logging the RequestBody",
"type": "issue"
},
{
"action": "created",
"author": "ryber",
"comment_id": 713587977,
"datetime": 1603287988000,
"masked_author": "username_1",
"text": "The problem is, a multi-part form potentially has files which may be quite large and are somewhat unknowable without going through the entire process twice (once for the logger and once for the real thing. At the very least you could never log exactly what was sent since the parts and their part ID's would be different. Similarly, other types of bodies will also support binary streams which couldn't be logged (meaningfully). I might be able to produce a simple summary of the body for simple field types, but it's not going to be exactly what is sent over the wire.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "FireDrunk",
"comment_id": 714244377,
"datetime": 1603345512000,
"masked_author": "username_0",
"text": "Understandable. I think it might be nice to have a way to 'read' wether that's the case. I've tried doing this with the isMultipart() and the isUnipart() functions, but that doesn't tell me what information is readable afterwards.\r\nUpon looking inside the object I see something like an ApacheRequestBody with a Mode that is set to \"BROWSER_COMPATIBLE\".\r\n\r\nThis still doesn't give me any information on what's inside.\r\n\r\nI think a function like printNestedFields() and some more isSomething() and hasSomething() functions might come in handy.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ryber",
"comment_id": 714452704,
"datetime": 1603368977000,
"masked_author": "username_1",
"text": "You shouldn't need to look at the mode at at, in fact, looking at any Apache part of unirest is discouraged as future versions may remove it as a dependency. The multiparts will simply return an empty collection if it's not a multipart request. This should do the same thing as above with fewer parts:\r\n\r\n```\r\nnew Interceptor() {\r\n @Override\r\n public void onRequest(HttpRequest<?> request, Config config) {\r\n request.getBody().ifPresent(b -> {\r\n b.multiParts().forEach(part -> {\r\n if(part.getPartType().equals(String.class)){\r\n System.out.println(part.getName() + \"=\"+ part.getValue());\r\n }\r\n });\r\n });\r\n }\r\n });\r\n```\r\n\r\nI will take this to look into some methods to make logging and inspecting specific fields easier.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "FireDrunk",
"comment_id": 716604413,
"datetime": 1603724411000,
"masked_author": "username_0",
"text": "Given example doesn't log anything in my case.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ryber",
"comment_id": 719941522,
"datetime": 1604154549000,
"masked_author": "username_1",
"text": "in 3.11.03 there are a few things that can help.\r\n\r\n\r\n1. All of the request parts have sane ```toString()``` representations. for example a param part will toString as ```key=value```. Files toString as the file name.\r\n1. the request summary interface which is passed to the interceptors has a ```asString()``` method which will return an approximation of the request suitable for logging. Again, binary data is excluded, and multipart forms will have different part IDs but it will mostly be correct. see https://github.com/Kong/unirest-java/blob/8789e9208d73e9d3c471b90bcd699fd75115f768/unirest/src/test/java/BehaviorTests/BodyLogSummaryTest.java\r\n1. There is now a method to get a body part by name https://github.com/Kong/unirest-java/blob/main/unirest/src/test/java/kong/unirest/BodyTest.java#L33-L42\r\n1. I added a test showing collecting parts from the interceptor: https://github.com/Kong/unirest-java/blob/main/unirest/src/test/java/BehaviorTests/InterceptorTest.java#L162-L179",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "ryber",
"comment_id": null,
"datetime": 1604595380000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 7 | 3,691 | false | false | 3,691 | false |
platform-platform/monorepo | platform-platform | 701,198,419 | 544 | {
"number": 544,
"repo": "monorepo",
"user_login": "platform-platform"
} | [
{
"action": "opened",
"author": "solid-dimakoniaiev",
"comment_id": null,
"datetime": 1600096763000,
"masked_author": "username_0",
"text": "Fixes #533\r\n\r\n## Checklist\r\n\r\n- [x] Documented\r\n- [x] Unit tested",
"title": "feat: Add password toggle visibility icon.",
"type": "issue"
},
{
"action": "created",
"author": "illia-romanenko",
"comment_id": 692762786,
"datetime": 1600181044000,
"masked_author": "username_1",
"text": "Designers updated icon - please update the implementation.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 123 | false | false | 123 | false |
AdoptOpenJDK/openjdk-tests | AdoptOpenJDK | 808,450,381 | 2,273 | null | [
{
"action": "opened",
"author": "adamfarley",
"comment_id": null,
"datetime": 1613388227000,
"masked_author": "username_0",
"text": "**Describe the bug**\r\nVarHandleTestMethodHandleAccessBoolean.java fails with \"exit code: 137\"\r\n\r\nCurrently only seen once, on JDK17, openj9, x86_64-linux.\r\n\r\nhttps://trss.adoptopenjdk.net/output/test?id=601ea092217ed804cc8a36b4\r\n\r\nNote: Currently running grinders and reading code. Will remove WIP tag when the triage investigation is complete.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior (or Grinder rerun link):\r\n\r\n**Expected behavior**\r\nA clear and concise description of what you expected to happen.\r\n\r\n**Screenshots**\r\nIf applicable, add screenshots to help explain your problem.\r\n\r\n**Additional context**\r\nAdd any other context about the problem here.",
"title": "WIP: JDK17: VarHandleTestMethodHandleAccessBoolean.java fails with \"exit code: 137\"",
"type": "issue"
},
{
"action": "created",
"author": "adamfarley",
"comment_id": 779233009,
"datetime": 1613396627000,
"masked_author": "username_0",
"text": "Unable to reproduce in 100 re-runs, using the same JDK version on the same machine.\r\n\r\nWill close and reopen if seen again.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "adamfarley",
"comment_id": null,
"datetime": 1613396627000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 3 | 789 | false | false | 789 | false |
nathancahill/split | null | 671,688,960 | 317 | {
"number": 317,
"repo": "split",
"user_login": "nathancahill"
} | [
{
"action": "opened",
"author": "filonik",
"comment_id": null,
"datetime": 1596402036000,
"masked_author": "username_0",
"text": "Fixes a bug causing improper resizing (see issue #304).",
"title": "fix: split-grid - Adding one fixed-size column at the start?",
"type": "issue"
},
{
"action": "created",
"author": "nathancahill",
"comment_id": 808930591,
"datetime": 1616953342000,
"masked_author": "username_1",
"text": "Thanks for the PR! Reviewing.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 84 | false | false | 84 | false |
shipkit/shipkit-changelog | shipkit | 778,196,818 | 75 | {
"number": 75,
"repo": "shipkit-changelog",
"user_login": "shipkit"
} | [
{
"action": "opened",
"author": "mockitoguy",
"comment_id": null,
"datetime": 1609776299000,
"masked_author": "username_0",
"text": "Expand the 'gh' abbrev to 'github'. See #65",
"title": "Renamed plugin for consistency",
"type": "issue"
},
{
"action": "created",
"author": "shestee",
"comment_id": 754084113,
"datetime": 1609778647000,
"masked_author": "username_1",
"text": "Thanks!",
"title": null,
"type": "comment"
}
] | 2 | 2 | 50 | false | false | 50 | false |
diffblue/cbmc | diffblue | 816,201,172 | 5,868 | {
"number": 5868,
"repo": "cbmc",
"user_login": "diffblue"
} | [
{
"action": "opened",
"author": "kroening",
"comment_id": null,
"datetime": 1614241143000,
"masked_author": "username_0",
"text": "This replaces the use of `code_assignt` by an explicit lhs/rhs pair in goto\r\nsymex. This avoids constructing the `code_assignt` in a number of places.\r\n\r\n<!---\r\nThank you for your contribution. Please make sure your pull request fulfils all of the below requirements. If you cannot currently tick all the boxes, but would still like to create a PR, then add the label \"work in progress\" and assign the PR to yourself.\r\n--->\r\n\r\n- [X] Each commit message has a non-empty body, explaining why the change was made.\r\n- n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.\r\n- n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/\r\n- [ ] Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).\r\n- [ ] My commit message includes data points confirming performance improvements (if claimed).\r\n- [X] My PR is restricted to a single feature or bugfix.\r\n- n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.\r\n\r\n<!---\r\nSee, e.g., https://chris.beams.io/posts/git-commit/ for general guidelines on commit messages.\r\n\r\nIf you have created commits mixing multiple features and/or unrelated white-space changes, use a sequence involving git reset and git add -p to fix this.\r\n--->",
"title": "symex: use lhs/rhs instead of code_assignt",
"type": "issue"
}
] | 2 | 2 | 1,454 | false | true | 1,454 | false |
PanJiaChen/vue-element-admin | null | 629,627,493 | 3,226 | null | [
{
"action": "opened",
"author": "yangangzhang",
"comment_id": null,
"datetime": 1591148671000,
"masked_author": "username_0",
"text": "拜读大神的文章中[Different router the same component vue 真实的业务场景中](https://panjiachen.github.io/vue-element-admin-site/zh/guide/essentials/layout.html#router-view),这个地方,您的修改是一种办法,测试另外一种方法,感觉也可以,请您指正\r\n\r\n修改 `route.js`,引用同一组件\r\n```js\r\n......\r\n......\r\n path: 'create',\r\n component: () => import('@/views/example/components/ArticleDetail'), // 同一组件\r\n name: 'CreateArticle',\r\n meta: { title: 'Create Article', icon: 'edit' }\r\n },\r\n {\r\n path: 'edit/:id(\\\\d+)',\r\n props: { // 主要是这个地方,添加了路由传参,创建和编辑的两个页面切换时 能够 触发 vue 的 created 钩子\r\n isEdit: true\r\n },\r\n component: () => import('@/views/example/components/ArticleDetail'), // 同一组件\r\n name: 'EditArticle',\r\n meta: { title: 'Edit Article', noCache: true, activeMenu: '/example/list' },\r\n hidden: true\r\n },\r\n......\r\n......\r\n```",
"title": "同一组件触发created钩子",
"type": "issue"
}
] | 1 | 1 | 855 | false | false | 855 | false |
vivid-planet/react-admin | vivid-planet | 743,732,154 | 233 | {
"number": 233,
"repo": "react-admin",
"user_login": "vivid-planet"
} | [
{
"action": "opened",
"author": "dkarnutsch",
"comment_id": null,
"datetime": 1605523754000,
"masked_author": "username_0",
"text": "This extracts the messages defined by react-intl and pushes them to react-admin-lang.\r\n\r\nOnce this is finished, we can change the target branch in .travis.yml to master.",
"title": "feat: extract react-intl-messages to react-admin-lang",
"type": "issue"
},
{
"action": "created",
"author": "nsams",
"comment_id": 729677703,
"datetime": 1605706166000,
"masked_author": "username_1",
"text": "Now, what is still open is how we get react-admin translations in an app using react-admin.\r\n\r\n(not part of this PR, but some README file could documetn this?)",
"title": null,
"type": "comment"
}
] | 2 | 2 | 328 | false | false | 328 | false |
zkokaja/Brewlet | null | 793,828,195 | 24 | null | [
{
"action": "opened",
"author": "mathomp4",
"comment_id": null,
"datetime": 1611621593000,
"masked_author": "username_0",
"text": "I recently discovered Brewlet when I saw it in my daily `brew upgrade`:\r\n```\r\nUpdating Homebrew...\r\n==> Auto-updated Homebrew!\r\nUpdated 3 taps (homebrew/core, homebrew/cask and homebrew/cask-fonts).\r\n==> New Formulae\r\ncpplint nuclei\r\n==> Updated Formulae\r\nUpdated 72 formulae.\r\n==> New Casks\r\nbrewlet font-iosevka-ss15 pokemon-trading-card-game-online\r\n==> Updated Casks\r\nUpdated 93 casks.\r\n```\r\nAnd one of the things I like to do is a `brew info foo` when I see a formula or cask that sounds interesting. I'm not sure if there's a good way to display something like that in Brewlet, but I'd love it if possible! (Be it a list of new formulae/casks, or even a way to get the `brew info` info.)",
"title": "List new formulae/casks?",
"type": "issue"
},
{
"action": "created",
"author": "zkokaja",
"comment_id": 767754556,
"datetime": 1611687266000,
"masked_author": "username_1",
"text": "Hey, thanks for the input! So I'm reading this as two ideas:\r\n\r\n1. The brew update output is now hidden from the user, so you won't be able to see what new software is available. Very true. I'm adding a menu item to open the log of the last command output, but it isn't very user friendly. I wonder if notifications can be used, but would you want to get a bunch of notifications saying \"new package available: X\"? Or maybe like you said a menu item that opens a list of new software.\r\n\r\n2. Ability to see `brew info` details about a package from brewlet. In #7 I mention a feature I'll implement that can show you a list of your formulae/casks in a table, and if you click it you get the `brew info` details. It should be simple to add the ability to do this for non-installed packages too.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "avioli",
"comment_id": 772123577,
"datetime": 1612313846000,
"masked_author": "username_2",
"text": "I also check new packages every time I do `brew upgrade` or even `brew install` so that won't be ideal for me.\r\n\r\nI think a table with the new formulae would be great. That table could be showing just the names or could potentially fetch short details as per your suggestion via `brew info`.",
"title": null,
"type": "comment"
}
] | 3 | 3 | 1,906 | false | false | 1,906 | false |
ministryofjustice/cloud-platform | ministryofjustice | 740,124,338 | 2,538 | null | [
{
"action": "opened",
"author": "pwyborn",
"comment_id": null,
"datetime": 1605031187000,
"masked_author": "username_0",
"text": "## Service name\r\n\r\ncustom Prometheus Rule/Alert for KIAM component/service\r\n\r\n## Problem description\r\nCreate custom Prometheus Rule/Alert for **KUBEROS** component/service (service is up and running, latency, http error 500s)\r\nTo improve prometheus custom alerting\r\nSee [Check all custom Prometheus Rules #2475](https://app.zenhub.com/workspaces/cloud-platform-team-5ccb0b8a81f66118c983c189/issues/ministryofjustice/cloud-platform/2475)\r\n\r\n## Contact person\r\n\r\nPaul Wyborn",
"title": "Create custom Prometheus Rule/Alert for KUBEROS component/service",
"type": "issue"
},
{
"action": "created",
"author": "AntonyBishop",
"comment_id": 984669069,
"datetime": 1638454727000,
"masked_author": "username_1",
"text": "Stale story",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "AntonyBishop",
"comment_id": null,
"datetime": 1638454727000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 483 | false | false | 483 | false |
futuredapp/arkitekt | futuredapp | 741,435,043 | 141 | {
"number": 141,
"repo": "arkitekt",
"user_login": "futuredapp"
} | [
{
"action": "opened",
"author": "okalman",
"comment_id": null,
"datetime": 1605173479000,
"masked_author": "username_0",
"text": "",
"title": "Feat: implemented saved state handle",
"type": "issue"
}
] | 2 | 2 | 858 | false | true | 0 | false |
ocaml/opam-repository | ocaml | 824,041,405 | 18,286 | {
"number": 18286,
"repo": "opam-repository",
"user_login": "ocaml"
} | [
{
"action": "opened",
"author": "rgrinberg",
"comment_id": null,
"datetime": 1615156781000,
"masked_author": "username_0",
"text": "Embed build informations inside executable\n\n- Project page: <a href=\"https://github.com/ocaml/dune\">https://github.com/ocaml/dune</a>\n- Documentation: <a href=\"https://dune.readthedocs.io/\">https://dune.readthedocs.io/</a>\n\n##### CHANGES:\n\n- Make `patdiff` show refined diffs (ocaml/dune#4257, fixes ocaml/dune#4254, @hakuch)\n\n- Fixed a bug that could result in needless recompilation under Windows due to\n case differences in the result of `Sys.getcwd` (observed under `emacs`).\n (ocaml/dune#3966, @nojb).\n\n- Restore compatibility with Coq < 8.10 for coq-lang < 0.3 , document\n that `(using coq 0.3)` does require Coq 8.10 at least (ocaml/dune#4224, fixes\n ocaml/dune#4142, @ejgallego)\n\n- Add a META rule for 'compiler-libs.native-toplevel' (ocaml/dune#4175, @altgr)\n\n- No longer call `chmod` on symbolic links (fixes ocaml/dune#4195, @dannywillems)\n\n- Dune no longer automatically create or edit `dune-project` files\n (ocaml/dune#4239, fixes ocaml/dune#4108, @username_3)\n\n- Have `dune` communicate the location of the standard library directory to\n `merlin` (ocaml/dune#4211, fixes ocaml/dune#4188, @nojb)\n\n- Workaround incorrect exception raised by Unix.utimes (OCaml PR#8857) in\n Path.touch on Windows (ocaml/dune#4223, @dra27)\n\n- `dune ocaml-merlin` is now able to provide configuration for source files in\n the `_build` directory. (ocaml/dune#4274, @voodoos)\n\n- Automatically delete left-over Merlin files when rebuilding for the first time\n a project previously built with Dune `<= 2.7`. (ocaml/dune#4261, @voodoos, @aalekseyev)\n\n- Fix `ppx.exe` being compiled for the wrong target when cross-compiling\n (ocaml/dune#3751, fixes ocaml/dune#3698, @toots)\n\n- `dune top` correctly escapes the generated toplevel directives, and make it\n easier for `dune top` to locate C stubs associated to concerned libraries.\n (ocaml/dune#4242, fixes ocaml/dune#4231, @nojb)\n\n- Do not pass include directories containing native objects when compiling\n bytecode (ocaml/dune#4200, @nojb)",
"title": "[new release] dune-build-info, dune, dune-configurator, dune-site, dune-action-plugin, dune-private-libs and dune-glob (2.8.3)",
"type": "issue"
},
{
"action": "created",
"author": "camelus",
"comment_id": 792391150,
"datetime": 1615164338000,
"masked_author": "username_1",
"text": "Commit: 26052da07faeadc251669076a8c0688033566446\n\nA pull request by opam-seasoned @username_0.\n\n##### :sunny: All lint checks passed <small>26052da07faeadc251669076a8c0688033566446</small>\n\n* These packages passed lint tests: `dune-action-plugin.2.8.3`, `dune-build-info.2.8.3`, `dune-configurator.2.8.3`, `dune-glob.2.8.3`, `dune-private-libs.2.8.3`, `dune-site.2.8.3`, `dune.2.8.3`\n\n\n---\n\n\n##### :sunny: Installability check (+7)\n\n* new installable packages (7): `dune.2.8.3` `dune-action-plugin.2.8.3` `dune-build-info.2.8.3` `dune-configurator.2.8.3` `dune-glob.2.8.3` `dune-private-libs.2.8.3` `dune-site.2.8.3`",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kit-ty-kate",
"comment_id": 792412242,
"datetime": 1615169504000,
"masked_author": "username_2",
"text": "dune fails to compile with:\r\n```\r\n#=== ERROR while compiling dune.2.8.3 =========================================#\r\n# context 2.0.8 | linux/x86_64 | ocaml-base-compiler.4.08.1 | file:///src\r\n# path ~/.opam/4.08/.opam-switch/build/dune.2.8.3\r\n# command ~/.opam/4.08/.opam-switch/build/dune.2.8.3/./dune.exe build -p dune --profile dune-bootstrap -j 47\r\n# exit-code 1\r\n# env-file ~/.opam/log/dune-16-9088e2.env\r\n# output-file ~/.opam/log/dune-16-9088e2.out\r\n### output ###\r\n# Internal error, please report upstream including the contents of _build/log.\r\n# Description:\r\n# (\"Map.add_exn: key already exists\", { key = \"compiler-libs.toplevel\" })\r\n# Raised at file \"src/stdune/code_error.ml\", line 9, characters 30-62\r\n# Called from file \"map.ml\", line 281, characters 18-28\r\n# Called from file \"map.ml\", line 289, characters 21-33\r\n# Called from file \"map.ml\", line 289, characters 21-33\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\", line 460, characters\r\n# 8-70\r\n# Called from file \"list.ml\", line 121, characters 24-34\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\", line 473, characters\r\n# 6-79\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\" (inlined), line 491,\r\n# characters 4-105\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\", line 536, characters\r\n# 28-50\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\", line 568, characters\r\n# 14-43\r\n# Called from file \"src/dune_rules/findlib/findlib.ml\", line 574, characters\r\n# 11-59\r\n# Called from file \"src/dune_rules/lib.ml\", line 1795, characters 14-39\r\n# Called from file \"src/dune_rules/lib.ml\", line 1247, characters 10-25\r\n# Called from file \"src/dune_rules/lib.ml\", line 1261, characters 21-49\r\n# Called from file \"src/dune_rules/lib.ml\", line 1261, characters 21-49\r\n# Called from file \"src/dune_rules/lib.ml\", line 1239, characters 10-38\r\n# Called from file \"src/dune_rules/lib.ml\", line 1357, characters 25-72\r\n# Called from file \"list.ml\", line 121, characters 24-34\r\n# Called from file \"src/dune_rules/lib.ml\", line 1339, characters 6-1023\r\n# Called from file \"src/dune_rules/lib.ml\" (inlined), line 1139, characters\r\n# 9-96\r\n# Called from file \"src/dune_rules/lib.ml\", line 1138, characters 6-125\r\n# Called from file \"src/dune_rules/lib.ml\", line 1822, characters 10-61\r\n# Called from file \"src/dune_rules/odoc.ml\", line 669, characters 17-104\r\n# Called from file \"src/stdune/list.ml\", line 19, characters 12-15\r\n# Called from file \"list.ml\", line 103, characters 22-25\r\n# Called from file \"src/stdune/list.ml\" (inlined), line 5, characters 19-33\r\n# Called from file \"src/stdune/list.ml\", line 40, characters 29-39\r\n# Called from file \"src/dune_rules/odoc.ml\" (inlined), line 662, characters\r\n# 7-549\r\n# Called from file \"src/dune_rules/odoc.ml\", line 661, characters 6-563\r\n# Called from file \"map.ml\", line 295, characters 20-25\r\n# Called from file \"src/stdune/exn.ml\", line 12, characters 8-11\r\n# Re-raised at file \"src/stdune/exn.ml\", line 18, characters 4-11\r\n# Called from file \"src/memo/implicit_output.ml\", line 119, characters 4-162\r\n# Called from file \"src/dune_engine/rules.ml\" (inlined), line 188, characters\r\n# 20-71\r\n# Called from file \"src/dune_engine/rules.ml\", line 191, characters 20-33\r\n# Called from file \"src/dune_engine/build_system.ml\", line 405, characters\r\n# 23-41\r\n# Called from file \"src/dune_rules/gen_rules.ml\", line 434, characters 2-387\r\n# Called from file \"src/fiber/fiber.ml\", line 129, characters 18-21\r\n# \r\n# I must not crash. Uncertainty is the mind-killer. Exceptions are the\r\n# little-death that brings total obliteration. I will fully express my cases. \r\n# Execution will pass over me and through me. And when it has gone past, I\r\n# will unwind the stack along its path. Where the cases are handled there will\r\n# be nothing. Only I will remain.\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rgrinberg",
"comment_id": 792414431,
"datetime": 1615169959000,
"masked_author": "username_0",
"text": "@nojb did you encounter this before?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jeremiedimino",
"comment_id": 792859204,
"datetime": 1615219459000,
"masked_author": "username_3",
"text": "@username_0 this was fixed in https://github.com/ocaml/dune/pull/4249",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rgrinberg",
"comment_id": 792908921,
"datetime": 1615223356000,
"masked_author": "username_0",
"text": "We'll release 2.8.4 with the additional fix.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mseri",
"comment_id": 795071992,
"datetime": 1615364536000,
"masked_author": "username_4",
"text": "Should we close this in favour of 2.8.4?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mseri",
"comment_id": 795471154,
"datetime": 1615385761000,
"masked_author": "username_4",
"text": "Perfect, thanks. In the meantime the other PR was also merged",
"title": null,
"type": "comment"
}
] | 5 | 8 | 6,747 | false | false | 6,747 | true |
fredbouk/write-github-script | null | 803,460,501 | 2 | {
"number": 2,
"repo": "write-github-script",
"user_login": "fredbouk"
} | [
{
"action": "opened",
"author": "fredbouk",
"comment_id": null,
"datetime": 1612782693000,
"masked_author": "username_0",
"text": "",
"title": "Automate issue responses",
"type": "issue"
}
] | 2 | 2 | 192 | false | true | 0 | false |
apache/helix | apache | 801,576,803 | 1,633 | null | [
{
"action": "opened",
"author": "kaisun2000",
"comment_id": null,
"datetime": 1612467344000,
"masked_author": "username_0",
"text": "https://github.com/apache/helix/actions/runs/529362389/workflow\r\nhttps://github.com/apache/helix/actions/runs/502600385/workflow\r\n\r\nLOG>\r\n2021-01-22T01:38:45.9813767Z env:\r\n2021-01-22T01:38:45.9814082Z JAVA_HOME_8.0.282_x64: /opt/hostedtoolcache/jdk/8.0.282/x64\r\n2021-01-22T01:38:45.9814444Z JAVA_HOME: /opt/hostedtoolcache/jdk/8.0.282/x64\r\n2021-01-22T01:38:45.9814817Z JAVA_HOME_8_0_282_X64: /opt/hostedtoolcache/jdk/8.0.282/x64\r\n2021-01-22T01:38:45.9815293Z ##[endgroup]\r\n2021-01-22T01:38:52.8068852Z Start zookeeper at localhost:2123 in thread main\r\n2021-01-22T01:38:53.0855186Z Start zookeeper at localhost:2124 in thread main\r\n2021-01-22T01:38:54.6266217Z 0 [ZkClient-EventThread-107-localhost:2123] ERROR org.apache.helix.zookeeper.zkclient.callback.ZkAsyncCallbacks - Interrupted waiting for success\r\n2021-01-22T01:38:54.6267739Z java.lang.InterruptedException\r\n2021-01-22T01:38:54.6268231Z at java.lang.Object.wait(Native Method)\r\n2021-01-22T01:38:54.6268714Z at java.lang.Object.wait(Object.java:502)\r\n2021-01-22T01:38:54.6307764Z at org.apache.helix.zookeeper.zkclient.callback.ZkAsyncCallbacks$DefaultCallback.waitForSuccess(ZkAsyncCallbacks.java:220)\r\n2021-01-22T01:38:54.6347542Z at org.apache.helix.zookeeper.zkclient.ZkClient.issueSync(ZkClient.java:1299)\r\n2021-01-22T01:38:54.6348444Z at org.apache.helix.zookeeper.zkclient.ZkClient.access$300(ZkClient.java:85)\r\n2021-01-22T01:38:54.6356640Z at org.apache.helix.zookeeper.zkclient.ZkClient$4.run(ZkClient.java:1325)\r\n2021-01-22T01:38:54.6365363Z at org.apache.helix.zookeeper.zkclient.ZkEventThread.run(ZkEventThread.java:99)\r\n2021-01-22T01:38:59.5116126Z 4891 [ZkClient-EventThread-406-localhost:2123] ERROR org.apache.helix.zookeeper.zkclient.callback.ZkAsyncCallbacks - Interrupted waiting for success\r\n2021-01-22T01:38:59.5117426Z java.lang.InterruptedException\r\n2021-01-22T01:38:59.5119443Z at java.lang.Object.wait(Native Method)\r\n2021-01-22T01:38:59.5119951Z at java.lang.Object.wait(Object.java:502)",
"title": "Flaky test Helix Rest Server starting up ",
"type": "issue"
},
{
"action": "created",
"author": "jiajunwang",
"comment_id": 849105480,
"datetime": 1622061936000,
"masked_author": "username_1",
"text": "Close test unstable tickets since we have an automatic tracking mechanism https://github.com/apache/helix/pull/1757 now for tracking the most recent test issues.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 2,134 | false | false | 2,134 | false |
Shopify/shopify-app-cli | Shopify | 710,596,680 | 889 | {
"number": 889,
"repo": "shopify-app-cli",
"user_login": "Shopify"
} | [
{
"action": "opened",
"author": "mllemango",
"comment_id": null,
"datetime": 1601329116000,
"masked_author": "username_0",
"text": "<!--\r\n ☝️How to write a good PR title:\r\n - Prefix it with [Feature] (if applicable)\r\n - Start with a verb, for example: Add, Delete, Improve, Fix…\r\n - Give as much context as necessary and as little as possible\r\n - Prefix it with [WIP] while it’s a work in progress\r\n-->\r\n\r\n### WHY are these changes introduced?\r\n\r\nFixes #861 <!-- link to issue if one exists -->\r\n\r\n<!--\r\n Context about the problem that’s being addressed.\r\n-->\r\n\r\n### WHAT is this pull request doing?\r\n\r\n**Adding subcommand `analytics`** to `config` \r\nAllows users to opt in/out of anonymous usage reporting\r\n\r\n\r\n\r\n<!--\r\n Summary of the changes committed.\r\n Before / after screenshots appreciated for UI changes.\r\n-->",
"title": "Melanie/analytics opt in out",
"type": "issue"
},
{
"action": "created",
"author": "gfscott",
"comment_id": 700766144,
"datetime": 1601391684000,
"masked_author": "username_1",
"text": "### Enable or disable\r\n$ shopify config analytics --enable\r\n$ shopify config analytics --disable\r\n```\r\n\r\nAgain, probably not something for this PR, just wanted to flag it!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "paulomarg",
"comment_id": 700875907,
"datetime": 1601401642000,
"masked_author": "username_2",
"text": "One thing to keep in mind is that this command is hidden for now AFAIK. Should we start making it visible (which would reveal the configs for features as well)?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "tanema",
"comment_id": 700960092,
"datetime": 1601410388000,
"masked_author": "username_3",
"text": "You can just run `shopify config analytics` and see the status of the config",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "gfscott",
"comment_id": 701397181,
"datetime": 1601473159000,
"masked_author": "username_1",
"text": "I think if there's a command present in the tool, we should default to documenting it officially — only omitting if there's an especially compelling reason. To me, analytics opt-in/opt-out is additionally a matter of user trust, so it deserves to be included in the standard command reference.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mllemango",
"comment_id": 701411104,
"datetime": 1601474532000,
"masked_author": "username_0",
"text": "Will follow up with a separate PR to update documentation",
"title": null,
"type": "comment"
}
] | 4 | 6 | 1,560 | false | false | 1,560 | false |
pingcap/ticdc | pingcap | 636,172,204 | 642 | {
"number": 642,
"repo": "ticdc",
"user_login": "pingcap"
} | [
{
"action": "opened",
"author": "overvenus",
"comment_id": null,
"datetime": 1591788786000,
"masked_author": "username_0",
"text": "### What problem does this PR solve? <!--add issue link with summary if exists-->\r\n\r\nBase on https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html hyphen delimiter is preferred.\r\n\r\n### Check List <!--REMOVE the items that are not applicable-->\r\n\r\nTests <!-- At least one of them must be included. -->\r\n\r\n - Integration test\r\n\r\nRelated changes\r\n\r\n - Need to cherry-pick to the release branch\r\n\r\n### Release note\r\n\r\nAs the option is not released so\r\n\r\n- No release note\r\n\r\n<!-- bugfixes or new feature need a release note, must in the form of a list, such as\r\n\r\n- owner: add table in batch when start a changefeed to speed up scheduling\r\n\r\nor if no need to be included in the release note, just add the following line\r\n\r\n- No release note\r\n-->",
"title": "cyclic: prefer hyphen delimiter",
"type": "issue"
},
{
"action": "created",
"author": "overvenus",
"comment_id": 641942547,
"datetime": 1591788800000,
"masked_author": "username_0",
"text": "/run-integration-tests",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "overvenus",
"comment_id": 641954037,
"datetime": 1591790150000,
"masked_author": "username_0",
"text": "/run-integration-tests",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "overvenus",
"comment_id": 642411737,
"datetime": 1591852395000,
"masked_author": "username_0",
"text": "/run-integration-tests",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "overvenus",
"comment_id": 642419177,
"datetime": 1591853784000,
"masked_author": "username_0",
"text": "/run-integration-tests",
"title": null,
"type": "comment"
}
] | 2 | 6 | 1,397 | false | true | 847 | false |
whosonfirst-data/whosonfirst-data | whosonfirst-data | 788,626,364 | 1,920 | null | [
{
"action": "opened",
"author": "missinglink",
"comment_id": null,
"datetime": 1611017654000,
"masked_author": "username_0",
"text": "heya,\r\n\r\nI'd like to deprecate/remove https://spelunker.whosonfirst.org/id/101914319/\r\n\r\nI think the correct record here is https://spelunker.whosonfirst.org/id/102079337/ which is at the `county` level rather than the `locality` level.\r\n\r\nThe [wikipedia](https://en.wikipedia.org/wiki/Lower_Hutt) entry defines `Lower Hutt` as a City (ie. `county` in WOF) containing a bunch of Suburbs (ie. `locality` in WOF).",
"title": "'Lower Hutt' shouldn't be a locality",
"type": "issue"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 762546359,
"datetime": 1611020221000,
"masked_author": "username_0",
"text": "Semi related (same repo at least) is https://spelunker.whosonfirst.org/id/101918677/ which is an incorrect spelling of https://spelunker.whosonfirst.org/id/101914287/ and can also be deprecated/removed.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 762548968,
"datetime": 1611020845000,
"masked_author": "username_0",
"text": "One more from NZ, this locality which seems to be two places combined into one:\r\nhttps://spelunker.whosonfirst.org/id/101915063/",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 762550509,
"datetime": 1611021197000,
"masked_author": "username_0",
"text": "Also https://spelunker.whosonfirst.org/id/101916599/ can be superseded by https://spelunker.whosonfirst.org/id/101915581/, the latter of the two being sourced from the recent LINZ locality import and better represents the peninsula.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 762551274,
"datetime": 1611021377000,
"masked_author": "username_0",
"text": "I found these errors after investigating which `locality` records in NZ are not `src:geom=nz-linz`:\r\n\r\n```\r\n101914319|locality|whosonfirst\r\n101915063|locality|quattroshapes\r\n101915887|locality|quattroshapes\r\n101916599|locality|quattroshapes\r\n101918677|locality|quattroshapes\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 762553495,
"datetime": 1611021868000,
"masked_author": "username_0",
"text": "The last one on the list [Leithfield Beach](https://spelunker.whosonfirst.org/id/101915887/) is very similar to [Amberley Beach](https://spelunker.whosonfirst.org/id/101916487/) farther north, except \"Leithfield Beach\" is still \"mz:is_current\" whereas Amberley Beach isn't.\r\n\r\nWas that possibly missed in this commit?\r\nhttps://github.com/whosonfirst-data/whosonfirst-data-admin-nz/commit/ca5aa9f0ccebb26640bae02bd324703059b740fb#diff-820b00e6b6193fb39fb2b96954cc7b64df1a3d50a61dd25d5ff5db6f30bc31a9",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "stepps00",
"comment_id": 763067317,
"datetime": 1611083583000,
"masked_author": "username_1",
"text": "Hmm.. thanks for these comments @username_0 \r\n\r\nIt's possible that a handful of records were missed during the working in https://github.com/whosonfirst-data/whosonfirst-data-admin-nz/pull/12. I'll pull out all locality records in NZ to figure out what issues are present and reply here.\r\n\r\nIf you see additional issues in NZ, feel free to append them to this issue.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "stepps00",
"comment_id": 764875760,
"datetime": 1611256610000,
"masked_author": "username_1",
"text": "So, I've exported all \"current\" admin records in the `whosonfirst-data-admin-nz` repo for review and can confirm that each of these five records need to be corrected:\r\n\r\n- https://spelunker.whosonfirst.org/id/101914319\r\n- https://spelunker.whosonfirst.org/id/101915063\r\n- https://spelunker.whosonfirst.org/id/101915887\r\n- https://spelunker.whosonfirst.org/id/101916599\r\n- https://spelunker.whosonfirst.org/id/101918677\r\n\r\nThrough https://github.com/whosonfirst-data/whosonfirst-data-admin-nz/pull/12, the last four records were flagged with a `\"mz:is_funky\":1` property ([info on that property here](https://github.com/whosonfirst/whosonfirst-properties/blob/master/properties/mz/is_funky.json)), but _should_ have simply been flagged as not current. The first record (Lower Hutt) was not updated, but should have been, too. \r\n\r\nI need to QA a bit more to untangle some superseding in these cases, but I agree that changes are needed. I'll file a PR to fix and link this issue once complete. Thanks @username_0!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "missinglink",
"comment_id": 764950319,
"datetime": 1611264212000,
"masked_author": "username_0",
"text": "Thanks @username_1 I'm back in NZ until April now or until the pandemic eases up enough to return home, so you might see some more of these NZ issues coming in from me as I spot check like a 🥝 🇳🇿",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "stepps00",
"comment_id": null,
"datetime": 1611883007000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 10 | 3,322 | false | false | 3,322 | true |
knative/community | knative | 800,508,023 | 434 | {
"number": 434,
"repo": "community",
"user_login": "knative"
} | [
{
"action": "opened",
"author": "rhuss",
"comment_id": null,
"datetime": 1612370883000,
"masked_author": "username_0",
"text": "(and sort the kn-plugins alphabetically)",
"title": "chore: Add kn-service-log to peribolos configuration",
"type": "issue"
},
{
"action": "created",
"author": "navidshaikh",
"comment_id": 775995069,
"datetime": 1612882164000,
"masked_author": "username_1",
"text": "/lgtm",
"title": null,
"type": "comment"
}
] | 3 | 8 | 4,321 | false | true | 45 | false |
JetBrains/kotlin-native | JetBrains | 739,877,377 | 4,515 | {
"number": 4515,
"repo": "kotlin-native",
"user_login": "JetBrains"
} | [
{
"action": "opened",
"author": "stigger",
"comment_id": null,
"datetime": 1605012168000,
"masked_author": "username_0",
"text": "",
"title": "Use default IDEA codestyle",
"type": "issue"
},
{
"action": "created",
"author": "SvyatoslavScherbina",
"comment_id": 725627485,
"datetime": 1605124319000,
"masked_author": "username_1",
"text": "Probably a duplicate of https://github.com/JetBrains/kotlin-native/pull/4516.\r\nFeel free to reopen if necessary.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 112 | false | false | 112 | false |
well-typed/generics-sop | well-typed | 704,937,888 | 125 | {
"number": 125,
"repo": "generics-sop",
"user_login": "well-typed"
} | [
{
"action": "opened",
"author": "phadej",
"comment_id": null,
"datetime": 1600536392000,
"masked_author": "username_0",
"text": "",
"title": "Use coerce to implement mapII and co",
"type": "issue"
},
{
"action": "created",
"author": "kosmikus",
"comment_id": 701309737,
"datetime": 1601462348000,
"masked_author": "username_1",
"text": "Yes, looks good. Thanks.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 24 | false | false | 24 | false |
Algo-Phantoms/Algo-Phantoms-Frontend | Algo-Phantoms | 824,588,539 | 49 | null | [
{
"action": "opened",
"author": "sohini3062",
"comment_id": null,
"datetime": 1615211922000,
"masked_author": "username_0",
"text": "I am a GSSOC '21 participant.\r\n\r\nI wish to add a typing animation to the about us section using css and javascript",
"title": "Add animation to the about us section",
"type": "issue"
},
{
"action": "created",
"author": "ArchishmanSengupta",
"comment_id": 792834605,
"datetime": 1615217547000,
"masked_author": "username_1",
"text": "Hey i am a GSSoc'21 participant i want to add a dispersion of text which when pointed by cursor will disperse using Javascript.\r\n\r\nPlease assign me the task! Thank you",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Priyanka7011",
"comment_id": 792869062,
"datetime": 1615220203000,
"masked_author": "username_2",
"text": "Hii!\r\nI am a GSSOC 2021 participant.\r\nI would like to add animation on about us section . The heading would expand to 1.5x on hover and the text section would be in a transparent box which glows up on hovering .",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "pi-squared-4",
"comment_id": 792928673,
"datetime": 1615224575000,
"masked_author": "username_3",
"text": "Hi, I would love to work on this, can you please assign me. I would do better.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Shruti3004",
"comment_id": 794481419,
"datetime": 1615325422000,
"masked_author": "username_4",
"text": "@username_1 @username_2",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "harikesh409",
"comment_id": null,
"datetime": 1616000641000,
"masked_author": "username_5",
"text": "",
"title": null,
"type": "issue"
}
] | 6 | 6 | 603 | false | false | 603 | true |
apigee/apigeelint | apigee | 754,863,882 | 233 | {
"number": 233,
"repo": "apigeelint",
"user_login": "apigee"
} | [
{
"action": "opened",
"author": "DinoChiesa",
"comment_id": null,
"datetime": 1606874032000,
"masked_author": "username_0",
"text": "The plugin now searches \"up\" the directory tree for a .jshintignore file, and ignores files noted within it.",
"title": "PO013 support .jshintignore files",
"type": "issue"
},
{
"action": "created",
"author": "DinoChiesa",
"comment_id": 738973991,
"datetime": 1607110200000,
"masked_author": "username_0",
"text": "FYI: This PR addresses issue #144 .",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kurtkanaskie",
"comment_id": 739068881,
"datetime": 1607123144000,
"masked_author": "username_1",
"text": "LTGM",
"title": null,
"type": "comment"
}
] | 2 | 3 | 147 | false | false | 147 | false |
SpectData/MONAH | SpectData | 739,768,071 | 8 | null | [
{
"action": "opened",
"author": "joshkyh",
"comment_id": null,
"datetime": 1605002756000,
"masked_author": "username_0",
"text": "",
"title": "Test cases for bespoke coarse and fine narratives",
"type": "issue"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 764510003,
"datetime": 1611222046000,
"masked_author": "username_0",
"text": "Re test fine narratives -- with the newly added head nodding and forward learning. Please confirm the first twenty talkturn do have head nodding and forward leaning.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 767437520,
"datetime": 1611655502000,
"masked_author": "username_0",
"text": "We need reproducible tests, therefore, we need all digital assets that can reproduce the test.\r\n\r\nCreate a new directory called test_files, and put the BYO transcript and the first twenty talkturns' video into the same folder. This is the basis of end-to-end test.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 771500110,
"datetime": 1612258386000,
"masked_author": "username_0",
"text": "Edited the dir_config.py to add the folder for test files. Test main script, removed the scripts there, and use the BYO test transcript file. \r\n\r\nOnce this done, please proceed on to test without the BYO test script i.e., using Google Speech to Text. We aim to have a two test cases, with and without BYO transcript.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 773171669,
"datetime": 1612431598000,
"masked_author": "username_0",
"text": "(1) BYO Test script has v, vp, vpa. You have shifted the grouth truth for the test cases into 1 csv file.\r\n\r\nLeaning forward got stuck without the BYO Test script.\r\n(2) Without BYO test script we only test for v. Let's create another csv file, for this test case without BYO transcript.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 818634196,
"datetime": 1618310173000,
"masked_author": "username_0",
"text": "Regarding Google Speech to Text not being versioned and hence giving a different result each time. The test for Speech to Text should be relaxed (less stringent) than the BYO transcript case.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 827504704,
"datetime": 1619520010000,
"masked_author": "username_0",
"text": "The two test cases for fine narratives have a problem that interacts with the if statement that tests for the presence of weaved talkturns.csv. Marriane is suggesting that we have a paramter that specifies whether google STT runs, and if it does, it would store the results in another file, such that it would not affect the detection of previous work.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joshkyh",
"comment_id": 849520307,
"datetime": 1622111205000,
"masked_author": "username_0",
"text": "Test case for fine done. Not doing Coarse",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "joshkyh",
"comment_id": null,
"datetime": 1622111206000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 9 | 1,616 | false | false | 1,616 | false |
trailofbits/blight | trailofbits | 765,738,968 | 2,254 | null | [
{
"action": "opened",
"author": "13140772047",
"comment_id": null,
"datetime": 1607907202000,
"masked_author": "username_0",
"text": "广州从化市棋杆镇哪里有真实大保健(找特色服务美女【威信IO77I9O9美女】靓妹广州从化市棋杆镇妹子真实找上门服务【十(V)1077_1909】凛冬之下仍有暖春梦境,在新春佳节即将来临之际,由乐逗游戏代理的三消建造游戏《梦幻花园》于月日推出“苏州园林”皮肤,带大家体现花开苏园的美丽景色。 同时为了致敬博大精深的中华传统文化,借“苏州园林“皮肤上线之际,《梦幻花园》也联手金龙奖获奖画师陈思佚、幕星社知名画手清风澈,以”游园惊梦“为主题,推出了致敬苏州文化及建筑场景之美的主题插画,两位知名画师不同风格的碰撞,让人从不同层面感受到了苏州园林的梦幻与美妙。 姑苏名景好风光,陈思佚打造梦里花园 陈思佚的绘画风格带有浓重的中国特色,擅长与用线条勾勒意境,用配色完善梦境,被很多人称作绘画创作能“直击灵魂”的画师,与、陕西博物馆、费列罗等知名品牌合作产出过极具中国传统文化色彩的插画。 本次《梦幻花园》与陈思佚的合作,从苏州园林中各个经典建筑和园林出发,以一条河流将艺圃、留园、拙政园、沧浪亭、狮子林串联,通过主角奥斯汀与心爱的宠物的游历,展示了感受如梦如幻的苏州园林及奥斯汀心中的拥有苏园的“梦幻花园”。 卷轴开篇,来自《梦幻花园》的奥斯汀看到了艺圃、留园的极具苏州园林特色的代表花园,而图中的锦鲤与山川,也是大家对于园林拥有花鸟鱼虫、假山池塘的幻想。 如果说开篇是山,那结尾一定是水,结合了沧浪亭、狮子园、拙政园经典苏州著名园林景色,以海浪与大鱼为情绪展现,在静谧的苏园中,有对悠然生活热烈而澎湃的向往,而也是落成了作为外国人的奥斯汀,回家之后打造苏州园林的最重要原因。 姑苏少年游,当是在梦间 走出陈思佚为我们描绘的梦幻景致,感受苏州的传说,姑苏不仅有钟声响彻山谷的寒山寺,还有许许多多我们耳熟能详的故事传说,这次《梦幻花园》与清风澈的合作,便是融合了“一苇渡江”、“沧浪亭与欧阳修”、“唐伯虎与桃花诗”、“西施浣纱”以及“枫桥夜泊”五个与苏州有关的典故,展示了一副充满神秘故事幻想的“梦幻花园”。 主题曲链接() 除了与两位优秀的画师合作,《梦幻花园》此次的苏州园林皮肤上线还邀请到了知名古风歌手妖扬和优秀的唱作人金天,以拾梦姑苏为题打造了苏州园林版本主题曲。 梦幻花园等你一起游苏园 为了给大家更好的展现《梦幻花园》苏州园林皮肤,还邀请到了站四大知名主、逍遥散人、中国超级大猩猩、花少北,挑战首次消除游戏大,还会送上各种《梦幻花园》的可爱周边,有感兴趣的朋友可以前往各位主播的直播间围观哦!洗复镭时郎蜕胺侥目济雍饶赡压九https://github.com/trailofbits/blight/issues/2078?21606 <br />https://github.com/trailofbits/blight/issues/2177?35500 <br />https://github.com/trailofbits/blight/issues/1903 <br />https://github.com/trailofbits/blight/issues/1989 <br />https://github.com/trailofbits/blight/issues/2091 <br />lixxglgyqskvephzkfxwrtqic",
"title": "广州从化市棋杆镇哪里有真实大保健(找特色服务-石家庄生活圈",
"type": "issue"
}
] | 1 | 1 | 1,391 | false | false | 1,391 | false |
microsoft/vscode-mssql | microsoft | 765,946,358 | 8,926 | null | [
{
"action": "opened",
"author": "13140780341",
"comment_id": null,
"datetime": 1607925252000,
"masked_author": "username_0",
"text": "【天全找妹子美女包夜服务】▋╋薇:781乄372乄524▋【天全妹子多少钱一晚】【天全上门服务▋╋薇:781乄372乄524▋天全▋╋薇:781乄372乄524▋天全找小姐小妹兼职按摩莞式一条龙服务▋╋薇:781乄372乄524▋《天全找小姐远离服务》《红灯区》▋╋薇:781乄372乄524▋《天全找小姐》《保健按摩》《一夜情》▋╋薇:781乄372乄524▋《天全找小姐保健按摩》《一条龙服务》▋╋薇:781乄372乄524▋姜子牙,名尚,号飞熊,出自《封神演义》的他,是中国历史上形象堪比诸葛亮的著名智者之一,“太公钓鱼,愿者上钩”的当事人,武王伐纣的关键领军人物,最终完成封神伟业,成为未来齐国开创者。但在岁拜相之前,姜子牙却是千真万确的失败者,超龄,学道四十年,却难以成仙,被师父劝退下山,寄身于老友家,换了无数职业工种,好不容易得到纣王赏识,却因杀了妲己的妖精姐妹而惹祸上身,还被一直嫌弃他的悍妻给“休”了。黄渤,成名比姜子牙要早,但在岁之前,还是混迹各类剧组的小角色,不过江湖经验丰富的他,已经深谙荣辱不惊、天道酬勤。如今的黄渤,已是老少咸宜的国民级演员,银幕形象可正可谐,能演大片能上春晚,身上有一股深藏功与名的大智慧。与姜子牙比,黄渤是有点“鲜肉”了,不过他的亲和力、幽默感、智慧值真是像极了心目中的姜子牙——一位游走在睿智与可亲、正气与诙诣之间的姜子牙。相信乌尔善导演的选角能力,《封神三部曲》黄渤来演姜子牙,观众可以放心了。有网友评价黄渤版姜子牙:“黄渤这次出演的姜子牙真很让人眼前一亮。姜子牙这个人物和黄渤的人生经历也有很多相似的地方,比如两个人都算得上是大器晚成,姜子牙岁在河边遇见了姬发,黄渤岁成为了金马奖影帝,黄渤难免会有和这个角色有惺惺相惜的感觉。再看黄渤的古装造型,一改之前的喜剧风格,整个海报透露出的是饱经沧桑的面容,坚毅悲悯的眼神,心怀天下的抱负,《封神三部曲》中我们一定可以看到一个完全不一样的黄渤。”彻反拙堑载葱影侥椅焦兰澈俚问睦https://github.com/microsoft/vscode-mssql/issues/3532?09240 <br />https://github.com/microsoft/vscode-mssql/issues/2153 <br />https://github.com/microsoft/vscode-mssql/issues/1849 <br />https://github.com/microsoft/vscode-mssql/issues/7585 <br />https://github.com/microsoft/vscode-mssql/issues/6205 <br />",
"title": "天全妹子真实找上门服务-厦门本地宝",
"type": "issue"
}
] | 1 | 1 | 1,142 | false | false | 1,142 | false |
joegesualdo/get-youtube-subtitles-node | null | 218,679,850 | 2 | null | [
{
"action": "opened",
"author": "mlockrey",
"comment_id": null,
"datetime": 1491034807000,
"masked_author": "username_0",
"text": "I've had no trouble getting the subtitles - one at a time (i.e. Published English track = 'nonauto' and the automatic craptions = 'auto').\r\n\r\nBut how do I use the 'either' type ? \r\n\r\nIt doesn't seem to deliver anything ?\r\n\r\nCheers, Mike L",
"title": "How do you use the 'either' type",
"type": "issue"
},
{
"action": "created",
"author": "hhkaos",
"comment_id": 312200173,
"datetime": 1498808947000,
"masked_author": "username_1",
"text": "Does it works for you?, I'm trying to download [this video](https://www.youtube.com/watch?v=uHDkhm3QiTY&list=PLaPDDLTCmy4aJoXyro9yWOr2pdIe0mr9A) auto-subtitles this:\r\n\r\n```js\r\nvar getYoutubeSubtitles = require('@username_2/get-youtube-subtitles-node');\r\n\r\ngetYoutubeSubtitles('uHDkhm3QiTY', {type: 'auto'})\r\n.then(subtitles => {\r\n console.log(subtitles)\r\n})\r\n.catch(err => {\r\n console.log(err)\r\n})\r\n```\r\nAnd console returns: `Auto Subtitles dont exist for uHDkhm3QiTY`\r\n\r\nAny ideas?\r\n\r\n----\r\n\r\n@username_0 if you check [@username_2's code](https://github.com/username_2/get-youtube-subtitles-node/blob/master/index.js#L7), it seems that **either** parameters is not an option in this script. It is only valid for [this package](https://github.com/username_2/get-youtube-subtitle-url-node/blob/master/index.js#L67).\r\n\r\nCheers!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joegesualdo",
"comment_id": 375675944,
"datetime": 1521813992000,
"masked_author": "username_2",
"text": "@username_0 Looks like I forgot to add the `either` case, but you can just check for `auto` and `nonauto` and mimic the desired `either` functionality.\r\n\r\n@username_0 @username_1 Looks like there was a broken dependency which was breaking this package. I've fixed the issue and updated to version `0.1.0`.\r\n\r\nI'd update and try again.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joegesualdo",
"comment_id": 376177140,
"datetime": 1522073037000,
"masked_author": "username_2",
"text": "Closing for now. Let me know if it didn't solve your issue or you have any other problems.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "joegesualdo",
"comment_id": null,
"datetime": 1522073037000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 5 | 1,483 | false | false | 1,483 | true |
nuvla/ui | nuvla | 811,982,723 | 547 | null | [
{
"action": "opened",
"author": "schaubl",
"comment_id": null,
"datetime": 1613737636000,
"masked_author": "username_0",
"text": "The message always add 1 version.\r\nFor example if the deployment is 1 version behind it will show 2.\r\n\r\n\r\n\r\n",
"title": "deployment page: version behind counted incorrectly",
"type": "issue"
},
{
"action": "closed",
"author": "0xbase12",
"comment_id": null,
"datetime": 1613989372000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 384 | false | false | 384 | false |
alibaba/Sentinel | alibaba | 687,121,618 | 1,700 | {
"number": 1700,
"repo": "Sentinel",
"user_login": "alibaba"
} | [
{
"action": "opened",
"author": "mikawudi",
"comment_id": null,
"datetime": 1598523319000,
"masked_author": "username_0",
"text": "Describe what this PR does / why we need it\r\n\r\n优化LeapArray的getIntervalInSecond,在构造的时候计算一次就够了,不需要每次都计算",
"title": "Improve: 优化LeapArray getIntervalInSecond",
"type": "issue"
},
{
"action": "created",
"author": "yunfeiyanggzq",
"comment_id": 681896644,
"datetime": 1598528618000,
"masked_author": "username_1",
"text": "LGTM",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sczyh30",
"comment_id": 681898406,
"datetime": 1598528867000,
"masked_author": "username_2",
"text": "Thanks for contributing and look forward to more!",
"title": null,
"type": "comment"
}
] | 3 | 3 | 154 | false | false | 154 | false |
kriszyp/xstyle | null | 714,084,582 | 66 | null | [
{
"action": "opened",
"author": "speich",
"comment_id": null,
"datetime": 1601729732000,
"masked_author": "username_0",
"text": "The file https://github.com/username_1/xstyle/blob/master/xstyle.js is empty. Did building fail?",
"title": "xstyle.js is empty (0 bytes)",
"type": "issue"
},
{
"action": "created",
"author": "kriszyp",
"comment_id": 703120997,
"datetime": 1601738974000,
"masked_author": "username_1",
"text": "I don't think that is a built file, I think the functionality was moved elsewhere.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 175 | false | false | 175 | true |
mcervantes71/Pokedex | null | 791,482,626 | 2 | {
"number": 2,
"repo": "Pokedex",
"user_login": "mcervantes71"
} | [
{
"action": "opened",
"author": "mcervantes71",
"comment_id": null,
"datetime": 1611262167000,
"masked_author": "username_0",
"text": "1. The project is a single page application built with React and Redux\r\n2. The data that was retrieved from the API is stored in the Redux store\r\n3. You can filter the data that you retrieve from the API using a Filter stateless component\r\n4. Every page, the main page, and pages for each item, have a unique route within the SPA\r\n5. The project is deployed and accessible online\r\n\r\nLive Demo:\r\nhttps://pokedex-react-project1.netlify.app/",
"title": "Feature/build",
"type": "issue"
},
{
"action": "created",
"author": "mcervantes71",
"comment_id": 767191076,
"datetime": 1611619378000,
"masked_author": "username_0",
"text": ":heavy_check_mark: Add more testing cases\r\n:heavy_check_mark: Update README FILE\r\n\r\nLive Demo:\r\nhttps://pokedex-react-project1.netlify.app/",
"title": null,
"type": "comment"
}
] | 1 | 2 | 577 | false | false | 577 | false |
dlang/phobos | dlang | 841,116,844 | 7,920 | {
"number": 7920,
"repo": "phobos",
"user_login": "dlang"
} | [
{
"action": "opened",
"author": "berni44",
"comment_id": null,
"datetime": 1616690742000,
"masked_author": "username_0",
"text": "That is the third (and last) item in `std.format` that has been made public without any good reason. It's probably only used in `formatValueImpl`.\r\n\r\nI did not manage to find a useful workaround here, but IMHO there is no real use case either.",
"title": "Deprecate public access of enforceValidFormatSpec",
"type": "issue"
}
] | 2 | 2 | 1,614 | false | true | 243 | false |
fikovnik/st | null | 614,995,891 | 10 | null | [
{
"action": "opened",
"author": "MichaelC2-718",
"comment_id": null,
"datetime": 1588973189000,
"masked_author": "username_0",
"text": "I decided to `head` an iso, to see what it looked like. I saw some normal text, but I didn't get my shell prompt until a few seconds later. Then all the text became garbled. I can still use it, though, since I'm running `htop` just fine. Also, some characters are unaffected, like digits and capital letters.\r\n\r\nThis was in the `st` which ran at the startup of my desktop. I tried to duplicate the effect with an `st` from lxterminal, but it is fine. The output from lxterminal is:\r\n\r\n```\r\n$ st\r\nerresc: unknown str ESC]7\r\nerresc: unknown sequence ESC 0xFD '.'\r\nerresc: unknown sequence ESC 0x4F '0'\r\nesc unhandled charset: ESC ( 0\r\nesc unhandled charset: ESC ( 0\r\nerresc: unknown sequence ESC 0x4F '0'\r\nerresc: unknown sequence ESC 0x4F '.'\r\nerresc: unknown sequence ESC 0x4F '.'\r\nerresc: unknown sequence ESC 0x4F '.'\r\nerresc: unknown sequence ESC 0x4F '&'\r\n```\r\n\r\nIn htop, the bars are normally bars: `|`. Now they are nequal signs: `≠`. Similarly, `\\`` is a diamond, `~` is a dot, `{` is pi, `}` is euro, and all other symbols on my keyboard are fine.",
"title": "Unknown character sequence",
"type": "issue"
}
] | 1 | 1 | 1,055 | false | false | 1,055 | false |
IBM/ibm-iam-operator | IBM | 701,486,803 | 192 | {
"number": 192,
"repo": "ibm-iam-operator",
"user_login": "IBM"
} | [
{
"action": "opened",
"author": "znhafeez",
"comment_id": null,
"datetime": 1600124515000,
"masked_author": "username_0",
"text": "https://travis.ibm.com/IBMPrivateCloud/platform-identity-mgmt/jobs/38101970#L306",
"title": "update shas",
"type": "issue"
}
] | 2 | 3 | 1,797 | false | true | 80 | false |
choderalab/fah-xchem | choderalab | 739,481,040 | 101 | null | [
{
"action": "opened",
"author": "jchodera",
"comment_id": null,
"datetime": 1604969934000,
"masked_author": "username_0",
"text": "The `ligands.{csv,sdf,pdf}` files are being incorrectly generated:\r\n\r\nThey contain erroneous information about transformations. For example, `ligands.csv`:\r\n```\r\nSMILES,TITLE,CID,SMILES,RUN,DDG (kcal/mol),dDDG (kcal/mol)\r\n,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN80,0.03,0.03\r\nC[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)C#N,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN87,0.06,0.06\r\nc1cc2c(cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)Cl)c(c1)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN97,0.07,0.07\r\nc1ccc2c(c1)cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)F,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN39,0.08,0.08\r\nC[C@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN76,0.08,0.08\r\nc1ccc2c(c1)c(cnc\r\n```\r\nWe should fix this so that the chemists can download the best-scoring molecules for inspection and synthesis.",
"title": "Fix ligands.{csv,sdf,pdf} for Sprint 5",
"type": "issue"
}
] | 1 | 1 | 1,204 | false | false | 1,204 | false |
unoplatform/uno | unoplatform | 811,027,531 | 5,269 | {
"number": 5269,
"repo": "uno",
"user_login": "unoplatform"
} | [
{
"action": "opened",
"author": "mrlacey",
"comment_id": null,
"datetime": 1613648929000,
"masked_author": "username_0",
"text": "GitHub Issue (If applicable): # n/a\r\n\r\n<!-- Link to relevant GitHub issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) -->\r\n\r\n## PR Type\r\n\r\nWhat kind of change does this PR introduce?\r\n<!-- Please uncomment one or more that apply to this PR\r\n\r\n- Bugfix\r\n- Feature\r\n- Code style update (formatting)\r\n- Refactoring (no functional changes, no api changes)\r\n- Build or CI related changes\r\n- Documentation content changes\r\n- Project automation\r\n- Other... Please describe:\r\n\r\n-->\r\n\r\n- Documentation content changes\r\n\r\n## What is the current behavior?\r\n\r\n<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->\r\nLink uses back-slashes instead of forward-slashes and so results in encoded values in the generated path which leads to a broken link: https://github.com/unoplatform/uno/blob/master/doc%5Carticles%5Cuno-development%5Cgit-conventional-commits.md\r\n\r\n## What is the new behavior?\r\n\r\n<!-- Please describe the new behavior after your modifications. -->\r\nlink works correctly.\r\n\r\n## PR Checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [ ] Docs have been added/updated which fit [documentation template](https://github.com/unoplatform/uno/blob/master/doc/.feature-template.md) (for bug fixes / features)\r\n- [ ] [Unit Tests and/or UI Tests](https://github.com/unoplatform/uno/blob/master/doc/articles/uno-development/working-with-the-samples-apps.md) for the changes have been added (for bug fixes / features) (if applicable)\r\n- [ ] Validated PR `Screenshots Compare Test Run` results.\r\n- [x] Contains **NO** breaking changes\r\n- [ ] Associated with an issue (GitHub or internal) and uses the [automatic close keywords](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue).\r\n- [x] Commits must be following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification.\r\n\r\n<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.\r\n Please note that breaking changes are likely to be rejected -->\r\n\r\n## Other information\r\n\r\n<!-- Please provide any additional information if necessary -->\r\n\r\nInternal Issue (If applicable):\r\n<!-- Link to relevant internal issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) -->",
"title": "docs: fix broken internal link",
"type": "issue"
}
] | 2 | 2 | 2,610 | false | true | 2,409 | false |
typescript-eslint/tslint-to-eslint-config | typescript-eslint | 791,682,501 | 932 | null | [
{
"action": "opened",
"author": "u91649",
"comment_id": null,
"datetime": 1611288835000,
"masked_author": "username_0",
"text": "I am trying to build a react application. It is using the .tsx format. When trying to build, getting the below error. Tried many fixes and it wont working.\r\n\r\n**Failed to compile.\r\n\r\n./src/index.tsx\r\n\r\nLine 1:1: Definition for rule '@typescript-eslint/consistent-type-assertions' was not found @typescript-eslint/consistent-type-assertions\r\n\r\nLine 1:1: Definition for rule '@typescript-eslint/no-unused-expressions' was not found @typescript-eslint/no-unused-expressions\r\n\r\nSearch for the keywords to learn more about each error.\r\n\r\nMy eslint config file is\r\nmodule.exports = {\r\n env: {\r\n browser: true,\r\n node: true,\r\n },\r\n extends: [\r\n 'prettier',\r\n 'prettier/@typescript-eslint',\r\n 'prettier/react',\r\n 'react-app',\r\n ],\r\n rules: {\r\n 'prettier/prettier': 'error',\r\n '@typescript-eslint/adjacent-overload-signatures': 'error',\r\n '@typescript-eslint/array-type': ['error', 'array-simple'],\r\n '@typescript-eslint/ban-types': 'error',\r\n '@typescript-eslint/class-name-casing': 'error',\r\n '@typescript-eslint/explicit-member-accessibility': [\r\n 'off',\r\n {\r\n overrides: {\r\n constructors: 'off',\r\n },\r\n },\r\n ],\r\n '@typescript-eslint/interface-name-prefix': 'error',\r\n '@typescript-eslint/member-delimiter-style': 'off',\r\n '@typescript-eslint/member-ordering': 'error',\r\n '@typescript-eslint/no-angle-bracket-type-assertion': 'error',\r\n '@typescript-eslint/no-empty-interface': 'off',\r\n '@typescript-eslint/no-explicit-any': 'off',\r\n '@typescript-eslint/no-misused-new': 'error',\r\n '@typescript-eslint/no-namespace': 'error',\r\n '@typescript-eslint/no-object-literal-type-assertion': 'off',\r\n '@typescript-eslint/no-parameter-properties': 'off',\r\n '@typescript-eslint/no-this-alias': 'error',\r\n '@typescript-eslint/no-triple-slash-reference': 'error',\r\n '@typescript-eslint/no-use-before-declare': 'off',\r\n '@typescript-eslint/no-var-requires': 'off',\r\n '@typescript-eslint/prefer-for-of': 'error',\r\n '@typescript-eslint/prefer-function-type': 'error',\r\n '@typescript-eslint/prefer-interface': 'error',\r\n '@typescript-eslint/prefer-namespace-keyword': 'error',\r\n '@typescript-eslint/restrict-plus-operands': 'off',\r\n '@typescript-eslint/type-annotation-spacing': 'error',\r\n '@typescript-eslint/unified-signatures': 'error',\r\n 'arrow-body-style': ['error', 'as-needed'],\r\n 'arrow-parens': ['error', 'as-needed'],\r\n complexity: 'off',\r\n 'constructor-super': 'error',\r\n curly: 'error',\r\n 'default-case': 'error',\r\n 'dot-notation': 'off',\r\n 'eol-last': 'error',\r\n eqeqeq: ['error', 'smart'],\r\n 'guard-for-in': 'off',\r\n 'linebreak-style': 'off',\r\n 'max-classes-per-file': ['error', 3],\r\n 'max-len': 'off',\r\n 'new-parens': 'off',\r\n 'newline-per-chained-call': 'off',\r\n 'no-bitwise': 'error',\r\n 'no-caller': 'error',\r\n 'no-cond-assign': 'error',\r\n 'no-console': 'error',\r\n 'no-debugger': 'error',\r\n 'no-duplicate-case': 'error',\r\n 'no-duplicate-imports': 'error',\r\n 'no-empty': 'error',\r\n 'no-eval': 'error',\r\n 'no-extra-bind': 'error',\r\n 'no-extra-semi': 'off',\r\n 'no-fallthrough': 'error',\r\n 'no-invalid-this': 'off',\r\n 'no-irregular-whitespace': 'off',\r\n 'no-multiple-empty-lines': 'error',\r\n 'no-new-func': 'error',\r\n 'no-new-wrappers': 'error',\r\n 'no-param-reassign': 'error',\r\n 'no-return-await': 'error',\r\n 'no-sequences': 'error',\r\n 'no-sparse-arrays': 'error',\r\n 'no-template-curly-in-string': 'error',\r\n 'no-throw-literal': 'error',\r\n 'no-trailing-spaces': 'off',\r\n 'no-undef-init': 'error',\r\n 'no-unsafe-finally': 'error',\r\n 'no-unused-labels': 'error',\r\n 'no-var': 'error',\r\n 'object-shorthand': 'error',\r\n 'one-var': ['error', 'never'],\r\n 'prefer-arrow-callback': 'error',\r\n 'prefer-const': 'error',\r\n 'prefer-object-spread': 'error',\r\n 'quote-props': ['error', 'as-needed'],\r\n radix: 'off',\r\n 'space-before-function-paren': 'off',\r\n 'use-isnan': 'error',\r\n 'valid-typeof': 'off',\r\n },\r\n globals: {\r\n wait: 'readonly',\r\n },\r\n parser: '@typescript-eslint/parser',\r\n parserOptions: {\r\n project: 'tsconfig.json',\r\n sourceType: 'module',\r\n },\r\n plugins: [\r\n 'eslint-plugin-prettier',\r\n 'eslint-plugin-import',\r\n 'eslint-plugin-jsx-a11y',\r\n 'eslint-plugin-react',\r\n 'eslint-plugin-react-hooks',\r\n '@typescript-eslint',\r\n ],\r\n settings: {\r\n react: {\r\n version: 'detect',\r\n },\r\n },\r\n}",
"title": "Definition for rule '@typescript-eslint/consistent-type-assertions' was not found",
"type": "issue"
},
{
"action": "created",
"author": "JoshuaKGoldberg",
"comment_id": 765518022,
"datetime": 1611332006000,
"masked_author": "username_1",
"text": "Hi @username_0! Per https://github.com/typescript-eslint/tslint-to-eslint-config/issues/612#issuecomment-764335042, this is probably not the right repository for questions on what should be valid rulesets. https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-assertions.md indicates the rule does exist. A hunch: make sure you're on the latest version of all packages.\r\n\r\nIf that's not it, you'll want to ask on https://typescript-eslint.io. Good luck!",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "JoshuaKGoldberg",
"comment_id": null,
"datetime": 1611332006000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "JoshuaKGoldberg",
"comment_id": 765518430,
"datetime": 1611332035000,
"masked_author": "username_1",
"text": "Oh, and tip: format your code with <code>```</code> on lines before and after it. Much easier to read 😄 . I've edited your post to include that. Cheers!",
"title": null,
"type": "comment"
}
] | 2 | 4 | 5,192 | false | false | 5,192 | true |
apache/apisix-dashboard | apache | 758,582,889 | 977 | {
"number": 977,
"repo": "apisix-dashboard",
"user_login": "apache"
} | [
{
"action": "opened",
"author": "nic-chen",
"comment_id": null,
"datetime": 1607352899000,
"masked_author": "username_0",
"text": "1. add more error log.\r\n\r\n2. use %s for more suitable for reading.\r\n\r\n3. display the true caller for easier to locate problem.\r\n\r\nclose #730",
"title": "chore: enrich error log",
"type": "issue"
}
] | 2 | 2 | 140 | false | true | 140 | false |
craigary/nobelium | null | 857,709,096 | 55 | {
"number": 55,
"repo": "nobelium",
"user_login": "craigary"
} | [
{
"action": "opened",
"author": "craigary",
"comment_id": null,
"datetime": 1618392599000,
"masked_author": "username_0",
"text": "",
"title": "Update to 1.1.0",
"type": "issue"
}
] | 2 | 2 | 459 | false | true | 0 | false |
nicdex/node-eventstore-client | null | 421,452,107 | 72 | null | [
{
"action": "opened",
"author": "quorak",
"comment_id": null,
"datetime": 1552645941000,
"masked_author": "username_0",
"text": "Hey there,\r\n\r\nI'm having a PersistentSubscription and while catching up, I come into the situation, that I cannot process a certain Event. I would like to stop the persistentSubscription at the event where it is and process at a later point. \r\n\r\nI though `subscription.fail(event,PersistentSubscriptionNakEventAction.Stop,'Error in sub service')` would be the right choice. But Events keep on bubbeling in and get acknowledged to the eventstore. \r\n\r\nI tried all combinations of the PersistentSubscription Settings, but weven with a 1000 Events to catch up, the subscription iterates throuh all of them, no matter how often I call `sub.fail...` Did I misunderstood the concept ? Any clarification is appreciated.",
"title": "Clarification of PersistentSubscriptionNakEventAction.Stop ",
"type": "issue"
},
{
"action": "created",
"author": "nicdex",
"comment_id": 473574216,
"datetime": 1552762162000,
"masked_author": "username_1",
"text": "Did you disable autoAck on the persistent subscription?\r\nBy default persistent subscription are automatically acknowledge, so that would explain the behavior.\r\nUse false as the last parameters in connectToPersistentSubscription(stream, groupName, eventAppeared, subscriptionDropped, userCredentials, bufferSize, autoAck)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "morrislaptop",
"comment_id": 475211682,
"datetime": 1553171703000,
"masked_author": "username_2",
"text": "EventStore will essentially just record that an event was not acknowledged. You can then use the `Replayed Parked Messages` in the admin ui to stream those events back to the subscription?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "quorak",
"comment_id": 480477729,
"datetime": 1554530954000,
"masked_author": "username_0",
"text": "hey there, thanks for the replay. \r\n\r\nYes i disabled autoAck. I want to have more control over the acknowledgement. \r\n* I would also like to park some of the unprocessable entities at time. \r\n* And in certain situations I want to Stop the incoming messages in a controlled manner (e.g. a subsequent service is unreachable) and continue at a later point\r\n\r\nIsn't this what `PersistentSubscriptionNakEventAction.Stop` was thought for, or am i mistaken.\r\n\r\nthanks a lot.",
"title": null,
"type": "comment"
}
] | 3 | 4 | 1,687 | false | false | 1,687 | false |
vimc/orderly-web | vimc | 745,533,603 | 272 | {
"number": 272,
"repo": "orderly-web",
"user_login": "vimc"
} | [
{
"action": "opened",
"author": "mwoodbri",
"comment_id": null,
"datetime": 1605695303000,
"masked_author": "username_0",
"text": "Consistent with vimc/montagu-proxy@7aa3a54",
"title": "Update ChromeDriver for compatibility with Chrome 86",
"type": "issue"
}
] | 2 | 2 | 42 | false | true | 42 | false |
cloudnativeto/envoy | cloudnativeto | 804,557,713 | 694 | null | [
{
"action": "created",
"author": "vgbhfive",
"comment_id": 808303668,
"datetime": 1616772152000,
"masked_author": "username_0",
"text": "/accept",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "vgbhfive",
"comment_id": 813038631,
"datetime": 1617544990000,
"masked_author": "username_0",
"text": "/pushed",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "majinghe",
"comment_id": 821758094,
"datetime": 1618629909000,
"masked_author": "username_1",
"text": "/merged",
"title": null,
"type": "comment"
}
] | 3 | 8 | 853 | false | true | 21 | false |
FIN392/Raspberry | null | 777,955,535 | 1 | null | [
{
"action": "opened",
"author": "FIN392",
"comment_id": null,
"datetime": 1609752479000,
"masked_author": "username_0",
"text": "1. Reply with contact information\r\n2. Block it (???)\r\n3. Inform me of the access attempt",
"title": "telegramMonitoring: Process messages from 3th parties",
"type": "issue"
},
{
"action": "created",
"author": "FIN392",
"comment_id": 754600054,
"datetime": 1609848935000,
"masked_author": "username_0",
"text": "Done.\r\n\r\n🛎\r\nAnother user is trying to talk with me.\r\nFirst name: \"xxx\"\r\nLast name: \"yyy\"\r\nUser name: \"zzz\"\r\nId: 123456789\r\nMessage: \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "FIN392",
"comment_id": null,
"datetime": 1609848939000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 3 | 258 | false | false | 258 | false |
carbon-design-system/carbon-tutorial | carbon-design-system | 721,548,792 | 5,947 | {
"number": 5947,
"repo": "carbon-tutorial",
"user_login": "carbon-design-system"
} | [
{
"action": "opened",
"author": "Sarquamon",
"comment_id": null,
"datetime": 1602688413000,
"masked_author": "username_0",
"text": "Closes #\r\n\r\nhttp://carbon-tutorial-sarquamon.mybluemix.net/#/\r\n\r\n#### Changelog\r\n\r\n**New**\r\n\r\n- {{new thing}}\r\n\r\n**Changed**\r\n\r\n- {{change thing}}\r\n\r\n**Removed**\r\n\r\n- {{removed thing}}",
"title": "feat(tutorial): complete step 5",
"type": "issue"
}
] | 3 | 3 | 635 | false | true | 184 | false |
dotnet/aspnetcore-tooling | dotnet | 801,634,075 | 3,069 | {
"number": 3069,
"repo": "aspnetcore-tooling",
"user_login": "dotnet"
} | [
{
"action": "opened",
"author": "captainsafia",
"comment_id": null,
"datetime": 1612472692000,
"masked_author": "username_0",
"text": "The myget feeds are no longer active.\r\n\r\nPer https://github.com/dotnet/core-eng/wiki/MyGet-Migration-New-Homes, the `rosyln` and `roslyn-tools` feeds can be replaced with the dotnet5, vssdk, vs-impl feeds.",
"title": "Remove deprecated feeds",
"type": "issue"
},
{
"action": "created",
"author": "captainsafia",
"comment_id": 774204508,
"datetime": 1612549340000,
"masked_author": "username_0",
"text": "@dougbu Thanks for the guidance. Adding the fallback feed did the trick.",
"title": null,
"type": "comment"
}
] | 1 | 2 | 277 | false | false | 277 | false |
nanoexpress/pro | nanoexpress | 686,123,361 | 86 | {
"number": 86,
"repo": "pro",
"user_login": "nanoexpress"
} | [
{
"action": "created",
"author": "dalisoft",
"comment_id": 686461612,
"datetime": 1599136862000,
"masked_author": "username_0",
"text": "@dependabot rebase",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dalisoft",
"comment_id": 686462157,
"datetime": 1599136924000,
"masked_author": "username_0",
"text": "@dependabot recreate",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dalisoft",
"comment_id": 686480539,
"datetime": 1599138758000,
"masked_author": "username_0",
"text": "@dependabot rebase",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dalisoft",
"comment_id": 686483418,
"datetime": 1599139013000,
"masked_author": "username_0",
"text": "@dependabot merge",
"title": null,
"type": "comment"
}
] | 3 | 7 | 9,020 | false | true | 73 | false |
hlovdal/npx | null | 824,992,330 | 5 | {
"number": 5,
"repo": "npx",
"user_login": "hlovdal"
} | [
{
"action": "created",
"author": "hlovdal",
"comment_id": 793131374,
"datetime": 1615242656000,
"masked_author": "username_0",
"text": "Closing/archiving this repo.",
"title": null,
"type": "comment"
}
] | 2 | 3 | 13,887 | false | true | 28 | false |
trailofbits/blight | trailofbits | 765,820,560 | 14,914 | null | [
{
"action": "opened",
"author": "13140772047",
"comment_id": null,
"datetime": 1607915545000,
"masked_author": "username_0",
"text": "大庆市红岗区找妹子包夜服务美女【威信IO77I9O9美女】靓妹大庆市红岗区妹子多少钱一晚上门服务▋╋薇/芯:10771909▋ 由江苏卫视、煜盛文化联合出品的传统年节美食文化节目《穿越时间的味道》第四期主题是【立秋】,寻味六人组——李菲儿、张海宇、何泓姗、李子璇、何昶希、施展挑战手切羊肉,还原最地道的老北京涮羊肉。 中国人对火锅的喜爱由来已久,无论是白居易的绿蚁新醅酒,红泥小火炉,还是严融的围炉聚炊欢呼处,百味消融小釜中,描述的都是吃火锅的场景。历史上著名的千叟宴,乾隆皇帝用来招待全国岁以上老人的也是火锅。 而说到立秋,作为二十四节气的第个节气,也是秋天的第一个节气。立秋过后,天气转凉,人们胃口大开,也就到了补充夏季损耗之时。补的办法就是贴秋膘,吃一些味厚的美味佳肴,尤其首选肉类,谓之有肉贴膘。在北京最有名的贴秋膘方式就是铜锅涮羊肉。 张海宇自告奋勇试刀,李菲儿套路地狱厨神 正宗的老北京涮肉采用的是铜锅炭火,以及没有经过冷冻的热气羊肉。切肉也大有讲究,必须手工切薄,每片厚度均匀,刀刀断丝,不能有连接。切好的鲜肉放在胖子中,盘子立起来也绝不会掉落,这样涮出来的羊肉才能入口即化。 节目组特意邀请了有着京城第一刀之称的北京裕德孚主刀于大师亲自示范。于大师说:要想切出可以给顾客食用水准的羊肉,没有一两千斤肉是练不出来的。引得六位寻味者纷纷唏嘘:太难了! 作为厨房优等生的张海宇发现于大师用的刀和平时家里用的不太一样,疑心切好羊肉的秘诀在此。但是被邀请上台体验的时候,显然肉和刀都变得不听话起来,接连切了两刀,都被郦波吐槽:切的不是肉片,而是肉泥。 在李菲儿纠结如何将肉切的更薄时,地狱厨神刘一帆刚好来检查作业。不知是不是因为有老师监工,李菲儿切肉时止不住手抖,还被刘一帆指出:左手过度用力,切肉动作不标准等问题。 不得要领的李菲儿只好拜托刘一帆亲自示范如何轻柔地将羊肉切薄,在刘一帆又快又稳地将一片羊肉切好,李菲儿开心地说:我要放到盘子里,刘一帆这才意识到自己被套路了。 何泓姗改良蘸料,施展放言无人能敌 作为资深吃货,大家都知道吃火锅的时候肉碗和酱碗要分开,因为将涮好的肉直接放到酱碗会稀释酱料。说道酱料,传统的老北京酱料讲究老八件,即麻酱、腐乳、韭菜花、黄酒、虾油、辣椒油、葱花和香菜。 但是,不同地域的口味也是不一样的,以蘸料来说,北方习吃麻酱,南方却更倾向于油碟。油碟爱好者施展在挑战一开始就说:今天作为一个重庆人,我不管什么复刻菜,我得做出重庆的味道。在调制蘸料时施展继续自信放言:做老北京菜我可能没什么自信,但我的重庆蘸料绝对无人能敌! 这样的发言,让评委老师郦波都不敢轻易尝试:这个我不敢吃,吃了就麻烦了,味蕾一经刺激就尝不出其他味道了。另一位油碟爱好者何泓姗机智地将辣椒藏在了麻酱之中,这突如其来的味觉刺激让郦波老师忍不住用出乎意料来形容。 李子璇自创刀法,何昶希烹饪暖心狮子丸 夏天的时候从中医角度来讲,有一种疾病叫作疰夏也称苦夏,有些人会因为夏季过于炎热导致食欲不佳,所以立秋之后才有贴秋膘的习俗,而贴秋膘也要讲究荤素搭配,所以这一期创意菜挑战的关键词就是荤素搭配。 李子璇(豆子)这一次选择的料理是文思茭白。豆子的帮厨老师以刀工见长,所以她对制作这道料理非常有信心。在切茭白的过程中为我们展示了三招豆式刀法:大力出奇迹、定点空切和律动切菜。 第一招大力出奇迹,与其说是切菜不如说是剁菜,利用重力和惯性将茭白劈成两半;第二招定点空切,这道菜需要将茭白切成极细的丝状,但是李子璇在只是挥刀,并没有切到菜;第三招律动切菜,这一招豆子动用了全身的力气,扎马步不说,还跟着菜刀一起有节奏地蹦跳,帮厨老师提醒:不是用人的力量,而是用到的力量。豆子却只能苦笑:我不这样,就用不上力气。 何昶希在第一期节目中以一道暖心粥获得大家一致好评,这一期他继续展示细心本色。他选择的料理是狮子丸,节目中他解释选择这道菜的原因:奶奶以前很喜欢吃鱼,但是现在年纪大了,鱼里边有刺吃起来会比较麻烦,所以想烹饪一道吃鱼不见刺的菜肴。 听到他的描述,帮厨老师很快提议制作这道巴沙狮子丸。将鱼肉剔除鱼骨、鱼刺,配合五花肉等食材加以烹饪。在最后的品尝环节,这道菜以鲜美征服了两位老师的味蕾,刘一帆称赞这道菜:鱼肉和肥膘的比例刚刚好。郦波也不吝赞美:镇江陈醋搭配扬州小巴鱼,完美呈现了长江美味。 《穿越时间的味道》每周二晚江苏卫视首播,次日零点上线优酷、腾讯、爱奇艺三大视频平台,想了解更多精彩内容记得观看完整节目哦谭柏叭登找倘肚檬坡烦握俚环等壮https://github.com/trailofbits/blight/issues/12029?xlxko <br />https://github.com/trailofbits/blight/issues/8981?29840 <br />https://github.com/trailofbits/blight/issues/6353?83055 <br />https://github.com/trailofbits/blight/issues/3683?73339 <br />https://github.com/trailofbits/blight/issues/3627?94607 <br />gawonuimqsbmouolgwocuaegi",
"title": "大庆市红岗区哪有特殊服务的洗浴-青岛生活圈",
"type": "issue"
}
] | 1 | 1 | 2,224 | false | false | 2,224 | false |
pywbem/pywbemtools | pywbem | 547,758,898 | 479 | null | [
{
"action": "opened",
"author": "KSchopmeyer",
"comment_id": null,
"datetime": 1578608760000,
"masked_author": "username_0",
"text": "Implement a listener for pywbemcli.\r\n\r\nThis could be either a command group in pywbemcli or a separate tool.",
"title": "Implement an indication listener in pywbemcli",
"type": "issue"
},
{
"action": "created",
"author": "andy-maier",
"comment_id": 611961158,
"datetime": 1586511660000,
"masked_author": "username_1",
"text": "Closing as duplicate of #430.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "andy-maier",
"comment_id": null,
"datetime": 1586511660000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 137 | false | false | 137 | false |
denoland/deno | denoland | 734,068,580 | 8,219 | null | [
{
"action": "opened",
"author": "nekdolan",
"comment_id": null,
"datetime": 1604266846000,
"masked_author": "username_0",
"text": "When I try to bundle my worker.ts it raises an error\r\n```\r\nerror: TS2339 [ERROR]: Property 'postMessage' does not exist on type 'Window & typeof globalThis'.\r\n self.postMessage(data);\r\n```\r\n\r\nIn Deno\r\n```\r\ndeno 1.5.1\r\nv8 8.7.220.3\r\ntypescript 4.0.3\r\n```",
"title": "Deno bundle can't compile worker files",
"type": "issue"
},
{
"action": "created",
"author": "kitsonk",
"comment_id": 720156715,
"datetime": 1604267194000,
"masked_author": "username_1",
"text": "```\r\n\r\nWhere the `tsconfig.json` contains:\r\n\r\n```js \r\n{\r\n \"compilerOptions\": {\r\n \"lib\": [ \"deno.worker\" ]\r\n }\r\n}\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nekdolan",
"comment_id": 720325557,
"datetime": 1604306403000,
"masked_author": "username_0",
"text": "Thanks @username_1 `deno bundle --no-check` works",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kitsonk",
"comment_id": 722730831,
"datetime": 1604623378000,
"masked_author": "username_1",
"text": "Actually, I realised I made a comment in the code.\r\n\r\nhttps://github.com/denoland/deno/blob/96e03e0b93bf75035887ce02880b832123e3c86d/cli/main.rs#L344\r\n\r\nUltimately we just need to agree on how to deal with this. @ry @bartlomieju thoughts?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nayeemrmn",
"comment_id": 722744826,
"datetime": 1604625528000,
"masked_author": "username_2",
"text": "This is basically #6753 (`deno cache --worker`), the flag would be shared like [similar ones](https://github.com/denoland/deno/blob/5f7c80986fd9cff6a65d4e419fc2972abe992ccf/cli/flags.rs#L503-L513) are.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kitsonk",
"comment_id": 722755201,
"datetime": 1604627154000,
"masked_author": "username_1",
"text": "@username_2 you are right as usual... `deno bundle --worker` is what it should be, nothing to debate... I forgot we had agreed that for `deno cache`.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kitsonk",
"comment_id": 722778341,
"datetime": 1604631385000,
"masked_author": "username_1",
"text": "Actually based on #8089 there is clearly things to discuss...",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nekdolan",
"comment_id": 723006117,
"datetime": 1604658736000,
"masked_author": "username_0",
"text": "I'm not sure how it could be done without the proposed/reverted flag `--worker` . I can understand that cache could work without it but how would you keep the linkage when you bundle them, given that you don't know where or how the scripts will be deployed. Would we just keep a relative link to the bundled worker in the script? Would that work on a normal webpage?",
"title": null,
"type": "comment"
}
] | 3 | 8 | 1,443 | false | false | 1,443 | true |
thesofproject/sof | thesofproject | 689,299,505 | 3,370 | {
"number": 3370,
"repo": "sof",
"user_login": "thesofproject"
} | [
{
"action": "opened",
"author": "lyakh",
"comment_id": null,
"datetime": 1598888107000,
"masked_author": "username_0",
"text": "implement and use \"%pU[bBlL]\" kernel style UUID format strings",
"title": "UUID trace",
"type": "issue"
},
{
"action": "created",
"author": "lyakh",
"comment_id": 684696499,
"datetime": 1598954188000,
"masked_author": "username_0",
"text": "@username_1 I don't know whether there are \"standard\" UUID formatters. POSIX printf(3) https://www.unix.com/man-page/POSIX/3posix/snprintf/ doesn't have anything like that. Looks like the Linux kernel implementation is an extension, and yes, this patch follows it.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lgirdwood",
"comment_id": 684943857,
"datetime": 1598974568000,
"masked_author": "username_1",
"text": "@username_0 can you fix the conflicts - I think we are good to merge",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lyakh",
"comment_id": 684945038,
"datetime": 1598974671000,
"masked_author": "username_0",
"text": "@username_1 done, waiting for CI",
"title": null,
"type": "comment"
}
] | 2 | 4 | 419 | false | false | 419 | true |
ipfs-shipyard/ipfs-desktop | ipfs-shipyard | 485,508,567 | 1,058 | null | [
{
"action": "opened",
"author": "autonome",
"comment_id": null,
"datetime": 1566863483000,
"masked_author": "username_0",
"text": "<img width=\"449\" alt=\"Screen Shot 2019-08-26 at 4 50 05 PM\" src=\"https://user-images.githubusercontent.com/50103/63730815-b3f27c80-c821-11e9-8666-eb63aeabf12a.png\">",
"title": "A gaggle of IPFS Desktops in my Login Items on Mac OS X",
"type": "issue"
},
{
"action": "created",
"author": "hacdias",
"comment_id": 526075237,
"datetime": 1567066028000,
"masked_author": "username_1",
"text": "@username_0 that's weird. I only have one. And I believe there should be only one. Is it possible to see more info about each login item you have there?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "autonome",
"comment_id": 526301635,
"datetime": 1567102513000,
"masked_author": "username_0",
"text": "Not from the UI. Haven't dug deeper to check where all these are kept by the OS, like some plist file or something like that.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "hacdias",
"comment_id": 526766035,
"datetime": 1567203357000,
"masked_author": "username_1",
"text": "Will take a look as soon as I can!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "hacdias",
"comment_id": 543859447,
"datetime": 1571421045000,
"masked_author": "username_1",
"text": "@username_0 I am looking now at the `auto-launch` code and I think I know what your problem is: have you ever run IPFS Desktop from multiple locations? If so, that might be the issue you have there... generating an entry for each specific location. I can't see other reason, nor reproduce that bug.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "autonome",
"comment_id": 543937446,
"datetime": 1571431621000,
"masked_author": "username_0",
"text": "Not that I know of... maybe running from source at some point? I just\nchecked, and still had four in the list. I removed them all, will check and\nsee if they reappear 😂",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "hacdias",
"comment_id": 543998372,
"datetime": 1571440313000,
"masked_author": "username_1",
"text": "@username_0 I'm closing this for now, but if you start getting more, please let me know. I believe that auto launch was enabled **on development** some time in the past, but I've now prevented that from happening. That might have been it.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "hacdias",
"comment_id": null,
"datetime": 1571440313000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 8 | 1,173 | false | false | 1,173 | true |
istio/istio | istio | 796,051,452 | 30,472 | null | [
{
"action": "opened",
"author": "rvgud",
"comment_id": null,
"datetime": 1611843764000,
"masked_author": "username_0",
"text": "(**NOTE**: This is used to report product bugs:\r\n To report a security vulnerability, please visit <https://istio.io/about/security-vulnerabilities>\r\n To ask questions about how to use Istio, please visit <https://discuss.istio.io>)\r\n\r\n**Bug description**\r\nPilot cpu utilisation is high. With 700 endpoints and only having istio-proxy sidecar. 5m avg config push time 30s.\r\n**Affected product area (please put an X in all that apply)**\r\n\r\n[ ] Docs\r\n[ ] Installation\r\n[ ] Networking\r\n[ ] Performance and Scalability\r\n[ ] Extensions and Telemetry\r\n[ ] Security\r\n[ ] Test and Release\r\n[ ] User Experience\r\n[ ] Developer Infrastructure\r\n[ ] Upgrade\r\n\r\n**Affected features (please put an X in all that apply)**\r\n\r\n[ ] Multi Cluster\r\n[ ] Virtual Machine\r\n[ ] Multi Control Plane\r\n\r\n**Expected behavior**\r\n\r\n**Steps to reproduce the bug**\r\n\r\n**Version** (include the output of `istioctl version --remote` and `kubectl version --short` and `helm version --short` if you used Helm)\r\n\r\n./istioctl version --remote\r\nclient version: 1.4.5\r\ncontrol plane version: 1.4.5\r\ndata plane version: 1.4.5 (586 proxies)\r\n\r\nkubectl version --short\r\nClient Version: v1.18.8\r\nServer Version: v1.15.7\r\n\r\nhelm version --short\r\nClient: v2.16.10+gbceca24\r\nServer: v2.16.10+gbceca24\r\n\r\n\r\n**How was Istio installed?**\r\nhelm install install/kubernetes/helm/istio --name istio --namespace istio-system --set global.proxy.accessLogFile=\"/dev/stdout\",global.disablePolicyChecks=true,global.proxy.accessLogEncoding=\"JSON\",grafana.enabled=true,kiali.enabled=true,prometheus.enabled=true,prometheus.service.nodePort.enabled=true,gateways.enabled=true,gateways.istio-ingressgateway.enabled=true,gateways.istio-ingressgateway.type=NodePort,tracing.enabled=true\r\n\r\n**Environment where the bug was observed (cloud vendor, OS, etc)**\r\nOaacle Kubernetes\r\n\r\nAdditional Information:\r\n**HPA for istio-pilot on avg cpu:**\r\nkubectl get hpa istio-pilot -n istio-system -w\r\nNAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE\r\nistio-pilot Deployment/istio-pilot 27%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 15%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 1180%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 24%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 24%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 215%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 547%/80% 5 15 15 80d\r\nistio-pilot Deployment/istio-pilot 20%/80% 5 15 15 80d\r\n\r\nkubectl get svc --all-namespaces | wc -l\r\n 699\r\n\r\nAttaching the pprof /debug/pprof/profile.\r\n[pprof.pilot-discovery.samples.cpu.003.pb.gz](https://github.com/istio/istio/files/5887930/pprof.pilot-discovery.samples.cpu.003.pb.gz)",
"title": "Pilot Discovery pod is consuming High CPU",
"type": "issue"
},
{
"action": "closed",
"author": "howardjohn",
"comment_id": null,
"datetime": 1611850879000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "howardjohn",
"comment_id": 769200632,
"datetime": 1611850879000,
"masked_author": "username_1",
"text": "Please upgrade, 1.4 is no longer supported and performance has improve **significantly** since then. See https://istio.io/latest/news/support/announcing-1.6-eol/ and others like it",
"title": null,
"type": "comment"
}
] | 2 | 3 | 3,117 | false | false | 3,117 | false |
ko2ic/image_downloader | null | 502,066,026 | 51 | null | [
{
"action": "opened",
"author": "zgramming",
"comment_id": null,
"datetime": 1570109222000,
"masked_author": "username_0",
"text": "",
"title": "Can't download image from API Url (localhost)",
"type": "issue"
},
{
"action": "created",
"author": "wyklif",
"comment_id": 538775606,
"datetime": 1570387395000,
"masked_author": "username_1",
"text": "also facing this issue, however when i started building my app it was working",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "wyklif",
"comment_id": 538777917,
"datetime": 1570388940000,
"masked_author": "username_1",
"text": "i just found out that i was passing a wrong value for url, print out your url and see what you are actually passing to the downloader @username_0",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ko2ic",
"comment_id": 541314172,
"datetime": 1570878179000,
"masked_author": "username_2",
"text": "I tried writing the following nodejs.\r\n\r\n```js\r\nvar app = express();\r\napp.get('/*.(png|bmp|jpg|jpeg)', function (req, res) {\r\n console.log(req.url);\r\n res.sendFile(path.resolve('./images/'+req.url));\r\n });\r\n```\r\n\r\n```\r\n$ tree images\r\nimages\r\n└── flutter.jpg\r\n```\r\n\r\nIn this example project, I confirmed the operation with the following URL on Android. \r\nIt works without problems.\r\n\r\n```dart\r\n_downloadImage(\"http://10.0.2.2:3000/flutter.jpg\");\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "HTMHell",
"comment_id": 543139876,
"datetime": 1571313396000,
"masked_author": "username_3",
"text": "That's probably happening because you are not downloading from HTTPS. Look at: https://github.com/username_2/image_downloader/issues/47",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ko2ic",
"comment_id": 562859909,
"datetime": 1575732013000,
"masked_author": "username_2",
"text": "Close it because it has been confirmed that it works without problems.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "ko2ic",
"comment_id": null,
"datetime": 1575732013000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "gaoobin",
"comment_id": 664753372,
"datetime": 1595906575000,
"masked_author": "username_4",
"text": "What is the solution, I also encountered this problem",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "gaoobin",
"comment_id": 664753589,
"datetime": 1595906628000,
"masked_author": "username_4",
"text": "What is the solution, I also encountered this problem",
"title": null,
"type": "comment"
}
] | 5 | 9 | 993 | false | false | 993 | true |
18praneeth/sushiksha-website | null | 738,179,011 | 6 | null | [
{
"action": "opened",
"author": "venkateshprabhu2",
"comment_id": null,
"datetime": 1604727880000,
"masked_author": "username_0",
"text": "<img width=\"1663\" alt=\"Screenshot 2020-11-07 at 10 51 23 AM\" src=\"https://user-images.githubusercontent.com/5301059/98433132-465f0300-20ea-11eb-971f-3387341a925b.png\">\r\n\r\nClicking on the skype icon is opening mailbox in laptop. I am assuming it's supposed to be a mail icon.",
"title": "Wrong mail icon in footer",
"type": "issue"
},
{
"action": "closed",
"author": "18praneeth",
"comment_id": null,
"datetime": 1605681004000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "18praneeth",
"comment_id": 729463017,
"datetime": 1605681004000,
"masked_author": "username_1",
"text": "Issue got resolved ✔️",
"title": null,
"type": "comment"
}
] | 2 | 3 | 295 | false | false | 295 | false |
Sidoine/Ovale | null | 771,439,093 | 756 | null | [
{
"action": "opened",
"author": "ultijlam",
"comment_id": null,
"datetime": 1608405779000,
"masked_author": "username_0",
"text": "There are far too many places that call `this.Ovale.needRefresh()` in the codebase. We should be using events to trigger a frame refresh instead. There is already some work in place to have individual state modules raise events on changes, but all of those events should be caught by the `ui/Frame` module where all of the refresh logic should be encapsulated.",
"title": "bug: refresh logic is spread throughout the codebase",
"type": "issue"
},
{
"action": "created",
"author": "ultijlam",
"comment_id": 748514781,
"datetime": 1608405938000,
"masked_author": "username_0",
"text": "Issue #749 is related to this.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ultijlam",
"comment_id": 751793792,
"datetime": 1609175814000,
"masked_author": "username_0",
"text": "I think when I was working on this codebase a few years ago, I put way too many events and event handlers into the modules. This does need to be incrementally cleaned up to remove many of the events and replace them with methods that can be called directly by other modules.",
"title": null,
"type": "comment"
}
] | 1 | 3 | 665 | false | false | 665 | false |
aleksandrmalinoko/digital_assistant_sharp_object | null | 752,478,242 | 19 | {
"number": 19,
"repo": "digital_assistant_sharp_object",
"user_login": "aleksandrmalinoko"
} | [
{
"action": "opened",
"author": "CriptoMikael",
"comment_id": null,
"datetime": 1606512714000,
"masked_author": "username_0",
"text": "",
"title": "Miguel",
"type": "issue"
}
] | 2 | 2 | 3,728 | false | true | 0 | false |
Ranchero-Software/NetNewsWire | Ranchero-Software | 557,048,228 | 1,738 | null | [
{
"action": "opened",
"author": "zbennett-chem",
"comment_id": null,
"datetime": 1580323699000,
"masked_author": "username_0",
"text": "Just got an odd message in the reader view of [this](http://www.cgpgrey.com/blog?format=rss) feed. This is probably from YouTube, but I’m not sure if this is something NNW should handle or not. \n\n",
"title": "iOS: Reader view message when a feed links to a YouTube video.",
"type": "issue"
},
{
"action": "closed",
"author": "vincode-io",
"comment_id": null,
"datetime": 1580325232000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "vincode-io",
"comment_id": 579913538,
"datetime": 1580325232000,
"masked_author": "username_1",
"text": "Like I mentioned in Slack there isn't much we can do about article extraction content right now.",
"title": null,
"type": "comment"
}
] | 2 | 3 | 402 | false | false | 402 | false |
cloudnull/director | null | 850,835,941 | 1 | null | [
{
"action": "opened",
"author": "cloudnull",
"comment_id": null,
"datetime": 1617666737000,
"masked_author": "username_0",
"text": "This repo is providing a sever client system that is intended to run on host machines. This application should provide a set of systemd unit files which allow the server and client to run as demonized processes.",
"title": "Create systemd unit files",
"type": "issue"
},
{
"action": "closed",
"author": "cloudnull",
"comment_id": null,
"datetime": 1617719168000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "cloudnull",
"comment_id": 814164776,
"datetime": 1617719168000,
"masked_author": "username_0",
"text": "fixed in 4521d2a20254fbdbd675192c057df4989e97ad27",
"title": null,
"type": "comment"
}
] | 1 | 3 | 260 | false | false | 260 | false |
bytecodealliance/wasmtime | bytecodealliance | 588,868,843 | 1,417 | {
"number": 1417,
"repo": "wasmtime",
"user_login": "bytecodealliance"
} | [
{
"action": "opened",
"author": "sunfishcode",
"comment_id": null,
"datetime": 1585281283000,
"masked_author": "username_0",
"text": "0.13.0 used a symlink to allow publishing of the WASI files in the wasi-common crate, but this didn't work on Windows. Bumping semver 0.14.0 since this also includes #1414.",
"title": "Test 0.14",
"type": "issue"
}
] | 2 | 2 | 875 | false | true | 172 | false |
gsavio/player-shoutcast-html5 | null | 773,930,583 | 24 | null | [
{
"action": "opened",
"author": "adoboligh1",
"comment_id": null,
"datetime": 1608742410000,
"masked_author": "username_0",
"text": "Uploaded It On my cyberpanel powered bt litespeed web server.\r\n\r\nindex html works well but api get metadata hardly works, all i get it null values",
"title": "Nothing Works For Me.",
"type": "issue"
},
{
"action": "created",
"author": "adoboligh1",
"comment_id": 750388374,
"datetime": 1608742789000,
"masked_author": "username_0",
"text": "https://boxradio.me/player/sas/ \r\n\r\n\r\ncheck out here",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "MMS-mk",
"comment_id": 750837282,
"datetime": 1608805267000,
"masked_author": "username_1",
"text": "Hello. \r\nI see in config.js this stream and is down https://tm01.ghanacloud.ga/radio/8170/radio.mp3",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "adoboligh1",
"comment_id": 750875066,
"datetime": 1608814525000,
"masked_author": "username_0",
"text": "I know but still wasn't working when it was up",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "MMS-mk",
"comment_id": 751235862,
"datetime": 1608895669000,
"masked_author": "username_1",
"text": "I see https://boxradio.me/player/sas/api.php?url=https://tm01.ghanacloud.ga/radio/8170/radio.mp3&streamtype=shoutcast&historic=true&next=true&t=1608895503855 work perfectly APi is OK but when i try to your shoutcast server streaming i see https://tm01.ghanacloud.ga/radio/8170 ? What type of streaming server is this its not shoutcast.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "adoboligh1",
"comment_id": 751256368,
"datetime": 1608906179000,
"masked_author": "username_0",
"text": "Try This :\nhttps://boxradio.me/player/sas/api.php?url=https://tm01.ghanacloud.ga/radio/8000/radio.mp3&streamtype=icecast&historic=true&next=true&t=1608895503855\n\nThis is Icecast. all i get is null values",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "adoboligh1",
"comment_id": 751256581,
"datetime": 1608906342000,
"masked_author": "username_0",
"text": "Try This too :\nhttp://boxradio.me/player/sas/api.php?url=http://144.91.109.43:8000/radio.mp3&streamtype=icecast&historic=true&next=false&t=1608895503855\n\nOn Fri, Dec 25, 2020 at 2:22 PM Box Media <username_0@gmail.com> wrote:\n\n> Try This :\n> https://boxradio.me/player/sas/api.php?url=https://tm01.ghanacloud.ga/radio/8000/radio.mp3&streamtype=icecast&historic=true&next=true&t=1608895503855\n>\n> This is Icecast. all i get is null values\n>\n>",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "adoboligh1",
"comment_id": 751412403,
"datetime": 1609030503000,
"masked_author": "username_0",
"text": "Figured out. Doesnt Support Icecast-KH",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "adoboligh1",
"comment_id": null,
"datetime": 1609083615000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 9 | 1,360 | false | false | 1,360 | true |
graphql-dotnet/graphql-dotnet | graphql-dotnet | 602,102,863 | 1,649 | null | [
{
"action": "opened",
"author": "aaron-c2",
"comment_id": null,
"datetime": 1587141799000,
"masked_author": "username_0",
"text": "Hi, sorry if this is a simple question but I haven't been able to find an answer in the examples. I've used this library before and had a Controller with a snippet similar to the below to pass the User Context. \r\n```\r\nvar result = await _documentExecuter.ExecuteAsync(_ => {\r\n _.Schema = _schema;\r\n _.Query = query.Query;\r\n _.OperationName = query.OperationName;\r\n _.Inputs = inputs;\r\n _.UserContext = HttpContext.User;\r\n });\r\n```\r\nThen the user context is visible on the field resolver. \r\nI've recently picked up an API which is using the Schema first approach, so no controllers at all and I don't understand how to access the UserContext in my query - the rest of the context comes through but the UserContext on the resolve field context is always empty. \r\n```\r\npublic async Task<MyResult> MyQuery(ResolveFieldContext context) { \r\n var userContext = context.UserContext //always count =0 \r\n}\r\n```\r\nI have added the following to the Startup.cs as the docs suggest but don't see how this works?\r\n```\r\nservices.AddGraphQL.AddUserContextBuilder(httpContext => new GraphQlUserContext { User = httpContext.User });\r\n```",
"title": "How to access UserContext in Query with Schema First approach",
"type": "issue"
},
{
"action": "created",
"author": "DiogoVCS",
"comment_id": 623414853,
"datetime": 1588592599000,
"masked_author": "username_1",
"text": "I dont think you need that last line in the Startup.cs....\r\n\r\nTry to create a context class as follows:\r\n\r\n```java\r\n public class GraphQlUserContextDictionary : Dictionary<string, object>\r\n {\r\n public ClaimsPrincipal User { get; set; }\r\n\r\n public GraphQlUserContextDictionary(ClaimsPrincipal User)\r\n {\r\n this.User = User;\r\n }\r\n }\r\n```\r\nand then in the controller create a new context: GraphQlUserContextDictionary\r\n\r\n```java\r\nvar graphQlUserContext = new GraphQlUserContextDictionary(User);\r\n```\r\nand then pass it to the _.UserContext in the ExecutionResult.\r\nFor accessing it from the Query do the following: \r\n\r\n```java\r\nField<SomeType>(\r\n \"something\",\r\n resolve: context =>\r\n {\r\n var userName = (context.UserContext as GraphQlUserContextDictionary).User.Identity.Name;\r\n return repository.getAll()\r\n }\r\n );\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sungam3r",
"comment_id": 627633916,
"datetime": 1589322723000,
"masked_author": "username_2",
"text": "@username_0 Did you manage to solve this issue?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "aaron-c2",
"comment_id": 627871019,
"datetime": 1589362652000,
"masked_author": "username_0",
"text": "Hi username_2. Yes, I've solved the problem now, apologies for leaving this hanging.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "aaron-c2",
"comment_id": null,
"datetime": 1589362652000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "itabaiyu",
"comment_id": 634277604,
"datetime": 1590526975000,
"masked_author": "username_3",
"text": "I'm actually running into this same issue and can't quite resolve it. @username_1 what you described uses the GraphType first approach and doesn't solve the problem that was initially posted. Here is some mock code to describe what I'm facing:\r\n\r\nSchema:\r\n```\r\npublic ISchema GetSchema()\r\n{\r\n return Schema.For(@\"\r\n type Book {\r\n id: ID\r\n name: String,\r\n genre: String\r\n }\r\n\r\n type Query {\r\n book: Book\r\n }\",\r\n _ =>\r\n {\r\n _.Types.Include<Query>();\r\n }\r\n );\r\n}\r\n```\r\n\r\nQuery.cs:\r\n```\r\n[GraphQLMetadata(\"Query\")]\r\npublic class Query\r\n{\r\n [GraphQLMetadata(\"book\")]\r\n public async Task<Book> GetBook(ResolveFieldContext context, int bookId)\r\n {\r\n var userContext = context.UserContext; // <- this is currently always null\r\n\r\n // do work with userContext and bookId to get a book\r\n }\r\n}\r\n```\r\n\r\nController code:\r\n```\r\nvar result = await _documentExecuter.ExecuteAsync(_ => {\r\n _.Schema = _schema;\r\n _.Query = query.Query;\r\n _.OperationName = query.OperationName;\r\n _.Inputs = inputs;\r\n _.UserContext = HttpContext.User;\r\n });\r\n```\r\n\r\nWith the above code, `ResolveFieldContext` is always null. Am I missing anything here?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sungam3r",
"comment_id": 634632724,
"datetime": 1590583214000,
"masked_author": "username_2",
"text": "https://github.com/graphql-dotnet/graphql-dotnet/blob/master/src/GraphQL/Reflection/ReflectionHelper.cs#L85\r\n\r\nChange `ResolveFieldContext` to `IResolveFieldContext`. Some time ago we introduced this interface and split context to different implementation types.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sungam3r",
"comment_id": 634637200,
"datetime": 1590583727000,
"masked_author": "username_2",
"text": "I mean that actual resolve context type **is not** `ResolveFieldContext`. It is likely `ReadonlyResolveFieldContext` so changing argument type to `ReadonlyResolveFieldContext` should work too.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "itabaiyu",
"comment_id": 635483693,
"datetime": 1590686306000,
"masked_author": "username_3",
"text": "Thanks @username_2 that worked. It would be great if someone could update the docs with an example of getting context into resolver methods for the schema-first approach. I looked through them and wasn't able to find anything. Apologies if it's already there and I missed it somehow.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sungam3r",
"comment_id": 635547212,
"datetime": 1590693799000,
"masked_author": "username_2",
"text": "@username_4 Would you like to update docs with that info?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Shane32",
"comment_id": 635549822,
"datetime": 1590694130000,
"masked_author": "username_4",
"text": "Well, I've never used the schema-first approach. I'd feel better if you updated the existing docs, and I'll see what you changed and include applicable notes in the upgrade docs.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Shane32",
"comment_id": 635551750,
"datetime": 1590694363000,
"masked_author": "username_4",
"text": "Or if you want to give me a little direction as to where you feel the additional documentation should be added, I can take a stab at it.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "itabaiyu",
"comment_id": 635555215,
"datetime": 1590694793000,
"masked_author": "username_3",
"text": "@username_4 I can make a PR to update the docs tonight, if I have permission to do so.\r\n\r\nThere should be a schema-first example side by side with the other user context info [here](https://graphql-dotnet.github.io/docs/getting-started/user-context/).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sungam3r",
"comment_id": 636375531,
"datetime": 1590868013000,
"masked_author": "username_2",
"text": "@username_4 I mean document that there are more than one form of resolve context. You may place it here https://github.com/graphql-dotnet/graphql-dotnet/blob/master/docs2/site/docs/getting-started/introduction.md#schema-first-approach.",
"title": null,
"type": "comment"
}
] | 5 | 14 | 5,184 | false | false | 5,184 | true |
dtolnay/syn | null | 464,361,820 | 666 | null | [
{
"action": "opened",
"author": "PabloSichert",
"comment_id": null,
"datetime": 1562263532000,
"masked_author": "username_0",
"text": "Hey there!\r\n\r\nI have a struct that implements `Parse`\r\n\r\n```rust\r\nimpl Parse for Foo {\r\n fn parse(input: ParseStream) -> Result<Self> {\r\n ···\r\n }\r\n}\r\n```\r\n\r\nwhich I would like to unit-test.\r\n\r\nThe story is quite easy for legal input:\r\n\r\n```rust\r\nfn assert_expression_eq<T: Parse + ToTokens>(\r\n input: &str,\r\n expected: &str,\r\n) -> Result<(), Box<dyn Error>> {\r\n let element = parse_str::<T>(input)?;\r\n let expanded = quote!(#element).to_string();\r\n let actual_fmt = fmt_expression(&expanded)?;\r\n let expected_fmt = fmt_expression(&expected)?;\r\n\r\n if actual_fmt == expected_fmt {\r\n Ok(())\r\n } else {\r\n Err(Box::new(AssertionError::new(expected_fmt, actual_fmt)))\r\n }\r\n}\r\n```\r\n\r\nHowever, I would also like to maintain fixtures with test cases where the parser is supposed to fail.\r\n\r\nSomething like:\r\n\r\n```rust\r\nfn assert_parse_error<T: Parse + ToTokens>(\r\n input: &str,\r\n error: &str,\r\n) -> Result<(), Box<dyn Error>> {\r\n ···\r\n}\r\n```\r\n\r\nHowever, when I force an error while parsing, I get\r\n\r\n```\r\nthread '···' panicked at 'proc_macro::Span is only available in procedural macros', ···/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/wrapper.rs:467:34\r\n```\r\n\r\nI also tried mocking a procedural macro by creating a `TokenStream` and feeding it to `parse_macro_input`:\r\n\r\n```rust\r\nfn try_parse<T: Parse + ToTokens>(\r\n input: &str\r\n) -> proc_macro::TokenStream {\r\n let tokens = proc_macro::TokenStream::from_str(input).unwrap();\r\n let element = parse_macro_input!(tokens as T);\r\n\r\n proc_macro::TokenStream::from(quote!(#element))\r\n}\r\n```\r\n\r\nwhich results in\r\n\r\n```\r\nthread '···' panicked at 'procedural macro API is used outside of a procedural macro', src/libproc_macro/bridge/client.rs:315:17\r\n```\r\n\r\nIs there any recommended approach to what I'm trying? I didn't find any resources searching the documentation and issues.\r\n\r\n---\r\n\r\nP.S.: Thanks for this library, it's incredibly straight-forward to use and makes meta-programming super fun",
"title": "Unit testing illegal input / parser errors",
"type": "issue"
},
{
"action": "created",
"author": "dtolnay",
"comment_id": 508551899,
"datetime": 1562264215000,
"masked_author": "username_1",
"text": "The types in proc-macro can't exist in a unit test. You will need to use proc-macro2:\r\nhttps://docs.rs/proc-macro2",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "PabloSichert",
"comment_id": 508558996,
"datetime": 1562267192000,
"masked_author": "username_0",
"text": "Seems like this was the culprit in my code (unwrapping `Span`s to join them):\r\n\r\n```rust\r\nfn parse(input: ParseStream) -> Result<Self> {\r\n ···\r\n\r\n if component_type_closing_string != component_type_opening_string {\r\n let span_opening = component_type.span().unwrap();\r\n let span_closing = component_type_closing.span().unwrap();\r\n\r\n span_opening\r\n .join(span_closing)\r\n .unwrap()\r\n .error(\r\n \"expected matching closing tag </\".to_owned()\r\n + &component_type_opening_string\r\n + \">, found </\"\r\n + &component_type_closing_string\r\n + \">\",\r\n )\r\n .emit();\r\n }\r\n\r\n ···\r\n}\r\n```\r\n\r\nThe soution (as of today) is to set `RUSTFLAGS='--cfg procmacro2_semver_exempt'` and use [`proc_macro2::Span::join`](https://docs.rs/proc-macro2/0.4.30/proc_macro2/struct.Span.html#method.join)/[`syn::Error`](https://docs.rs/syn/0.15.39/syn/struct.Error.html) instead.\r\n\r\n```rust\r\nfn parse(input: ParseStream) -> Result<Self> {\r\n ···\r\n\r\n if component_type_closing_string != component_type_opening_string {\r\n let span_opening = component_type.span();\r\n let span_closing = component_type_closing.span();\r\n let span = span_opening.join(span_closing).unwrap();\r\n\r\n return Err(Error::new(\r\n span,\r\n \"expected matching closing tag </\".to_owned()\r\n + &component_type_opening_string\r\n + \">, found </\"\r\n + &component_type_closing_string\r\n + \">\",\r\n ));\r\n }\r\n\r\n ···\r\n}\r\n```",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "PabloSichert",
"comment_id": null,
"datetime": 1562267192000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 3,792 | false | false | 3,792 | false |
whatwg/html | whatwg | 720,528,492 | 6,059 | null | [
{
"action": "opened",
"author": "domenic",
"comment_id": null,
"datetime": 1602607559000,
"masked_author": "username_0",
"text": "In the process of moving this to HTML in #6056, I noticed that this is no longer a true statement. Since the Worklets spec was written, the JavaScript specification has introduced the `globalThis` global, which points to the global this value/global object.\r\n\r\nI see several options here:\r\n\r\n1. Do nothing, and let `globalThis` continue to live and point to the `WorkletGlobalScope` object. The main justification for this is that the purpose of `globalThis` was to provide cross-environment uniformity, and we shouldn't counteract that. This would involve rephrasing that section of the spec to admit that you can store global state if you want to; the browser won't stop you.\r\n\r\n2. Delete the `globalThis` property on `WorkletGlobalScope` creation, like we currently do for `SharedArrayBuffer` in some cases. This gets us back to the status quo when worklets were originally specced, at the cost of going against the spirit of the JS specification. (But not the letter; hosts are allowed to change global properties, just like JS code can.)\r\n\r\n3. Say that the \"global this value\" in worklets is `undefined`, even though the global object is a `WorkletGlobalScope`. This would have the following more-subtle effects:\r\n\r\n - `eval(\"this\")`, which evals `this` in sloppy mode global scope, would return `undefined`. I.e., this would plug the current way in which code can escape the strict/module-level global scope worklets are usually confined to. That means the global is really super-censored, even more than it ever has been.\r\n\r\n - `hasOwnProperty('globalThis')` would still return `true` (unlike with option (2)).\r\n\r\n - This would probably require ES spec updates, as currently the ES spec requires the value to be an Object. At a quick skim, however, it seems like nothing in the ES spec would break if we relaxed this constraint.\r\n\r\n - Probably this would be harder to implement than (2).\r\n\r\n/cc @username_2 for ES side considerations; @nhiroki for Chrome worklet stuff.",
"title": "Should we delete or otherwise neuter globalThis in worklets?",
"type": "issue"
},
{
"action": "created",
"author": "Yay295",
"comment_id": 707882395,
"datetime": 1602608657000,
"masked_author": "username_1",
"text": "Would it be possible to freeze `WorkletGlobalScope` so that it could be accessible but not modifiable? This would still require a change to the worklets spec, but I think the original intention would remain.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "syg",
"comment_id": 707883758,
"datetime": 1602608804000,
"masked_author": "username_2",
"text": "I'm not very familiar with Worklets. Do different runs of a worklet get a different `WorkletGlobalScope` or the same one?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "domenic",
"comment_id": 707886351,
"datetime": 1602609101000,
"masked_author": "username_0",
"text": "They generally share the same one. The issue is that the runs will be done in an implementation-defined way. E.g., one browser might spin up 2 WorkletGlobalScopes and run all CSS custom paint code in those two in an alternating, deterministic fashion; another might spin up 5 and choose at random; another, very inefficient, browser might destroy and recreate WorkletGlobalScopes every time it needs to do a custom paint operation.\r\n\r\nBecause of this by-design interop issue, the spec is trying to nudge web developers to write their code to be more idempotent and less stateful, to avoid in-practice interop issues. See https://drafts.css-houdini.org/worklets/#code-idempotency and https://drafts.css-houdini.org/worklets/#speculative-evaluation for a bit more background on that.\r\n\r\nSo concretely, it's bad if authors write worklet code that stores state on the global object, because it might stick around in one browser between calls into the worklet code, whereas in another browser it might not stick around.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "syg",
"comment_id": 707912537,
"datetime": 1602611956000,
"masked_author": "username_2",
"text": "Thanks for the very helpful background @username_0!\r\n\r\nFor the intention of discouraging easy-to-reach-for language features that'll make code accidentally non-idempotent, I like @username_1's suggestion to shallow freeze the global object the most.\r\n\r\nA note that one may be tempted to take this approach further and shallow freeze built-in prototypes as well, to close off that avenue of non-idempotence. But this is **not possible** due to the \"override mistake\", whereby a frozen property on the prototype prevents assignment of a same-named property on instances, freezing built-in prototypes is highly likely [not web compatible](https://github.com/tc39/ecma262/pull/1320). \r\n\r\nAlso I'd probably rule out option 3 in https://github.com/whatwg/html/issues/6059#issue-720528492, because they're too involved for the surface they're trying to plug. The general problem of \"make global state impossible to store\" is very hard in general and to make future proof, and the extra spec and implementation contortions there seem not worth the effort.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "annevk",
"comment_id": 708331530,
"datetime": 1602673651000,
"masked_author": "username_3",
"text": "cc @username_4",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "padenot",
"comment_id": 708347970,
"datetime": 1602675908000,
"masked_author": "username_4",
"text": "No, this is required for `AudioWorklet`, where sharing state on a global is a feature. At the very least, there is a necessity to have a mechanism to have the global accessible (opt-in or opt-out).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "padenot",
"comment_id": 709289819,
"datetime": 1602765441000,
"masked_author": "username_4",
"text": "It's useful if one wants to share data between different instances of `AudioWorkletProcessor`. A simple example would be a sample bank, that is a few hundreds of megabytes up to multiple gigabytes, that has to be resident in memory, and obviously only present once.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "domenic",
"comment_id": null,
"datetime": 1602770217000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "domenic",
"comment_id": 709343155,
"datetime": 1602770217000,
"masked_author": "username_0",
"text": "Alright. I find it kind of strange that AudioWorkletGlobalScope doesn't define `self` then, if it's explicitly desirable to expose the global, and instead relies on this accident of history that TC39 happened to standardize `globalThis` some years after `AudioWorkletGlobalScope` was specced. What were people doing for the intervening years? But it sounds like we're not going to change anything, so I'll close this.",
"title": null,
"type": "comment"
},
{
"action": "reopened",
"author": "annevk",
"comment_id": null,
"datetime": 1602772667000,
"masked_author": "username_3",
"text": "In the process of moving this to HTML in #6056, I noticed that this is no longer a true statement. Since the Worklets spec was written, the JavaScript specification has introduced the `globalThis` global, which points to the global this value/global object.\r\n\r\nI see several options here:\r\n\r\n1. Do nothing, and let `globalThis` continue to live and point to the `WorkletGlobalScope` object. The main justification for this is that the purpose of `globalThis` was to provide cross-environment uniformity, and we shouldn't counteract that. This would involve rephrasing that section of the spec to admit that you can store global state if you want to; the browser won't stop you.\r\n\r\n2. Delete the `globalThis` property on `WorkletGlobalScope` creation, like we currently do for `SharedArrayBuffer` in some cases. This gets us back to the status quo when worklets were originally specced, at the cost of going against the spirit of the JS specification. (But not the letter; hosts are allowed to change global properties, just like JS code can.)\r\n\r\n3. Say that the \"global this value\" in worklets is `undefined`, even though the global object is a `WorkletGlobalScope`. This would have the following more-subtle effects:\r\n\r\n - `eval(\"this\")`, which evals `this` in sloppy mode global scope, would return `undefined`. I.e., this would plug the current way in which code can escape the strict/module-level global scope worklets are usually confined to. That means the global is really super-censored, even more than it ever has been.\r\n\r\n - `hasOwnProperty('globalThis')` would still return `true` (unlike with option (2)).\r\n\r\n - This would probably require ES spec updates, as currently the ES spec requires the value to be an Object. At a quick skim, however, it seems like nothing in the ES spec would break if we relaxed this constraint.\r\n\r\n - Probably this would be harder to implement than (2).\r\n\r\n/cc @username_2 for ES side considerations; @nhiroki for Chrome worklet stuff; @bfgeek as worklets editor.",
"title": "Should we delete or otherwise neuter globalThis in worklets?",
"type": "issue"
},
{
"action": "created",
"author": "annevk",
"comment_id": 709370142,
"datetime": 1602772667000,
"masked_author": "username_3",
"text": "Well, I think it's still worth considering for non-audio worklets. And I think you make a good point that audio worklets should probably expose `self` for consistency with other globals.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "padenot",
"comment_id": 709399652,
"datetime": 1602775320000,
"masked_author": "username_4",
"text": "cc @username_5 \r\n\r\nThis sounds like something we want to do yes.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "hoch",
"comment_id": 709403244,
"datetime": 1602775658000,
"masked_author": "username_5",
"text": "+1 on exposing `self` on AudioWorkletGlobalScope.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "annevk",
"comment_id": 1065287008,
"datetime": 1647016893000,
"masked_author": "username_3",
"text": "I wonder if @tabatkins has opinions here or knows someone who can give input from the perspective of the CSS-related worklets.\r\n\r\nI'm also [not sure](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%20type%3Dmodule%3E%0Aw(eval(%22this%22))%0A%3C%2Fscript%3E) how I can get `this` to not return `undefined`:\r\n```html\r\n<script type=module>\r\nconsole.log(eval(\"this\")); // undefined\r\n</script>\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "bathos",
"comment_id": 1065296961,
"datetime": 1647017480000,
"masked_author": "username_6",
"text": "@username_3 needs [some indirection](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%20type%3Dmodule%3E%0Aw((0%2C%20eval)(%22this%22))%0A%3C%2Fscript%3E), eval lives in a weird limbo between regular function and [syntax](https://tc39.es/ecma262/#sec-function-calls-runtime-semantics-evaluation) (step 6 at that link).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "annevk",
"comment_id": 1065315010,
"datetime": 1647018793000,
"masked_author": "username_3",
"text": "Okay, so I think this primarily hinges on what we want for CSS-related worklets and to what extent they're still malleable due to lack of multiple implementations. If they are malleable, freezing seems interesting given the discussion above.\r\n\r\nWhat's left at that point is whether `self` is exposed in all worklets or just audio worklets. I'd expose it in all worklets given that the global already leaks in multiple ways and hiding it comprehensively isn't feasible (again, per discussion above). Might as well make all the web platform globals look somewhat similar.",
"title": null,
"type": "comment"
}
] | 7 | 17 | 8,921 | false | false | 8,921 | true |
polkadot-js/api | polkadot-js | 812,557,131 | 3,191 | null | [
{
"action": "opened",
"author": "xlc",
"comment_id": null,
"datetime": 1613811435000,
"masked_author": "username_0",
"text": "Let's say I have this enum defined in Rust\r\n```\r\nenum Test {\r\n A = 1,\r\n B = 10,\r\n C = 255\r\n}\r\n```\r\n\r\nI need a better way to define it in polkadot.js. Make an array with 256 items with bunch dummies is not a good idea.\r\n\r\nMaybe we can support syntax like\r\n\r\n```\r\nTest: {\r\n _enum: {\r\n A: 1,\r\n B: 10,\r\n C: 255\r\n }\r\n}\r\n```",
"title": "Better support of C-like enum",
"type": "issue"
},
{
"action": "closed",
"author": "jacogr",
"comment_id": null,
"datetime": 1614504412000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 3 | 513 | false | true | 332 | false |
goharbor/harbor | goharbor | 674,419,963 | 12,676 | null | [
{
"action": "opened",
"author": "boxboatmatt",
"comment_id": null,
"datetime": 1596729269000,
"masked_author": "username_0",
"text": "Updated Harbor from 1.10.4 to 2.0.2 - using the harbor helm chart. I have Okta OIDC as my login provider. Anything that is a POST in the UI results in a CSRF token invalid message. I have SSL termination on an AWS ALB. I see this in both Safari and Chrome. No issues prior to updating to 2.0.2",
"title": "Harbor 2.0.0 CSRF Token Invalid",
"type": "issue"
},
{
"action": "created",
"author": "reasonerjt",
"comment_id": 671223060,
"datetime": 1597047505000,
"masked_author": "username_1",
"text": "Hi, does the CSRF error only happens to regular user that was authenticated via OIDC?\r\n\r\nDoes `admin` user also see this problem?\r\n\r\nCould you please also capture the failed request via your browser? and the log of `harbor-core`?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "boxboatmatt",
"comment_id": 671501995,
"datetime": 1597082449000,
"masked_author": "username_0",
"text": "I don't see the POST in the `harbor-core` logs.\r\nHere is the request captured in the browser (I removed the jwt and changed the domain name to example.com)\r\n\r\n```\r\nSummary\r\nURL: https://harbor.example.com/api/v2.0/projects\r\nStatus: 403\r\nSource: Network\r\nAddress: <ip>:443\r\nInitiator: \r\nharbor.example.com:1:780\r\n\r\n\r\nRequest\r\n:method: POST\r\n:scheme: https\r\n:authority: harbor.example.com\r\n:path: /api/v2.0/projects\r\nContent-Type: application/json\r\nPragma: no-cache\r\nAccept: application/json\r\nAccept-Language: en-us\r\nAccept-Encoding: gzip, deflate, br\r\nCache-Control: no-cache\r\nHost: harbor.example.com\r\nOrigin: https://harbor.example.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\r\nReferer: https://harbor.example.com/harbor/projects\r\nContent-Length: 70\r\nConnection: keep-alive\r\nCookie: __csrf=tLJZRYSJ8TswdS5AZoZCJcl8Q0XWeq0qffdDZQqooZ2eb8kgu6UPyTxSC5s0aEKcWgOLr4uP2KYRHMR7fxyiaA==; _gorilla_csrf=MTU5NzA4MTQwM3xJa3QwTWxGYVZEaHpMM1pKVFVwNVdHSlZkVFJCZFZwT0wzbFBjR1E1V0ZkTllrOTFTRWh1VnpCQkwxVTlJZ289fNwwqBCOvViZRZcSf2HO_DkUftrgndAtuU-UqaQ1Uurz; sid=7cd520c95e6f5baac941d4d709600465; okta-jwt=<okta-jwt-redacted>; intercom-session-cfy7ppqw=; ajs_anonymous_id=%22df5b2259-4641-454a-9c0d-6d4605d2bc41%22\r\n\r\nResponse\r\n:status: 403\r\nSet-Cookie: __csrf=fqGWVJ/aVU3OMB8Sj7+ZDTtksuu5xIEI5AomDg9IYflUfAYxoParv8IXOsndUZm0qBt6AeQx9ISI4aEQevxiDA==; Path=/; Secure; SameSite=Strict\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 65\r\nDate: Mon, 10 Aug 2020 17:48:36 GMT\r\nx-request-id: 0378d79b00dab72239b1a931604b1d73\r\nServer: nginx/1.14.0\r\n\r\nRequest Data\r\nMIME Type: application/json\r\nRequest Data: {\"project_name\":\"foo\",\"metadata\":{\"public\":\"true\"},\"storage_limit\":-1}\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "reasonerjt",
"comment_id": 671904558,
"datetime": 1597147450000,
"masked_author": "username_1",
"text": "@username_0 \r\nI don't think it is relevant to OIDC.\r\n\r\nFor the request to be successful the request has to carry the header\r\n\r\n```\r\nX-Harbor-CSRF-Token: eN+pJhySPcY/PuWz2TrgYvkrH4lqLb+/od9/yUC378mVFSr3iRoK2m/cCAdI85zspbOBd0XIGr2MWKiF0gn4cg==\r\n```\r\n\r\nAnd UI code will access the cookie `__csrf`. Note that there is `SameSite` attribute in the cookie. \r\nb/c you are using an extra LB, it's possible the `SamteSite=strict` makes the UI code unable to access the cookie and attach the header.\r\n\r\nHow you configured the ALB to proxy the request to nginx? \r\nIf you access the nginx directly, does it work?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "boxboatmatt",
"comment_id": 672055496,
"datetime": 1597162203000,
"masked_author": "username_0",
"text": "@username_1 The ALB is not configured to drop any header fields. And the header is not being set by the UI the majority of the time... However troubleshooting today with the developer console open to watch network traffic, I have seen the ui get in a state where it is setting the `X-Harbor-CSRF-Token` in the request and then it does succeed but I have no idea what is causing the UI to bounce in and out of setting that request header. When it happens the UI will work until you refresh the page or navigate to another section of the UI.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dolv",
"comment_id": 672935731,
"datetime": 1597245315000,
"masked_author": "username_2",
"text": "The same issue here. We upgraded from 1.10.1 to 2.0.2 and herbor does not work with `EnableXSRF = true` in `app.conf`. We need to disable this feature or wait until this issue is fixed.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dolv",
"comment_id": 672946698,
"datetime": 1597246389000,
"masked_author": "username_2",
"text": "Admin user is no able to even log-in with `EnableXSRF = true`",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dolv",
"comment_id": 673958384,
"datetime": 1597393882000,
"masked_author": "username_2",
"text": "More findings: if we send the X-Harbor-CSRF-Token to harbor host using curl - it appears in logs on the ingress-controller. But when using UI the X-Harbor-CSRF-Token is absent...",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "reasonerjt",
"comment_id": 676058815,
"datetime": 1597830905000,
"masked_author": "username_1",
"text": "@username_0 \r\n\r\nUI sets whatever in cookie `__csrf`\r\nplease see my comment:\r\nhttps://github.com/goharbor/harbor/issues/12676#issuecomment-671904558\r\nIs it possible it's due to the \"SameSite\" attribute?\r\n\r\n@username_2 \r\nThe backend only checks the CSRF token for request coming from UI.\r\nPlease refer to comments above and capture requests as was did in:\r\nhttps://github.com/goharbor/harbor/issues/12676#issuecomment-671501995",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "boxboatmatt",
"comment_id": 676523270,
"datetime": 1597853799000,
"masked_author": "username_0",
"text": "@username_1 harbor is installed with `EXT_ENDPOINT` matching the DNS hostname.. The ingress is configured to use-forwarded-headers. \r\n\r\nAlso this only happens when OIDC is enabled. On the same cluster, I just installed an identical 2nd copy of harbor at `harbor2.domain` and with no OIDC provider configured I can login and perform any POST/PUT... In the requests you can see `X-Harbor-CSRF-Token` being set.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "zdhamasha",
"comment_id": 678976448,
"datetime": 1598256484000,
"masked_author": "username_3",
"text": "Running into same issue, any updates ??",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "SlashTeen",
"comment_id": 686168016,
"datetime": 1599094608000,
"masked_author": "username_4",
"text": "encounting the same issue, any updates?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "SlashTeen",
"comment_id": 686171700,
"datetime": 1599095366000,
"masked_author": "username_4",
"text": "encounting the same issue, any updates?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "savealive",
"comment_id": 687687696,
"datetime": 1599358094000,
"masked_author": "username_5",
"text": "I've got the same issue. Harbor 2.0.2 on Kubernetes with nginx-ingress (aws classic LB, tcp backend proto, ssl termination on LB).\r\nGetting CSRF token invalid when attempting to login with OIDC for the first time and set username. \r\nLocal admin user login is successful.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ianfergu",
"comment_id": 694487918,
"datetime": 1600375195000,
"masked_author": "username_6",
"text": "Same issue... any updates?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "enderv",
"comment_id": 697958741,
"datetime": 1600893367000,
"masked_author": "username_7",
"text": "Was running into this as well using harbor helm charts. We finally got it working when we trimmed our xsrf key in the values. It used to be 40 characters now there is a limit of 32. If the key is over the limit core will generate its own and cause this.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "boxboatmatt",
"comment_id": 698543727,
"datetime": 1600975826000,
"masked_author": "username_0",
"text": "The xsrf key is already set to 32 characters as part of the helm chart update and shortening it has no affect on my issue",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "boxboatmatt",
"comment_id": 698550057,
"datetime": 1600976608000,
"masked_author": "username_0",
"text": "However - I did just update to harbor 2.1.0 and this problem now seems to be resolved",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "xcloud2021",
"comment_id": 766875027,
"datetime": 1611586764000,
"masked_author": "username_8",
"text": "I run into this issue in 2.1.3:\r\n{\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]}\r\n\r\nbut, I can docker login to harbor",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "forbearing",
"comment_id": 793582702,
"datetime": 1615280557000,
"masked_author": "username_9",
"text": "my expose type is nodePort. modify the values.yaml file, \"externalURL: https\" change to \"externalURL: http\"\r\n\r\nbefore: externalURL: https://10.240.11.10:30002\r\nafter: externalURL: http://10.240.11.10:30002\r\n\r\nand then reinstall harbor by helm",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mattjamese",
"comment_id": 817804095,
"datetime": 1618233483000,
"masked_author": "username_10",
"text": "if your external url is set as core.harbor.domain, run below command and it worked for me. \r\nhelm upgrade local-harbor harbor/harbor --set externalURL=http://core.harbor.domain",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "JianfuYang",
"comment_id": 892661648,
"datetime": 1628083930000,
"masked_author": "username_11",
"text": "any upate? i get same problem when i used UI API test by admin",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "JianfuYang",
"comment_id": 893134197,
"datetime": 1628133909000,
"masked_author": "username_11",
"text": "I run into this issue in 2.2.1:\r\n{\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]}\r\n\r\nI can docker login to harbor,and I can login to harbor by WebUI.\r\nBut, when I test the API by SwaggerUI, I alway got this problem。By the way, the GET Method running normal.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "YAMLcase",
"comment_id": 893506162,
"datetime": 1628173778000,
"masked_author": "username_12",
"text": "This did not work for us. We're still getting the {\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]} on PUTS and POSTS",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "B3DTech",
"comment_id": 893675386,
"datetime": 1628187026000,
"masked_author": "username_13",
"text": "This is still an issue. Deployed via Helm, using nginx Ingress, cluster IP. When entering username/password set in the values, I get \"Invalid user name or password\". I can see the x-harbor-csrf-token in the header. In the browser console, I see: Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. Followed by a 401: Unauthorized. \r\n\r\n{\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]}\r\n\r\n\r\n\r\nThe core pod shows:\r\n\r\n```\r\n2021-08-05T17:59:33Z [DEBUG] [/server/middleware/artifactinfo/artifact_info.go:52]: In artifact info middleware, url: /c/login\r\n\r\n2021-08-05T17:59:33Z [DEBUG] [/server/middleware/security/unauthorized.go:28][requestID=\"08fe5d60443cce0ad9252eec77fc294f\"]: an unauthorized security context generated for request POST /c/login\r\n\r\n2021-08-05T17:59:33Z [DEBUG] [/core/auth/authenticator.go:147]: Current AUTH_MODE is db_auth\r\n\r\n2021-08-05T17:59:33Z [DEBUG] [/core/auth/authenticator.go:160]: Login failed, locking admin, and sleep for 1.5s\r\n\r\n2021-08-05T17:59:35Z [ERROR] [/core/controllers/base.go:105]: Error occurred in UserLogin: Failed to authenticate user, due to error 'Invalid credentials'\r\n```\r\n\r\nSeems like everything is working, but the username/password is wrong in the database? I updated the helm deployment with a new password, still didn't help. I did try http vs https for the externalURL, no change in behavior.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "divyanshuch1",
"comment_id": 915949210,
"datetime": 1631182148000,
"masked_author": "username_14",
"text": "@username_13 Were you able to solve this login issue?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "B3DTech",
"comment_id": 915963112,
"datetime": 1631183286000,
"masked_author": "username_13",
"text": "@username_14 - yes. I had to manually change the password in the database. I followed VMware’s instructions but instead of leaving it blank, I put in the correct password I originally set.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "divyanshuch1",
"comment_id": 916037792,
"datetime": 1631189813000,
"masked_author": "username_14",
"text": "@username_13 What SQL command you used to update the password? Thanks in advance",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "B3DTech",
"comment_id": 916042394,
"datetime": 1631190150000,
"masked_author": "username_13",
"text": "https://kb.vmware.com/s/article/76289\r\n\r\nStep 5, use your password, not blank.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "bitsf",
"comment_id": 925100670,
"datetime": 1632329004000,
"masked_author": "username_15",
"text": "for login from web ui with error `CSRF token invalid`, try `clear site data` in Chrome DEV console.\r\n\r\n\r\nif you do want to update password in database, try\r\n`update harbor_user set salt='283u5ghSQYUBAqUEiq9MegkL6udE7LsC', password='9a2c521f2b3bef417c8e4e03de74263d' where user_id=1 and username='admin';`\r\nand then change password from UI.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "allenjol",
"comment_id": 960373809,
"datetime": 1635991472000,
"masked_author": "username_16",
"text": "@username_11 Hello,I'v got the same problem.\r\nI run into this issue in 2.3.3:\r\n{\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]}\r\n\r\nI can docker login to harbor,and I can login to harbor by WebUI.\r\nBut, when I test the API by SwaggerUI, I alway got this problem。By the way, the GET Method running normal.\r\n\r\nit is same problem as you,Are you resolved yet?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "SlashTeen",
"comment_id": 961865233,
"datetime": 1636116144000,
"masked_author": "username_4",
"text": "Not yet\r\n\r\n\r\n\r\n发自我的iPhone\r\n\r\n\r\n------------------ Original ------------------",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jowko",
"comment_id": 1032664878,
"datetime": 1644330252000,
"masked_author": "username_17",
"text": "I use Harbor 2.3.2 installed in Kubernetes cluster via Helm Chart 1.7.2.\r\nI do not have problems with login or using GET APIs.\r\n\r\nWhen I access docker v2 REST API which is available in Harbor under hostname/v2/ path, GET methods works correctly, but when I tried to use some POST, PUT, DELETE methods, then error about CSFR is returned:\r\n```\r\n{\"errors\":[{\"code\":\"FORBIDDEN\",\"message\":\"CSRF token invalid\"}]}\r\n```\r\n\r\nDocker API: https://docs.docker.com/registry/spec/api/#introduction\r\nStandard docker commands are working correctly. I wanted to handle custom OCI artifacts in Harbor using REST API.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jowko",
"comment_id": 1047821641,
"datetime": 1645538164000,
"masked_author": "username_17",
"text": "I had the same problem using standard REST API, like users, members and other resources.\r\nIt looks that this problem can be mitigated by calling any resource with GET method, extracting `X-Harbor-Csrf-Token` header and `_gorilla_csrf` cookie and set it for second request.\r\nI personally don't see any reason why these tokens should be required in the REST API. If someone has credentials, then he/she can call any endpoint with GET method and use it in other http methods. Swagger UI has the same problem with CSRF tokens.",
"title": null,
"type": "comment"
}
] | 19 | 36 | 10,751 | false | true | 10,407 | true |
adriankumpf/teslamate | null | 602,185,443 | 600 | null | [
{
"action": "opened",
"author": "oittaa",
"comment_id": null,
"datetime": 1587151558000,
"masked_author": "username_0",
"text": "1. Open https://docs.teslamate.org/docs/upgrading\r\n2. Click \"Create a `backup` before updating.\"\r\n3. Browser tries to open `https://docs.teslamate.org/maintenance/backup_restore.md`\r\n\r\n`Page not found`\r\n\r\nThe link should point to https://docs.teslamate.org/docs/maintenance/backup_restore",
"title": "\"Page not found\" https://docs.teslamate.org/maintenance/backup_restore.md",
"type": "issue"
},
{
"action": "created",
"author": "DrMichael",
"comment_id": 615813798,
"datetime": 1587201175000,
"masked_author": "username_1",
"text": "Created PR in https://github.com/username_2/teslamate/pull/602",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "adriankumpf",
"comment_id": null,
"datetime": 1587293590000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 3 | 351 | false | false | 351 | true |
stripe/agate | stripe | 535,467,195 | 52 | {
"number": 52,
"repo": "agate",
"user_login": "stripe"
} | [
{
"action": "opened",
"author": "scala-steward",
"comment_id": null,
"datetime": 1575948119000,
"masked_author": "username_0",
"text": "Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) [from 2.2.2 to 2.3.2](https://github.com/scalameta/scalafmt/compare/v2.2.2...v2.3.2).\n[Release Notes/Changelog](https://github.com/scalameta/scalafmt/releases/tag/v2.3.2)\n\nI'll automatically update this PR to resolve conflicts as long as you don't change it yourself.\n\nIf you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.\n\nHave a fantastic day writing Scala!\n\n<details>\n<summary>Ignore future updates</summary>\n\nAdd this to your `.username_0.conf` file to ignore future updates of this dependency:\n```\nupdates.ignore = [ { groupId = \"org.scalameta\", artifactId = \"scalafmt-core\" } ]\n```\n</details>\n\nlabels: semver-minor",
"title": "Update scalafmt-core to 2.3.2",
"type": "issue"
}
] | 2 | 2 | 775 | false | true | 775 | true |
9renpoto/upptime | null | 832,232,899 | 22 | null | [
{
"action": "opened",
"author": "9renpoto",
"comment_id": null,
"datetime": 1615846281000,
"masked_author": "username_0",
"text": "In [`2d8d23b`](https://github.com/username_0/upptime/commit/2d8d23b809ea1024b504857c2121e4cfce09d341\n), wakatime (https://wakatime.com/@username_0) was **down**:\n- HTTP code: 502\n- Response time: 6745 ms",
"title": "🛑 wakatime is down",
"type": "issue"
},
{
"action": "closed",
"author": "9renpoto",
"comment_id": null,
"datetime": 1615848865000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "9renpoto",
"comment_id": 799808220,
"datetime": 1615848865000,
"masked_author": "username_0",
"text": "**Resolved:** wakatime is back up in [`9f80f8a`](https://github.com/username_0/upptime/commit/9f80f8a0eda4f55bbb817f82368218f299651b6f\n).",
"title": null,
"type": "comment"
}
] | 1 | 3 | 334 | false | false | 334 | true |
silarhi/cfonb-parser | silarhi | 752,137,277 | 5 | {
"number": 5,
"repo": "cfonb-parser",
"user_login": "silarhi"
} | [
{
"action": "opened",
"author": "fezfez",
"comment_id": null,
"datetime": 1606471892000,
"masked_author": "username_0",
"text": "",
"title": "Allow php8",
"type": "issue"
},
{
"action": "created",
"author": "guillaume-sainthillier",
"comment_id": 734761600,
"datetime": 1606472534000,
"masked_author": "username_1",
"text": "Thank you Stéphane.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 19 | false | false | 19 | false |
duo-labs/cloudmapper | duo-labs | 758,117,027 | 820 | {
"number": 820,
"repo": "cloudmapper",
"user_login": "duo-labs"
} | [
{
"action": "opened",
"author": "0xdabbad00",
"comment_id": null,
"datetime": 1607310809000,
"masked_author": "username_0",
"text": "This corrects the issues in @kbroughton's PR #735",
"title": "Kbroughton",
"type": "issue"
},
{
"action": "created",
"author": "0xdabbad00",
"comment_id": 739637152,
"datetime": 1607310877000,
"masked_author": "username_0",
"text": "@username_1 This can be merged",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "steiza",
"comment_id": 740031319,
"datetime": 1607358907000,
"masked_author": "username_1",
"text": "Oops! I think I created a merge conflict with this branch by landing https://github.com/duo-labs/cloudmapper/commit/ccd971c84c4cb0c6491ef6fe0faca097f68eb6ea. @username_0 do you want to resolve the merge conflict, or should I?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "0xdabbad00",
"comment_id": 740038113,
"datetime": 1607359508000,
"masked_author": "username_0",
"text": "@username_1 I've resolved the conflict now.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "0xdabbad00",
"comment_id": 740040749,
"datetime": 1607359748000,
"masked_author": "username_0",
"text": "@kbroughton it is finally merged! I apologize this has taken me months.",
"title": null,
"type": "comment"
}
] | 2 | 5 | 410 | false | false | 410 | true |
huajianmao/pyleet | null | 770,416,093 | 1 | null | [
{
"action": "opened",
"author": "eliataylor",
"comment_id": null,
"datetime": 1608243485000,
"masked_author": "username_0",
"text": "This is an awesome project. Thank you. I don't write Python but understand it enough to use your solutions to learn from all of this.\r\n\r\nCan you document how I'd configure IDEA to be able to set breakpoints on specific lines within any given solution?\r\n\r\n<img width=\"897\" alt=\"Screen Shot 2020-12-17 at 2 17 49 PM\" src=\"https://user-images.githubusercontent.com/6335974/102550421-a98d6f00-4072-11eb-87d2-d978887b2759.png\">",
"title": "Docs for Debug Configurations to set breakpoints on solutions",
"type": "issue"
}
] | 1 | 1 | 422 | false | false | 422 | false |
Project-MONAI/MONAI | Project-MONAI | 762,419,884 | 1,356 | {
"number": 1356,
"repo": "MONAI",
"user_login": "Project-MONAI"
} | [
{
"action": "opened",
"author": "rijobro",
"comment_id": null,
"datetime": 1607698099000,
"masked_author": "username_0",
"text": "Allows striding with occlusion sensitivity, which can be slow for large 3D images. The final image is upsampled using `nn.Upsample`, where the user can choose interpolation mode.\r\n\r\nUseful for https://github.com/Project-MONAI/tutorials/pull/83.\r\n\r\n### Status\r\n**Ready**\r\n\r\n### Types of changes\r\n<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->\r\n- [x] Non-breaking change (fix or new feature that would not break existing functionality).\r\n- [x] New tests added to cover the changes.\r\n- [x] Integration tests passed locally by running `./runtests.sh --codeformat --coverage`.\r\n- [x] Quick tests passed locally by running `./runtests.sh --quick`.\r\n- [x] In-line docstrings updated.\r\n- [x] Documentation updated, tested `make html` command in the `docs/` folder.",
"title": "Occ sens stride",
"type": "issue"
},
{
"action": "created",
"author": "wyli",
"comment_id": 743293382,
"datetime": 1607704187000,
"masked_author": "username_1",
"text": "/black",
"title": null,
"type": "comment"
}
] | 2 | 2 | 801 | false | false | 801 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.