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
latex3/latex2e
latex3
561,057,418
267
null
[ { "action": "opened", "author": "jfbu", "comment_id": null, "datetime": 1581000181000, "masked_author": "username_0", "text": "Possibly nobody found this odd in decades, but here it is:\r\n\r\n![Capture d’écran 2020-02-06 à 15 37 52](https://user-images.githubusercontent.com/2589111/73946874-e804ba00-48f6-11ea-9269-3fe821d9086c.png)\r\n\r\nOpinion-based for sure, but I wish this determinant was rendered with a bit more space between contents and borders.\r\n\r\n## Minimal example showing the bug\r\n\r\n```latex\r\n\\RequirePackage{latexbug}\r\n\\documentclass{article}\r\n\\usepackage{amsmath}\r\n\r\n\\begin{document}\r\n\\[\r\n \\begin{vmatrix}\r\n 1&1&1&1&1&0&0\\\\\r\n 0&1&1&1&1&1&0\\\\\r\n 0&0&1&1&1&1&1\\\\\r\n 4&3&2&1&0&0&0\\\\\r\n 0&4&3&2&1&0&0\\\\\r\n 0&0&4&3&2&1&0\\\\\r\n 0&0&0&4&3&2&1\r\n \\end{vmatrix}\r\n\\]\r\n\\end{document}\r\n```\r\n\r\n\r\n## Log file (required) and possibly PDF file \r\n\r\n[testvmatrix.log](https://github.com/latex3/latex2e/files/4165611/testvmatrix.log)", "title": "vmatrix environment sets in output very little spacing between vertical bars and contents", "type": "issue" }, { "action": "created", "author": "FrankMittelbach", "comment_id": 582956587, "datetime": 1581002647000, "masked_author": "username_1", "text": "I do agree with your sentiments I would also prefer slightly more space. And if we overhaul the amsmath commands making some of them configurable in such cases is something on a lonterm agenda, but it is nothing we can or would change in amsmath as it is now as that would invalidate a huge number of documents from the last 3 decades. So this will go into a longterm bucket", "title": null, "type": "comment" } ]
2
2
1,192
false
false
1,192
false
travi/project-scaffolder
null
572,544,249
266
{ "number": 266, "repo": "project-scaffolder", "user_login": "travi" }
[ { "action": "opened", "author": "trevtrich", "comment_id": null, "datetime": 1582870525000, "masked_author": "username_0", "text": "", "title": "docs(contributors): adding myself", "type": "issue" } ]
3
3
369
false
true
0
false
Concordium/Testnet3-Challenges
Concordium
723,791,642
526
{ "number": 526, "repo": "Testnet3-Challenges", "user_login": "Concordium" }
[ { "action": "opened", "author": "bukala", "comment_id": null, "datetime": 1602950858000, "masked_author": "username_0", "text": "add one file", "title": "Create B2_restart node", "type": "issue" }, { "action": "created", "author": "supermario", "comment_id": 755316589, "datetime": 1609941861000, "masked_author": "username_1", "text": "rejected:B2\r\nreason:logs are missing", "title": null, "type": "comment" } ]
2
2
48
false
false
48
false
sourcegraph/sourcegraph
sourcegraph
745,838,068
15,928
{ "number": 15928, "repo": "sourcegraph", "user_login": "sourcegraph" }
[ { "action": "opened", "author": "attfarhan", "comment_id": null, "datetime": 1605719002000, "masked_author": "username_0", "text": "Lists a user's code monitors on the code monitor page. Bare minimum, just includes the GraphQL request, basic markup, and use of the `FilteredConnection` component. Will add styling and full information on the listings separately.\r\n\r\n<!-- Reminder: Have you updated the changelog and relevant docs (user docs, architecture diagram, etc) ? -->", "title": "Code monitors: basic listing page", "type": "issue" } ]
2
2
3,030
false
true
342
false
kubeedge/kubeedge
kubeedge
615,700,473
1,656
{ "number": 1656, "repo": "kubeedge", "user_login": "kubeedge" }
[ { "action": "opened", "author": "XJangel", "comment_id": null, "datetime": 1589186538000, "masked_author": "username_0", "text": "/kind documentation\r\n\r\n**What this PR does / why we need it**:\r\nupdate the configuration steps\r\n\r\n**Which issue(s) this PR fixes**:\r\n<!-- \r\n*Automatically closes linked issue when PR is merged.\r\nUsage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.\r\n_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*\r\n-->\r\nFixes #\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Does this PR introduce a user-facing change?**:\r\n<!--\r\nIf no, just write \"NONE\" in the release-note block below.\r\nIf yes, a release note is required:\r\nEnter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string \"action required\".\r\n-->\r\n```release-note\r\n\r\n```", "title": "update the doc kubeedge_configure", "type": "issue" }, { "action": "created", "author": "fisherxu", "comment_id": 627064600, "datetime": 1589249311000, "masked_author": "username_1", "text": "/lgtm", "title": null, "type": "comment" }, { "action": "created", "author": "XJangel", "comment_id": 627067085, "datetime": 1589249848000, "masked_author": "username_0", "text": "For the deployment of single CloudCore, the default advertise-address is just the IP address of CloudCore. So I didn't mention it here. Maybe we can do it in the documentation of HA CloudCore.", "title": null, "type": "comment" }, { "action": "created", "author": "fisherxu", "comment_id": 627069234, "datetime": 1589250302000, "masked_author": "username_1", "text": "The `advertise address` is not only used in ha mode. If edgecore connect to cloudnode through a public(floating) IP, we should set the floating ip in the config file. And the floating Ip can't be automatically acquired. :)", "title": null, "type": "comment" }, { "action": "created", "author": "XJangel", "comment_id": 627069865, "datetime": 1589250462000, "masked_author": "username_0", "text": "Get it! I will modify it right now.", "title": null, "type": "comment" }, { "action": "created", "author": "fisherxu", "comment_id": 627071266, "datetime": 1589250758000, "masked_author": "username_1", "text": "Here you don't need explain ha, as long as you explain all the addresses(like floating ip) exposed to the edge node should be added to `advertise address`.", "title": null, "type": "comment" }, { "action": "created", "author": "XJangel", "comment_id": 627073016, "datetime": 1589251105000, "masked_author": "username_0", "text": "yep~", "title": null, "type": "comment" }, { "action": "created", "author": "fisherxu", "comment_id": 627078040, "datetime": 1589252223000, "masked_author": "username_1", "text": "/lgtm", "title": null, "type": "comment" }, { "action": "created", "author": "fisherxu", "comment_id": 627707604, "datetime": 1589337106000, "masked_author": "username_1", "text": "/approve", "title": null, "type": "comment" } ]
3
13
4,318
false
true
1,415
false
ualibraries/ReQUIAM
ualibraries
737,967,631
91
null
[ { "action": "opened", "author": "astrochun", "comment_id": null, "datetime": 1604688168000, "masked_author": "username_0", "text": "This is the main issue thread for Travis CI integration.\r\n\r\nSteps include:\r\n- [ ] Implementing the integration with `ualibraries/ReQUIAM`\r\n- [ ] Creating a .travis.yml file\r\n- [ ] Creating a pytest.ini file\r\n- [ ] Building pytests (this will likely be a separate issue)", "title": "CI with Travis", "type": "issue" }, { "action": "closed", "author": "astrochun", "comment_id": null, "datetime": 1606841112000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
270
false
false
270
false
tom-englert/JetBrainsAnnotations.Fody
null
274,642,093
7
null
[ { "action": "opened", "author": "tpluscode", "comment_id": null, "datetime": 1510861886000, "masked_author": "username_0", "text": "I see that now `JetBrains.Annotations` isn't bundled in the package anymore. Took me a while to understand why my builds started failing after upgrade.\r\n\r\nWould it make sense to include `JetBrains.Annotations` as dependency to nupkg?", "title": "Add JetBrains.Annotations dependency", "type": "issue" }, { "action": "created", "author": "tom-englert", "comment_id": 346781956, "datetime": 1511515562000, "masked_author": "username_1", "text": "But maybe not everyone is using it, think e.g. of public packages that ship external annotations, but that does not mean that the consumer of the package must use `JetBrains.Annotations`", "title": null, "type": "comment" }, { "action": "created", "author": "tom-englert", "comment_id": 518106991, "datetime": 1564987428000, "masked_author": "username_1", "text": "Already fixed", "title": null, "type": "comment" }, { "action": "closed", "author": "tom-englert", "comment_id": null, "datetime": 1564987428000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
432
false
false
432
false
openshift/ci-tools
openshift
730,781,795
1,339
{ "number": 1339, "repo": "ci-tools", "user_login": "openshift" }
[ { "action": "opened", "author": "hongkailiu", "comment_id": null, "datetime": 1603829686000, "masked_author": "username_0", "text": "will rebase after https://github.com/openshift/ci-tools/pull/1337\r\n\r\nrequire https://github.com/openshift/ci-tools/pull/1338/files\r\n\r\n/cc @username_1 @stevekuznetsov", "title": "[wip]ci-op: use flag image-mirror-push-secret", "type": "issue" }, { "action": "created", "author": "hongkailiu", "comment_id": 718303532, "datetime": 1603935307000, "masked_author": "username_0", "text": "/test images", "title": null, "type": "comment" }, { "action": "created", "author": "hongkailiu", "comment_id": 718725902, "datetime": 1603975171000, "masked_author": "username_0", "text": "Working on api.ci\r\nhttps://prow.ci.openshift.org/view/gs/origin-ci-test/logs/branch-ci-openshift-ci-ns-ttl-controller-master-images/1321790316067426304", "title": null, "type": "comment" }, { "action": "created", "author": "alvaroaleman", "comment_id": 718839304, "datetime": 1603986157000, "masked_author": "username_1", "text": "/lgtm", "title": null, "type": "comment" } ]
4
11
6,181
false
true
335
true
ngs-doo/dsl-json
ngs-doo
565,883,024
164
null
[ { "action": "opened", "author": "mecoFarid", "comment_id": null, "datetime": 1581848899000, "masked_author": "username_0", "text": "", "title": "Converter fails to find serializer", "type": "issue" }, { "action": "created", "author": "zapov", "comment_id": 586910926, "datetime": 1581933630000, "masked_author": "username_1", "text": "Hi\r\n\r\nIf you can help setting up Kotlin test project that would be a great first step in resolving Kotlin issues.\r\nI just pushed a branch here: https://github.com/ngs-doo/dsl-json/tree/kotlin-tests but it fails to compile ;(", "title": null, "type": "comment" }, { "action": "created", "author": "mecoFarid", "comment_id": 587005805, "datetime": 1581947833000, "masked_author": "username_0", "text": "Hi, sure I'd be happy to contribute", "title": null, "type": "comment" }, { "action": "created", "author": "zapov", "comment_id": 706699850, "datetime": 1602420419000, "masked_author": "username_1", "text": "There are now Kotlin tests and improved Kotlin support in v1.9.6.\r\nv1.9.6 released", "title": null, "type": "comment" }, { "action": "closed", "author": "zapov", "comment_id": null, "datetime": 1602420420000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
5
341
false
false
341
false
Xilinx/PYNQ
Xilinx
712,062,129
1,144
{ "number": 1144, "repo": "PYNQ", "user_login": "Xilinx" }
[ { "action": "opened", "author": "PeterOgden", "comment_id": null, "datetime": 1601480658000, "masked_author": "username_0", "text": "The boot_bitstream package will load the metadata for the petalinux project-provided bitstream into the PL server at boot and provide a dummy binary file for creating an overlay object in user code\r\n\r\nFixes: Xilinx/PYNQ-Dev#282", "title": "Add boot_bitstream package to initialize PL server", "type": "issue" } ]
2
2
227
false
true
227
false
akka/akka
akka
695,074,577
29,565
null
[ { "action": "opened", "author": "jrudolph", "comment_id": null, "datetime": 1599483426000, "masked_author": "username_0", "text": "Resurrection of https://github.com/akka/akka/issues/29185\r\n\r\nhttps://jenkins.akka.io:8498/job/akka-artery-cluster-tests/2465/consoleFull\r\n\r\n```\r\n[info] [JVM-1] - must Scenario(lease-majority, 5) (on node 'node1', class akka.cluster.sbr.RandomizedSplitBrainResolverIntegrationSpecMultiJvmNode1) *** FAILED ***\r\n[info] [JVM-1] java.lang.AssertionError: assertion failed: timeout (3 seconds) during expectMsg while waiting for 0\r\n[info] [JVM-1] at scala.Predef$.assert(Predef.scala:223)\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectMsg_internal(TestKit.scala:459)\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectMsg(TestKit.scala:445)\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectMsg$(TestKit.scala:445)\r\n[info] [JVM-1] at akka.testkit.TestKit.expectMsg(TestKit.scala:969)\r\n[info] [JVM-1] at akka.cluster.sbr.RandomizedSplitBrainResolverIntegrationSpec$DisposableSys.$anonfun$verify$2(RandomizedBrainResolverIntegrationSpec.scala:247)\r\n```", "title": "Failed: RandomizedSplitBrainResolverIntegrationSpec", "type": "issue" }, { "action": "created", "author": "johanandren", "comment_id": 699879295, "datetime": 1601283778000, "masked_author": "username_1", "text": "https://jenkins.akka.io:8498/job/akka-artery-cluster-tests/2487/consoleText", "title": null, "type": "comment" }, { "action": "created", "author": "johanandren", "comment_id": 701290819, "datetime": 1601459925000, "masked_author": "username_1", "text": "https://jenkins.akka.io:8498/job/akka-multi-node/4234/consoleText", "title": null, "type": "comment" }, { "action": "created", "author": "patriknw", "comment_id": 705987713, "datetime": 1602223548000, "masked_author": "username_2", "text": "https://jenkins.akka.io:8498/job/akka-nightly-jdk8/8096/consoleFull\r\n```\r\n[info] [JVM-1] - must Scenario(lease-majority, 3) (on node 'node1', class akka.cluster.sbr.RandomizedSplitBrainResolverIntegrationSpecMultiJvmNode1) *** FAILED ***\r\n[info] [JVM-1] java.lang.AssertionError: assertion failed: received unexpected message RealMessage(DoubleRegister(/system/sharding/Entity-1/1/1-default,trying to register akka://RandomizedSplitBrainResolverIntegrationSpec-1@localhost:42701, but akka://RandomizedSplitBrainResolverIntegrationSpec-1@localhost:37725 was already registered for /system/sharding/Entity-1/1/1-default),Actor[akka://RandomizedSplitBrainResolverIntegrationSpec/user/shardingRegistry-1#-1155572375]) after 0 millis\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectNoMsg_internal(TestKit.scala:767)\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectNoMessage(TestKit.scala:731)\r\n[info] [JVM-1] at akka.testkit.TestKitBase.expectNoMessage$(TestKit.scala:730)\r\n[info] [JVM-1] at akka.testkit.TestKit.expectNoMessage(TestKit.scala:969)\r\n[info] [JVM-1] at akka.cluster.sbr.RandomizedSplitBrainResolverIntegrationSpec$DisposableSys.$anonfun$verify$25(RandomizedBrainResolverIntegrationSpec.scala:356)\r\n[info] [JVM-1] at akka.remote.testkit.MultiNodeSpec.runOn(MultiNodeSpec.scala:375)\r\n[info] [JVM-1] at akka.cluster.sbr.RandomizedSplitBrainResolverIntegrationSpec$DisposableSys.$anonfun$verify$4(RandomizedBrainResolverIntegrationSpec.scala:353)\r\n[info] [JVM-1] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "johanandren", "comment_id": 707111641, "datetime": 1602508336000, "masked_author": "username_1", "text": "To sum up the latest log, one node, JVM-3, is partitioned from the rest of the cluster, SBR hits on the \"surviving\" side and downs it, but before SBR hits on JVM-3 the partition heals up, JVM-3 then starts to be quarantined by the other nodes since it was downed and removed from that side of the cluster, but itself does not take a decision for another stable-after from there.\r\n\r\nThere has been previous work around this to try to down a node when it sees the other side quarantining it https://github.com/akka/akka/pull/25961 but there were some problems around that.", "title": null, "type": "comment" }, { "action": "closed", "author": "chbatey", "comment_id": null, "datetime": 1611827368000, "masked_author": "username_3", "text": "", "title": null, "type": "issue" } ]
4
6
3,240
false
false
3,240
false
mjrgh/PinscapeConfigTool
null
398,703,855
4
null
[ { "action": "opened", "author": "maperks", "comment_id": null, "datetime": 1547416692000, "masked_author": "username_0", "text": "KL25Z output ports that are not assigned for other purposes should probably have an output driver (such as the ULN2803A).\r\n\r\nThis can be enforced by having a way to explicitly add ports using the ULN2803A much like the 74HC595. That is start with no output ports and let the user add ports by explicitly \r\n1. Using interfaces such as ULN2803A, TLC5940 etc\r\n2. Using virtual ports\r\n3. Using individual output pins (should be discouraged).\r\n\r\nAlso other drivers should be added such as the ULN2064 (as used for the medium LED outputs).", "title": "Add other output interfaces", "type": "issue" }, { "action": "created", "author": "mjrgh", "comment_id": 454523593, "datetime": 1547581206000, "masked_author": "username_1", "text": "If you want to refile this as \"Add a ULN2083A chip type\", I'd be okay with that, but the current behavior is preferable to the notion that every pin has to be assigned to some particular external chip. That would be confusing to people who want to attach a novel device. Consider:\r\n\r\n\"I want to hook port PTXY up to my Arduino/Sainsmart/random eBay relay board/random eBay MOSFET board/custom controller board, but I don't see that in the list. What do I do?\"\r\n\r\n\"Oh, you just pretend that it's a ULN2083A, because ULN2083A really means 'other external connection'.\"", "title": null, "type": "comment" }, { "action": "closed", "author": "mjrgh", "comment_id": null, "datetime": 1547581207000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "maperks", "comment_id": 454534903, "datetime": 1547583275000, "masked_author": "username_0", "text": "I think you misunderstood this a little. I will write 2 new requirements to explain what I am asking.", "title": null, "type": "comment" } ]
2
4
1,203
false
false
1,203
false
laurent22/joplin
null
442,540,616
1,510
null
[ { "action": "opened", "author": "diver-down", "comment_id": null, "datetime": 1557464904000, "masked_author": "username_0", "text": "### Operating system\r\n\r\n<!-- Please only leave those relevant to your request -->\r\n\r\n- Linux (Ubuntu Studio)\r\n\r\n### Application\r\n\r\n<!-- Please only leave those relevant to your request -->\r\n\r\n- Brave Version 0.63.55 **Chromium: 74.0.3729.131** (Official Build) (64-bit)\r\n- Web Clipper Version 1.0.13 (Chrome Web Store)\r\n\r\n### Report:\r\n\r\nWhen attempting to use the Web clipper on most web pages (I'm using the AV1 article on Wikipedia just as an example), images don't appear to load or save. In the attached screenshot, the problem can be seen in the preview window. \r\n\r\nJust in case the link is needed, the example webpage used is: https://en.wikipedia.org/wiki/AV1\r\n\r\nThanks! :)\r\n\r\n![Screenshot_2019-05-10_00-58-32](https://user-images.githubusercontent.com/35608185/57503772-a7243a00-72bf-11e9-8800-3201b536285a.png)", "title": "Web Clipper images not loading", "type": "issue" }, { "action": "created", "author": "laurent22", "comment_id": 491371761, "datetime": 1557509970000, "masked_author": "username_1", "text": "When I try your page, the page gets imported correctly into Joplin, including the AV1 logo. The preview is not right though but it's more minor issue. Could you confirm that the page is imported correctly for you?", "title": null, "type": "comment" }, { "action": "closed", "author": "laurent22", "comment_id": null, "datetime": 1557569896000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
1,033
false
false
1,033
false
envoyproxy/envoy
envoyproxy
712,267,633
13,338
{ "number": 13338, "repo": "envoy", "user_login": "envoyproxy" }
[ { "action": "opened", "author": "rebello95", "comment_id": null, "datetime": 1601498685000, "masked_author": "username_0", "text": "When compiling Envoy Mobile locally, I was seeing the following error without this change:\r\n\r\n```\r\nexternal/envoy/source/extensions/transport_sockets/tls/ocsp/asn1_utility.cc:37:23: error: no viable constructor or deduction guide for deduction of template arguments of 'optional'\r\n return is_present ? absl::optional(data) : absl::nullopt;\r\n```\r\n\r\nRisk Level: Low\r\nTesting: N/A\r\nDocs Changes: N/A", "title": "extensions: add explicit type annotation for absl::optional", "type": "issue" }, { "action": "created", "author": "akonradi", "comment_id": 701675083, "datetime": 1601504077000, "masked_author": "username_1", "text": "Is Envoy Mobile using C++17? I assume this worked before because of template deduction guides.", "title": null, "type": "comment" }, { "action": "created", "author": "rebello95", "comment_id": 701676552, "datetime": 1601504327000, "masked_author": "username_0", "text": "Yep it is using C++17. I'm not really clear on why this only seems to break there either", "title": null, "type": "comment" } ]
2
3
579
false
false
579
false
census-instrumentation/opencensus-node
census-instrumentation
750,281,290
869
{ "number": 869, "repo": "opencensus-node", "user_login": "census-instrumentation" }
[ { "action": "created", "author": "aabmass", "comment_id": 780260755, "datetime": 1613530278000, "masked_author": "username_0", "text": "@dependabot recreate", "title": null, "type": "comment" } ]
2
3
7,167
false
true
20
false
microsoft/azure-maven-plugins
microsoft
516,001,274
881
{ "number": 881, "repo": "azure-maven-plugins", "user_login": "microsoft" }
[ { "action": "opened", "author": "andxu", "comment_id": null, "datetime": 1572600293000, "masked_author": "username_0", "text": "", "title": "Add readme for azure spring cloud plugin", "type": "issue" } ]
2
2
0
false
true
0
false
geeksville/Micro-RTSP
null
656,443,537
33
null
[ { "action": "opened", "author": "DraconInteractive", "comment_id": null, "datetime": 1594716507000, "masked_author": "username_0", "text": "Im getting LoadProhibited Guru Meditation error when creating a streamer (code [here](https://hastebin.com/sideresuyu.php), line 453). Research is telling me that im accessing ineligible memory? (new to C++, experienced C#, so can code but memory management is a new area for me)\r\n\r\nNot sure what im doing wrong? Board is the ESP-EYE, arduino framework in PlatformIO VSCode IDE. \r\nI know its the streamer creation because its printing \"Accepting client\", but not \"Created streamer\". \r\n\r\nThanks for any help!\r\n\r\nLog below:\r\n\r\n```\r\nets Jun 8 2016 00:22:57\r\n\r\nrst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)\r\nconfigsip: 0, SPIWP:0xee\r\nclk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00\r\nmode:DIO, clock div:2\r\nload:0x3fff0018,len:4\r\nload:0x3fff001c,len:1044\r\nload:0x40078000,len:10044\r\nload:0x40080400,len:5872\r\nentry 0x400806ac\r\nSoft AP Config Success\r\nMac ADDR: *******\r\n[IP]\r\nSetup Finished. Server Active at [ip]\r\nAccepting client\r\nGuru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.\r\nCore 1 register dump:\r\nPC : 0x400d4733 PS : 0x00060430 A0 : 0x800d47d8 A1 : 0x3ffb1f20 \r\nA2 : 0x00000000 A3 : 0x400857a0 A4 : 0x00000000 A5 : 0x00000008 \r\nA6 : 0x00000004 A7 : 0x3ffcbd7c A8 : 0x800d4730 A9 : 0x3ffb1f00 \r\nA10 : 0x3ffc11b8 A11 : 0x00000038 A12 : 0x00000010 A13 : 0x0000ff00 \r\nA14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x0000000a EXCCAUSE: 0x0000001c \r\nEXCVADDR: 0x00000008 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffffc\r\n\r\nELF file SHA256: 0000000000000000000000000000000000000000000000000000000000000000\r\n\r\nBacktrace: 0x400d4733:0x3ffb1f20 0x400d47d5:0x3ffb1f40 0x400d1c15:0x3ffb1f60 0x400d9f15:0x3ffb1fb0 0x40090989:0x3ffb1fd0\r\n\r\nRebooting...\r\nets Jun 8 2016 00:22:57\r\n\r\nrst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)\r\nconfigsip: 0, SPIWP:0xee\r\nclk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00\r\nmode:DIO, clock div:2\r\nload:0x3fff0018,len:4\r\nload:0x3fff001c,len:1044\r\nload:0x40078000,len:10044\r\nload:0x40080400,len:5872\r\nentry 0x400806ac\r\nSoft AP Config Success\r\nMac ADDR: ******\r\n[ip]\r\nSetup Finished. Server Active at [ip]\r\n\r\n```", "title": "Crash on creating streamer", "type": "issue" }, { "action": "created", "author": "DraconInteractive", "comment_id": 658123156, "datetime": 1594725480000, "masked_author": "username_0", "text": "Im seeing some evidence it may be the cam (it crashed on handle_jpg and handle_jpg_stream) as well, but not when I got '/' to just return a simple message. Will look into further. Might be an ESP-EYE issue", "title": null, "type": "comment" }, { "action": "created", "author": "DraconInteractive", "comment_id": 658141594, "datetime": 1594728327000, "masked_author": "username_0", "text": "Okay, confirmed it was the camera! esp32config doesnt work for esp-eye. I used my pinout to make a new config, gonna put it here for anyone else that needs it. \r\n\r\n```\r\ncamera_config_t espeyecam_config {\r\n\r\n .pin_pwdn = -1,\r\n .pin_reset = -1,\r\n\r\n .pin_xclk = 4,\r\n\r\n .pin_sscb_sda = 18,\r\n .pin_sscb_scl = 23,\r\n\r\n .pin_d7 = 36,\r\n .pin_d6 = 37,\r\n .pin_d5 = 38,\r\n .pin_d4 = 39,\r\n .pin_d3 = 35,\r\n .pin_d2 = 14,\r\n .pin_d1 = 13,\r\n .pin_d0 = 34,\r\n .pin_vsync = 5,\r\n .pin_href = 27,\r\n .pin_pclk = 25,\r\n .xclk_freq_hz = 20000000,\r\n .ledc_timer = LEDC_TIMER_0,\r\n .ledc_channel = LEDC_CHANNEL_0,\r\n .pixel_format = PIXFORMAT_JPEG,\r\n // .frame_size = FRAMESIZE_UXGA, // needs 234K of framebuffer space\r\n // .frame_size = FRAMESIZE_SXGA, // needs 160K for framebuffer\r\n // .frame_size = FRAMESIZE_XGA, // needs 96K or even smaller FRAMESIZE_SVGA - can work if using only 1 fb\r\n .frame_size = FRAMESIZE_SVGA,\r\n .jpeg_quality = 12, //0-63 lower numbers are higher quality\r\n .fb_count = 2 // if more than one i2s runs in continous mode. Use only with jpeg\r\n};\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "DraconInteractive", "comment_id": 658142122, "datetime": 1594728404000, "masked_author": "username_0", "text": "Worth noting that with its added PSRAM, esp-eye could probs use UXGA (I was using it earlier when using the esp_cam library). \r\nGonna close the ticket now, hope this helps someone else!", "title": null, "type": "comment" }, { "action": "closed", "author": "DraconInteractive", "comment_id": null, "datetime": 1594728405000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
5
3,780
false
false
3,780
false
hirmeos/metrics_portal
hirmeos
568,116,055
5
{ "number": 5, "repo": "metrics_portal", "user_login": "hirmeos" }
[ { "action": "opened", "author": "yoannspace", "comment_id": null, "datetime": 1582185275000, "masked_author": "username_0", "text": "The altmetrics docs (incl widget) can be merged in the metrics_portal", "title": "Merge altmetrics docs", "type": "issue" }, { "action": "created", "author": "rowan08", "comment_id": 588900808, "datetime": 1582193685000, "masked_author": "username_1", "text": "Two minor changes, but otherwise, looks good :+1:", "title": null, "type": "comment" } ]
2
2
118
false
false
118
false
DSpace/DSpace
DSpace
691,398,691
2,952
{ "number": 2952, "repo": "DSpace", "user_login": "DSpace" }
[ { "action": "opened", "author": "mwoodiupui", "comment_id": null, "datetime": 1599078630000, "masked_author": "username_0", "text": "## References\r\n* Fixes #2951\r\n\r\n## Description\r\nUse provided getters for lazy-initialized fields, instead of direct reference which may find the fields uninitialized.\r\n\r\n## Instructions for Reviewers\r\nPlease add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.\r\n\r\nList of changes in this PR:\r\n* Use getPrefix() and getNamespaceSeparator() instead of PREFIX and NAMESPACE_SEPARATOR.\r\n* Hoist construction of unvarying string out of comparison loop.\r\n* Remove un-necessary explicit boxing of `char` constants; let the compiler handle it efficiently.\r\n\r\nTests should pass, as before. I ran into this when running a single test from the suite.\r\n\r\n## Checklist\r\n_This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_\r\n\r\n- [x] My PR is small in size (e.g. less than 1,000 lines of code, not including comments & integration tests). Exceptions may be made if previously agreed upon.\r\n- [x] My PR passes Checkstyle validation based on the [Code Style Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Style+Guide).\r\n- [x] My PR includes Javadoc for _all new (or modified) public methods and classes_. It also includes Javadoc for large or complex private methods.\r\n- [x] My PR passes all tests and includes new/updated Unit or Integration Tests based on the [Code Testing Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Testing+Guide).\r\n- [x] If my PR includes new, third-party dependencies (in any `pom.xml`), I've made sure their licenses align with the [DSpace BSD License](https://github.com/DSpace/DSpace/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.\r\n- [x] If my PR modifies the REST API, I've linked to the REST Contract page (or open PR) related to this change.", "title": "Use getters instead of direct references that may have been uninitialized. #2951", "type": "issue" }, { "action": "created", "author": "mwoodiupui", "comment_id": 685981123, "datetime": 1599078768000, "masked_author": "username_0", "text": "Please ignore mention of NPE in commit comment. That was not what happened.", "title": null, "type": "comment" } ]
1
2
2,221
false
false
2,221
false
AgoraIO-Community/Agora-Flutter-Quickstart
AgoraIO-Community
565,696,064
65
null
[ { "action": "opened", "author": "VictorUvarov", "comment_id": null, "datetime": 1581741416000, "masked_author": "username_0", "text": "I have tried wrapping `AgoraRenderWidget` with a `GestureDetector` and a few Buttons. However the function onPressed in those widgets never gets fired. I assume this has to do with flutter imbedded views being in technical preview.", "title": "[Question] Is it possible to wrap a GestureDetector over a AgoraRenderWidget?", "type": "issue" }, { "action": "created", "author": "LichKing-2234", "comment_id": 586662931, "datetime": 1581821700000, "masked_author": "username_1", "text": "try another view? then see is it worked", "title": null, "type": "comment" }, { "action": "created", "author": "VictorUvarov", "comment_id": 588004828, "datetime": 1582079736000, "masked_author": "username_0", "text": "What do you mean by another view? The other AgoraRenderWidget when there are two people in the channel?", "title": null, "type": "comment" }, { "action": "created", "author": "LichKing-2234", "comment_id": 588041085, "datetime": 1582089567000, "masked_author": "username_1", "text": "not AgoraRenderWidget, any flutter view", "title": null, "type": "comment" }, { "action": "created", "author": "VictorUvarov", "comment_id": 588366951, "datetime": 1582136227000, "masked_author": "username_0", "text": "Yes my other widgets work with a GestureDetector", "title": null, "type": "comment" }, { "action": "created", "author": "AxesandGrinds", "comment_id": 596481665, "datetime": 1583754746000, "masked_author": "username_2", "text": "Any news on this?", "title": null, "type": "comment" }, { "action": "created", "author": "LichKing-2234", "comment_id": 596503455, "datetime": 1583757896000, "masked_author": "username_1", "text": "use `Listener` to replace 'GestureDetector'", "title": null, "type": "comment" }, { "action": "created", "author": "VictorUvarov", "comment_id": 596732117, "datetime": 1583781536000, "masked_author": "username_0", "text": "Thanks it works", "title": null, "type": "comment" }, { "action": "closed", "author": "VictorUvarov", "comment_id": null, "datetime": 1583781537000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "MungaraJay", "comment_id": 698205276, "datetime": 1600936897000, "masked_author": "username_3", "text": "@username_1 @username_0 @plutoless @PRWrl \r\n\r\nCan you please tell me how can i import this AgoraRenderWidget ?\r\n\r\nI am not able to find it. I am using agora_rtc_engine: ^3.0.1-dev.7?\r\n\r\nIs there any changes for this widget?", "title": null, "type": "comment" }, { "action": "created", "author": "LichKing-2234", "comment_id": 698702025, "datetime": 1601005132000, "masked_author": "username_1", "text": "@username_3 You can refer to the quickstart", "title": null, "type": "comment" }, { "action": "created", "author": "AxesandGrinds", "comment_id": 749290723, "datetime": 1608601509000, "masked_author": "username_2", "text": "Hello @username_1, can you give an example? I'm not sure what you mean by 'Listener'", "title": null, "type": "comment" }, { "action": "created", "author": "AxesandGrinds", "comment_id": 749291168, "datetime": 1608601620000, "masked_author": "username_2", "text": "I think I figured it out.\r\n[](https://api.flutter.dev/flutter/widgets/Listener-class.html)", "title": null, "type": "comment" }, { "action": "created", "author": "AxesandGrinds", "comment_id": 749291244, "datetime": 1608601639000, "masked_author": "username_2", "text": "I figured it out.\r\nhttps://api.flutter.dev/flutter/widgets/Listener-class.html", "title": null, "type": "comment" }, { "action": "created", "author": "LichKing-2234", "comment_id": 749315186, "datetime": 1608607141000, "masked_author": "username_1", "text": "@username_2 The new version of SDK support `GestureDetector `", "title": null, "type": "comment" }, { "action": "created", "author": "AxesandGrinds", "comment_id": 750335589, "datetime": 1608735279000, "masked_author": "username_2", "text": "Excellent news. onTap in `GestureDetector` is better than the options for `Listener`.", "title": null, "type": "comment" } ]
4
16
1,210
false
false
1,210
true
GeyserMC/Geyser
GeyserMC
665,382,573
1,014
null
[ { "action": "opened", "author": "Mineinjava", "comment_id": null, "datetime": 1595620414000, "masked_author": "username_0", "text": "<!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).-->\r\n\r\n<!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. -->\r\n\r\n**Describe the bug**\r\nThere is a lot of console error spam due to `/tellraw`\r\n\r\n**To Reproduce**\r\nrun /tellraw with parameters working in java edition\r\n\r\n**Expected behavior**\r\n<!--- A clear and concise description of what you expected to happen. -->\r\nI expected the `/tellraw` output to be shown in the chat\r\n**Screenshots / Videos**\r\n<!--- If applicable, add screenshots to help explain your problem. -->\r\n<details>\r\n <summary>Console log (click to show)</summary>\r\n \r\n \r\n \r\n ```javascript\r\n [12:30:18 INFO]: tellraw *masterplayer658 {\"text\":\"\",\"extra\":[{\"text\":\"\",\"color\":\"white\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"},{\"text\":\"-\",\"color\":\"gray\"}]}<--[HERE]\r\n[12:30:18 INFO]: Invalid name or UUID\r\n ```\r\n \r\n</details>\r\n\r\n**Server Version**\r\n<!--- Give us the exact output from `/version`. Saying \"latest\" does not help us at all. -->\r\nPaper version git-Paper-110 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)\r\n**Geyser Version**\r\n<!--- Give us the exact build number as well as branch if applicable. Saying \"latest\" does not help us at all. This info can be obtained from `/geyser version`.Please also include if you are running the standalone version, or specify which plugin version you are using. If your issue is a connection problem, please specify if you are using the Floodgate plugin. -->\r\nThis server is running Geyser version 1.0.0 (git-master-ad9184a) (Java: 1.16.1, Bedrock: 1.16.0)\r\n**Minecraft: Bedrock Edition Version**\r\n<!-- The version of your Minecraft: Bedrock Edition client you tested with. -->\r\n1.16\r\n**Additional Context**\r\n<!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. Please also include the link to a dump by using `/geyser dump` --->\r\nhttps://dump.geysermc.org/YgFSt9oT5IVGMWU6NBvJf5cvRxXFFaWz", "title": "/tellraw: invalid name or UUID", "type": "issue" }, { "action": "created", "author": "DoctorMacc", "comment_id": 663706966, "datetime": 1595620462000, "masked_author": "username_1", "text": "Try putting quotes around the name.", "title": null, "type": "comment" }, { "action": "created", "author": "TheMasterBlaster", "comment_id": 663852017, "datetime": 1595681386000, "masked_author": "username_2", "text": "I found changing the Floodgate config to change the prefix from a \" * \" to a \" . \" fixed the issue with the command /tellraw. As well as a few plugins", "title": null, "type": "comment" }, { "action": "created", "author": "Mineinjava", "comment_id": 663930014, "datetime": 1595733103000, "masked_author": "username_0", "text": "this does not work with a plugin that uses `/tellraw`", "title": null, "type": "comment" }, { "action": "created", "author": "DoctorMacc", "comment_id": 663930028, "datetime": 1595733122000, "masked_author": "username_1", "text": "Which plugin?", "title": null, "type": "comment" }, { "action": "created", "author": "Mineinjava", "comment_id": 663930102, "datetime": 1595733195000, "masked_author": "username_0", "text": "I used SaberFaction's `/f map` command", "title": null, "type": "comment" }, { "action": "created", "author": "RednedEpic", "comment_id": 675234310, "datetime": 1597722944000, "masked_author": "username_3", "text": "Using the vanilla `/tellraw` command, everything appears to work fine when surrounding the name (with the asterisk included) with quotes. Certain plugins may not handle this in the same way (e.g. they only accept names with letters, numbers and underscores) which unfortunately there is nothing we can do unless you change the username prefix in Floodgate from a asterisk to a character that isn't a space or a symbol.", "title": null, "type": "comment" }, { "action": "closed", "author": "RednedEpic", "comment_id": null, "datetime": 1597722945000, "masked_author": "username_3", "text": "", "title": null, "type": "issue" } ]
4
8
4,360
false
false
4,360
false
DatabaseCleaner/database_cleaner
DatabaseCleaner
595,999,631
642
{ "number": 642, "repo": "database_cleaner", "user_login": "DatabaseCleaner" }
[ { "action": "opened", "author": "TheSmartnik", "comment_id": null, "datetime": 1586277047000, "masked_author": "username_0", "text": "Following https://github.com/DatabaseCleaner/database_cleaner/issues/628", "title": "[WIP] Add doc for creating new adapters", "type": "issue" }, { "action": "created", "author": "TheSmartnik", "comment_id": 610490534, "datetime": 1586277132000, "masked_author": "username_0", "text": "@username_1 I've added WIP doc as you asked me in https://github.com/DatabaseCleaner/database_cleaner/issues/628#issuecomment-610091081\r\n\r\nI haven't managed to follow it fully since `2.0.0` is not yet published", "title": null, "type": "comment" }, { "action": "created", "author": "botandrose", "comment_id": 610661824, "datetime": 1586300580000, "masked_author": "username_1", "text": "@username_0 This is really great! Thank you! I'll be doing some more refactoring and test improvement groundwork in a few PRs over the next few days, and I expect I'll merge this after that. Having a documented baseline for where the ORM adapter interface is _right now_ is going to be extremely useful for evaluating future PRs that attempt to improve it! I'm expecting we can simplify it quite a bit before v2.0.", "title": null, "type": "comment" }, { "action": "created", "author": "TheSmartnik", "comment_id": 611075822, "datetime": 1586365298000, "masked_author": "username_0", "text": "@username_1 awesome, glad you liked it :)", "title": null, "type": "comment" }, { "action": "created", "author": "botandrose", "comment_id": 611799341, "datetime": 1586474507000, "masked_author": "username_1", "text": "Thanks again, @username_0!\r\n\r\nSince we're not quite ready for people to actually follow these instructions, I'm going to split this content out into its own file, with a big warning up top saying as much. Once v2.0.0 is out the door, it will be restored to the README.", "title": null, "type": "comment" } ]
3
6
1,007
false
true
1,007
true
ufz/ogs
ufz
492,472,194
2,659
{ "number": 2659, "repo": "ogs", "user_login": "ufz" }
[ { "action": "opened", "author": "renchao-lu", "comment_id": null, "datetime": 1568236742000, "masked_author": "username_0", "text": "As titled.", "title": "Fix failed large tests", "type": "issue" }, { "action": "created", "author": "renchao-lu", "comment_id": 530575830, "datetime": 1568237740000, "masked_author": "username_0", "text": "As discussed, I tried to use `getConfigParameterList` instead of `getConfigSubtreeList`... When doing the substitution work, I figured out `getConfigParameterList` could not be used here. `getConfigParameterList` does suit for single-valued tag and does not for those have children tags.", "title": null, "type": "comment" }, { "action": "created", "author": "endJunction", "comment_id": 530586987, "datetime": 1568240023000, "masked_author": "username_1", "text": "You are right about the get**Parameter**List. Somehow I didn't think about it.\r\nA quick alternative is to fix the large tests ;)", "title": null, "type": "comment" }, { "action": "created", "author": "renchao-lu", "comment_id": 530588702, "datetime": 1568240432000, "masked_author": "username_0", "text": "In order to get rid of the red light, it would be better to merge the fix-ups first. I will set up another pull request to drop the redundant parent tags, e.g., `<independent_variables>`...", "title": null, "type": "comment" } ]
3
5
800
false
true
614
false
PX4/windows-toolchain
PX4
595,381,480
18
null
[ { "action": "opened", "author": "bys1123", "comment_id": null, "datetime": 1586202441000, "masked_author": "username_0", "text": "Got error:\r\n```\r\nIn file included from ../../src/lib/mixer/mixer_load.c:42:\r\n../../src/lib/mixer/mixer_load.c: 在函数‘load_mixer_file’中:\r\n../../src/lib/mixer/mixer_load.c:72:42: warning: Array subscript has type ‘char’ [-Wchar-subscripts]\r\n 72 | if ((strlen(line) < 2) || !isupper(line[0]) || (line[1] != ':')) {\r\n | ~~~~^~~\r\n```", "title": "Can't compile PX4 v1.9.2 under v0.9", "type": "issue" }, { "action": "created", "author": "bys1123", "comment_id": 610064227, "datetime": 1586211142000, "masked_author": "username_0", "text": "I tried update arm gcc to `7-2018-q2-update` on ubuntu, but on ubuntu has no problem. And I run `make distclean` lots of times, still can't work.", "title": null, "type": "comment" }, { "action": "created", "author": "bys1123", "comment_id": 610343100, "datetime": 1586260488000, "masked_author": "username_0", "text": "I guess this is caused by in ubuntu gcc version is 7.5.0, but cygwin is 9.3.0\r\n```\r\n-- The CXX compiler identification is GNU 9.3.0\r\n-- The C compiler identification is GNU 9.3.0\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "johan606303", "comment_id": 617165321, "datetime": 1587474190000, "masked_author": "username_1", "text": "Hi I have news. I reached nothing with v1.10.2. But I think I have something with v1.11.0-beta1.\r\n\r\n`git checkout v1.11.0-beta1`\r\n`make px4_sitl_default none_iris`\r\n\r\nthen it will ask for updates \r\n![toolchain2](https://user-images.githubusercontent.com/62846458/79868340-0ea79c80-83e0-11ea-93a1-ad9b09ab1f2b.PNG)\r\n\r\nI pressed `u`, then `git submodule update --init --recursive`\r\nThen I pressed several times `u` untill\r\n\r\n![toolchain3](https://user-images.githubusercontent.com/62846458/79868765-b02eee00-83e0-11ea-982f-9bda19c8fc08.PNG)\r\n![toochain4](https://user-images.githubusercontent.com/62846458/79869008-0e5bd100-83e1-11ea-88da-f209e7146c69.PNG)\r\n![toochain5](https://user-images.githubusercontent.com/62846458/79869079-2af80900-83e1-11ea-8389-e25219221811.PNG)", "title": null, "type": "comment" }, { "action": "created", "author": "bys1123", "comment_id": 617327184, "datetime": 1587492668000, "masked_author": "username_0", "text": "In my experience, run `git submodule update --init --recursive` first, then don't need to press `u` anymore.", "title": null, "type": "comment" }, { "action": "created", "author": "johan606303", "comment_id": 622390234, "datetime": 1588340033000, "masked_author": "username_1", "text": "It's not the case on my computer.\r\nDoes it work well for you ?", "title": null, "type": "comment" }, { "action": "created", "author": "julianoes", "comment_id": 623287464, "datetime": 1588574613000, "masked_author": "username_2", "text": "```\r\nwarning: Array subscript has type ‘char’ [-Wchar-subscripts]\r\n```\r\n\r\nThis is a compiler warning. Can you try if you can compile it by disabling `-Werror` here:\r\nhttps://github.com/PX4/Firmware/blob/960ad0693f3ff13c391bd8ddda61fd15dfe22ae0/cmake/px4_add_common_flags.cmake#L71", "title": null, "type": "comment" }, { "action": "created", "author": "mdermksian", "comment_id": 719123513, "datetime": 1604023129000, "masked_author": "username_3", "text": "This worked for me, but it's really odd - I feel like `line[0]` is very clearly using 0 to index into the array, which shouldn't be considered a char in any circumstance. Maybe my c/c++ knowledge is shaky...", "title": null, "type": "comment" } ]
4
8
2,127
false
false
2,127
false
cburnette/boxr
null
516,319,641
87
{ "number": 87, "repo": "boxr", "user_login": "cburnette" }
[ { "action": "opened", "author": "jcmfernandes", "comment_id": null, "datetime": 1572638697000, "masked_author": "username_0", "text": "This PR adds support for chunked uploads. Box suggests using these when uploading large files. It's possible to upload multiple chunks in parallel.\r\n\r\nImportant:\r\n- Aborting sessions in case of an error works on a best-effort basis\r\n- Test file `large test file.txt` is indeed large, but git compresses packfiles with gzip, so it takes only 50kB in the repository", "title": "Add support for chunked uploads", "type": "issue" }, { "action": "created", "author": "xhocquet", "comment_id": 549089866, "datetime": 1572736862000, "masked_author": "username_1", "text": "Hey @username_0 , thanks for the contribution! This would be a great feature to add and it looks like you've put in a lot of work 😄 Thanks in advance for the spec as well!\r\n\r\nIn general I'm happy with the implementation and understand the necessity for the tons of new methods, however I'd like to organize this new code a little bit. Maybe a new `chunked_uploads` file? \r\n\r\nAnother thought I had was that I don't love adding a new dependency. I'm currently finishing up a branch to remove the `addressable` dependency (100 kb just for simple URI building), but this library is only 9kb, so that's pretty nice.", "title": null, "type": "comment" }, { "action": "created", "author": "jcmfernandes", "comment_id": 549135257, "datetime": 1572786623000, "masked_author": "username_0", "text": "Hey @username_1, thank you for your work in this library! It's always great to be able to give something back to the community. 🙌 \r\n\r\nRegarding moving these methods to its own file, granted, I agree and will do it.\r\n\r\nAbout adding a new dependency, I did foresee it not being consensual. Given that I believe that rolling out my own parallel map here wouldn't be wise, I see 3 options moving forward:\r\n\r\n1) add gem `parallel` as a required dependency (i.e., leave the PR as is)\r\n1) make gem `parallel` a runtime dependency, raising an error when one calls `Boxr.chunked_upload_file` with `n_threads > 1` (adding this to the documentation, obviously)\r\n1) remove support for parallel uploads (I would prefer not going with this one...)\r\n\r\nWhat do you think?", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 549453285, "datetime": 1572887362000, "masked_author": "username_1", "text": "@username_0 #2 sounds interesting to me, but I was not able to find docs that support such functionality with rubygems. Could you please point me to some docs?", "title": null, "type": "comment" }, { "action": "created", "author": "jcmfernandes", "comment_id": 549466199, "datetime": 1572889242000, "masked_author": "username_0", "text": "It will look something like\r\n\r\n```ruby\r\ndef chunked_upload_to_session_from_io(io, session, n_threads: 1, content_created_at: nil, content_modified_at: nil)\r\n content_ranges = []\r\n offset = 0\r\n loop do\r\n limit = [offset + session.part_size, io.size].min - 1\r\n content_ranges << (offset..limit)\r\n break if limit == io.size - 1\r\n\r\n offset = limit + 1\r\n end\r\n\r\n parts =\r\n if n_threads > 1\r\n raise BoxrError.new(boxr_message: \"parallel chunked uploads require gem parallel (~> 1.0) to be loaded\") unless gem_parallel_available?\r\n\r\n Parallel.map(content_ranges, in_threads: n_threads) do |content_range|\r\n File.open(io.path) do |io_dup|\r\n chunked_upload_part_from_io(io_dup, session.id, content_range)\r\n end\r\n end\r\n else\r\n content_ranges.map do |content_range|\r\n chunked_upload_part_from_io(io, session.id, content_range)\r\n end\r\n end\r\n\r\n commit_info = chunked_upload_commit_from_io(io, session.id, parts,\r\n content_created_at: content_created_at, content_modified_at: content_modified_at)\r\n commit_info.entries[0]\r\nend\r\n\r\ndef gem_parallel_available?\r\n gem_spec = Gem.loaded_specs['parallel']\r\n return false if gem_spec.nil?\r\n\r\n Gem::Requirement.new('~> 1.0').satisfied_by?(gem_spec.version) && defined?(Parallel)\r\nend\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 549479942, "datetime": 1572891256000, "masked_author": "username_1", "text": "@username_0 Very cool! I love this idea since it adds a new, optional requirement to use a new, optional feature. \r\n\r\nI'd also want a prominent note in the README with a link to the library as well as an explanation of this implementation.", "title": null, "type": "comment" }, { "action": "created", "author": "jcmfernandes", "comment_id": 550056888, "datetime": 1572993809000, "masked_author": "username_0", "text": "Hey @username_1, I think I'm done here. I took the liberty of updating the links to box's documentation, as they recently (last week?) updated their public API docs. The existing links still work, but, for example, point to an old page that doesn't contain information about chunked uploads.\r\n\r\nWhat do you think?", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 550084276, "datetime": 1572999706000, "masked_author": "username_1", "text": "@username_0 Thanks for putting in the extra effort around the docs, I love it! \r\n\r\nI gave the spec a run on my machine and wasn't able to complete a chunked upload, so I'm going to give it some more tries and make sure there's no issues before merging. \r\n\r\nWe'll also want to bump the minor version for a new feature, but no breaking changes! 🎉", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 550104841, "datetime": 1573005044000, "masked_author": "username_1", "text": "I ran a test locally with two threads successfully 🎉 So this has my ok to merge once the version is bumped. Docs and tests are present! 👍", "title": null, "type": "comment" }, { "action": "created", "author": "jcmfernandes", "comment_id": 550226072, "datetime": 1573032813000, "masked_author": "username_0", "text": "Awesome @username_1 ! 😄 🎉", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 552064235, "datetime": 1573272691000, "masked_author": "username_1", "text": "Hey @username_0 , just a reminder in case you forgot! If you want to bump the minor version, I'll merge! Thanks 🙏", "title": null, "type": "comment" }, { "action": "created", "author": "jcmfernandes", "comment_id": 552119667, "datetime": 1573320082000, "masked_author": "username_0", "text": "Hey @username_1, sorry about that. There was a minor misunderstanding here, as I thought that would want to do that in separate PR. It's done 😄 let me know once you release it on rubygems. Thank you! 🙌", "title": null, "type": "comment" }, { "action": "created", "author": "xhocquet", "comment_id": 552232044, "datetime": 1573418698000, "masked_author": "username_1", "text": "@username_0 No problem! I guess it's a slightly weird way of doing things! 😛", "title": null, "type": "comment" } ]
2
13
4,645
false
false
4,645
true
kubernetes/kubernetes
kubernetes
557,129,555
87,671
{ "number": 87671, "repo": "kubernetes", "user_login": "kubernetes" }
[ { "action": "opened", "author": "jennybuckley", "comment_id": null, "datetime": 1580333726000, "masked_author": "username_0", "text": "**What type of PR is this?**\r\n/kind bug\r\n/sig api-machinery\r\n/priority backlog\r\n\r\n**What this PR does / why we need it**:\r\nMake the create handler more consistent with the update and patch handlers by moving mutating admission step into finishRequest\r\n\r\n**Which issue(s) this PR fixes**:\r\nFixes #87666\r\n\r\n```release-note\r\nNONE\r\n```", "title": "Make mutating admission in create handler asynchronous", "type": "issue" }, { "action": "created", "author": "apelisse", "comment_id": 580390358, "datetime": 1580409002000, "masked_author": "username_1", "text": "/lgtm\r\n/retest", "title": null, "type": "comment" }, { "action": "created", "author": "apelisse", "comment_id": 580390435, "datetime": 1580409013000, "masked_author": "username_1", "text": "/assign @username_2", "title": null, "type": "comment" }, { "action": "created", "author": "lavalamp", "comment_id": 580404651, "datetime": 1580411011000, "masked_author": "username_2", "text": "/lgtm\r\n/approve\r\n\r\nAs long as no test impact, I think this should be fine.", "title": null, "type": "comment" } ]
5
11
6,812
false
true
436
true
prebid/prebid-mobile-android
prebid
658,503,171
204
null
[ { "action": "opened", "author": "bszekely1", "comment_id": null, "datetime": 1594928360000, "masked_author": "username_0", "text": "## Type of issue\r\n<!-- Note if this is a documentation issue, please open a ticket here instead: https://github.com/prebid/prebid.github.io →\r\nIntent to implement\r\n\r\n## Description\r\n<!-- Describe the issue -->\r\nTo help with debugging integrations, Prebid Server offers a debug mode to show the resolved request and http calls and responses to PBS bid adapters, however the Prebid SDK is not able to take advantage of this feature without hacks such as using Charles Proxy or other tools. The intent here is to expose an SDK API field to enable debug mode.\r\n\r\n## Goals\r\n<!--\r\n If this is a bug, please provide a list of steps to reproduce the issue\r\n-->\r\n- Expose a field to enable PBS debug mode\r\n\r\n## Proposed Design\r\n<!-- Technical details -->\r\nAdd a new global Prebid SDK field to enable debugging at the global level:\r\n\r\n`var pbsDebug: Bool { get set }`\r\n\r\nExample:\r\n```\r\nPrebid.shared.pbsDebug = true\r\n```\r\n\r\nThis would add the \"test:1\" field to the PBS data payload\r\n\r\n``` JSON\r\n{\r\n \"test\":1,\r\n \"id\": \"2499DE67-8B54-4561-9027-07C4F31091D4\",\r\n \"imp\": [\r\n {\r\n \"id\": \"708D9FA7-9071-4E83-9127-F55AFF7898D6\",\r\n ...\r\n }\r\n ],\r\n \"app\": {\r\n \"bundle\": \"org.prebid.PrebidDemoSwift\",\r\n \"ver\": \"1.5\",\r\n \"publisher\": {\r\n \"id\": \"7780-mobilewrapper-video\"\r\n },\r\n \"ext\": {\r\n \"prebid\": {\r\n \"source\": \"prebid-mobile\",\r\n \"version\": \"1.5\"\r\n }\r\n }\r\n },\r\n \"device\": {\r\n ...\r\n },\r\n \"ext\": {\r\n \"prebid\": {\r\n ...\r\n }\r\n}\r\n```\r\n\r\n### In-Scope\r\n\r\n### Out of Scope\r\n<!-- If any -->\r\n\r\n### Prebid SDK Changes\r\n\r\nnew field in the SDK\r\n\r\n\r\n### Prebid Server OpenRTB Changes\r\n<!-- If any -->\r\nnone\r\n\r\n### Prebid Server Changes\r\n<!-- If any-->\r\nnone\r\n\r\n\r\n## Other information\r\n<!-- References to related issue or PR #s, etc. -->", "title": "PBS Debug Mode", "type": "issue" }, { "action": "closed", "author": "bszekely1", "comment_id": null, "datetime": 1594928382000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "sriramr98", "comment_id": 937019828, "datetime": 1633550307000, "masked_author": "username_1", "text": "Was there any progress on this guys? Would really help.", "title": null, "type": "comment" } ]
2
3
1,951
false
false
1,951
false
sdeehub/i.learn
sdeehub
503,524,901
13
null
[ { "action": "opened", "author": "Odd-daBoss", "comment_id": null, "datetime": 1570461913000, "masked_author": "username_0", "text": "เราทุกคนอยากมีคุณค่า เราต้องสร้างเหตุปัจจัย เราทำไปเรื่อย ทั้งปิดทองหน้าพระ หลังพระ เพื่อเป็นคนกตัญญูกตเวทีต่อพระพุทธเจ้า ต่อพ่อ ต่อแม่ ต่อครูบาอาจารย์ ตลอดถึงผู้มีพระคุณทั้งหลาย\r\n\r\nหลวงพ่อกัณหา สุขกาโม", "title": "เราต้องฝึกปฏิบัติตนตนเอง ให้เป็นคนมีค่ามีประโยชน์ต่อตนเองและผู้อื่น", "type": "issue" } ]
1
1
202
false
false
202
false
foxnut/go-hdwallet
foxnut
627,858,685
5
null
[ { "action": "opened", "author": "AlessandroSechi", "comment_id": null, "datetime": 1590885476000, "masked_author": "username_0", "text": "Following the example in readme,\r\n\r\n```\r\nvar (\r\n\tmnemonic = \"range sheriff try enroll deer over ten level bring display stamp recycle\"\r\n )\r\n\r\n func main() {\r\n\tmaster, err := hdwallet.NewKey(\r\n\t\thdwallet.Mnemonic(mnemonic),\r\n\t)\r\n\tif err != nil {\r\n\t\tpanic(err)\r\n\t}\r\n\twallet, _ := master.GetWallet(hdwallet.CoinType(hdwallet.BTCTestnet), hdwallet.AddressIndex(0))\r\n\taddress, _ := wallet.GetAddress()\r\n\taddressP2WPKH, _ := wallet.GetKey().AddressP2WPKH()\r\n\taddressP2WPKHInP2SH, _ := wallet.GetKey().AddressP2WPKHInP2SH()\r\n\tfmt.Println(\"BTC: \", address, addressP2WPKH, addressP2WPKHInP2SH)\r\n }\r\n```\r\n\r\noutputs\r\n`BTC: mz5otQWaaPmWEydGw9gjfaHxSKhHX6Fgj5 tb1qew503ut4u9xpe6gu0md2ymfa4nzx5s4uw7zm4v 2MzibkYjFqqAu9TYtK3SraqQTo226vrLD6L`\r\n\r\nbut it seems wrong, as creating a BTCTestnet transaction (TX ID: `0ae7c88251d0a8bed462141fc1d4605370367069ccb27b77b970c51e1103f68d`) doesn't show up in wallet generated with the previous mnemonic seed", "title": "Issue with BTCTestnet", "type": "issue" } ]
1
1
937
false
false
937
false
dotnetcore/SmartSql
dotnetcore
656,370,501
135
null
[ { "action": "opened", "author": "ghd258", "comment_id": null, "datetime": 1594709022000, "masked_author": "username_0", "text": "MySqlConnector 1.0版本支持", "title": "MySqlConnector 1.0版本支持", "type": "issue" }, { "action": "created", "author": "Ahoo-Wang", "comment_id": 658053522, "datetime": 1594716106000, "masked_author": "username_1", "text": "https://github.com/dotnetcore/SmartSql/releases/tag/v4.1.56", "title": null, "type": "comment" }, { "action": "closed", "author": "Ahoo-Wang", "comment_id": null, "datetime": 1594716107000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
81
false
false
81
false
Dewberry/pfra-hydromet
Dewberry
480,743,861
28
null
[ { "action": "opened", "author": "ShaneMPutnam", "comment_id": null, "datetime": 1565796329000, "masked_author": "username_0", "text": "The reEventsTable.ipynb fails when there are no lateral inflow boundary conditions specified. As a solution, test to see if there are lateral inflow boundaries before trying to calculate the lateral inflow hydrographs.", "title": "reEventsTable.ipynb fails when no lateral inflow boundary conditions", "type": "issue" }, { "action": "closed", "author": "slawler", "comment_id": null, "datetime": 1565824036000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
218
false
false
218
false
trailofbits/monitoring_linux_events
trailofbits
765,799,784
13,535
null
[ { "action": "opened", "author": "13042503719", "comment_id": null, "datetime": 1607913557000, "masked_author": "username_0", "text": "南充高坪区妹子真实找上门服务【╋薇⒈O⒎⒎⒈⒐O⒐】美女南充高坪区哪里有真实大保健(找特色服务【威信IO77I9O9美女】台球世界冠军潘晓婷是中国台球界一张亮眼的“名片”,但是她拥有如今的高超台球技术,却是源于她父亲对她说过的一个善意的“谎言”。月日,潘晓婷在“中国体育青春制造——芒果《中国体育》战略合作发布会”分享了自己成功的“秘密”:一切都源于她父亲的那个“谎言”。刚刚接触台球时,父亲为了让她的台球技术迅速进步,便告诉她,她的偶像亨得利每天要练球个小时,于是为了能追上自己的偶像,当时潘晓婷每天疯狂练球小时。每多练个小时,她就感觉自己离世界冠军又近了一步。几年之后,早已是世界冠军的潘晓婷遇到亨得利,想要当面感谢他榜样的力量之时,却被告知“个小时”的故事完全是虚构的。那时的潘晓婷才知父亲苦心,于是靠着对父亲的感恩和对梦想的执着,她一路向前,成为中国台球界第一位获得世界锦标赛冠军的选手,也是次九球世界冠军记录保持者。如今已成为别人榜样的潘晓婷一直不遗余力的推广台球运动,她希望将他父亲启发她的体育精神传递给更多人,现在科技发达,还能通过“媒体体育”的创新手段,让体育内容得到更广泛的传播,使得拼搏奋斗的体育精神更加深入人心!声明:中华娱乐网刊载此文出于传递更多信息之目的,并非意味着赞同其观点或证实其描述。版权归作者所有,更多同类文章敬请浏览:综合资讯偶于汗觅枪抛驮拙夜沟奥俚腿椅琴https://github.com/trailofbits/monitoring_linux_events/issues/12237 <br />https://github.com/trailofbits/monitoring_linux_events/issues/9684?VNbOp <br />https://github.com/trailofbits/monitoring_linux_events/issues/6997?840Du <br />https://github.com/trailofbits/monitoring_linux_events/issues/4095?595b5 <br />https://github.com/trailofbits/monitoring_linux_events/issues/9658?09J4b <br />", "title": "南充高坪区哪里有真实大保健(找特色服务b", "type": "issue" } ]
1
1
986
false
false
986
false
digitalbitbox/bitbox-wallet-app
digitalbitbox
719,625,638
1,045
{ "number": 1045, "repo": "bitbox-wallet-app", "user_login": "digitalbitbox" }
[ { "action": "opened", "author": "x1ddos", "comment_id": null, "datetime": 1602532597000, "masked_author": "username_0", "text": "This is useful for an upcoming commit where RateUpdater starts using a\r\npersistent database for historical exchange rates which typically needs\r\nto terminal all transactions.\r\n\r\nIt is also useful in testing where multiple instances of backends may\r\nintroduce lots of loose updater goroutines, if not shut down at the\r\nend of the test.\r\n\r\nBuilds on top of https://github.com/digitalbitbox/bitbox-wallet-app/pull/1044.", "title": "backend/rates: stop all RateUpdater's goroutines when Close'ing backend", "type": "issue" }, { "action": "created", "author": "benma", "comment_id": 707334438, "datetime": 1602535123000, "masked_author": "username_1", "text": "nice stuff", "title": null, "type": "comment" }, { "action": "created", "author": "x1ddos", "comment_id": 707737619, "datetime": 1602595659000, "masked_author": "username_0", "text": "Rebased onto the latest staging-portfolio.", "title": null, "type": "comment" } ]
2
3
468
false
false
468
false
microsoft/pxt-microbit
microsoft
631,893,487
3,236
null
[ { "action": "opened", "author": "kimprice", "comment_id": null, "datetime": 1591386249000, "masked_author": "username_0", "text": "**Describe the bug**\r\nIf you mute the simulator and then change the language, when the editor refreshes in the selected language, the sound is automatically on.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. In the editor click the sound button under the simulator to mute.\r\n2. Then change the language.\r\n3. See the simulator automatically have the sound on.\r\n\r\n**Expected behavior**\r\nThe mute setting should persist after language translation.\r\n\r\n**Additional context**\r\nI believe this error is unrelated to the medium/browser/desktop being used and it occurs both in live and beta. I have seen this behavior in chrome, edge, and on electron app.", "title": "Muting simulator does not persist after changing language (sound automatically turns on)", "type": "issue" }, { "action": "closed", "author": "abchatra", "comment_id": null, "datetime": 1616651843000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "abchatra", "comment_id": 806385817, "datetime": 1616651843000, "masked_author": "username_1", "text": "Won't fix editor reload bugs.", "title": null, "type": "comment" } ]
2
3
687
false
false
687
false
pingcap/docs-cn
pingcap
597,788,321
2,705
{ "number": 2705, "repo": "docs-cn", "user_login": "pingcap" }
[ { "action": "opened", "author": "superlzs0476", "comment_id": null, "datetime": 1586510020000, "masked_author": "username_0", "text": "<!--Thanks for your contribution to TiDB documentation. See [CONTRIBUTING](https://github.com/pingcap/community/blob/master/CONTRIBUTING.md) before filing this pull request (PR).-->\r\n\r\n### What is changed, added or deleted? (Required)\r\n\r\n<!--Tell us what you did and why. This is important to help reviewers and community members understand your PR.-->\r\n\r\n### Which TiDB version(s) do your changes apply to? (Required)\r\n\r\n<!--Tick the checkbox(es) below to choose the TiDB version(s) that your changes apply to.-->\r\n\r\n- [x] master (the latest development version)\r\n- [x] v4.0 (TiDB 4.0 versions)\r\n- [ ] v3.1 (TiDB 3.1 versions)\r\n- [ ] v3.0 (TiDB 3.0 versions)\r\n- [ ] v2.1 (TiDB 2.1 versions)\r\n\r\n**If you select two or more versions from above**, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you **must** add corresponding labels such as **needs-cherry-pick-4.0**, **needs-cherry-pick-3.1**, **needs-cherry-pick-3.0**, and **needs-cherry-pick-2.1**.\r\n\r\n### What is the related PR or file link(s)?\r\n\r\n<!--Give us some reference link(s) that might help quickly review and merge your PR, for example, a file link that supports why you changed the document.-->\r\n\r\n- This PR is translated from:<!--Give links here-->\r\n- Other reference link(s):<!--Give links here-->", "title": "Fix deploy tiup some details", "type": "issue" }, { "action": "created", "author": "superlzs0476", "comment_id": 611952989, "datetime": 1586510126000, "masked_author": "username_0", "text": "@username_1 @cocoyi17 PTAL", "title": null, "type": "comment" }, { "action": "created", "author": "kissmydb", "comment_id": 612010315, "datetime": 1586522104000, "masked_author": "username_1", "text": "LGTM", "title": null, "type": "comment" } ]
3
4
1,369
false
true
1,331
true
PMunch/nimlsp
null
751,465,365
66
{ "number": 66, "repo": "nimlsp", "user_login": "PMunch" }
[ { "action": "opened", "author": "PMunch", "comment_id": null, "datetime": 1606385752000, "masked_author": "username_0", "text": "This fixes #64 and supersedes #65", "title": "Improve handling of paths as URIs", "type": "issue" }, { "action": "created", "author": "AmjadHD", "comment_id": 932726630, "datetime": 1633169282000, "masked_author": "username_1", "text": "Hi, what's stopping this ? goto definitions and goto references are unusable because of this.", "title": null, "type": "comment" }, { "action": "created", "author": "PMunch", "comment_id": 932729231, "datetime": 1633170706000, "masked_author": "username_0", "text": "Basically the testing came back a bit worse than hoped. Still need to clear up some issues it seems: https://github.com/username_0/nimlsp/issues/64#issuecomment-734294328. But it might be possible to merge this first and improve it later.", "title": null, "type": "comment" }, { "action": "created", "author": "PMunch", "comment_id": 933260885, "datetime": 1633336049000, "masked_author": "username_0", "text": "Hmm, had a look at this to see if I could merge it. Turns out all the changes here are already incorporated into the master branch. So there must be something else tripping up goto's for you. Could you create a new issue for it?", "title": null, "type": "comment" }, { "action": "created", "author": "AmjadHD", "comment_id": 933473122, "datetime": 1633353294000, "masked_author": "username_1", "text": "https://github.com/username_0/nimlsp/issues/87#issuecomment-916916763", "title": null, "type": "comment" } ]
2
5
653
false
false
653
true
vektah/gqlparser
null
715,786,080
132
{ "number": 132, "repo": "gqlparser", "user_login": "vektah" }
[ { "action": "opened", "author": "ahsanbarkati", "comment_id": null, "datetime": 1601997840000, "masked_author": "username_0", "text": "This PR fixes the validation of directive location as mentioned in this issue: https://github.com/vektah/gqlparser/issues/128\r\n\r\nSome tests have also been added for the same.", "title": "Fix validation for directive locations", "type": "issue" }, { "action": "created", "author": "ahsanbarkati", "comment_id": 711619515, "datetime": 1603087058000, "masked_author": "username_0", "text": "@username_1 Can you please help me to get this PR reviewed and merged. Thanks.", "title": null, "type": "comment" }, { "action": "created", "author": "lwc", "comment_id": 714174572, "datetime": 1603332346000, "masked_author": "username_1", "text": "LGTM", "title": null, "type": "comment" } ]
3
4
557
false
true
249
true
ant-design/ant-design-pro
ant-design
489,503,771
5,221
null
[ { "action": "opened", "author": "liushouqian", "comment_id": null, "datetime": 1567652974000, "masked_author": "username_0", "text": "git clone https://github.com/ant-design/ant-design-pro --depth=1 C:\\ProgramData\\Niagara4.6\\vykon\\stations\\EasyIBMSDemo\\shared\r\nevents.js:174\r\n throw er; // Unhandled 'error' event\r\n ^\r\n\r\nError: spawn git ENOENT\r\n at notFoundError (C:\\Users\\Administrator\\AppData\\Roaming\\npm-cache\\_npx\\14276\\node_modules\\create-umi\\node_modules\\cross-spawn\\lib\\enoent.js:6:26)\r\n at verifyENOENT (C:\\Users\\Administrator\\AppData\\Roaming\\npm-cache\\_npx\\14276\\node_modules\\create-umi\\node_modules\\cross-spawn\\lib\\enoent.js:40:16)\r\n at ChildProcess.cp.emit (C:\\Users\\Administrator\\AppData\\Roaming\\npm-cache\\_npx\\14276\\node_modules\\create-umi\\node_modules\\cross-spawn\\lib\\enoent.js:27:25)\r\n at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)\r\nEmitted 'error' event at:\r\n at Immediate.setImmediate (C:\\Users\\Administrator\\AppData\\Roaming\\npm-cache\\_npx\\14276\\node_modules\\create-umi\\node_modules\\yeoman-generator\\lib\\index.js:436:22)\r\n at runCallback (timers.js:705:18)\r\n at tryOnImmediate (timers.js:676:5)\r\n at processImmediate (timers.js:658:5)", "title": "安装错误", "type": "issue" }, { "action": "closed", "author": "liushouqian", "comment_id": null, "datetime": 1567674189000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "swdcode", "comment_id": 529063026, "datetime": 1567822441000, "masked_author": "username_1", "text": "me too", "title": null, "type": "comment" }, { "action": "created", "author": "swdcode", "comment_id": 529161335, "datetime": 1567907237000, "masked_author": "username_1", "text": "win10的问题吧 我用win7的下下来了", "title": null, "type": "comment" }, { "action": "created", "author": "liushouqian", "comment_id": 529161460, "datetime": 1567907400000, "masked_author": "username_0", "text": "我是win10用的vscode里面的终端,是这个结果。然后用CMD就成功的下下来了。但是我同事用他的电脑出现了另一个问题。。", "title": null, "type": "comment" }, { "action": "created", "author": "wshuai222333", "comment_id": 626514742, "datetime": 1589180958000, "masked_author": "username_2", "text": "我也是这个问题 有的新的解决方案吗", "title": null, "type": "comment" } ]
3
6
1,187
false
false
1,187
false
denoland/deno
denoland
610,252,940
5,018
null
[ { "action": "opened", "author": "bartlomieju", "comment_id": null, "datetime": 1588267257000, "masked_author": "username_0", "text": "In an effort to fix permission escapes we're currently experiencing (#4744, #4743, #4383) TS compiler and how it obtains source files should be refactored (details are outlined in #4781.).\r\n\r\nFirst step towards that goal is removing processing of imports (`processImports`) and type directives (`parseTypeDirectives`) from `cli/js/compiler.ts`. With #5015 landed it will be easy perform the same analysis in Rust (and hopefully much faster).\r\n\r\nI would like to arrive at the situation where we know upfront about all source files needed for compilation/transpilation/bundling process before compiler worker is ever spawned; so the only IO that is done by compiler worker is with `$DENO_DIR`.\r\n\r\nIdeally, when compiler worker is created, all of the sources would be sent in a single \"request\" message - just like in case of [`Deno.compile()`](https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts#Deno.compile) with map of sources. \r\n\r\nSimilarly, instead of doing multiple `op_cache` calls, all compiled sources and source maps should be collected and sent in a single message when compilation is done.\r\n\r\nThis is a veusername_1 complex issue, touching multiple concepts and structures from `cli/` and might require numerous smaller PRs to achieve.\r\n\r\nCC @username_2", "title": "Remove processing of files from TS compiler", "type": "issue" }, { "action": "created", "author": "ry", "comment_id": 621997217, "datetime": 1588267985000, "masked_author": "username_1", "text": "I don't have a general solution to the problem at this point, but I'm definitely in favor of being able to analyze the dependency tree in Rust and having facilities to ensure the dependency tree has been cached. Maybe once this is complete things will be easier to untangle.", "title": null, "type": "comment" }, { "action": "created", "author": "kitsonk", "comment_id": 622109017, "datetime": 1588280395000, "masked_author": "username_2", "text": "I don't think it will be as difficult as it seems, and I would be glad to work on it. We implemented preprocess to make the resolution of the cache files async, if we do the dependency analysis in Rust and go off and fetch all the sources before we even spin up the compiler, we can just let the compiler be async again, requesting from Rust the files it needs. The original problem was that TS is eager in its fetching of remote resources to be able to do static analysis on them.", "title": null, "type": "comment" }, { "action": "created", "author": "bartlomieju", "comment_id": 622342446, "datetime": 1588330296000, "masked_author": "username_0", "text": "I think you meant \"sync\" here? Anyway I agree; I'm already WiP with module graph builder that will discover and download all dependencies. I should have a PR ready tonight; if you could integrate it with the JS side that'd be awesome.", "title": null, "type": "comment" }, { "action": "created", "author": "bartlomieju", "comment_id": 630766038, "datetime": 1589888765000, "masked_author": "username_0", "text": "Done in #5029", "title": null, "type": "comment" }, { "action": "closed", "author": "bartlomieju", "comment_id": null, "datetime": 1589888766000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
3
6
2,298
false
false
2,298
true
edenhill/librdkafka
null
627,626,214
2,910
null
[ { "action": "opened", "author": "iradul", "comment_id": null, "datetime": 1590803342000, "masked_author": "username_0", "text": "The current release tag [1.4.2](https://github.com/username_1/librdkafka/releases/tag/v1.4.2) has commit hash `b0d91bd` which is nowhere to be found on the master branch. It seems like a good chunk of the latest commit history doesn't match master branch at all. I'm wondering what's the reason for this and will this become a new norm?", "title": "Release tag 1.4.2 commit history diverged from master branch", "type": "issue" }, { "action": "created", "author": "edenhill", "comment_id": 637586212, "datetime": 1591108758000, "masked_author": "username_1", "text": "We try to avoid maintaining multiple release branches, but we needed to release a couple of hot-fix releases for 1.4.x so we created a 1.4.x branch that these are based off, with commits cherry-picked from master.", "title": null, "type": "comment" }, { "action": "closed", "author": "edenhill", "comment_id": null, "datetime": 1591108758000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "iradul", "comment_id": 637674198, "datetime": 1591116307000, "masked_author": "username_0", "text": "Thanks!", "title": null, "type": "comment" } ]
2
4
554
false
false
554
true
USDAForestService/USFS-timber-permitting
USDAForestService
728,330,295
217
null
[ { "action": "opened", "author": "mtlaney", "comment_id": null, "datetime": 1603468303000, "masked_author": "username_0", "text": "## Notes\n* Create an NRM get request at /nrm-service that will allow NRM to retrieve permit data. Once NRM retrieves the data successfully, we need to clear this table so they don't receive duplicative records. NRM Data will also need to be stored in a permanent table separately as to not lose any data. *\n\n## Acceptance Criteria\n- [ ] NRM is able to successfully retrieve permits from /nrm-service\n- [ ] Service loads permit data upon successful permit transaction\n- [ ] All data mapping matches NRM schema\n- [ ] Service will feed into a table that will be cleared after successful 200 transaction\n- [ ] Service will also feed into a database that will not be cleared after successful 200 transaction\n- [ ] The load portion of the service will NOT fire off on an unsuccessful permit transaction, and will store no data\n\n## Tasks\n- [ ] Build out Angular Service to utilize FormBuilder importing forest, nrm, and permit data\n- [ ] Wire up backend Model and Controller to new Angular Form Builder\n- [ ] Create Table to house created but not yet retrieved permits\n- [ ] Create function to clear above table once successful 200 transaction has taken place\n- [ ] PO approved\n\n## Definition of Done\n- [ ] Pull requests meet technical definition of done\n- [ ] Compare finished design with mockup\n- [ ] Usability tested", "title": "NRM Complete GET 200 Response", "type": "issue" } ]
1
1
1,312
false
false
1,312
false
crweiner/hacktoberfest-swag-list
null
723,753,255
356
{ "number": 356, "repo": "hacktoberfest-swag-list", "user_login": "crweiner" }
[ { "action": "opened", "author": "krosenk729", "comment_id": null, "datetime": 1602939561000, "masked_author": "username_0", "text": "Thanks for contributing to the [Hacktoberfest Swag List](https://hacktoberfestswaglist.com/) :smiley: :tada:! Before submitting your pull request, please check off as many of the items below as you can:\r\n\r\n1. [X] I have read the [Contributing.md](../CONTRIBUTING.md) file and formatted this PR correctly\r\n2. [X] I'm not adding a company from the blocklist\r\n3. [X] I make sure to fix things promptly if an error or suggestion comes up\r\n\r\nThanks and Happy Hacktoberfest! :tada:\r\nTagging @username_1 to take a look. :eyes:", "title": "Setting links to open in a new tab (I believe this is normal behavior on sites)", "type": "issue" }, { "action": "created", "author": "crweiner", "comment_id": 711481743, "datetime": 1603076069000, "masked_author": "username_1", "text": "Hey there @username_0! 👋 Thanks so much for contributing to the Hacktoberfest Swag List! I think this is a much needed addition, thank you so very much! 🥇 I hope your IDE did this all at once because if you did that all by hand, I'm so sorry! 😅 You rock and I hope you're having a great Hacktoberfest. 🎉 \r\n\r\n![you're awesome](https://media.giphy.com/media/WQfbXLyp3XJJtyw3XP/giphy.gif)", "title": null, "type": "comment" }, { "action": "created", "author": "crweiner", "comment_id": 711491829, "datetime": 1603078383000, "masked_author": "username_1", "text": "Hi again @username_0! I had to revert this PR in #358 because GitHub did not render ```{:target=\"_blank\"}``` correctly in the Readme.md file when viewing the repo on GitHub.com instead of [HacktoberfestSwagList.com](https://hacktoberfestswaglist.com). I do get a sizeable amount of people that read the Readme.md directly from GitHub, so having it display ```{:target=\"_blank\"}``` in plain text with each link is a bit cumbersome. \r\n\r\nIt seems like I can [replicate this in a Gem](https://keith-mifsud.me/projects/jekyll-target-blank), so I'll try that out and see if it works a little better.\r\n\r\nI do greatly appreciate your contribution and your great idea will still be implemented in a different way. ❤️ ❤️ Thanks again!", "title": null, "type": "comment" } ]
4
6
2,190
false
true
1,628
true
tailscale/tailscale
tailscale
700,007,011
760
null
[ { "action": "opened", "author": "bradfitz", "comment_id": null, "datetime": 1599881310000, "masked_author": "username_0", "text": "We have a very old fork of winipcfg-go that we've made a few local changes to but they were never upstreamed, as upstream moved:\r\n\r\nhttps://godoc.org/golang.zx2c4.com/wireguard/windows/tunnel/winipcfg\r\n\r\n... and we never sent them there.\r\n\r\nWe should upstream our changes and switch to using the `golang.zx2c4.com/wireguard/windows` module.\r\n\r\n/cc @username_1", "title": "windows: ", "type": "issue" }, { "action": "created", "author": "alexbrainman", "comment_id": 701238816, "datetime": 1601453850000, "masked_author": "username_1", "text": "Also before we close this issue, we should\r\n\r\n- disable or archive repo https://github.com/tailscale/winipcfg-go\r\n\r\n- remove replace github.com/tailscale/winipcfg-go in winmin go.mod\r\n\r\n- remove winipcfg-go submodule in winmin\r\n\r\nAlex", "title": null, "type": "comment" }, { "action": "closed", "author": "bradfitz", "comment_id": null, "datetime": 1602606099000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "alexbrainman", "comment_id": 708176017, "datetime": 1602655146000, "masked_author": "username_1", "text": "I think we should also\r\n\r\n- remove github.com/tailscale/winipcfg-go package from winmin go.mod\r\n- remove github.com/tailscale/winipcfg-go from winmin submodule list\r\n- mark github.com/tailscale/winipcfg-go repo as archived or read-only - or delete altogehter\r\n\r\nThank you.\r\n\r\nAlex", "title": null, "type": "comment" }, { "action": "reopened", "author": "alexbrainman", "comment_id": null, "datetime": 1602655165000, "masked_author": "username_1", "text": "We have a very old fork of winipcfg-go that we've made a few local changes to but they were never upstreamed, as upstream moved:\r\n\r\nhttps://godoc.org/golang.zx2c4.com/wireguard/windows/tunnel/winipcfg\r\n\r\n... and we never sent them there.\r\n\r\nWe should upstream our changes and switch to using the `golang.zx2c4.com/wireguard/windows` module.\r\n\r\n/cc @username_1", "title": "windows: update winipcfg fork, upstream changes", "type": "issue" }, { "action": "closed", "author": "bradfitz", "comment_id": null, "datetime": 1602692162000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
6
1,236
false
false
1,236
true
ant-design/ant-design
ant-design
751,215,875
28,010
{ "number": 28010, "repo": "ant-design", "user_login": "ant-design" }
[ { "action": "opened", "author": "xrkffgg", "comment_id": null, "datetime": 1606354482000, "masked_author": "username_0", "text": "<!--\r\nFirst of all, thank you for your contribution! 😄\r\n\r\nNew feature please send a pull request to feature branch, and rest to master branch.\r\nPull requests will be merged after one of the collaborators approve.\r\nPlease makes sure that these forms are filled before submitting your pull request, thank you!\r\n-->\r\n\r\n[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]\r\n\r\n### 🤔 This is a ...\r\n\r\n- [ ] New feature\r\n- [ ] Bug fix\r\n- [ ] Site / documentation update\r\n- [ ] Demo update\r\n- [x] Component style update\r\n- [ ] TypeScript definition update\r\n- [ ] Bundle size optimization\r\n- [ ] Performance optimization\r\n- [ ] Enhancement feature\r\n- [ ] Internationalization\r\n- [ ] Refactoring\r\n- [ ] Code style optimization\r\n- [ ] Test Case\r\n- [ ] Branch merge\r\n- [ ] Other (about what?)\r\n\r\n### 🔗 Related issue link\r\nfix https://github.com/ant-design/ant-design/issues/28008\r\n<!--\r\n1. Describe the source of requirement, like related issue link.\r\n-->\r\n\r\n### 💡 Background and solution\r\n\r\n<!--\r\n1. Describe the problem and the scenario.\r\n2. GIF or snapshot should be provided if includes UI/interactive modification.\r\n3. How to fix the problem, and list final API implementation and usage sample if that is a new feature.\r\n-->\r\n\r\n### 📝 Changelog\r\n\r\n<!--\r\nDescribe changes from the user side, and list all potential break changes or other risks.\r\n--->\r\n\r\n| Language | Changelog |\r\n| ---------- | --------- |\r\n| 🇺🇸 English | Optimize the border style of Descriptions in RTL model. |\r\n| 🇨🇳 Chinese | 优化 Descriptions 在 RTL 模型下的边框样式。 |\r\n\r\n### ☑️ Self Check before Merge\r\n\r\n⚠️ Please check all items below before review. ⚠️\r\n\r\n- [x] Doc is updated/provided or not needed\r\n- [x] Demo is updated/provided or not needed\r\n- [x] TypeScript definition is updated/provided or not needed\r\n- [x] Changelog is provided or not needed", "title": "style: optimize descriptions border in rtl", "type": "issue" }, { "action": "created", "author": "israelKusayev", "comment_id": 734089102, "datetime": 1606369740000, "masked_author": "username_1", "text": "♡", "title": null, "type": "comment" } ]
6
6
3,346
false
true
1,889
false
5genesis/Dispatcher
5genesis
647,183,722
7
{ "number": 7, "repo": "Dispatcher", "user_login": "5genesis" }
[ { "action": "opened", "author": "NaniteBased", "comment_id": null, "datetime": 1593415718000, "masked_author": "username_0", "text": "Hi, I made this change when I first integrated the authentication on the Portal because I could not find an easy way to send the request with the payload in `form`. The idea is to first check if there is content in `form` and, if not, try to take the same values from `data` instead.\r\n\r\nI just checked with the latest version and the changes are still valid.", "title": "auth: Search payload on 'form' and 'data' while registering", "type": "issue" }, { "action": "created", "author": "NaniteBased", "comment_id": 656556278, "datetime": 1594369899000, "masked_author": "username_0", "text": "Closing as this is not needed anymore.", "title": null, "type": "comment" } ]
1
2
396
false
false
396
false
mseminatore/TeslaAuth
null
687,186,769
20
{ "number": 20, "repo": "TeslaAuth", "user_login": "mseminatore" }
[ { "action": "created", "author": "mseminatore", "comment_id": 682215154, "datetime": 1598566038000, "masked_author": "username_0", "text": "@dependabot-bot badge me", "title": null, "type": "comment" } ]
2
3
3,416
false
true
24
false
Xilinx/XRT
Xilinx
756,402,798
4,525
null
[ { "action": "opened", "author": "mclayton1000", "comment_id": null, "datetime": 1607016780000, "masked_author": "username_0", "text": "Hello everyone, hi @karenx-xilinx , hi @username_1 , hi @sonals , hi @akum-xilinx , hi @pranjalv-xilinx \r\n \r\nwith mutex debugging enabled on Linux kernel I get the following on **xclmgmt.ko** module loading:\r\n\r\n**[ 169.414728] xocl 0000:01:00.1: ffff8a09f4d408b0 __xocl_subdev_create: Created subdev dma.xdma inst 5242880 level 0\r\n[ 169.414731] xocl 0000:01:00.1: ffff8a09f4d408b0 __xocl_subdev_create: subdev dma.xdma.u.5242880 inst 5242880 is active\r\n[ 169.414735] xocl 0000:01:00.1: ffff8a09f4d408b0 __xocl_subdev_construct: creating subdev mailbox.u multi 0 level 0\r\n[ 169.414739] xocl 0000:01:00.1: ffff8a09f4d408b0 __xocl_subdev_construct: resource [mem 0xf0200000-0xf020002f]\r\n[ 169.414764] xocl 0000:01:00.1: mailbox.u.9437184 ffff8a09f4320c10 mailbox_start: Starting Mailbox channels\r\n[ 169.415612] BUG: sleeping function called from invalid context at /opt/repos/linux-5.4.78/kernel/locking/mutex.c:281\r\n[ 169.415617] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 1971, name: insmod\r\n[ 169.415620] CPU: 0 PID: 1971 Comm: insmod Tainted: G O 5.4.78 #5\r\n[ 169.415623] Hardware name: Gigabyte Technology Co., Ltd. B250M-D3H/B250M-D3H-CF, BIOS F9b 01/10/2018\r\n[ 169.415625] Call Trace:\r\n[ 169.415630] dump_stack+0x57/0x75\r\n[ 169.415634] ___might_sleep+0xe9/0x110\r\n[ 169.415636] __might_sleep+0x45/0x80\r\n[ 169.415666] ? user_intr_register+0x310/0x310 [xocl]\r\n[ 169.415670] mutex_lock+0x1b/0x50\r\n[ 169.415696] xdev_find_by_pdev+0x16/0x70 [xocl]\r\n[ 169.415720] xdma_user_isr_register+0x37/0xf0 [xocl]\r\n[ 169.415740] user_intr_register+0xca/0x310 [xocl]\r\n[ 169.415761] ? chan_timer+0x40/0x40 [xocl]\r\n[ 169.415789] userpf_intr_register+0x45/0x100 [xocl]\r\n[ 169.415810] mailbox_enable_intr_mode+0xba/0x250 [xocl]\r\n[ 169.415830] mailbox_start+0x1a7/0x3c0 [xocl]\r\n[ 169.415848] mailbox_probe+0xd6/0x220 [xocl]\r\n[ 169.415852] platform_drv_probe+0x37/0x90\r\n[ 169.415854] ? driver_sysfs_add+0x71/0xa0\r\n[ 169.415856] really_probe+0x1bf/0x320\r\n[ 169.415858] driver_probe_device+0x50/0xf0\r\n[ 169.415860] __device_attach_driver+0x6b/0x90\r\n....**\r\n\r\nIt seems that someone is trying to get a mutex in kernel atomic context.\r\n\r\nPlease, can you fix this to get more robust code?\r\n\r\nThank you, best regards.", "title": "BUG: ", "type": "issue" }, { "action": "created", "author": "houlz0507", "comment_id": 741107229, "datetime": 1607465065000, "masked_author": "username_1", "text": "@username_0, Thanks for finding this. We will fix it.", "title": null, "type": "comment" }, { "action": "created", "author": "mamin506", "comment_id": 742118382, "datetime": 1607554946000, "masked_author": "username_2", "text": "@username_0, fix is merged. Please verify this at your end as well. Thanks for reporting. I would close this issue now.", "title": null, "type": "comment" }, { "action": "closed", "author": "mamin506", "comment_id": null, "datetime": 1607554946000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
4
2,442
false
false
2,442
true
wmo-cop/et-wdc
wmo-cop
724,082,285
18
null
[ { "action": "opened", "author": "tomkralidis", "comment_id": null, "datetime": 1603049992000, "masked_author": "username_0", "text": "1./ Given the renaming of the group from ET-WDC to ET-ACDM, can/should we rename this GitHub repo?\r\n\r\n2./ This repo, created in 2017, is housed within an adhoc-ish WMO Communities of Practice GitHub organization. Should this be moved to https://github.com/wmo-im as per other ETs/TTs.\r\n\r\nNote that GitHub should automatically take care of redirecting accordingly.\r\n\r\nContext/background is presenting and linking this repo to other groups in WMO who may or may ask why the repo still has the old name.", "title": "rename and/or move this repo", "type": "issue" } ]
1
1
501
false
false
501
false
bitnami/charts
bitnami
723,387,628
4,041
{ "number": 4041, "repo": "charts", "user_login": "bitnami" }
[ { "action": "opened", "author": "Ruwanthi7", "comment_id": null, "datetime": 1602868060000, "masked_author": "username_0", "text": "remove empty lines", "title": "[bitnami/mariadb,mysql,mariadb-galera] Add extraEnvVars support", "type": "issue" }, { "action": "created", "author": "dani8art", "comment_id": 712055072, "datetime": 1603105274000, "masked_author": "username_1", "text": "Hi @username_0, these changes were merged into master some time ago. Please, open a new PR from master if you want to add a contribution. Thanks!", "title": null, "type": "comment" } ]
2
2
162
false
false
162
true
rust-lang/rust
rust-lang
734,610,058
78,673
null
[ { "action": "opened", "author": "Nemo157", "comment_id": null, "datetime": 1604331770000, "masked_author": "username_0", "text": "rustdoc 1.49.0-nightly (31530e5d1 2020-10-20)\r\nbinary: rustdoc\r\ncommit-hash: 31530e5d132ebcc3654baf2e5460599681520af0\r\ncommit-date: 2020-10-20\r\nhost: x86_64-unknown-linux-gnu\r\nrelease: 1.49.0-nightly\r\nLLVM version: 11.0\r\n```\r\n\r\n@rustbot modify labels: +T-rustdoc", "title": "rustdoc shows inapplicable blanket implementations", "type": "issue" }, { "action": "created", "author": "Nemo157", "comment_id": 720650116, "datetime": 1604342023000, "masked_author": "username_0", "text": "@rustbot claim", "title": null, "type": "comment" }, { "action": "closed", "author": "bors", "comment_id": null, "datetime": 1605316730000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
276
false
false
276
false
williamars/FrontEnd-Pokemon
null
752,767,972
5
{ "number": 5, "repo": "FrontEnd-Pokemon", "user_login": "williamars" }
[ { "action": "opened", "author": "guishas", "comment_id": null, "datetime": 1606597584000, "masked_author": "username_0", "text": "", "title": "funcionalidade de página de perfil e teste implementada", "type": "issue" }, { "action": "created", "author": "Marcompp", "comment_id": 735299066, "datetime": 1606602704000, "masked_author": "username_1", "text": "O código está sucinto e bem escrito, e os testes funcionam porém faltou mover a funcionalidade de deletar a conta para a página de perfil.", "title": null, "type": "comment" }, { "action": "created", "author": "guishas", "comment_id": 735310260, "datetime": 1606609952000, "masked_author": "username_0", "text": "@username_1 fiz a correção pedida.", "title": null, "type": "comment" }, { "action": "created", "author": "Marcompp", "comment_id": 735343103, "datetime": 1606625422000, "masked_author": "username_1", "text": "Está tudo entrege. Acho que não é necessário mais revisões.", "title": null, "type": "comment" } ]
2
4
229
false
false
229
true
treethought/flask-assistant
null
285,781,742
49
{ "number": 49, "repo": "flask-assistant", "user_login": "treethought" }
[ { "action": "opened", "author": "adamwolf", "comment_id": null, "datetime": 1515006895000, "masked_author": "username_0", "text": "", "title": "Fix typos in index.rst", "type": "issue" }, { "action": "created", "author": "treethought", "comment_id": 355370868, "datetime": 1515093000000, "masked_author": "username_1", "text": "Nice catch, thanks!", "title": null, "type": "comment" } ]
2
2
19
false
false
19
false
DottorPagliaccius/Xamarin-Custom-Controls
null
524,472,175
39
null
[ { "action": "opened", "author": "DavidShochet", "comment_id": null, "datetime": 1574094042000, "masked_author": "username_0", "text": "I am trying to use the accordion, and I see that IsOpen property is not bindable. It is very important to be able to bind it to a viewmodel property. Am I missing something?", "title": "IsOpen not bindable", "type": "issue" }, { "action": "created", "author": "DottorPagliaccius", "comment_id": 555097518, "datetime": 1574094849000, "masked_author": "username_1", "text": "IsOpen is not bindable because I don't think it should be. Change my mind! ;)\r\n\r\nSeriously, why it's so important?", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 555102254, "datetime": 1574095471000, "masked_author": "username_0", "text": "In my project, I have several collapsible panels, and the user enters data into one ore more of their controls. Then the user presses the \"Calculate\" button, and calculations are performed. Only the data from open panel(s) is taken into account. But I don't see how I can determine from the view model what is open and what is closed if IsOpen is not bindable. Could you please suggest an alternative approach?", "title": null, "type": "comment" }, { "action": "created", "author": "DottorPagliaccius", "comment_id": 555394793, "datetime": 1574152877000, "masked_author": "username_1", "text": "Uhm I see your point, but I still don't know if it's right to make that property data-bindable... \r\n\r\nI'll think about it, in the meanwhile you can trace the state using OnClick event (I know it's not so elegant, I should have added a ClickCommand for MVVM), so you can trace the state of all panels using a class variable, something like a `List<AccordionItemView>` so you can iterate through them. Or you can extracting the bound item in the event handler and set manually the boolean property you were intended to bind to IsOpen property (the better temporary solution I think).\r\n\r\nSomething like\r\n\r\n```\r\n public void Click_EventHandler(object sender, AccordionItemClickEventArgs e)\r\n {\r\n var item = (YourObject)e.Item.BindingContext;\r\n item.IsOpen = e.Item.IsOpen; \r\n }\r\n```\r\nto register the handler, you can override the OnChildAdded event of the main control:\r\n\r\n```\r\nprotected override void OnChildAdded(Element child)\r\n{\r\n base.OnChildAdded(child);\r\n var accordionItemView = child as AccordionItemView; \r\n accordionItemView.OnClick += Click_EventHandler;\r\n}\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 555495513, "datetime": 1574168182000, "masked_author": "username_0", "text": "Thank you for your answer. It would be a good idea... but I don't use code behind, but rather FreshMvvm... I don't see how I can do it...", "title": null, "type": "comment" }, { "action": "created", "author": "DottorPagliaccius", "comment_id": 555505327, "datetime": 1574169800000, "masked_author": "username_1", "text": "If you have a page you must have a codebehind file.\r\n\r\nNonetheless, I just read my answer and I was very innacurate; I will update project soon but I can't tell you when, meanwhile the only thing you can do is **subclass** AccordionViewItem and add\r\n\r\n```\r\nprotected override void OnChildAdded(Element child)\r\n{\r\n base.OnChildAdded(child);\r\n var accordionItemView = child as AccordionItemView; \r\n accordionItemView.OnClick += Click_EventHandler;\r\n}\r\n\r\nprivate void Click_EventHandler(object sender, AccordionItemClickEventArgs e)\r\n{\r\n var item = (YourObject)e.Item.BindingContext;\r\n item.IsOpen = e.Item.IsOpen; \r\n}\r\n```\r\nSo you don't have to write in codebehind at all. Very crappy workaround, but it should work. \r\n\r\n\r\nFor the \"why is not-bindable-question\", it's a tricky one, I think that Accordion doesn't have to track the open/closed status of its child controls in the bound data, so, if you have to, maybe you're using it in the wrong way or for the wrong purpose. But maybe this is not the case, you have to understand that I cannot blindly say \"yeah, [let's do it](https://www.youtube.com/watch?v=7qf_QorYgDE)!\" to every features users may ask me, I have to think about it. But I see your point, so I think I will do something about in the next version.", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 555537103, "datetime": 1574174367000, "masked_author": "username_0", "text": "Thank you, I will wait for the new version.", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 555993316, "datetime": 1574254805000, "masked_author": "username_0", "text": "Hi, I have questions on the code you provided. \r\n1) Do I understand correctly that you meant inheriting from AccordionView, not AccordionItemView?\r\n2) I don't understand how Click_EventHandler() can help me set the values of my boolean properties, e.g. PanelOneOpened, PanelTwoOpened etc.\r\n\r\nThanks.", "title": null, "type": "comment" }, { "action": "created", "author": "DottorPagliaccius", "comment_id": 556004288, "datetime": 1574256682000, "masked_author": "username_1", "text": "Hi\r\n\r\n1) Yeah\r\n2) I suppose the object bound has a \"IsOpen\" property or something like that, the property you want to be bindable in xaml (e.g. IsOpen={Binding IsOpen}).\r\n\r\nIn the click event e.Item.BindingContext is the element of your list that's been clicked, so you can set manually the value. You don't have to set manually a series of PanelNOpen (Open is more correct than Opened being an adjective). \r\n\r\nIf you subclass AccordionView and simply add the code I provided (replacing _YourObject_ with your objet type, of course) it should work.", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 556205588, "datetime": 1574274143000, "masked_author": "username_0", "text": "You see, I use your panels not as templates in a ListView that would hold similar data, but as containers for sections of the View, which are very different. That is why each needs to bind to a separate boolean property of the ViewModel. \r\n\r\nThank you for correcting me on grammar :)", "title": null, "type": "comment" }, { "action": "created", "author": "DottorPagliaccius", "comment_id": 556999043, "datetime": 1574328841000, "masked_author": "username_1", "text": "ahah I'm not really able to teach english grammar, last time I checked I was still italian, but I try ;) \r\n\r\nOk, now it's more clear. So you have a situation like [this](https://github.com/username_1/Xamarin-Custom-Controls/blob/master/src/CustomControlsSamples/AccordionViewPage.xaml), isn't it?", "title": null, "type": "comment" }, { "action": "created", "author": "DavidShochet", "comment_id": 557091315, "datetime": 1574343966000, "masked_author": "username_0", "text": "Yes, that is it.", "title": null, "type": "comment" } ]
2
12
4,716
false
false
4,716
true
Clinical-Genomics/MIP
Clinical-Genomics
486,346,216
937
null
[ { "action": "opened", "author": "henrikstranneheim", "comment_id": null, "datetime": 1567001876000, "masked_author": "username_0", "text": "**Is your feature request related to a problem? Please describe.**\r\nThe evaluation recipe has been replaced by rtg_vcfeval\r\n\r\n**Describe the solution you'd like**\r\nRemove the recipe from rd_dna pipeline", "title": "Remove deprecated evaluation module", "type": "issue" }, { "action": "created", "author": "henrikstranneheim", "comment_id": 526485191, "datetime": 1567148663000, "masked_author": "username_0", "text": "Done", "title": null, "type": "comment" }, { "action": "closed", "author": "henrikstranneheim", "comment_id": null, "datetime": 1567148663000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
206
false
false
206
false
JuliaRegistries/General
JuliaRegistries
711,305,745
22,171
{ "number": 22171, "repo": "General", "user_login": "JuliaRegistries" }
[ { "action": "opened", "author": "JuliaRegistrator", "comment_id": null, "datetime": 1601399776000, "masked_author": "username_0", "text": "- Registering package: VisClaw\n- Repository: https://github.com/hydrocoast/VisClaw.jl\n- Created by: @hydrocoast\n- Version: v0.6.0\n- Commit: 359d39cf12e9e7d6f43a9795bc014db3911747bb\n- Reviewed by: @hydrocoast\n- Reference: https://github.com/hydrocoast/VisClaw.jl/issues/33\n<!-- bf0c69308befbd3ccf2cc956ac8a4671113b158fd87a6d4e741b0173dab051a48f7dc43e593ffff4357bc647a3a83598615e7b221678e0e90cad77e84bef309f2f2ea7b4dde95f77e73c5518a7bf40196215f4d829047f6a2d2f758c62575e4fa6ab0b7170914f81807ca10e304b6d16c33507a320ab56a2dcf0cf640b0ab260b833ab82f78b26225a6c86f6c470119a9ba3b8b7c2f341cbf23763ad72255553d9c02efcf9a1647e22e21643e56f7596 -->", "title": "New version: VisClaw v0.6.0", "type": "issue" } ]
2
2
1,033
false
true
633
false
electron/electron
electron
739,405,425
26,396
{ "number": 26396, "repo": "electron", "user_login": "electron" }
[ { "action": "opened", "author": "nornagon", "comment_id": null, "datetime": 1604960471000, "masked_author": "username_0", "text": "Prevent overflow of drag image on Windows.\n\n(cherry picked from commit 236b1a349111fc945c741f85e1b1e2e04d9c42ff)\n\n(cherry picked from commit 5f61af8f3af5efd0d915a51da6df822678d959b9)\n\nBug: 1144489\nChange-Id: I130adffc1c69073295537aaff3ce7054260064fc\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513345\nReviewed-by: Krishna Govind <govind@chromium.org>\nCr-Original-Original-Commit-Position: refs/branch-heads/4310@{#4}\nCr-Original-Original-Branched-From: 3e31ebb7467fdc4295f123385825b8c95ef13332-refs/heads/master@{#822916}\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513349\nReviewed-by: Adrian Taylor <adetaylor@chromium.org>\nCommit-Queue: Krishna Govind <govind@chromium.org>\nCr-Original-Commit-Position: refs/branch-heads/4240@{#1373}\nCr-Original-Branched-From: f297677702651916bbf65e59c0d4bbd4ce57d1ee-refs/heads/master@{#800218}\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517728\nReviewed-by: Achuith Bhandarkar <achuith@chromium.org>\nCommit-Queue: Victor-Gabriel Savu <vsavu@google.com>\nCr-Commit-Position: refs/branch-heads/4240_112@{#18}\nCr-Branched-From: 427c00d3874b6abcf4c4c2719768835fc3ef26d6-refs/branch-heads/4240@{#1291}\nCr-Branched-From: f297677702651916bbf65e59c0d4bbd4ce57d1ee-refs/heads/master@{#800218}\n\n\nNotes: Security: backported fix for 1144489.", "title": "chore: cherry-pick 8f24f935c903 from chromium", "type": "issue" } ]
2
2
1,351
false
true
1,351
false
erikdoe/ocmock
null
779,449,232
476
{ "number": 476, "repo": "ocmock", "user_login": "erikdoe" }
[ { "action": "opened", "author": "dmaclach", "comment_id": null, "datetime": 1609874091000, "masked_author": "username_0", "text": "Dealing with a bunch of these right now as I'm attempting to clean up flaky tests. Thought the warning may be useful to folks.", "title": "Add warning about dangerous uses of `[OCMArg check...]` methods.", "type": "issue" }, { "action": "created", "author": "erikdoe", "comment_id": 758223000, "datetime": 1610399135000, "masked_author": "username_1", "text": "A clear description of this useful. However, I don't think the header file is the place for this. If anything this should be in the documentation.", "title": null, "type": "comment" }, { "action": "created", "author": "dmaclach", "comment_id": 758292907, "datetime": 1610408299000, "masked_author": "username_0", "text": "I would argue that folks are far more likely to find it in the header file than in the documentation, and would suggest that we should encourage migrating as much of the documentation to the header files as possible. That being said, I don't think the docs are part of the github repo, so I can't update it there either.", "title": null, "type": "comment" } ]
2
3
592
false
false
592
false
PowerShell/PowerShell
PowerShell
746,686,948
14,143
null
[ { "action": "opened", "author": "jbpAtEy", "comment_id": null, "datetime": 1605799909000, "masked_author": "username_0", "text": "Background: I see a similar issue was brought up previously in https://github.com/PowerShell/PowerShell/issues/3705\r\nBackground: I am using PS 7.x (currently 7.1.0) to export and read data from something known as PingFederate via API that outputs JSON\r\n\r\nBelow is output from a test lab. The screen grabs are from a previous test when i thought the issue was the vendor of PingFederate\r\nPlease note that the expected behavior is that both pulls are treated as JSON.\r\n\r\nNotes that Test Object 2, the string, has the following part causing the error\r\n```\r\n\"EmployeeID\":{\"source\":{\"type\":\"AUTHENTICATION_POLICY_CONTRACT\"},\"value\":\"EmployeeID\"},\"EmployeeId\":{\"source\":{\"type\":\"AUTHENTICATION_POLICY_CONTRACT\"},\"value\":\"EmployeeID\"\r\n```\r\n\r\nRFCs that show JSON is Case Sensitive:\r\nJSON RFC (current 2020 11 19) https://tools.ietf.org/html/rfc8259\r\nJSON Data Type RFC (current 2020 11 19) https://www.ietf.org/rfc/rfc4627.txt\r\n\r\n## From PowerShell Window\r\n```\r\nPowerShell 7.1.0\r\nCopyright (c) Microsoft Corporation.\r\n\r\nhttps://aka.ms/powershell\r\nType 'help' to get help.\r\n\r\nPS C:\\temp\\EYSAFEPISCT> $PSVersionTable\r\n\r\nName Value\r\n---- -----\r\nPSVersion 7.1.0\r\nPSEdition Core\r\nGitCommitId 7.1.0\r\nOS Microsoft Windows 10.0.17763\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\r\n\r\nPS C:\\temp\\EYSAFEPISCT> $PFFTECreds = Get-Credential\r\n\r\nPowerShell credential request\r\nEnter your credentials.\r\nUser: PIAdmin\r\nPassword for user PIAdmin: **********\r\n\r\nPS C:\\temp\\EYSAFEPISCT> $headers = @{} # headers variable\r\nPS C:\\temp\\EYSAFEPISCT> $headers.Add(\"X-Xsrf-Header\",\"PingFederate\")\r\nPS C:\\temp\\EYSAFEPISCT> $PFFTEURL2 = \"https://pingui.lab.ey:9999/pf-admin-api/v1/idp/spConnections?page=2&numberPerPage=1\"\r\nPS C:\\temp\\EYSAFEPISCT> $PFFTEURL1 = \"https://pingui.lab.ey:9999/pf-admin-api/v1/idp/spConnections?page=1&numberPerPage=1\"\r\nPS C:\\temp\\EYSAFEPISCT> $testObj1 = Invoke-RESTMethod -Uri $PFFTEURL2 -Credential $PFFTECreds -Headers $headers -SslProtocol Tls12 -SkipCertificateCheck -ErrorVariable errors\r\nPS C:\\temp\\EYSAFEPISCT> $testObj2 = Invoke-RESTMethod -Uri $PFFTEURL1 -Credential $PFFTECreds -Headers $headers -SslProtocol Tls12 -SkipCertificateCheck -ErrorVariable errors\r\nPS C:\\temp\\EYSAFEPISCT> Get-Member -InputObject $testObj1\r\n\r\n TypeName: System.Management.Automation.PSCustomObject\r\n\r\nName MemberType Definition\r\n---- ---------- ----------\r\nEquals Method bool Equals(System.Object obj)\r\nGetHashCode Method int GetHashCode()\r\nGetType Method type GetType()\r\nToString Method string ToString()\r\nitems NoteProperty Object[] items=System.Object[]\r\n\r\nPS C:\\temp\\EYSAFEPISCT> Get-Member -InputObject $testObj2\r\n\r\n TypeName: System.String\r\n\r\nName MemberType Definition\r\n---- ---------- ----------\r\nClone Method System.Object Clone(), System.Object ICloneable.Clone()\r\nCompareTo Method int CompareTo(System.Object value), int CompareTo(string strB), int IComparable.CompareTo(System.Object obj), int IComparable[string].Compar…\r\nContains Method bool Contains(string value), bool Contains(string value, System.StringComparison comparisonType), bool Contains(char value), bool Contains(c…\r\nCopyTo Method void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)\r\nEndsWith Method bool EndsWith(string value), bool EndsWith(string value, System.StringComparison comparisonType), bool EndsWith(string value, bool ignoreCas…\r\nEnumerateRunes Method System.Text.StringRuneEnumerator EnumerateRunes()\r\nEquals Method bool Equals(System.Object obj), bool Equals(string value), bool Equals(string value, System.StringComparison comparisonType), bool IEquatabl…\r\nGetEnumerator Method System.CharEnumerator GetEnumerator(), System.Collections.IEnumerator IEnumerable.GetEnumerator(), System.Collections.Generic.IEnumerator[ch…\r\nGetHashCode Method int GetHashCode(), int GetHashCode(System.StringComparison comparisonType)\r\nGetPinnableReference Method System.Char&, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e GetPinnableReference()\r\nGetType Method type GetType()\r\nGetTypeCode Method System.TypeCode GetTypeCode(), System.TypeCode IConvertible.GetTypeCode()\r\nIndexOf Method int IndexOf(char value), int IndexOf(char value, int startIndex), int IndexOf(char value, System.StringComparison comparisonType), int Index…\r\nIndexOfAny Method int IndexOfAny(char[] anyOf), int IndexOfAny(char[] anyOf, int startIndex), int IndexOfAny(char[] anyOf, int startIndex, int count)\r\nInsert Method string Insert(int startIndex, string value)\r\nIsNormalized Method bool IsNormalized(), bool IsNormalized(System.Text.NormalizationForm normalizationForm)\r\nLastIndexOf Method int LastIndexOf(char value), int LastIndexOf(char value, int startIndex), int LastIndexOf(char value, int startIndex, int count), int LastIn…\r\nLastIndexOfAny Method int LastIndexOfAny(char[] anyOf), int LastIndexOfAny(char[] anyOf, int startIndex), int LastIndexOfAny(char[] anyOf, int startIndex, int cou…\r\nNormalize Method string Normalize(), string Normalize(System.Text.NormalizationForm normalizationForm)\r\nPadLeft Method string PadLeft(int totalWidth), string PadLeft(int totalWidth, char paddingChar)\r\nPadRight Method string PadRight(int totalWidth), string PadRight(int totalWidth, char paddingChar)\r\nRemove Method string Remove(int startIndex, int count), string Remove(int startIndex)\r\nReplace Method string Replace(string oldValue, string newValue, bool ignoreCase, cultureinfo culture), string Replace(string oldValue, string newValue, Sys…\r\nSplit Method string[] Split(char separator, System.StringSplitOptions options), string[] Split(char separator, int count, System.StringSplitOptions optio…\r\nStartsWith Method bool StartsWith(string value), bool StartsWith(string value, System.StringComparison comparisonType), bool StartsWith(string value, bool ign…\r\nSubstring Method string Substring(int startIndex), string Substring(int startIndex, int length)\r\nToBoolean Method bool IConvertible.ToBoolean(System.IFormatProvider provider)\r\nToByte Method byte IConvertible.ToByte(System.IFormatProvider provider)\r\nToChar Method char IConvertible.ToChar(System.IFormatProvider provider)\r\nToCharArray Method char[] ToCharArray(), char[] ToCharArray(int startIndex, int length)\r\nToDateTime Method datetime IConvertible.ToDateTime(System.IFormatProvider provider)\r\nToDecimal Method decimal IConvertible.ToDecimal(System.IFormatProvider provider)\r\nToDouble Method double IConvertible.ToDouble(System.IFormatProvider provider)\r\nToInt16 Method short IConvertible.ToInt16(System.IFormatProvider provider)\r\nToInt32 Method int IConvertible.ToInt32(System.IFormatProvider provider)\r\nToInt64 Method long IConvertible.ToInt64(System.IFormatProvider provider)\r\nToLower Method string ToLower(), string ToLower(cultureinfo culture)\r\nToLowerInvariant Method string ToLowerInvariant()\r\nToSByte Method sbyte IConvertible.ToSByte(System.IFormatProvider provider)\r\nToSingle Method float IConvertible.ToSingle(System.IFormatProvider provider)\r\nToString Method string ToString(), string ToString(System.IFormatProvider provider), string IConvertible.ToString(System.IFormatProvider provider)\r\nToType Method System.Object IConvertible.ToType(type conversionType, System.IFormatProvider provider)\r\nToUInt16 Method ushort IConvertible.ToUInt16(System.IFormatProvider provider)\r\nToUInt32 Method uint IConvertible.ToUInt32(System.IFormatProvider provider)\r\nToUInt64 Method ulong IConvertible.ToUInt64(System.IFormatProvider provider)\r\nToUpper Method string ToUpper(), string ToUpper(cultureinfo culture)\r\nToUpperInvariant Method string ToUpperInvariant()\r\nTrim Method string Trim(), string Trim(char trimChar), string Trim(Params char[] trimChars)\r\nTrimEnd Method string TrimEnd(), string TrimEnd(char trimChar), string TrimEnd(Params char[] trimChars)\r\nTrimStart Method string TrimStart(), string TrimStart(char trimChar), string TrimStart(Params char[] trimChars)\r\nChars ParameterizedProperty char Chars(int index) {get;}\r\nLength Property int Length {get;}\r\n\r\nPS C:\\temp\\EYSAFEPISCT>\r\n```\r\n\r\n![labtest-screen1](https://user-images.githubusercontent.com/38132319/99686136-4bf50b00-2a51-11eb-9e5d-205362b92078.png)\r\n![labtest-screen2](https://user-images.githubusercontent.com/38132319/99686138-4bf50b00-2a51-11eb-9bd9-59d156f838a7.png)", "title": "JSON auto-parse is case insensitive", "type": "issue" }, { "action": "created", "author": "mklement0", "comment_id": 730552893, "datetime": 1605810029000, "masked_author": "username_1", "text": "Not allowing case variations of the same property name in a single object is by design, given that member access in PowerShell is case-insensitive (by default, a `[pscustomobject]` object [graph] is constructed, where such case variations aren't permitted).\r\n\r\nThe workaround is implied by the error message you get:\r\n\r\n```powershell\r\nPS> '{ \"foo\": 1, \"Foo\": 2 }' | ConvertFrom-Json\r\nConvertFrom-Json: Cannot convert the JSON string because it contains keys with different casing. \r\nPlease use the -AsHashTable switch instead. \r\nThe key that was attempted to be added to the existing key 'foo' was 'Foo'.\r\n```\r\n\r\nNote:\r\n\r\n* `-AsHashTable` returns a hashtable with case-_sensitive_ key lookups, allowing you to target `.foo` and `.Foo` separately, whether or not the input had properties whose names are case variations; this can be surprising, given that hashtable _literals_ in PowerShell always use case-_insensitive_ lookups.\r\n\r\n* You also need `-AsHashTable` if your JSON input has a property name that is the _empty string_:\r\n\r\n * ` '{ \"\": 1}' | ConvertFrom-Json -AsHashTable`\r\n\r\n* `-AsHashTable` isn't available in Windows PowerShell.", "title": null, "type": "comment" }, { "action": "created", "author": "jbpAtEy", "comment_id": 730557347, "datetime": 1605810547000, "masked_author": "username_0", "text": "HI @username_1 \r\n\r\nI'm not trying to convert from JSON to anything. i am trying to handle it as JSON. this fails. JSON standard is case sensitive. if JSON is to be supported it should be in an object that is capable of handling the JSON standard. \r\n\r\nthank you.", "title": null, "type": "comment" }, { "action": "created", "author": "mklement0", "comment_id": 730566112, "datetime": 1605811556000, "masked_author": "username_1", "text": "You _are_ converting it to a `[pscustomobject]` graph, which is what `Invoke-RESTMethod` does for you _implicitly_.\r\nAnother way of putting it: it has a `ConvertFrom-Json` _built in_.\r\n\r\nUnlike with an _explicit_ `ConvertFrom-Json` call, however, there's currently no way to pass `-AsHashTable` to `Invoke-RestMethod`, so you are indeed limited with respect to what JSON you can process.\r\n\r\nAt least for now, the workaround for you is to use [`Invoke-WebRequest`](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest) and to pass the `.Content` value (the JSON _text_) of the response object to `ConvertFrom-Json -AsHashtable`.", "title": null, "type": "comment" }, { "action": "created", "author": "mklement0", "comment_id": 730569064, "datetime": 1605811889000, "masked_author": "username_1", "text": "For symmetry, it would make sense to me to enhance `Invoke-RestMethod` to also support an `-AsHashTable` switch, but I suggest you create a new issue of type \"Feature Request/Idea\" and present a focused case there.", "title": null, "type": "comment" } ]
2
5
12,267
false
false
12,267
true
ManageIQ/manageiq-design
ManageIQ
646,272,965
107
null
[ { "action": "opened", "author": "lec66889", "comment_id": null, "datetime": 1593178983000, "masked_author": "username_0", "text": "### Issue Description\r\nIt is unclear that the events in the notifications are separate from alerts.\r\n\r\n### Heuristics Violated\r\nFlexibility & efficiency of use\r\n### Refer to [issue 62](https://github.ibm.com/Digital-Research-and-Design/MCM-CloudForms/issues/62)\r\n### Issue Severity Level\r\nModerate\r\n\r\n### Recommendation\r\nDifferentiate between the two by possibly replacing the name “Events” with a more descriptive title.\r\n\r\n### Supporting Screenshots\r\n![image](https://media.github.ibm.com/user/212211/files/9a4eb880-aa74-11ea-8748-45c28c0f3ba8)\r\n\r\n@miq-bot add_labels enhancement, ux", "title": " [UX] Difference between alerts and notifications is unclear at first", "type": "issue" } ]
1
1
585
false
false
585
false
w3c/sparql-12
w3c
693,474,317
115
null
[ { "action": "opened", "author": "namedgraph", "comment_id": null, "datetime": 1599244222000, "masked_author": "username_0", "text": "Lets say the default graph is empty. In principle it is always present in an RDF dataset, so instinctively a `GET` should return `200 OK`. But as it's formulated above, since _graph content [...] does not exist_, it could also be interpreted as `404 Not Found`.\r\n\r\nEmpty named graph vs. non-existing named graph is similarly ambiguous. A [test for non-existing graph](https://www.w3.org/2009/sparql/docs/tests/data-sparql11/http-rdf-update/#head_on_a_nonexisting_graph) is present, but not for an empty graph, as far as I can see.\r\n\r\n**Describe the improvement**\r\nClarify the language in the GSP spec and add tests to the suite. This probably applies to all HTTP methods, not only `GET`.\r\n\r\n**Additional context**\r\nJena Fuseki returns `200 OK` on an empty default graph, Dydra (latest upgrade) returns `404 Not Found`. Does anyone know about other implementations?\r\nMailing list thread: https://lists.w3.org/Archives/Public/public-sparql-dev/2020JulSep/0000.html", "title": "Clarify Graph Store Protocol status codes for empty graphs and add tests", "type": "issue" }, { "action": "created", "author": "namedgraph", "comment_id": 687312382, "datetime": 1599244249000, "masked_author": "username_0", "text": "@username_1 @lisp @kasei", "title": null, "type": "comment" }, { "action": "created", "author": "afs", "comment_id": 687578381, "datetime": 1599297995000, "masked_author": "username_1", "text": "This topic is discussed on the sparql-dev mailing list.\r\nHave you discussed this with the systems involved?\r\n\"X does this, Y does that\" is in the first instance a support issue.", "title": null, "type": "comment" }, { "action": "created", "author": "namedgraph", "comment_id": 687579410, "datetime": 1599298456000, "masked_author": "username_0", "text": "Sure, but the GSP spec text is ambiguous in itself. Don't you agree?", "title": null, "type": "comment" }, { "action": "created", "author": "afs", "comment_id": 687657058, "datetime": 1599336499000, "masked_author": "username_1", "text": "So does the content exist? SPARQL Update has the [definition of \"Graph Store\"](https://www.w3.org/TR/sparql11-update/#def_graphstore). There is always a slot for the default graph and it always holds a graph.\r\n\r\nI suppose the GSP Status code text for 404 could still apply for deployment or transient errors. The GSP Status code text is specifically written to say \"there is nothing special about GSP - do the normal HTTP thing\" and sometimes errors happen.", "title": null, "type": "comment" } ]
2
5
1,681
false
false
1,681
true
apache/incubator-superset
apache
593,559,114
9,462
{ "number": 9462, "repo": "incubator-superset", "user_login": "apache" }
[ { "action": "opened", "author": "nytai", "comment_id": null, "datetime": 1585938016000, "masked_author": "username_0", "text": "### CATEGORY\r\n\r\nChoose one\r\n\r\n- [ ] Bug Fix\r\n- [ ] Enhancement (new features, refinement)\r\n- [x] Refactor\r\n- [ ] Add tests\r\n- [ ] Build / Development Environment\r\n- [ ] Documentation\r\n\r\n### SUMMARY\r\n<!--- Describe the change below, including rationale and design decisions -->\r\nIntroduces a new filter ui with select dropdowns and search input for Dashboard listview. These filters are in line with some of the changes mentioned in https://github.com/apache/incubator-superset/issues/8976\r\n\r\nThese changes are behind the feature flag: `LIST_VIEWS_NEW_UI` which will be default off until the UI is polished. \r\n\r\n### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF\r\n<!--- Skip this if not applicable -->\r\n<img width=\"1142\" alt=\"Screen Shot 2020-04-10 at 11 13 38 AM\" src=\"https://user-images.githubusercontent.com/10255196/79012929-63affc80-7b1c-11ea-8267-2a3c6461340a.png\">\r\n<img width=\"1144\" alt=\"Screen Shot 2020-04-10 at 11 13 51 AM\" src=\"https://user-images.githubusercontent.com/10255196/79012931-64e12980-7b1c-11ea-87ba-32af3aef4bbd.png\">\r\n\r\n### TEST PLAN\r\n<!--- What steps should be taken to verify the changes -->\r\n- unit tested\r\n- manual tested\r\n### ADDITIONAL INFORMATION\r\n<!--- Check any relevant boxes with \"x\" -->\r\n<!--- HINT: Include \"Fixes #nnn\" if you are fixing an existing issue -->\r\n- [ ] Has associated issue:\r\n- [x] Changes UI\r\n- [ ] Requires DB Migration.\r\n- [ ] Confirm DB Migration upgrade and downgrade tested.\r\n- [ ] Introduces new feature or API\r\n- [ ] Removes existing feature or API\r\n\r\n### REVIEWERS\r\n@rusackas @suddjian", "title": "[Dashboard] new listview filters & emotion infra", "type": "issue" }, { "action": "created", "author": "mistercrunch", "comment_id": 613143601, "datetime": 1586820023000, "masked_author": "username_1", "text": "![source](https://user-images.githubusercontent.com/487433/79169919-a71b9c80-7da2-11ea-9009-169ad4314484.gif)", "title": null, "type": "comment" }, { "action": "created", "author": "ktmud", "comment_id": 623573059, "datetime": 1588610324000, "masked_author": "username_2", "text": "@username_0 could you share more details on how to test this new listview? \r\n\r\nI tried to add `FEATURE_FLAGS = dict(LIST_VIEWS_NEW_UI=True)` in superset config, but didn't see the change.", "title": null, "type": "comment" }, { "action": "created", "author": "ktmud", "comment_id": 623574407, "datetime": 1588610481000, "masked_author": "username_2", "text": "Never mind, found out about `ENABLE_REACT_CRUD_VIEWS` in your review comments.", "title": null, "type": "comment" } ]
4
5
1,910
false
true
1,910
true
bluegrass-devs/Gilda
bluegrass-devs
669,421,927
19
null
[ { "action": "opened", "author": "joekr", "comment_id": null, "datetime": 1596172534000, "masked_author": "username_0", "text": "Seeing the following error\r\n```\r\nerror: {'opc-request-id': '<id>', 'code': 'TooManyRequests', 'message': 'Operation failed with limit exception: Read throughput rate exceeded for table <table-id>. Limit: 10 Units/Sec', 'status': 429}\r\n```\r\n\r\nNeed to increase the read rate limits.", "title": "Learning function failing due to DB throtteling", "type": "issue" }, { "action": "closed", "author": "joekr", "comment_id": null, "datetime": 1596238399000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
280
false
false
280
false
gophish/gophish
gophish
627,795,721
1,851
null
[ { "action": "opened", "author": "glennzw", "comment_id": null, "datetime": 1590864684000, "masked_author": "username_0", "text": "I added the ability to display reported non-campaign emails on top of my [recent IMAP improvements](https://github.com/gophish/gophish/pull/1791). Any emails emails forwarded to your IMAP account that are not from gophish, and therefore require further investigation, would appear here. The emails are imported into the gophish db, as opposed to just being fetched on the fly and displayed. This is what it looks like:\r\n\r\n![Screenshot 2020-05-30 at 19 48 41](https://user-images.githubusercontent.com/3966613/83336835-966daa00-a2ae-11ea-8e5f-3f62fa277abd.png)\r\n\r\n\r\nAttachments can be viewed via the dropdown:\r\n\r\n![Screenshot 2020-05-30 at 19 39 15](https://user-images.githubusercontent.com/3966613/83336686-44785480-a2ad-11ea-9aed-adef7a1bebe5.png)\r\n\r\nThe user can set the 'Status' of an email after evaluating it:\r\n\r\n![Screenshot 2020-05-30 at 19 39 57](https://user-images.githubusercontent.com/3966613/83336694-5ce86f00-a2ad-11ea-9674-51a9cd999a7c.png)\r\n\r\n...as well as adding manual notes:\r\n\r\n![Screenshot 2020-05-30 at 19 41 14](https://user-images.githubusercontent.com/3966613/83336710-8b664a00-a2ad-11ea-9740-7f142bc62301.png)\r\n\r\nThe view icon loads the email, giving the option of viewing plaintext or HTML renderings (HTML rendered inside a sandboxed iframe):\r\n\r\n![Screenshot 2020-05-30 at 19 41 48](https://user-images.githubusercontent.com/3966613/83336723-b6509e00-a2ad-11ea-8554-0f098c73ea26.png)\r\n\r\n\r\n\r\nI've had quite a few requests for this feature. Do others find it useful? Any other feature requests? I'm thinking of adding support to automatically triage emails via open source feeds / APIs. I think it'd probably make more sense to de-couple that out of gophish, and have another standalone application that queries emails via the API and updates notes / status on detected threats (rather than rolling in the tooling into gophish itself).\r\n\r\nI'll also add a toggle button to enable/disable this functionality in the settings, as well toggling the display of the 'Reported Emails' menu item.", "title": "Display of reported non-campaign emails (request for comment)", "type": "issue" }, { "action": "created", "author": "jordan-wright", "comment_id": 636386476, "datetime": 1590873362000, "masked_author": "username_1", "text": "Hey @username_0!\n\nThanks for sending this in. I really like this! It looks really similar to what I built with isthislegit. https://github.com/duo-labs/isthislegit\n\nI’m personally just fine integrating this into Gophish. While it’s tangential to the core function, I think it adds significant value and making part of the single binary would be really nice.\n\nWant to make a PR and we can start working through it?", "title": null, "type": "comment" }, { "action": "created", "author": "glennzw", "comment_id": 636387576, "datetime": 1590874029000, "masked_author": "username_0", "text": "Oh, great minds think alike! I hadn't seen isThisLegit, it looks great. My work almost seems superfluous now but yeah hopefully will still be of use in gophish :)\r\n\r\nMy new stuff is built on top of the new IMAP library which hasn't merged into master yet - shall I wait for that merge, then I can send a pull request on top of that?", "title": null, "type": "comment" }, { "action": "created", "author": "jordan-wright", "comment_id": 636486638, "datetime": 1590938970000, "masked_author": "username_1", "text": "Let's go ahead and make this a separate pull request if possible (as in, you can make this a separate branch so you can do a separate PR). You can post in now, and we'll work to merge the IMAP stuff first. That will update the diff so we only see the new stuff.\r\n\r\nBut, posting it now can help me get an idea of how you're thinking about getting this implemented and we can chat through options.", "title": null, "type": "comment" }, { "action": "closed", "author": "glennzw", "comment_id": null, "datetime": 1594657139000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "glennzw", "comment_id": 657655485, "datetime": 1594657139000, "masked_author": "username_0", "text": "Closing, as I've made a pull request now https://github.com/gophish/gophish/pull/1894", "title": null, "type": "comment" } ]
2
6
3,235
false
false
3,235
true
zHaytam/SmartBreadcrumbs
null
626,498,324
56
null
[ { "action": "opened", "author": "ciaran036", "comment_id": null, "datetime": 1590671620000, "masked_author": "username_0", "text": "The error gets thrown when the Startup code runs for adding breadcrumbs: \r\n\r\n```\r\nservices.AddBreadcrumbs(GetType().Assembly, options =>\r\n{\r\n options.OlClasses = \"breadcrumb hidden-print\";\r\n});\r\n```\r\n\r\nI have a Razor page model which inherits an abstract type for implementing a user creation wizard: \r\n\r\n```\r\n [Breadcrumb(\"User\")]\r\n public class CreateModel : WizardPageModel<UserWizardTransaction, IUserProcessor>\r\n {\r\n public CreateModel(IWizardService<UserWizardTransaction> wizardService, IUserProcessor processor) \r\n : base(wizardService, processor)\r\n {\r\n \r\n }\r\n\r\n public override ActionResult Redirect(int? entityId)\r\n {\r\n return RedirectToAction(\"Detail\", new { id = entityId })\r\n .SuccessToast($\"User {MessageHandler.CreationSuccess}\");\r\n }\r\n }\r\n```\r\n\r\nAn excerpt from my abstract Razor Page model which exists in my Web.Models namespace: \r\n\r\n```\r\n public abstract class WizardPageModel<TWizardTransaction, TProcessor> : PageModel\r\n where TWizardTransaction : WizardTransaction\r\n where TProcessor : ITransactionProcessor\r\n {\r\n [BindProperty]\r\n public TWizardTransaction WizardTransaction { get; set; }\r\n\r\n public TProcessor Processor { get; set; }\r\n\r\n protected IWizardService<TWizardTransaction> WizardService { get; set; }\r\n\r\n public abstract ActionResult Redirect(int? entityId);\r\n\r\n protected WizardPageModel(IWizardService<TWizardTransaction> wizardService, TProcessor processor)\r\n {\r\n WizardService = wizardService;\r\n Processor = processor;\r\n }\r\n\r\n public IActionResult OnGet(Guid? transactionId, int? step)\r\n {\r\n WizardTransaction = WizardService.GetTransactions(transactionId, step);\r\n return Page();\r\n }\r\n\r\n public IActionResult OnPost()\r\n {\r\n var action = WizardTransaction.IsFinalStep() ? WizardAction.Finish : WizardAction.Next;\r\n return Save(action);\r\n }\r\n\r\n public IActionResult OnPostSave()\r\n {\r\n return Save(WizardAction.Save);\r\n }\r\n }\r\n```\r\n\r\nAny thoughts on why this might be throwing an exception? On a normal Razor page, adding the breadcrumb attribute works correctly. \r\n\r\ne.g. \r\n\r\n ```\r\n [Breadcrumb(\"Settings\")]\r\n public class IndexModel : PageModel\r\n {\r\n private readonly DataContext _dataContext;\r\n\r\n public SystemSettings SystemSettings { get; set; }\r\n\r\n public IndexModel(DataContext dataContext)\r\n {\r\n _dataContext = dataContext;\r\n }\r\n\r\n public void OnGet()\r\n {\r\n SystemSettings = _dataContext.Settings.Result;\r\n }\r\n\r\n public IActionResult OnPost()\r\n {\r\n if (ModelState.IsValid)\r\n {\r\n return RedirectToPage(\"Index\").SuccessToast(\"Settings updated\");\r\n }\r\n\r\n return Page();\r\n }\r\n }\r\n```\r\n\r\nTherefore, I'd have to assume the problem is something to do with my user create wizard inheriting the abstract WizardPageModel type? \r\n\r\nThanks!", "title": "SmartBreadcrumbsException: The full name Web.CreateModel doesn't contain 'Pages'", "type": "issue" }, { "action": "created", "author": "zHaytam", "comment_id": 635385065, "datetime": 1590676175000, "masked_author": "username_1", "text": "The error happens because the full name of the type `Web.CreateModel` doesn't contain the keyword `Pages`. SmartBreadcrumbs assumes that all Razor Pages are available in a folder named `Pages`.\r\n\r\nMind telling me why you changed their place? To see whether to remove this \"requirement\".", "title": null, "type": "comment" }, { "action": "created", "author": "ciaran036", "comment_id": 635389437, "datetime": 1590676643000, "masked_author": "username_0", "text": "Hi, my files were in the wrong location but my namespaces were at the root 'Web' instead of 'Web.Pages.User' for example. My bad. \r\n\r\nIt seems that when creating a Razor Page in Visual Studio the namespace defaults to the root instead of 'Web.Pages.MyType'. Does that happen for you? I noticed this previously and thought it was strange but never questioned it further. \r\n\r\nThanks for the help, much appreciated!", "title": null, "type": "comment" }, { "action": "created", "author": "zHaytam", "comment_id": 635397063, "datetime": 1590677227000, "masked_author": "username_1", "text": "It personally never happened to me, that's weird.\r\nI'm glad I was able to help!", "title": null, "type": "comment" }, { "action": "closed", "author": "zHaytam", "comment_id": null, "datetime": 1590677227000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "ciaran036", "comment_id": 635460354, "datetime": 1590683954000, "masked_author": "username_0", "text": "There was a bug in Visual Studio. Namespaces for Razor pages are now correct after updating Visual Studio 2019.", "title": null, "type": "comment" } ]
2
6
4,052
false
false
4,052
false
MicrosoftDocs/azure-devops-docs
MicrosoftDocs
621,679,353
8,396
null
[ { "action": "opened", "author": "pedroltch", "comment_id": null, "datetime": 1589973509000, "masked_author": "username_0", "text": "Dear,\n\nWe would like to Update of CMMI description to the current versions CMMI v2.0. Can we do that?\nWe are a CMMI authorized partner, and will use current published descriptions. \n\nok?\n\nRegards,\n\nPedro Castro Henriques\n\n---\n#### Detalhes do Documento\n\n⚠ *Não edite esta secção. É necessário para a ligação de problemas docs.microsoft.com ➟ GitHub.*\n\n* ID: 03436429-e681-a098-c77d-2e985d38c838\n* Version Independent ID: 91d24420-fa08-bb35-3c87-298a34c8df31\n* Content: [CMMI process guidance, Project management - Azure Boards](https://docs.microsoft.com/pt-pt/azure/devops/boards/work-items/guidance/cmmi/guidance-project-management?view=tfs-2015#feedback)\n* Content Source: [docs/boards/work-items/guidance/cmmi/guidance-project-management.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/boards/work-items/guidance/cmmi/guidance-project-management.md)\n* Product: **devops**\n* Technology: **devops-agile**\n* GitHub Login: @KathrynEE\n* Microsoft Alias: **kaelli**", "title": "Update of CMMI description to the current versions CMMI v2.0", "type": "issue" }, { "action": "created", "author": "msebolt", "comment_id": 631897923, "datetime": 1590040683000, "masked_author": "username_1", "text": "@username_0 Thank you for the feedback.\r\n\r\nPlease refer to issue https://github.com/MicrosoftDocs/azure-devops-docs/issues/8395 for further updates.", "title": null, "type": "comment" }, { "action": "closed", "author": "msebolt", "comment_id": null, "datetime": 1590040689000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
1,134
false
false
1,134
true
Visualizememe/bloxy
null
787,717,376
125
{ "number": 125, "repo": "bloxy", "user_login": "Visualizememe" }
[ { "action": "opened", "author": "Visualizememe", "comment_id": null, "datetime": 1610893668000, "masked_author": "username_0", "text": "", "title": "Changes/tests updates", "type": "issue" } ]
2
2
779
false
true
0
false
movetokube/postgres-operator
movetokube
621,073,836
50
null
[ { "action": "opened", "author": "sapkra", "comment_id": null, "datetime": 1589902079000, "masked_author": "username_0", "text": "Can you please publish the new version 0.4.2 on operatorhub.io.\r\nThank you for you work.", "title": "0.4.2 is not on operatorhub.io", "type": "issue" }, { "action": "created", "author": "hitman99", "comment_id": 655576471, "datetime": 1594220690000, "masked_author": "username_1", "text": "Hi, yeah, I'll do it sometime this month.", "title": null, "type": "comment" }, { "action": "created", "author": "hitman99", "comment_id": 705151523, "datetime": 1602099505000, "masked_author": "username_1", "text": "Well, I did not have bandwidth until now. I'm working on releasing v0.4.3 to operator hub. This project was on a back burner for some time and before I can release on operatorhub I need to update the operator-sdk to the latest version, which will take a bit of time. Anyway, I'll update this issue when the latest version is on operatorhub.io", "title": null, "type": "comment" } ]
2
3
471
false
false
471
false
snowplow/snowplow-objc-tracker
snowplow
539,655,993
476
null
[ { "action": "opened", "author": "AlexBenny", "comment_id": null, "datetime": 1576672715000, "masked_author": "username_0", "text": "The Android tracker lets the overwriting of the platform param. iOS doesn't allow this at the moment.\r\nWe want the user able to override the default platform property in the objc tracker as allowed in the Android tracker.", "title": "Allow overwriting of the _platform_ parameter", "type": "issue" }, { "action": "closed", "author": "AlexBenny", "comment_id": null, "datetime": 1579534085000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
221
false
false
221
false
MicrosoftDocs/windows-itpro-docs
MicrosoftDocs
455,362,816
4,006
{ "number": 4006, "repo": "windows-itpro-docs", "user_login": "MicrosoftDocs" }
[ { "action": "opened", "author": "Aashkam", "comment_id": null, "datetime": 1560364379000, "masked_author": "username_0", "text": "", "title": "Update create-windows-firewall-rules-in-intune.md", "type": "issue" }, { "action": "created", "author": "e0i", "comment_id": 502732155, "datetime": 1560785363000, "masked_author": "username_1", "text": "@dansimp Would you be able to review and merge this PR that has been created by a MS contributor as the time permits?\r\n\r\nThank you.", "title": null, "type": "comment" }, { "action": "created", "author": "e0i", "comment_id": 503528479, "datetime": 1560945194000, "masked_author": "username_1", "text": "@Dansimp Any updates with this PR?", "title": null, "type": "comment" } ]
2
3
165
false
false
165
false
fluent/fluent-plugin-kafka
fluent
592,396,775
332
null
[ { "action": "opened", "author": "xidiandb", "comment_id": null, "datetime": 1585809880000, "masked_author": "username_0", "text": "My fluentd USES the k8s deployment, and the configuration USES buffers:\r\n```\r\n <match *.template>\r\n @id template\r\n @type rdkafka2\r\n brokers \"kafka-0.kafka-svc:9092,kafka-1.kafka-svc:9092,kafka-2.kafka-svc:9092\"\r\n default_topic template\r\n rdkafka_options {\r\n \"compression.codec\" : \"lz4\",\r\n \"request.required.acks\" : 1\r\n }\r\n <format>\r\n @type json\r\n </format>\r\n <buffer>\r\n @type file_single\r\n path /log/buffer/kafka/template\r\n total_limit_size 2G\r\n chunk_limit_size 15M\r\n retry_type periodic\r\n retry_wait 60\r\n flush_mode interval\r\n flush_thread_count 2\r\n flush_interval 60s\r\n retry_forever true\r\n overflow_action block\r\n </buffer>\r\n </match>\r\n\r\n```", "title": "rd", "type": "issue" }, { "action": "created", "author": "xidiandb", "comment_id": 607678040, "datetime": 1585813414000, "masked_author": "username_0", "text": "The plugin was installed completely new without any problems and booms when restarted", "title": null, "type": "comment" }, { "action": "closed", "author": "xidiandb", "comment_id": null, "datetime": 1585818019000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
884
false
false
884
false
githubschool/github-games-Shegox
githubschool
575,544,521
2
null
[ { "action": "opened", "author": "githubteacher", "comment_id": null, "datetime": 1583338400000, "masked_author": "username_0", "text": "The URL in the repository description and the one in the README are pointing to githubschool's copy of the game instead of yours. \n\n Please fix both so they point to your copy of the game at https://githubschool.github.io/github-games-Shegox", "title": "URL in description and README broken", "type": "issue" } ]
1
1
241
false
false
241
false
sourcegraph/sourcegraph
sourcegraph
609,359,601
10,281
{ "number": 10281, "repo": "sourcegraph", "user_login": "sourcegraph" }
[ { "action": "opened", "author": "efritz", "comment_id": null, "datetime": 1588194335000, "masked_author": "username_0", "text": "", "title": "Add misc tracing to precise code intel services", "type": "issue" }, { "action": "created", "author": "efritz", "comment_id": 622193626, "datetime": 1588293801000, "masked_author": "username_0", "text": "Closing in favor of https://github.com/sourcegraph/sourcegraph/pull/10315.", "title": null, "type": "comment" } ]
2
3
1,097
false
true
74
false
researchgate/react-intersection-observer
researchgate
672,790,218
153
{ "number": 153, "repo": "react-intersection-observer", "user_login": "researchgate" }
[ { "action": "opened", "author": "saitonakamura", "comment_id": null, "datetime": 1596547403000, "masked_author": "username_0", "text": "WIP\r\n\r\nBy adding observer to the pool when it's created rather than we have an\r\nelement to observe\r\n\r\n## Motivation and context\r\nFixes #152 \r\n\r\n## How has this been tested?\r\n`yarn lint && yarn test` and storybook manual testing\r\n\r\n\r\n## Type of change\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n\r\n## Checklist:\r\n- [x] My code follows the code style of this project\r\n- [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) document\r\n- [ ] I have added tests to cover my changes\r\n- [x] All new and existing tests passed", "title": "WIP Fixed observer pool for hooks", "type": "issue" } ]
2
2
931
false
true
530
false
vueComponent/ant-design-vue
vueComponent
730,224,542
3,049
null
[ { "action": "opened", "author": "kagaricyan", "comment_id": null, "datetime": 1603786785000, "masked_author": "username_0", "text": "- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.\r\n \r\n \r\n### What problem does this feature solve?\r\n我想在表格中显示序号,目前scoped-slot中第三个参数index只是当前页的index,我想显示完整数据中的序号还需要页码,目前有方式获取吗?\r\n\r\n### What does the proposed API look like?\r\n<template slot-scope=\"text, value, index,page\">\r\n<span>{{ (page-1)*10 index 1 }}</span>\r\n</template>\r\n\r\n \r\n\r\n<!-- generated by issue-helper. DO NOT REMOVE -->", "title": "table 分页的情况下如何获取当前页", "type": "issue" }, { "action": "closed", "author": "kagaricyan", "comment_id": null, "datetime": 1604635772000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
659
false
true
511
false
words/powerthesaurus-api
words
717,776,922
7
null
[ { "action": "opened", "author": "CalvinMiller190", "comment_id": null, "datetime": 1602206633000, "masked_author": "username_0", "text": "This doesn't seem to work anymore -- it just returns an empty array no matter what I do.", "title": "Doesn't work", "type": "issue" }, { "action": "created", "author": "dmahfouda", "comment_id": 708632266, "datetime": 1602706090000, "masked_author": "username_1", "text": "I'm also experiencing this issue—", "title": null, "type": "comment" }, { "action": "created", "author": "wooorm", "comment_id": 711341867, "datetime": 1603044191000, "masked_author": "username_2", "text": "They seem to change all the time: https://github.com/words/powerthesaurus-api/issues?q=is%3Aissue+is%3Aclosed\r\n\r\nPRs welcome to help out with a more solid solution", "title": null, "type": "comment" }, { "action": "created", "author": "wooorm", "comment_id": 817351302, "datetime": 1618165588000, "masked_author": "username_2", "text": "@username_3 should we depreciate this perhaps? Their stuff keeps changing... 😩", "title": null, "type": "comment" }, { "action": "created", "author": "zeke", "comment_id": 817833083, "datetime": 1618235733000, "masked_author": "username_3", "text": "@deebah or @username_1 this module breaks whenever the website changes its HTML structure. The last time this happened it was a one-line change because of an updated CSS class name. Are you interested in attempting to work on a fix?", "title": null, "type": "comment" }, { "action": "created", "author": "ryanwbass", "comment_id": 856192675, "datetime": 1623093466000, "masked_author": "username_4", "text": "@username_3 Hey, I am currently looking for a good thesaurus api and based on the website this looks pretty promising and am feeling adventurous enough to contribute to something like this. Digging through the code to understand and some debugging it looks like I would have to update:\r\n`done(null, $.selectAll('main .k3_b', tree).map(each))`\r\nas $.selectAll is returning [].\r\nSo Im assuming that '.k3_b' element had its name changed or something along those lines. \r\n\r\nWhat element from the site were you guys originally selecting with that identifier?", "title": null, "type": "comment" }, { "action": "created", "author": "zeke", "comment_id": 856900694, "datetime": 1623168381000, "masked_author": "username_3", "text": "Hi @username_4 thanks for jumping in. I don't remember the historical DOM structure of the site off-hand. The best way for you to proceed would be to open the PowerThesaurus website in your browser, do a search, then see the selectors in the browser's web inspector. From there you can extrapolate and figure out what selectors would need to be changed here in this package. Hope that helps.", "title": null, "type": "comment" } ]
5
7
1,524
false
false
1,524
true
Human-Connection/Human-Connection
Human-Connection
623,545,643
3,566
null
[ { "action": "opened", "author": "DriesCruyskens", "comment_id": null, "datetime": 1590198227000, "masked_author": "username_0", "text": "<!--\r\nPlease take a look at the issue templates at https://github.com/Human-Connection/Human-Connection/issues/new/choose\r\nbefore submitting a new issue. Following one of the issue templates will ensure maintainers can route your request efficiently.\r\n\r\nThanks!\r\n-->\r\n\r\n## 💬 Issue\r\n<!-- Describe your Issue in detail. -->\r\nHi all, \r\n\r\nI think the third option/command for running a single unit test in the webapp should be\r\n`yarn test path/to/component.spec.js`\r\ninstead of\r\n`yarn run path/to/component.spec.js`\r\nI got neither to work on windows but the 'run' command does at least run using WSL. The fact that it doesn't work on windows isn't too bad but documentation should be fixed if this is indeed a typo. I will gladly create a pull request if assigned to me.\r\n\r\nHere is the link to the actual location:\r\nhttps://github.com/Human-Connection/Human-Connection/blob/master/webapp/testing.md#unit-tests\r\n\r\ncommand line outputs:\r\n**WSL**\r\n```bash\r\n$ yarn run pages/post/_id/_slug/index.spec.js\r\nyarn run v1.22.4\r\nerror Command \"pages/post/_id/_slug/index.spec.js\" not found.\r\ninfo Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\r\n```\r\n```bash\r\n$ yarn test pages/post/_id/_slug/index.spec.js \r\nyarn run v1.22.4\r\n$ jest pages/post/_id/_slug/index.spec.js\r\n PASS pages/post/_id/_slug/index.spec.js (10.164s)\r\n<omitted>\r\n```\r\n**Powershell:**\r\n```powershell\r\nPS> yarn run .\\pages\\post\\_id\\_slug\\index.spec.js\r\nyarn run v1.22.4\r\nerror Command \".\\\\pages\\\\post\\\\_id\\\\_slug\\\\index.spec.js\" not found.\r\ninfo Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\r\n```\r\n\r\n```powershell\r\nPS> yarn test .\\pages\\post\\_id\\_slug\\index.spec.js\r\nyarn run v1.22.4\r\n$ jest .\\pages\\post\\_id\\_slug\\index.spec.js\r\nNo tests found, exiting with code 1\r\nRun with `--passWithNoTests` to exit with code 0\r\nIn C:\\Users\\dries\\Documents\\open source\\Human-Connection\\webapp\r\n 367 files checked.\r\n testMatch: **/?(*.)+(spec|test).js?(x) - 82 matches\r\n testPathIgnorePatterns: \\\\node_modules\\\\ - 367 matches\r\n testRegex: - 0 matches\r\nPattern: .\\pages\\post\\_id\\_slug\\index.spec.js - 0 matches\r\nerror Command failed with exit code 1.\r\ninfo Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.\r\n```", "title": "Wrong unit test command in webapp documentation.", "type": "issue" }, { "action": "created", "author": "Tirokk", "comment_id": 635172738, "datetime": 1590651806000, "masked_author": "username_1", "text": "This is indeed a typo @username_0 . 🐛\r\n\r\nOriginally it was\r\n`$ yarn run test <XXX>`\r\nand now its\r\n`$ yarn test <XXX>`\r\n\r\nWhy it’s not working on Windows and no tests found I can not tell.\r\nMay @ogerly knows more about it?\r\n\r\nI assigned you to this issue. Glad you care for it! 🙏🏼", "title": null, "type": "comment" }, { "action": "closed", "author": "Tirokk", "comment_id": null, "datetime": 1591192929000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
2,536
false
false
2,536
true
zilliztech/arctern
zilliztech
575,136,619
163
null
[ { "action": "opened", "author": "ZhifengZhang-CN", "comment_id": null, "datetime": 1583297660000, "masked_author": "username_0", "text": "## Report incorrect documentation\r\n\r\n**Location of incorrect documentation**\r\nhttps://github.com/zilliztech/arctern/blob/conda/doc/Build-Conda-Package.md\r\n\r\n**Suggested fix for documentation**\r\nUpdate build Conda package document", "title": "Update build Conda package document", "type": "issue" }, { "action": "closed", "author": "GuoRentong", "comment_id": null, "datetime": 1583375528000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
229
false
false
229
false
Sonia-corporation/il-est-midi-discord
Sonia-corporation
606,782,577
260
{ "number": 260, "repo": "il-est-midi-discord", "user_login": "Sonia-corporation" }
[ { "action": "opened", "author": "C0ZEN", "comment_id": null, "datetime": 1587825415000, "masked_author": "username_0", "text": "## PR Checklist\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [x] The commit message follows our [guidelines](https://github.com/Sonia-corporation/il-est-midi-discord/blob/master/CONTRIBUTING.md)\r\n- [x] Tests for the changes have been added/updated (for bugfix/feature)\r\n- [ ] Docs have been added/updated (for bugfix/feature)\r\n\r\n\r\n## PR Type\r\nWhat kind of change does this PR introduce?\r\n\r\n<!-- Please check the one that applies to this PR using \"x\". -->\r\n- [ ] Feature (a new feature)\r\n- [ ] Bugfix (a bug fix)\r\n- [ ] Style (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc))\r\n- [ ] Refactor (a code change that neither fixes a bug nor adds a feature)\r\n- [ ] Perf (a code change that improves performance)\r\n- [x] Test (adding missing tests or correcting existing tests)\r\n- [ ] Build (changes that affect the build system, CI configuration or external dependencies)\r\n- [ ] Chore (anything else), please describe:\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->\r\n\r\n\r\n## What is the new behavior?\r\n\r\n\r\n## Does this PR introduce a breaking change?\r\n- [ ] Yes\r\n- [x] No\r\n\r\n<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->\r\n\r\n\r\n## Other information", "title": "test(server-config-services): add more coverage", "type": "issue" }, { "action": "created", "author": "C0ZEN", "comment_id": 619389075, "datetime": 1587825443000, "masked_author": "username_0", "text": "Do #259 before.", "title": null, "type": "comment" } ]
3
4
3,345
false
true
1,399
false
jlippold/tweakCompatible
null
709,285,455
132,816
null
[ { "action": "opened", "author": "enesogden", "comment_id": null, "datetime": 1601068303000, "masked_author": "username_0", "text": "```\r\n{\r\n \"packageId\": \"com.ps.cconandoff\",\r\n \"action\": \"working\",\r\n \"userInfo\": {\r\n \"arch32\": false,\r\n \"packageId\": \"com.ps.cconandoff\",\r\n \"deviceId\": \"iPhone9,4\",\r\n \"url\": \"http://cydia.saurik.com/package/com.ps.cconandoff/\",\r\n \"iOSVersion\": \"13.7\",\r\n \"packageVersionIndexed\": true,\r\n \"packageName\": \"CC On & Off\",\r\n \"category\": \"Tweaks\",\r\n \"repository\": \"PoomSmart's Repo\",\r\n \"name\": \"CC On & Off\",\r\n \"installed\": \"0.0.1.1\",\r\n \"packageIndexed\": true,\r\n \"packageStatusExplaination\": \"A matching version of this tweak for this iOS version could not be found. Please submit a review if you choose to install.\",\r\n \"id\": \"com.ps.cconandoff\",\r\n \"commercial\": false,\r\n \"packageInstalled\": true,\r\n \"tweakCompatVersion\": \"0.1.5\",\r\n \"shortDescription\": \"Properly toggle Wi-Fi and Bluetooth from CC (iOS 11+)\",\r\n \"latest\": \"0.0.1.1\",\r\n \"author\": \"PoomSmart\",\r\n \"packageStatus\": \"Unknown\"\r\n },\r\n \"base64\": \"eyJhcmNoMzIiOmZhbHNlLCJwYWNrYWdlSWQiOiJjb20ucHMuY2NvbmFuZG9mZiIsImRldmljZUlkIjoiaVBob25lOSw0IiwidXJsIjoiaHR0cDpcL1wvY3lkaWEuc2F1cmlrLmNvbVwvcGFja2FnZVwvY29tLnBzLmNjb25hbmRvZmZcLyIsImlPU1ZlcnNpb24iOiIxMy43IiwicGFja2FnZVZlcnNpb25JbmRleGVkIjp0cnVlLCJwYWNrYWdlTmFtZSI6IkNDIE9uICYgT2ZmIiwiY2F0ZWdvcnkiOiJUd2Vha3MiLCJyZXBvc2l0b3J5IjoiUG9vbVNtYXJ0J3MgUmVwbyIsIm5hbWUiOiJDQyBPbiAmIE9mZiIsImluc3RhbGxlZCI6IjAuMC4xLjEiLCJwYWNrYWdlSW5kZXhlZCI6dHJ1ZSwicGFja2FnZVN0YXR1c0V4cGxhaW5hdGlvbiI6IkEgbWF0Y2hpbmcgdmVyc2lvbiBvZiB0aGlzIHR3ZWFrIGZvciB0aGlzIGlPUyB2ZXJzaW9uIGNvdWxkIG5vdCBiZSBmb3VuZC4gUGxlYXNlIHN1Ym1pdCBhIHJldmlldyBpZiB5b3UgY2hvb3NlIHRvIGluc3RhbGwuIiwiaWQiOiJjb20ucHMuY2NvbmFuZG9mZiIsImNvbW1lcmNpYWwiOmZhbHNlLCJwYWNrYWdlSW5zdGFsbGVkIjp0cnVlLCJ0d2Vha0NvbXBhdFZlcnNpb24iOiIwLjEuNSIsInNob3J0RGVzY3JpcHRpb24iOiJQcm9wZXJseSB0b2dnbGUgV2ktRmkgYW5kIEJsdWV0b290aCBmcm9tIENDIChpT1MgMTErKSIsImxhdGVzdCI6IjAuMC4xLjEiLCJhdXRob3IiOiJQb29tU21hcnQiLCJwYWNrYWdlU3RhdHVzIjoiVW5rbm93biJ9\",\r\n \"chosenStatus\": \"working\",\r\n \"notes\": \"\"\r\n}\r\n```", "title": "`CC On & Off` working on iOS 13.7", "type": "issue" }, { "action": "created", "author": "jlippold", "comment_id": 699164660, "datetime": 1601069397000, "masked_author": "username_1", "text": "This issue is being closed because your review was accepted into the tweakCompatible website. \nTweak developers do not monitor or fix issues submitted via this repo.\nIf you have an issue with a tweak, contact the developer via another method.", "title": null, "type": "comment" }, { "action": "closed", "author": "jlippold", "comment_id": null, "datetime": 1601069419000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
2,222
false
false
2,222
false
fhinkel/InteractiveShell
null
519,033,699
22
null
[ { "action": "opened", "author": "galettof", "comment_id": null, "datetime": 1573101048000, "masked_author": "username_0", "text": "Hello, I tried running InteractiveShell (on Debian 10) following the instructions on Github but I am encountering some errors after running 'vagrant up'. I do not know how to interpret these errors so I am pasting the messages below, hoping for some guidance. Thank you!\r\n\r\nBringing machine 'default' up with 'virtualbox' provider...\r\n==> default: Checking if box 'ubuntu/bionic64' version '20191105.0.0' is up to date...\r\n==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`\r\n==> default: flag to force provisioning. Provisioners marked to run always will still run.\r\n==> default: Running provisioner: remove (shell)...\r\n default: Running: inline script\r\n==> default: Running provisioner: startup_server (shell)...\r\n default: Running: inline script\r\n default: module.js:549\r\n default: throw err;\r\n default: ^\r\n default: \r\n default: Error: Cannot find module '/home/vagrant/InteractiveShell/src/dist/index.js'\r\n default: at Function.Module._resolveFilename (module.js:547:15)\r\n default: at Function.Module._load (module.js:474:25)\r\n default: at Function.Module.runMain (module.js:693:10)\r\n default: at startup (bootstrap_node.js:188:16)\r\n default: at bootstrap_node.js:609:3\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Linux 4.15.0-66-generic\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: \r\n default: argv\r\n default: \"/usr/bin/node\" \"/usr/bin/npm\" \"start\"\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: \r\n default: node\r\n default: v8.10.0\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: \r\n default: npm \r\n default: v3.5.2\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: \r\n default: code\r\n default: ELIFECYCLE\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: InteractiveShell@2.0.0 start: `node src/dist/index.js`\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Exit status 1\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: \r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Failed at the InteractiveShell@2.0.0 start script 'node src/dist/index.js'.\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Make sure you have the latest version of node.js and npm installed.\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: If you do, this is most likely a problem with the InteractiveShell package,\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: not with npm itself.\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Tell the author that this fails on your system:\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: node src/dist/index.js\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: You can get information on how to open an issue for this project with:\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: npm bugs InteractiveShell\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Or if that isn't available, you can get their info via:\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: npm owner ls InteractiveShell\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: There is likely additional logging output above.\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: Please include the following file with any support request:\r\n default: npm\r\n default: \r\n default: ERR!\r\n default: /home/vagrant/InteractiveShell/npm-debug.log", "title": "Can't get InteractiveShell running (nodejs/npm issues?)", "type": "issue" } ]
1
1
3,668
false
false
3,668
false
googlemaps/js-samples
googlemaps
691,394,373
277
{ "number": 277, "repo": "js-samples", "user_login": "googlemaps" }
[ { "action": "opened", "author": "jpoehnelt", "comment_id": null, "datetime": 1599078209000, "masked_author": "username_0", "text": "", "title": "fix: add types to tsconfig", "type": "issue" } ]
2
2
301
false
true
0
false
vuejs/vue-next
vuejs
702,165,600
2,121
null
[ { "action": "opened", "author": "dannysmc95", "comment_id": null, "datetime": 1600195436000, "masked_author": "username_0", "text": "### Version\r\n3.0.0-rc.11\r\n\r\n### Reproduction link\r\n[https://github.com/username_0/vue3-issue1](https://github.com/username_0/vue3-issue1)\r\n\r\n### Steps to reproduce\r\n!! Please note I have added `vue-next` as Vue3 is NOT available on the bug reporter, this was created using @vue/cli using the Vue 3 Preview feature.\r\n\r\n1. Pull the repo link, and do npm install,\r\n2. Run npm run serve,\r\n3. View the page in the browser, with the vue-devtools installed and the console open (I use Chrome),\r\n4. Uncomment the public random line,\r\n5. See the error in the console,\r\n\r\n### What is expected?\r\nThere should be no error and the p tag should still display the text.\r\n\r\nUnless I am doing something wrong, but I don't believe so, I have removed the access definitions (public, private, etc), and no change.\r\n\r\n### What is actually happening?\r\nI am seeing an error relating to reactivity, and it breaks the page, stopping the p tag from showing and forcing me to refresh the page each time, which kind of defeats the point of HMR.\r\n\r\nSee error output:\r\n\r\nruntime-core.esm-bundler.js?5c40:38 [Vue warn]: Property \"message\" was accessed during render but is not defined on instance. \r\n at <Anonymous onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< null > > \r\n at <RouterView> \r\n at <App> \r\nwarn\t@\truntime-core.esm-bundler.js?5c40:38 \r\nget\t@\truntime-core.esm-bundler.js?5c40:5696 \r\nrender\t@\tHome.vue?bb51:3 \r\nrenderComponentRoot\t@\truntime-core.esm-bundler.js?5c40:535 \r\ncomponentEffect\t@\truntime-core.esm-bundler.js?5c40:4286 \r\nreactiveEffect\t@\treactivity.esm-bundler.js?a1e9:42 \r\neffect\t@\treactivity.esm-bundler.js?a1e9:17 \r\nsetupRenderEffect\t@\truntime-core.esm-bundler.js?5c40:4269 \r\nmountComponent\t@\truntime-core.esm-bundler.js?5c40:4227 \r\nprocessComponent\t@\truntime-core.esm-bundler.js?5c40:4183 \r\npatch\t@\truntime-core.esm-bundler.js?5c40:3788 \r\ncomponentEffect\t@\truntime-core.esm-bundler.js?5c40:4373 \r\nreactiveEffect\t@\treactivity.esm-bundler.js?a1e9:42 \r\ncallWithErrorHandling\t@\truntime-core.esm-bundler.js?5c40:154 \r\nflushJobs\t@\truntime-core.esm-bundler.js?5c40:359 \r\nPromise.then (async) \r\nqueueFlush\t@\truntime-core.esm-bundler.js?5c40:259 \r\nqueueCb\t@\truntime-core.esm-bundler.js?5c40:281 \r\nqueuePostFlushCb\t@\truntime-core.esm-bundler.js?5c40:287 \r\neval\t@\truntime-core.esm-bundler.js?5c40:473 \r\nreload\t@\truntime-core.esm-bundler.js?5c40:459 \r\neval\t@\truntime-core.esm-bundler.js?5c40:499 \r\neval\t@\tVM1034 Home.vue:14 \r\n./src/views/Home.vue\t@\tapp.js:1057 \r\n__webpack_require__\t@\tapp.js:849 \r\nhotApplyInternal\t@\tapp.js:750 \r\nhotApply\t@\tapp.js:412 \r\n(anonymous)\t@\tapp.js:387 \r\nPromise.then (async) \r\nhotUpdateDownloaded\t@\tapp.js:386 \r\nhotAddUpdateChunk\t@\tapp.js:362 \r\nwebpackHotUpdateCallback\t@\tapp.js:58 \r\n(anonymous)\t@\tapp.28fcc07….hot-update.js:1 \r\n\r\n---\r\n!! Please note I have added `vue-next` as Vue3 is NOT available on the bug reporter.\r\n\r\n<!-- generated by vue-issues. DO NOT REMOVE -->", "title": "Property \"message\" was accessed during render but is not defined on instance. - Vue 3 & TypeScript", "type": "issue" } ]
1
1
2,919
false
false
2,919
true
google/ExoPlayer
google
621,606,902
7,401
null
[ { "action": "opened", "author": "shiv-u", "comment_id": null, "datetime": 1589966786000, "masked_author": "username_0", "text": "Before filing a question:\r\n-----------------------\r\n- This issue tracker is intended ExoPlayer specific questions. If you're asking\r\n a general Android development question, please do so on Stack Overflow.\r\n- Search existing issues, including issues that are closed. It’s often the\r\n quickest way to get an answer!\r\n https://github.com/google/ExoPlayer/issues?q=is%3Aissue\r\n- Consult our developer website, which can be found at https://exoplayer.dev/.\r\n It provides detailed information about supported formats, devices as well as\r\n information about how to use the ExoPlayer library.\r\n- The ExoPlayer library Javadoc can be found at\r\n https://exoplayer.dev/doc/reference/\r\n\r\nWhen filing a question:\r\n-----------------------\r\nFill out the sections below, leaving the headers but replacing the content. If\r\nyou're unable to provide certain information, please explain why in the relevant\r\nsection. We may close issues if they do not include sufficient information.\r\n\r\n### [REQUIRED] Searched documentation and issues\r\nI have looked into https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/upstream/BandwidthMeter.html and https://medium.com/google-exoplayer/https-medium-com-google-exoplayer-simplified-bandwidth-meter-usage-17d8189f978b but didn't find anything related to data consumption.\r\n### [REQUIRED] Question\r\nI want to calculate the amount of data consumed while streaming a video. I know that we can get that data by using https://developer.android.com/reference/android/net/TrafficStats#getUidRxBytes(int) but this needs user permission. So is there any way through which I can get the data consumed ?", "title": "Can we get the data consumed by my app using bandwidthmeter ?", "type": "issue" }, { "action": "created", "author": "tonihei", "comment_id": 631379803, "datetime": 1589969339000, "masked_author": "username_1", "text": "The easiest way to sum up all loaded bytes is to listen to `AnalyticsListener.onLoadCompleted/onLoadCanceled/onLoadError` and add up the bytes reported in `loadEventInfo.bytesLoaded`.\r\n\r\nYou could theoretically also add a new `TransferListener` to all your `DataSources` to get the same data as the `DefaultBandwidthMeter`. However, there are some problems with doing that and I would advise against that:\r\n 1. The `TransferListener` callbacks are called on background threads and require you to add additional thread safety to make it work for your case.\r\n 2. The callbacks are not called for all loads because some of them are intentionally left out for bandwidth metering (e.g. manifest loads).", "title": null, "type": "comment" }, { "action": "created", "author": "shiv-u", "comment_id": 632498118, "datetime": 1590126719000, "masked_author": "username_0", "text": "I got it working as you suggested but the number of bytes which I get from onLoadCompleted is slightly more than the original video size, is there any explanation for that ?", "title": null, "type": "comment" }, { "action": "created", "author": "tonihei", "comment_id": 633914549, "datetime": 1590485202000, "masked_author": "username_1", "text": "That's hard to say without example media and concrete reproduction steps. Could possibly be related to seeks in the media (e.g. to read metadata at the end of the file), or user-initated seeks that resulted in the same data read twice, or network errors that resulted in a retry of the same data.", "title": null, "type": "comment" }, { "action": "created", "author": "shiv-u", "comment_id": 635750378, "datetime": 1590726302000, "masked_author": "username_0", "text": "@username_1 consider this issue, whenever there is buffering onLoadError is called and I keep track of bytesloaded as below \r\n\r\n public void onLoadError(EventTime eventTime, MediaSourceEventListener.LoadEventInfo loadEventInfo, MediaSourceEventListener.MediaLoadData mediaLoadData, IOException io,boolean wasCancelled){\r\n this.totalBytesLoaded+=loadEventInfo.bytesLoaded;\r\n\r\n System.out.println(\"in OnLoadError total\"+totalBytesLoaded+\",\"+loadEventInfo.bytesLoaded+\",\"+eventTime.currentPlaybackPositionMs);\r\n // System.out.println(\"in OnLoadError\"+loadEventInfo.bytesLoaded);\r\n } \r\nand when the player is seeked till the end of the media it will call onLoadCompleted\r\n\r\n public void onLoadError(EventTime eventTime, MediaSourceEventListener.LoadEventInfo loadEventInfo, MediaSourceEventListener.MediaLoadData mediaLoadData, IOException io,boolean wasCancelled){\r\n this.totalBytesLoaded+=loadEventInfo.bytesLoaded;\r\n\r\n System.out.println(\"in OnLoadError total\"+totalBytesLoaded+\",\"+loadEventInfo.bytesLoaded+\",\"+eventTime.currentPlaybackPositionMs);\r\n // System.out.println(\"in OnLoadError\"+loadEventInfo.bytesLoaded);\r\n }\r\nthere also I am adding the number of bytes to the total number of bytes loaded till then which was due to onLoadError. Then the final number of bytes loaded will be more than the file size. I am not using cache mechanism, so am I doing it right ?", "title": null, "type": "comment" }, { "action": "closed", "author": "tonihei", "comment_id": null, "datetime": 1594027566000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "tonihei", "comment_id": 654121509, "datetime": 1594027566000, "masked_author": "username_1", "text": "Closing, because the question was answered.", "title": null, "type": "comment" } ]
2
7
4,267
false
false
4,267
true
sharksforarms/rust-packet
null
710,338,781
28
{ "number": 28, "repo": "rust-packet", "user_login": "sharksforarms" }
[ { "action": "opened", "author": "sharksforarms", "comment_id": null, "datetime": 1601304628000, "masked_author": "username_0", "text": "", "title": "fix: switch to use tarpaulin for coverage", "type": "issue" } ]
2
2
815
false
true
0
false
openshift/machine-api-operator
openshift
474,428,326
366
{ "number": 366, "repo": "machine-api-operator", "user_login": "openshift" }
[ { "action": "opened", "author": "vikaschoudhary16", "comment_id": null, "datetime": 1564472884000, "masked_author": "username_0", "text": "openshift/kubernetes-drain got updated to list daemonsets as part of `apps` group: https://github.com/openshift/kubernetes-drain/commit/97b0f2710aa6579a688c834e4c2c919adf1912d0#diff-b35cc60e9fab98b13f2a1f43795d4d00\r\n\r\nAccordingly cluster-role should be updated. Otherwise we get error like this on Drain():\r\n```\r\ndaemonsets.apps \"node-ca\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-image-registry\": node-ca-sc9p8; daemonsets.apps \"machine-config-daemon\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-machine-config-operator\": machine-config-daemon-zd5j9; daemonsets.apps \"node-exporter\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-monitoring\": node-exporter-xnc6f; daemonsets.apps \"multus\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-multus\": multus-fc6jv; daemonsets.apps \"ovs\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-sdn\": ovs-f49pj; daemonsets.apps \"sdn\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-sdn\": sdn-b79c2; daemonsets.apps \"tuned\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-cluster-node-tuning-operator\": tuned-xzgzh; daemonsets.apps \"dns-default\" is forbidden: User \"system:serviceaccount:openshift-machine-api:machine-api-controllers\" cannot get resource \"daemonsets\" in API group \"apps\" in the namespace \"openshift-dns\": dns-default-c495j\r\n```\r\n\r\nThis PR is required to get the CI green on https://github.com/openshift/cluster-api-provider-aws/pull/243", "title": "Modify machine-api-controller clusterrole for daemonsets", "type": "issue" }, { "action": "created", "author": "enxebre", "comment_id": 516308917, "datetime": 1564473389000, "masked_author": "username_1", "text": "/approve", "title": null, "type": "comment" }, { "action": "created", "author": "frobware", "comment_id": 516310964, "datetime": 1564473748000, "masked_author": "username_2", "text": "/lgtm", "title": null, "type": "comment" }, { "action": "created", "author": "frobware", "comment_id": 516387951, "datetime": 1564487918000, "masked_author": "username_2", "text": "/lgtm", "title": null, "type": "comment" }, { "action": "created", "author": "frobware", "comment_id": 516388551, "datetime": 1564488031000, "masked_author": "username_2", "text": "/lgtm cancel", "title": null, "type": "comment" }, { "action": "created", "author": "ingvagabund", "comment_id": 516731053, "datetime": 1564557861000, "masked_author": "username_3", "text": "/lgtm", "title": null, "type": "comment" }, { "action": "created", "author": "enxebre", "comment_id": 527416075, "datetime": 1567509580000, "masked_author": "username_1", "text": "/cherrypick release-4.1", "title": null, "type": "comment" } ]
7
16
9,219
false
true
2,311
false
mosn/mosn
mosn
779,961,086
1,538
{ "number": 1538, "repo": "mosn", "user_login": "mosn" }
[ { "action": "opened", "author": "cch123", "comment_id": null, "datetime": 1609904498000, "masked_author": "username_0", "text": "shrink buffer when read timeout", "title": "[WIP]tls buffer optimization", "type": "issue" }, { "action": "created", "author": "cch123", "comment_id": 755058249, "datetime": 1609904570000, "masked_author": "username_0", "text": "todo\r\nadd mosn load test result", "title": null, "type": "comment" }, { "action": "created", "author": "taoyuanyuan", "comment_id": 755142738, "datetime": 1609919338000, "masked_author": "username_1", "text": "@nejisama", "title": null, "type": "comment" } ]
3
4
71
false
true
71
false
rrebase/knboard
null
725,674,945
43
{ "number": 43, "repo": "knboard", "user_login": "rrebase" }
[ { "action": "opened", "author": "Teekivi", "comment_id": null, "datetime": 1603205727000, "masked_author": "username_0", "text": "", "title": "Implement deleting task comments", "type": "issue" } ]
2
2
368
false
true
0
false
dotnet-architecture/eShopOnWeb
dotnet-architecture
640,725,291
403
{ "number": 403, "repo": "eShopOnWeb", "user_login": "dotnet-architecture" }
[ { "action": "opened", "author": "yigith", "comment_id": null, "datetime": 1592426107000, "masked_author": "username_0", "text": "https://github.com/dotnet-architecture/eShopOnWeb/issues/402", "title": "adding specification for getting items", "type": "issue" }, { "action": "created", "author": "efleming18", "comment_id": 645697878, "datetime": 1592440244000, "masked_author": "username_1", "text": "Thanks, @username_0 ! :)", "title": null, "type": "comment" } ]
2
2
80
false
false
80
true
GoogleCloudPlatform/python-docs-samples
GoogleCloudPlatform
588,102,079
3,142
{ "number": 3142, "repo": "python-docs-samples", "user_login": "GoogleCloudPlatform" }
[ { "action": "opened", "author": "arifhidayat41", "comment_id": null, "datetime": 1585188444000, "masked_author": "username_0", "text": "Fixes #3116", "title": "Create main.yml", "type": "issue" } ]
2
2
1,847
false
true
11
false
riscv/riscv-v-spec
riscv
669,519,829
544
null
[ { "action": "opened", "author": "chuanhua", "comment_id": null, "datetime": 1596181295000, "masked_author": "username_0", "text": "In order to manipulate RVV stack (prologue, epilogue, stack reference, register alignment, function argument in stack) efficiently, we need a scalar \"addvl\" instruction to add an integer multiple of vlenb value to stack pointer. Without this instruction, we need several instructions to calculate the stack pointer value and need to allocate several scalar tmp registers for this calculation which may lead to extra register save/restore code.\r\n\r\nExample 1: allocate RVV stack in prologue:\r\n`csrr t0, vlenb`\r\n`addi t1, zero, 7`\r\n`mul t0, t0, t1`\r\n`sub sp, sp, t0`\r\n\r\nExample 2: reference vector stack object, offset #7\r\n`addi a0,sp,#unscaled_offset`\r\n`csrr a1, vlenb`\r\n`addi a2, zero, 7`\r\n`mul a2, a1, a2`\r\n`add a0, a0, a2`\r\n`vl1r.v v24, (a0)`\r\n\r\nIs it possible to add such an instruction for efficient RVV stack support?", "title": "Adding \"addvl\" instruction for efficient stack pointer calculation", "type": "issue" }, { "action": "created", "author": "kito-cheng", "comment_id": 667787016, "datetime": 1596426184000, "masked_author": "username_1", "text": "+1, that will significantly simplify the code gen for spilling vector register.", "title": null, "type": "comment" }, { "action": "created", "author": "chuanhua", "comment_id": 667829137, "datetime": 1596435889000, "masked_author": "username_0", "text": "The basic form of \"addvl\" instruction should use the vlenb CSR as an implied source operand. And I think whether LMUL needs to be considered as another implied source operand can be discussed.", "title": null, "type": "comment" }, { "action": "created", "author": "David-Horner", "comment_id": 668092734, "datetime": 1596469183000, "masked_author": "username_2", "text": "Adding to sp does not help with Example 2.\r\n\r\nThe problem you are stating is the difficulty deriving a multiple of vlenb to add/subtract from a register, especially sp.\r\n\r\nSince vlenb is a Read Only CSR, the csrrw and csrrwi are unused.\r\n\r\nThese variants could be used to request a multiplier for vlenb.\r\n\r\n\r\nThus examples 1 and 2 become.\r\n\r\nExample 1: allocate RVV stack in prologue:\r\ncsrrwi t0, vlenb, 7\r\nsub sp, sp, t0\r\n\r\nExample 2: reference vector stack object, offset #7\r\ncsrrwi a0, vlenb, 7\r\naddi a0,a0,#unscaled_offset\r\nadd a0,a0,sp,\r\nvl1r.v v24, (a0)\r\n\r\nNote: csrrwi on vlenb will likely be assigned an alias (maybe vlenxi and vlenx?)\r\n\r\nSome may object to this unorthodox use of csrrw, however, such use is planned for fast interrupt TG and been floated for other uses as well.", "title": null, "type": "comment" }, { "action": "created", "author": "chuanhua", "comment_id": 669789917, "datetime": 1596702504000, "masked_author": "username_0", "text": "I am sorry that I did not describe the \"addvl\" instruction envisioned clearly. What I am actually thinking about the addvl instruction has the following syntax and functionality.\r\n\r\n\"addvl rd, rs1, signed_imm_6bit\"\r\n\"rd = rs1 + (signed_imm_6bit * vlenb)\"\r\n\r\nSo it should be useful for example 2 as well. But it seems that I cannot find an existing instruction format with 6-bits of immediate values.\r\n\r\nYour proposal of using \"csrrwi rd, vlenb, unsigned_imm_5bit\" with the function of \"rd = unsigned_imm_5bit * vlenb\" is a good idea.", "title": null, "type": "comment" }, { "action": "created", "author": "aswaterman", "comment_id": 669793582, "datetime": 1596702964000, "masked_author": "username_3", "text": "I'm not much of a fan of the \"magic CSR\" approach. It creates an awkward special case, since many styles of implementation perform CSR accesses at commit, whereas here we want to execute the instruction earlier in the pipeline. It also adds a special case to the illegal-instruction detection logic, since currently all CSRs with address bits 11:10=3 trap on writes.", "title": null, "type": "comment" }, { "action": "created", "author": "chuanhua", "comment_id": 669805273, "datetime": 1596704409000, "masked_author": "username_0", "text": "Then we can define 2 instructions in the OP opcode space as follows:\r\n\r\n\"addvl rd, rs1, uimm5\" --> \"rd = rs1 + (uimm5 * vlenb_const)\" // when rs1=x0, rd = uimm5 * vlenb_const\r\n\"subvl rd, rs1, uimm5\" --> \"rd = rs1 - (uimm5 * vlenb_const)\" // when rs1=x0, rd = - (uimm5 * vlenb_const)", "title": null, "type": "comment" }, { "action": "created", "author": "aswaterman", "comment_id": 669809364, "datetime": 1596704899000, "masked_author": "username_3", "text": "TG should discuss whether to add such instructions, but if they are approved, I think your signed-immediate version is fine.", "title": null, "type": "comment" }, { "action": "created", "author": "David-Horner", "comment_id": 670041990, "datetime": 1596731997000, "masked_author": "username_2", "text": "", "title": null, "type": "comment" }, { "action": "created", "author": "vbx-glemieux", "comment_id": 670080444, "datetime": 1596736025000, "masked_author": "username_4", "text": "Have you worked out what this would look like with a larger example?\n\nThis code snippet is to save or load a single vector register. Normally,\nthe code would be saving/restoring multiple registers. This takes a long\ntime to execute. For each vector register saved/loaded, a new base address\nneeds to be computed. I don't think you would use addvl to compute the\naddress from scratch each time, when you can simply do a subi/addi to\nmodify sp each time.\n\nInstead, perhaps we need vload/vstore instructions that compute the\nrequired effective address using the register number? For example:\n\nvl1r.v vX,(a0)\n\nwhere EffectiveAddress = a0 + (vlenb * X)\n\nThe \"*X\" is a variable shift.\n\nGuy", "title": null, "type": "comment" }, { "action": "created", "author": "kasanovic", "comment_id": 802650936, "datetime": 1616142804000, "masked_author": "username_5", "text": "Moved to post v1.0.", "title": null, "type": "comment" } ]
6
11
3,894
false
false
3,894
false
TwilioDevEd/clicktocall-rails
TwilioDevEd
603,350,190
19
null
[ { "action": "opened", "author": "rojasTob", "comment_id": null, "datetime": 1587398510000, "masked_author": "username_0", "text": "### Documentation\r\n\r\n- [x] `LICENSE` file exists in repository\r\n\r\n- [x] [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md) exists in repository\r\n\r\n- [x] [CONTRIBUTING](https://github.com/twilio-labs/.github/blob/master/CONTRIBUTING.md) exists in repository \r\n\r\n- [x] No broken links in README.md\r\n\r\n- [x] Build status exists at top of README.md\r\n\r\n- [x] Set up steps are complete and accurate\r\n\r\n- [x] CodeExchange repository is linked in README.md\r\n\r\n### GitHub\r\n\r\n- [x] Dependabot set up\r\n\r\n- [x] Dependabot automerge set up\r\n\r\n- [x] Uses GitHub Actions (required for Twilio sample) or other CI\r\n\r\n### Code\r\n\r\n- [x] Packages/dependencies are up to date\r\n\r\n- [x] Code compiles against latest packages/dependencies\r\n\r\n- [x] Matches [CodeExchange Guidelines](https://github.com/twilio-labs/code-exchange/tree/master/guidelines) to the best of ability\r\n\r\n### Tests\r\n\r\n- [x] Functionality tests have been created\r\n\r\n- [x] All tests pass\r\n\r\n### App\r\n\r\n- [x] Confirmed sample behaves as expected (after dependencies have been updated)\r\n\r\n- [x] This file has been copied into a wiki entry for the respective repository or added as a GitHub issue\r\n\r\n### General\r\n\r\n- [x] App is released under a permissive license like MIT or Apache-2\r\n\r\n- [x] I've read and followed the contribution guidelines\r\n\r\n- [x] I've read and implemented my template according to the respective coding guidelines for my project\r\n\r\n- [x] I agree and adhere to the Code of Conduct\r\n\r\n- [x] The template has been authored by me / or my organization and will be kept up-to-date. If the template will not longer be maintained, I'll notify this project.", "title": "Code Exchange quality checklist", "type": "issue" } ]
1
1
1,653
false
false
1,653
false
elastic/curator
elastic
540,465,417
1,496
null
[ { "action": "opened", "author": "sandrotosi", "comment_id": null, "datetime": 1576778124000, "masked_author": "username_0", "text": "building es-curator without cx_Freeze causes:\r\n\r\n```\r\nTraceback (most recent call last):\r\n File \"setup.py\", line 42, in <module>\r\n from cx_Freeze import setup, Executable\r\nModuleNotFoundError: No module named 'cx_Freeze'\r\n```\r\n\r\nbecause the try..except at https://github.com/elastic/curator/blob/master/setup.py#L143 matches `ImportError` not `ModuleNotFoundError`\r\n\r\nplease extend it to cover both exceptions (likely the second comes from a reorg of exceptions in python 3.8)", "title": "better check for `cx_Freeze`", "type": "issue" }, { "action": "created", "author": "untergeek", "comment_id": 567596584, "datetime": 1576778306000, "masked_author": "username_1", "text": "Python 3.8 is not yet tested, nor supported for Curator. Thanks for reporting this, but what you're experiencing might be something I have to address for 3.8, as I do not see this for 3.6 or 3.7.\r\n\r\nI'll rename the issue to make it a request for Python 3.8 support.", "title": null, "type": "comment" }, { "action": "created", "author": "sandrotosi", "comment_id": 567599656, "datetime": 1576778857000, "masked_author": "username_0", "text": "we're in the process of upgrading curator in Debian, which already has 3.8 among the python3 versions we support; anything that can be done to expedite 3.8 support in curator will be much helpful. thanks!", "title": null, "type": "comment" }, { "action": "created", "author": "mnasiadka", "comment_id": 598745691, "datetime": 1584109504000, "masked_author": "username_2", "text": "Started seeing those issues on Ubuntu:18.04 - dump:\r\nINFO:kolla.common.utils.elasticsearch-curator:Collecting elasticsearch-curator\r\nINFO:kolla.common.utils.elasticsearch-curator: Downloading https://files.pythonhosted.org/packages/34/78/787a52834656f7f5dab6d709e38876c4d2604f0e1a16d17937d00330b0c5/elasticsearch-curator-5.8.1.tar.gz (225kB)\r\nINFO:kolla.common.utils.elasticsearch-curator: Complete output from command python setup.py egg_info:\r\nINFO:kolla.common.utils.elasticsearch-curator: WARNING: The wheel package is not available.\r\nINFO:kolla.common.utils.elasticsearch-curator: WARNING: The wheel package is not available.\r\nINFO:kolla.common.utils.elasticsearch-curator: WARNING: The wheel package is not available.\r\nINFO:kolla.common.utils.elasticsearch-curator: ERROR: Failed to build one or more wheels\r\nINFO:kolla.common.utils.elasticsearch-curator: Traceback (most recent call last):\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/tmp/pip-build-ffzzlh4w/elasticsearch-curator/setup.py\", line 39, in <module>\r\nINFO:kolla.common.utils.elasticsearch-curator: from cx_Freeze import setup, Executable\r\nINFO:kolla.common.utils.elasticsearch-curator: ModuleNotFoundError: No module named 'cx_Freeze'\r\nINFO:kolla.common.utils.elasticsearch-curator:\r\nINFO:kolla.common.utils.elasticsearch-curator: During handling of the above exception, another exception occurred:\r\nINFO:kolla.common.utils.elasticsearch-curator:\r\nINFO:kolla.common.utils.elasticsearch-curator: Traceback (most recent call last):\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/installer.py\", line 128, in fetch_build_egg\r\nINFO:kolla.common.utils.elasticsearch-curator: subprocess.check_call(cmd)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3.6/subprocess.py\", line 311, in check_call\r\nINFO:kolla.common.utils.elasticsearch-curator: raise CalledProcessError(retcode, cmd)\r\nINFO:kolla.common.utils.elasticsearch-curator: subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplppdnlnf', '--quiet', 'pyyaml==3.13']' returned non-zero exit status 1.\r\nINFO:kolla.common.utils.elasticsearch-curator:\r\nINFO:kolla.common.utils.elasticsearch-curator: During handling of the above exception, another exception occurred:\r\nINFO:kolla.common.utils.elasticsearch-curator:\r\nINFO:kolla.common.utils.elasticsearch-curator: Traceback (most recent call last):\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"<string>\", line 1, in <module>\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/tmp/pip-build-ffzzlh4w/elasticsearch-curator/setup.py\", line 177, in <module>\r\nINFO:kolla.common.utils.elasticsearch-curator: tests_require = [\"mock\", \"nose\", \"coverage\", \"nosexcover\"]\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/__init__.py\", line 143, in setup\r\nINFO:kolla.common.utils.elasticsearch-curator: _install_setup_requires(attrs)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/__init__.py\", line 138, in _install_setup_requires\r\nINFO:kolla.common.utils.elasticsearch-curator: dist.fetch_build_eggs(dist.setup_requires)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/dist.py\", line 721, in fetch_build_eggs\r\nINFO:kolla.common.utils.elasticsearch-curator: replace_conflicting=True,\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/pkg_resources/__init__.py\", line 783, in resolve\r\nINFO:kolla.common.utils.elasticsearch-curator: replace_conflicting=replace_conflicting\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/pkg_resources/__init__.py\", line 1066, in best_match\r\nINFO:kolla.common.utils.elasticsearch-curator: return self.obtain(req, installer)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/pkg_resources/__init__.py\", line 1078, in obtain\r\nINFO:kolla.common.utils.elasticsearch-curator: return installer(requirement)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/dist.py\", line 777, in fetch_build_egg\r\nINFO:kolla.common.utils.elasticsearch-curator: return fetch_build_egg(self, req)\r\nINFO:kolla.common.utils.elasticsearch-curator: File \"/usr/lib/python3/dist-packages/setuptools/installer.py\", line 130, in fetch_build_egg\r\nINFO:kolla.common.utils.elasticsearch-curator: raise DistutilsError(str(e))\r\nINFO:kolla.common.utils.elasticsearch-curator: distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplppdnlnf', '--quiet', 'pyyaml==3.13']' returned non-zero exit status 1.\r\nINFO:kolla.common.utils.elasticsearch-curator:\r\nINFO:kolla.common.utils.elasticsearch-curator: ----------------------------------------\r\nINFO:kolla.common.utils.elasticsearch-curator:Command \"python setup.py egg_info\" failed with error code 1 in /tmp/pip-build-ffzzlh4w/elasticsearch-curator/\r\nINFO:kolla.common.utils.elasticsearch-curator:", "title": null, "type": "comment" }, { "action": "created", "author": "sandrotosi", "comment_id": 598750755, "datetime": 1584110169000, "masked_author": "username_0", "text": "ubuntu 18.04 in no way has 3.8 as officially supported, so the last comment is 100% unrelated to this issue", "title": null, "type": "comment" }, { "action": "created", "author": "untergeek", "comment_id": 598768244, "datetime": 1584112268000, "masked_author": "username_1", "text": "I can tell you that 3.8 is now added to the Travis CI tests, and is passing. This issue seems predominately associated with packaging rather than functionality.", "title": null, "type": "comment" }, { "action": "created", "author": "mnasiadka", "comment_id": 598769759, "datetime": 1584112351000, "masked_author": "username_2", "text": "Yeah, did some more digging, and it was related to pyyaml build failing, due to lack of python3-wheel package. God knows why Ubuntu does not install python3-wheel package, when installing python3-setuptools...", "title": null, "type": "comment" }, { "action": "created", "author": "DaveyDevOps", "comment_id": 620973773, "datetime": 1588131813000, "masked_author": "username_3", "text": "Wondering... what else is needed here?", "title": null, "type": "comment" }, { "action": "created", "author": "geerlingguy", "comment_id": 662502507, "datetime": 1595429814000, "masked_author": "username_4", "text": "The fix for me (on Ubuntu 20.04) was to `apt-get install -y python3-wheel` (thanks for the suggestion @username_2!).", "title": null, "type": "comment" }, { "action": "created", "author": "hrw", "comment_id": 713506300, "datetime": 1603280226000, "masked_author": "username_5", "text": "CentOS 8 has Python 3.6:\r\n\r\n```\r\n(venv3) 13:30 (217s) username_5@puchatek:kolla$ drun centos:8\r\n[root@a2e718a02469 /]# cd\r\n[root@a2e718a02469 ~]# dnf install python3-pip python3-wheel python3-setuptools\r\nFailed to set locale, defaulting to C.UTF-8\r\nCentOS-8 - AppStream 1.9 MB/s | 5.8 MB 00:02 \r\nCentOS-8 - Base 1.4 MB/s | 2.2 MB 00:01 \r\nCentOS-8 - Extras 19 kB/s | 8.1 kB 00:0 ] --- B/s | 0 B --:-- ETA ] --- B/s | 0 B --:-- ETA0 \r\nDependencies resolved.\r\n========================================================================================================================================================\r\n Package Architecture Version Repository Size\r\n========================================================================================================================================================\r\nInstalling:\r\n python3-pip noarch 9.0.3-16.el8 AppStream 19 k\r\n python3-setuptools noarch 39.2.0-5.el8 BaseOS 162 k\r\n python3-wheel noarch 1:0.31.1-2.module_el8.1.0+245+c39af44f AppStream 68 k\r\nInstalling dependencies:\r\n platform-python-pip noarch 9.0.3-16.el8 BaseOS 1.8 M\r\n python36 x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 19 k\r\nEnabling module streams:\r\n python36 3.6 \r\n\r\nTransaction Summary\r\n========================================================================================================================================================\r\nInstall 5 Packages\r\n\r\nTotal download size: 2.1 M\r\nInstalled size: 8.0 M\r\nIs this ok [y/N]: y\r\nDownloading Packages:\r\nCentOS-8 - AppStream 198% [==========================================================================================(1/5): python3-pip-9.0.3-16.el8.noarch.rpm 93 kB/s | 19 kB 00:00 \r\n(2/5): python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64.rpm 86 kB/s | 19 kB 00:00 \r\n(3/5): python3-wheel-0.31.1-2.module_el8.1.0+245+c39af44f.noarch.rpm 246 kB/s | 68 kB 00:00 \r\n(4/5): python3-setuptools-39.2.0-5.el8.noarch.rpm 379 kB/s | 162 kB 00:00 \r\n(5/5): platform-python-pip-9.0.3-16.el8.noarch.rpm 1.4 MB/s | 1.8 MB 00:01 \r\n--------------------------------------------------------------------------------------------------------------------------------------------------------\r\nTotal 886 kB/s | 2.1 MB 00:02 \r\nwarning: /var/cache/dnf/AppStream-02e86d1c976ab532/packages/python3-pip-9.0.3-16.el8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY\r\nCentOS-8 - AppStream 1.6 MB/s | 1.6 kB 00:00 \r\nImporting GPG key 0x8483C65D:\r\n Userid : \"CentOS (CentOS Official Signing Key) <security@centos.org>\"\r\n Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D\r\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial\r\nIs this ok [y/N]: y\r\nKey imported successfully\r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\n Preparing : 1/1 \r\n Installing : python3-setuptools-39.2.0-5.el8.noarch 1/5 \r\n Installing : platform-python-pip-9.0.3-16.el8.noarch 2/5 \r\n Installing : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 3/5 \r\n Running scriptlet: python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 3/5 \r\n Installing : python3-pip-9.0.3-16.el8.noarch 4/5 \r\n Installing : python3-wheel-1:0.31.1-2.module_el8.1.0+245+c39af44f.noarch 5/5 \r\n Running scriptlet: python3-wheel-1:0.31.1-2.module_el8.1.0+245+c39af44f.noarch 5/5 \r\n Verifying : python3-pip-9.0.3-16.el8.noarch 1/5 \r\n Verifying : python3-wheel-1:0.31.1-2.module_el8.1.0+245+c39af44f.noarch 2/5 \r\n Verifying : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 3/5 \r\n Verifying : platform-python-pip-9.0.3-16.el8.noarch 4/5 \r\n Verifying : python3-setuptools-39.2.0-5.el8.noarch 5/5 \r\n\r\nInstalled:\r\n platform-python-pip-9.0.3-16.el8.noarch python3-pip-9.0.3-16.el8.noarch \r\n python3-setuptools-39.2.0-5.el8.noarch python3-wheel-1:0.31.1-2.module_el8.1.0+245+c39af44f.noarch \r\n python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 \r\n\r\nComplete!\r\n[root@a2e718a02469 ~]# pip3 install elasticsearch-curator\r\nWARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.\r\nCollecting elasticsearch-curator\r\n Downloading https://files.pythonhosted.org/packages/34/78/787a52834656f7f5dab6d709e38876c4d2604f0e1a16d17937d00330b0c5/elasticsearch-curator-5.8.1.tar.gz (225kB)\r\n 100% |████████████████████████████████| 235kB 2.0MB/s \r\n Complete output from command python setup.py egg_info:\r\n \r\n libyaml is not found or a compiler error: forcing --without-libyaml\r\n (if libyaml is installed correctly, you may need to\r\n specify the option --include-dirs or uncomment and\r\n modify the parameter include_dirs in setup.cfg)\r\n zip_safe flag not set; analyzing archive contents...\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/PyYAML-3.13-py3.6-linux-x86_64.egg\r\n Searching for click<7.0,>=6.7\r\n Reading https://pypi.org/simple/click/\r\n Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl#sha256=29f99fc6125fbc931b758dc053b3114e55c77a6e4c6c3a2674a2dc986016381d\r\n Best match: click 6.7\r\n Processing click-6.7-py2.py3-none-any.whl\r\n Installing click-6.7-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/click-6.7-py3.6.egg\r\n Searching for requests_aws4auth>=0.9\r\n Reading https://pypi.org/simple/requests_aws4auth/\r\n Downloading https://files.pythonhosted.org/packages/4e/44/dec6791ef89cef395918f6e4268d0f30096ee798523fcf26edd53117210a/requests_aws4auth-1.0.1-py2.py3-none-any.whl#sha256=6ddc92476c0ebab6c90709966e0ff3b2f16ba1f296b7ea8573645bbbe5ef9444\r\n Best match: requests-aws4auth 1.0.1\r\n Processing requests_aws4auth-1.0.1-py2.py3-none-any.whl\r\n Installing requests_aws4auth-1.0.1-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/requests_aws4auth-1.0.1-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/requests_aws4auth-1.0.1-py3.6.egg\r\n Searching for boto3>=1.9.142\r\n Reading https://pypi.org/simple/boto3/\r\n Downloading https://files.pythonhosted.org/packages/86/b7/b284f4053b2b8ab867c1db6086a1a908e0e1f60329935ddc1a8a96d4a3e4/boto3-1.16.1-py2.py3-none-any.whl#sha256=abfd82a98fd3399d549dd77575e8933764928f4d7e9c4c24c3efc7e41719d238\r\n Best match: boto3 1.16.1\r\n Processing boto3-1.16.1-py2.py3-none-any.whl\r\n Installing boto3-1.16.1-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/boto3-1.16.1-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/boto3-1.16.1-py3.6.egg\r\n Searching for requests>=2.20.0\r\n Reading https://pypi.org/simple/requests/\r\n Downloading https://files.pythonhosted.org/packages/45/1e/0c169c6a5381e241ba7404532c16a21d86ab872c9bed8bdcd4c423954103/requests-2.24.0-py2.py3-none-any.whl#sha256=fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898\r\n Best match: requests 2.24.0\r\n Processing requests-2.24.0-py2.py3-none-any.whl\r\n Installing requests-2.24.0-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/requests-2.24.0-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/requests-2.24.0-py3.6.egg\r\n Searching for urllib3<1.25,>=1.24.2\r\n Reading https://pypi.org/simple/urllib3/\r\n Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl#sha256=a637e5fae88995b256e3409dc4d52c2e2e0ba32c42a6365fee8bbd2238de3cfb\r\n Best match: urllib3 1.24.3\r\n Processing urllib3-1.24.3-py2.py3-none-any.whl\r\n Installing urllib3-1.24.3-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/urllib3-1.24.3-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/urllib3-1.24.3-py3.6.egg\r\n Searching for elasticsearch<8.0.0,>=7.0.4\r\n Reading https://pypi.org/simple/elasticsearch/\r\n Downloading https://files.pythonhosted.org/packages/38/5c/c3efebe8065bd4f9e815751009841934b8fcd7bfba93362a54384a04fd8b/elasticsearch-7.10.0a2-py2.py3-none-any.whl#sha256=4883b42428fc073b2bb19c2c4d13ad4c951e2f1bde73c40dc2f2ae7bbd3c3526\r\n Best match: elasticsearch 7.10.0a2\r\n Processing elasticsearch-7.10.0a2-py2.py3-none-any.whl\r\n Installing elasticsearch-7.10.0a2-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/elasticsearch-7.10.0a2-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/elasticsearch-7.10.0a2-py3.6.egg\r\n Searching for voluptuous>=0.9.3\r\n Reading https://pypi.org/simple/voluptuous/\r\n Downloading https://files.pythonhosted.org/packages/d3/e9/861cec3f4da0728d9d085db9c338b598351cbacb10521c25f0857f55c6d4/voluptuous-0.12.0-py3-none-any.whl#sha256=0fff348a097c9a74f9f4a991d2cf01a6185780e997ad953bde49cb3efbb411be\r\n Best match: voluptuous 0.12.0\r\n Processing voluptuous-0.12.0-py3-none-any.whl\r\n Installing voluptuous-0.12.0-py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/voluptuous-0.12.0-py3.6.egg\r\n Searching for s3transfer<0.4.0,>=0.3.0\r\n Reading https://pypi.org/simple/s3transfer/\r\n Downloading https://files.pythonhosted.org/packages/69/79/e6afb3d8b0b4e96cefbdc690f741d7dd24547ff1f94240c997a26fa908d3/s3transfer-0.3.3-py2.py3-none-any.whl#sha256=2482b4259524933a022d59da830f51bd746db62f047d6eb213f2f8855dcb8a13\r\n Best match: s3transfer 0.3.3\r\n Processing s3transfer-0.3.3-py2.py3-none-any.whl\r\n Installing s3transfer-0.3.3-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/s3transfer-0.3.3-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/s3transfer-0.3.3-py3.6.egg\r\n Searching for jmespath<1.0.0,>=0.7.1\r\n Reading https://pypi.org/simple/jmespath/\r\n Downloading https://files.pythonhosted.org/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl#sha256=cdf6525904cc597730141d61b36f2e4b8ecc257c420fa2f4549bac2c2d0cb72f\r\n Best match: jmespath 0.10.0\r\n Processing jmespath-0.10.0-py2.py3-none-any.whl\r\n Installing jmespath-0.10.0-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/jmespath-0.10.0-py3.6.egg\r\n Searching for botocore<1.20.0,>=1.19.1\r\n Reading https://pypi.org/simple/botocore/\r\n Downloading https://files.pythonhosted.org/packages/15/53/f4eee30d48e0e495a1ec73ca1c8cc2b6090c378bdb226e42e8cac9278e1e/botocore-1.19.1-py2.py3-none-any.whl#sha256=873028eb00120fa310226edd584c4cab3eb6ace08b5ad5b8cce1f5f9514e9771\r\n Best match: botocore 1.19.1\r\n Processing botocore-1.19.1-py2.py3-none-any.whl\r\n Installing botocore-1.19.1-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n writing requirements to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/botocore-1.19.1-py3.6.egg/EGG-INFO/requires.txt\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/botocore-1.19.1-py3.6.egg\r\n Searching for idna<3,>=2.5\r\n Reading https://pypi.org/simple/idna/\r\n Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl#sha256=b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0\r\n Best match: idna 2.10\r\n Processing idna-2.10-py2.py3-none-any.whl\r\n Installing idna-2.10-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/idna-2.10-py3.6.egg\r\n Searching for chardet<4,>=3.0.2\r\n Reading https://pypi.org/simple/chardet/\r\n Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl#sha256=fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691\r\n Best match: chardet 3.0.4\r\n Processing chardet-3.0.4-py2.py3-none-any.whl\r\n Installing chardet-3.0.4-py2.py3-none-any.whl to /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs\r\n \r\n Installed /tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/chardet-3.0.4-py3.6.egg\r\n Traceback (most recent call last):\r\n File \"/tmp/pip-build-9s1tcljz/elasticsearch-curator/setup.py\", line 39, in <module>\r\n from cx_Freeze import setup, Executable\r\n ModuleNotFoundError: No module named 'cx_Freeze'\r\n \r\n During handling of the above exception, another exception occurred:\r\n \r\n Traceback (most recent call last):\r\n File \"<string>\", line 1, in <module>\r\n File \"/tmp/pip-build-9s1tcljz/elasticsearch-curator/setup.py\", line 177, in <module>\r\n tests_require = [\"mock\", \"nose\", \"coverage\", \"nosexcover\"]\r\n File \"/usr/lib/python3.6/site-packages/setuptools/__init__.py\", line 128, in setup\r\n _install_setup_requires(attrs)\r\n File \"/usr/lib/python3.6/site-packages/setuptools/__init__.py\", line 123, in _install_setup_requires\r\n dist.fetch_build_eggs(dist.setup_requires)\r\n File \"/usr/lib/python3.6/site-packages/setuptools/dist.py\", line 514, in fetch_build_eggs\r\n replace_conflicting=True,\r\n File \"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py\", line 779, in resolve\r\n raise VersionConflict(dist, req).with_context(dependent_req)\r\n pkg_resources.ContextualVersionConflict: (urllib3 1.24.3 (/tmp/pip-build-9s1tcljz/elasticsearch-curator/.eggs/urllib3-1.24.3-py3.6.egg), Requirement.parse('urllib3<1.26,>=1.25.4'), {'botocore'})\r\n \r\n ----------------------------------------\r\nCommand \"python setup.py egg_info\" failed with error code 1 in /tmp/pip-build-9s1tcljz/elasticsearch-curator/\r\n[root@a2e718a02469 ~]# \r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "vinodhbasavani", "comment_id": 715261772, "datetime": 1603449721000, "masked_author": "username_6", "text": "```python3-wheel``` package is already installed on ubuntu 18.04 server. I also started facing the same issue.\r\nThis has worked fine till last week.\r\nWhat should be the resolution for this?", "title": null, "type": "comment" }, { "action": "created", "author": "hrw", "comment_id": 715262708, "datetime": 1603449842000, "masked_author": "username_5", "text": "In Kolla I proposed this workaround for now:\r\n\r\n``` \r\npip install \"boto3<1.16\" \"botocore<1.19\"\r\npip install elasticsearch-curator\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "jvleminc", "comment_id": 719770236, "datetime": 1604088260000, "masked_author": "username_7", "text": "@username_5 Where did you propose this? Any issue/PR?", "title": null, "type": "comment" }, { "action": "created", "author": "hrw", "comment_id": 719946058, "datetime": 1604156766000, "masked_author": "username_5", "text": "@username_7 Look at https://review.opendev.org/#/c/755339/14/docker/elasticsearch/elasticsearch-curator/Dockerfile.j2 (where my fix was merged into other change).\r\n\r\nAnd Kolla does not use Github for development - it is read only mirror provided by OpenDev mirroring scripts. Comments left there are not checked by anyone.", "title": null, "type": "comment" }, { "action": "created", "author": "jvleminc", "comment_id": 720558398, "datetime": 1604332490000, "masked_author": "username_7", "text": "@username_5 Thanks, I will apply your fix, it's more elegant.\r\n\r\nTo make it work in _rocky_, I had to add the `pip_version=\"pip3\"` flag:\r\n```\r\n{# FIXME: Revert the boto installations once we figure this issue out #}\r\nRUN {{ macros.install_pip(['\"boto3<1.16\"', '\"botocore<1.19\"'], constraints=false, pip_version=\"pip3\") }} \\\r\n && {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable(\"pip_packages\"), constraints=false, pip_version=\"pip3\") }} \\\r\n && mkdir -p /etc/elasticsearch-curator \\\r\n && chown -R elasticsearch: /etc/elasticsearch-curator\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "stas-sbi", "comment_id": 724497963, "datetime": 1604990677000, "masked_author": "username_8", "text": "pip install \"boto3<1.16\" would probably be enough", "title": null, "type": "comment" }, { "action": "created", "author": "stas-sbi", "comment_id": 724508980, "datetime": 1604992060000, "masked_author": "username_8", "text": "Also https://github.com/elastic/curator/issues/1560", "title": null, "type": "comment" }, { "action": "created", "author": "edgester", "comment_id": 727229407, "datetime": 1605370558000, "masked_author": "username_9", "text": "Running \"pip3 install git+https://github.com/elastic/curator.git@99bb6d46823ac33fed399f5b0786e33dee2e9058\" works for me. Can we get a release with the fix?", "title": null, "type": "comment" }, { "action": "created", "author": "praetp", "comment_id": 731167413, "datetime": 1605878556000, "masked_author": "username_10", "text": "Did not solve it for me on Ubuntu 20.04.1..", "title": null, "type": "comment" }, { "action": "closed", "author": "untergeek", "comment_id": null, "datetime": 1619583095000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "untergeek", "comment_id": 828128940, "datetime": 1619583095000, "masked_author": "username_1", "text": "This is past corrected with Python 3.7, 3.8, and 3.9 in the test suite being used in Travis CI now.", "title": null, "type": "comment" } ]
11
21
26,657
false
false
26,657
true
GeeksCAT/anem-per-feina
GeeksCAT
723,705,562
97
null
[ { "action": "opened", "author": "XaviTorello", "comment_id": null, "datetime": 1602923455000, "masked_author": "username_0", "text": "**Is your feature request related to a problem? Please describe.**\r\nProvide Helm Chart for APF backend\r\n\r\n**Describe the solution you'd like**\r\nThe goal will be to reach a Helm Chart for the APF backend, being able to define some values to describe the desired environment.", "title": "Helm Chart for APF backend", "type": "issue" } ]
1
1
273
false
false
273
false
vanadium/core
vanadium
667,453,433
139
{ "number": 139, "repo": "core", "user_login": "vanadium" }
[ { "action": "opened", "author": "cosnicolaou", "comment_id": null, "datetime": 1595980635000, "masked_author": "username_0", "text": "This PR addresses issue #138. In particular, servers can connect to one or more proxies using one of three policies:\r\n1. use the first proxy, which is the current policy\r\n2. use a randomly chosen proxy\r\n3. use all proxies simultaneously with an optional upper bound (e.g. use 3 proxies out of the entire set).", "title": "x/ref/services/xproxy: add support for various policies for connecting to one or more proxies.", "type": "issue" }, { "action": "created", "author": "alexeiser", "comment_id": 666091471, "datetime": 1596082435000, "masked_author": "username_1", "text": "With the default left to first, and limit=0 it's maintaining the existing model... but wouldn't either random, or all be a better default? My preference would be all. \r\n\r\nI don't see any issues from the code review.", "title": null, "type": "comment" }, { "action": "created", "author": "cosnicolaou", "comment_id": 666477215, "datetime": 1596124179000, "masked_author": "username_0", "text": "I chose the default to match the existing behaviour, but I agree that one of the others is a better choice. I'd prefer random to all since it avoids your original problem without using additional resources.", "title": null, "type": "comment" }, { "action": "created", "author": "alexeiser", "comment_id": 666526290, "datetime": 1596128462000, "masked_author": "username_1", "text": "Did you want to change the default mode to Random and the limit to `1`?\r\n\r\nI can't tell from the code - but I can test it locally if thats the easiest way. Currently when using proxy services, the resulting clients expose both endpoints attached. \r\n\r\nFor example if the mount table had\r\n`/proxy` => with 2 endpoints [`127.0.0.1`, `8.8.8.8`] that are both the same physical service : when attempting to use the new first or random limit 1 models, does it only expose the one that is reachable by the service, or both like it does today?\r\n\r\nvs if their were 2 physical services `/proxy` => with 4 endpoints [`127.0.0.1`, `8.8.8.8`,`127.0.0.2`, `8.8.4.4`]?", "title": null, "type": "comment" }, { "action": "created", "author": "cosnicolaou", "comment_id": 666631301, "datetime": 1596137288000, "masked_author": "username_0", "text": "There are two entries to keep in mind here, one for the proxy service itself, the other for the service being proxied. Actually there are three since the proxy offers two interfaces, one for the proxy service and the new one I added for the proxy stats. Let's say the proxy is called 'proxy', then the stats interface is called 'proxy-mon'. If the service being proxied is called 'myservice' then it will also have an entry in the mounttable. The entry for myservice will contain the addresses of the proxies actually being used for it, so for the random policy it will contain the address of the proxy chosen and not all of the proxies. This is the same behaviour as before. The only difference in the implementation is that for the case of multiple proxies the server implementing myservice needs to be aware of the fact that it's using and hence advertising multiple addresses, one for each proxy it's using. I'm not sure it answers your exact question, but it's certainly the case that clients will only experience temporary hiccups when the set of proxies changes and not in any other circumstance (such as connecting to a proxy only to find that it's not the one selected by the server etc).", "title": null, "type": "comment" } ]
2
5
2,581
false
false
2,581
false
zignd/HTML-CSS-Class-Completion
null
461,673,398
213
null
[ { "action": "opened", "author": "wanderer6994", "comment_id": null, "datetime": 1561658797000, "masked_author": "username_0", "text": "- Issue Type: `Bug`\r\n- Extension Name: `html-css-class-completion`\r\n- Extension Version: `1.19.0`\r\n- OS Version: `Windows_NT x64 10.0.18898`\r\n- VSCode version: `1.35.1`\r\n\r\n:warning: We have written the needed data into your clipboard. Please paste! :warning:", "title": "Extension issue", "type": "issue" }, { "action": "created", "author": "wanderer6994", "comment_id": 506451974, "datetime": 1561658820000, "masked_author": "username_0", "text": "```json \r\n{\r\n\t\"messages\": [],\r\n\t\"activationTimes\": {\r\n\t\t\"startup\": false,\r\n\t\t\"codeLoadingTime\": 131071,\r\n\t\t\"activateCallTime\": 4,\r\n\t\t\"activateResolvedTime\": 0,\r\n\t\t\"activationEvent\": \"*\"\r\n\t},\r\n\t\"runtimeErrors\": []\r\n}\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "zignd", "comment_id": 518070685, "datetime": 1564974871000, "masked_author": "username_1", "text": "Thanks for the report. I'll be closing the issue and mentioning it on #155. Just so we can centralize the discussion there.", "title": null, "type": "comment" }, { "action": "closed", "author": "zignd", "comment_id": null, "datetime": 1564974871000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
601
false
false
601
false
una-dinosauria/3d-pose-baseline
null
723,961,825
186
null
[ { "action": "opened", "author": "alberttjc", "comment_id": null, "datetime": 1603011666000, "masked_author": "username_0", "text": "Great work!\r\n\r\nI have some issues downloading the human3.6m dataset. I had sent them an email requesting for member access however the email did not exist. Would you be able to guide me where I am able to find this dataset by any chance? Alternatively, would you be able to supply the pre-trained model?\r\n\r\nHope to hear from you soon!", "title": "Unable to download Human3.6m dataset ", "type": "issue" }, { "action": "created", "author": "una-dinosauria", "comment_id": 711208772, "datetime": 1603033834000, "masked_author": "username_1", "text": "Hi @username_0,\r\n\r\nI have previously exchanged emails with the H3.6M authors at \r\n```\r\nVlad Olaru <vlad.olaru@gmail.com>, Cristian Sminchisescu <sminchisescu@gmail.com>\r\n```\r\nSo you might wanna try that.\r\n\r\nI am not able to provide the pre-trained model to comply with the dataset license.\r\n\r\nCheers,", "title": null, "type": "comment" }, { "action": "created", "author": "alberttjc", "comment_id": 711476617, "datetime": 1603074901000, "masked_author": "username_0", "text": "Hi @username_1,\r\nThank you for clarifying that, I'll try to contact them!\r\n\r\nCheers", "title": null, "type": "comment" }, { "action": "closed", "author": "alberttjc", "comment_id": null, "datetime": 1603074901000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
4
720
false
false
720
true
ryb73/bs-knex
null
631,179,136
8
{ "number": 8, "repo": "bs-knex", "user_login": "ryb73" }
[ { "action": "opened", "author": "nkrkv", "comment_id": null, "datetime": 1591308648000, "masked_author": "username_0", "text": "Currently `bs-knex` provides bindings only for the inner join. This PR adds the rest.", "title": "Add left/right inner/outer/full joins", "type": "issue" }, { "action": "created", "author": "ryb73", "comment_id": 640285750, "datetime": 1591566959000, "masked_author": "username_1", "text": "Looks good, thanks!", "title": null, "type": "comment" } ]
2
2
104
false
false
104
false
openupm/openupm
openupm
655,311,235
1,048
{ "number": 1048, "repo": "openupm", "user_login": "openupm" }
[ { "action": "opened", "author": "JesseTG", "comment_id": null, "datetime": 1594517675000, "masked_author": "username_0", "text": "", "title": "chore(data): new package com.baba-s.uni-json-build-report", "type": "issue" } ]
3
3
311
false
true
0
false
tommilligan/decadog
null
609,740,587
105
{ "number": 105, "repo": "decadog", "user_login": "tommilligan" }
[ { "action": "opened", "author": "tommilligan", "comment_id": null, "datetime": 1588237748000, "masked_author": "username_0", "text": "Closes #103", "title": "upgrade dialoguer", "type": "issue" }, { "action": "created", "author": "tommilligan", "comment_id": 621711960, "datetime": 1588237758000, "masked_author": "username_0", "text": "bors r+", "title": null, "type": "comment" } ]
2
3
192
false
true
18
false
NISH1001/playx
null
733,467,048
127
null
[ { "action": "opened", "author": "Saul-Dickson", "comment_id": null, "datetime": 1604086731000, "masked_author": "username_0", "text": "### The Problem\r\n\r\nAll over the playx `README.md` it says \"by default\" for the location of caches and logs, but nowhere does it say anything about changing these defaults. Looking at the source code, it can't. At least, not without changing the hardcoded paths in each file. \r\n\r\nWhy is not having these paths easily changeable such a problem? Well, for one, it's implied in the `-p` option that it's configurable when it's not, and for two; no program is important to such a degree that it should clutter the user's home directory. The only things that should be in the home directory are `.local`, `.cache`, `.config`, and the other XDG-HOME directories, with only the exceptions of startup commands for shells and the like (ie. `.zshrc`, `.bashrc`, `.zshenv`). \r\n\r\n### The Solution\r\n\r\nThere are many possible solutions to this problem, though many of them are overkill and unnecessary for a program like playx. Some of these configuration options which are overkill include, but are not limited to: a configuration file, a configuration subcommand in the program itself, an argument for specifying the location of the cache. All of these are either redundant or unneeded. \r\n\r\nThe solution that I think is best for playx would be to use shell environment variables defined in commonly used files such as `.zshenv` or `.bash-profile`, or on a case-by-case basis in the shell itself. They're simple, well understood by people who would want to move playx's cache and log files elsewhere, and easy to put into the code, though I'm not going to go into how here. The commands for setting these variables would look something like this:\r\n\r\n`export PLAYX_CACHE_HOME=\"$HOME/.cache/playx\"`\r\n`export PLAYX_LOG_HOME=\"$HOME/.local/share/playx\"`", "title": "Make playx configurable", "type": "issue" }, { "action": "created", "author": "NISH1001", "comment_id": 719871811, "datetime": 1604111805000, "masked_author": "username_1", "text": "My anti-argument over that is is that the HOME directory is the safest place to put the cache without having to go ove privilege issues. (Of course, you could give some privilege to playx.) Plus, the most feasible one since it will be independent of any other paths.\r\n\r\nBut I totally agree with using the environment. Let me see if I can hook in those environment variables. Thanks for talking about that. \r\nI could check the env first and then default to the existing one.", "title": null, "type": "comment" }, { "action": "created", "author": "deepjyoti30", "comment_id": 719879763, "datetime": 1604117028000, "masked_author": "username_2", "text": "@username_1 Another option would be to use the `~/.cache` directory instead? We can just create a `playx` directory inside it and store everything. While that could be the default, we should totaly give the user freedom to decide where the cache can be stored.\r\n\r\nIn terms of the env variables, it seems like going with a config file would be better because that would be, in a way, future proofing for other options that we might let the user configure own their own in the future?\r\n\r\nBut, I feel like what @username_0 has said is not wrong, even when we shared `playx` on Reddit, some users pointed this out that using the home directory ain't cool, especially for our userbase which consists of most people using Linux who won't be comfortable with one extra directory in their home (that includes me).", "title": null, "type": "comment" }, { "action": "created", "author": "Saul-Dickson", "comment_id": 719900026, "datetime": 1604131196000, "masked_author": "username_0", "text": "Not really. `.config` `.cache` and `.local` are privilege free zones on most, if not all, distros. That, and the idea that storing these files in the home directory is the most \"safe\" something I disagree with. An annoying new folder to clutter the home directory, especially for a new user who doesn't really have any investment in the application, would put anyone off. When I first downloaded it, I was newish to Linux and was more-or-less just messing around.\r\n\r\nNow? I spend most of my day, usually at my own detriment, customizing and optimizing my dotfiles to ensure my home directory is as-clean-as-possible. I've even gone as far as to modify where my `.python_history` file is stored. <i>The environment variable for that is `PYTHONSTARTUP=\"/path/to/pythonrc\"`, by the way. </i>\r\n\r\nGetting back on topic, saying permissions is a problem is absurd. I have never, not even once, had to give a program permissions to create configuration files in `.config`, data files in `.local/share`, or-- and this would be one of the most counter-intuitive, unnecessary measures in any kind of program, let alone an OS-- cache files in `.cache`.", "title": null, "type": "comment" }, { "action": "created", "author": "NISH1001", "comment_id": 719903527, "datetime": 1604133232000, "masked_author": "username_1", "text": "@username_0 Sure!\r\n\r\nI surely know how this work\r\n\r\n(let me be egocentric right now as a long-standing Linux user with a narrative of **\"been there done that\"** in a lot of customizations and writing a lot of low-level things...)\r\nNow, as someone who has obviously seen a lot of scripts making `~/.applicationname`, I digress. However, I agree that users should be able to customize the paths where things are stored. And of course, nothing has **right/wrong** in this regard with preferences. I don't mind my home directory being polluted, especially when the directories are hidden away most of the time unless I want to `cd` into them. And of course, `.config` and `.cache` are the off-the-shelf places. But **standards** and **preferences** shouldn't really clash for me as a user.\r\n\r\nRegarding the issue on customizing the \"paths\" in the codebase might take time. Have patience. Or I'd be happy to get a PR. The codebase sucks and it feels like going into a very dark maze. ( It'd be long before I entirely dump `playx` development itself since it requires me to allocate time on working on this). Probably, people sending PR will themselves dump playx because of code-smell and write similar \"tool\" themselves. I let that be!\r\n\r\nGonna close this issue since it's not that much productive other than suggesting to customize paths which I strongly agree with!", "title": null, "type": "comment" }, { "action": "closed", "author": "NISH1001", "comment_id": null, "datetime": 1604133232000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
6
5,519
false
false
5,519
true