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
ktbyers/netmiko
null
697,123,372
1,930
null
[ { "action": "opened", "author": "giruu", "comment_id": null, "datetime": 1599682111000, "masked_author": "username_0", "text": "Hi @ktbyers \r\nTrying to Connect to a WLC \r\nWas able to Connect via Paramiko\r\nFailed to Connect via Netmiko\r\n\r\nBelow are the 2 Approaches\r\nlogging.basicConfig(filename='test.log', level=logging.DEBUG)\r\nlogger = logging.getLogger(\"netmiko\")\r\nestablish=netmiko.ConnectHandler(ip=\"\",device_type=\"cisco_wlc_ssh\",username=\"\",password=\"\",banner_timeout=10.0)\r\n\r\n\r\nlogging.basicConfig(filename='netmiko_test.log', level=logging.DEBUG)\r\nlogger = logging.getLogger(\"netmiko\")\r\nestablish=netmiko.cisco.CiscoWlcSSH(ip=\"\",device_type=\"cisco_wlc\",username=\"\",password=\"\",banner_timeout=10.0,use_keys=\"False\",)\r\n\r\nsometimes the above command identifies the host key\r\nlike in logger output is\r\nDEBUG:paramiko.transport:Adding ecdsa-sha2-nistp256 host key for [\"\"ip]:22: b'keyvalue'", "title": "Not Able to Connect to WLC Using Netmiko", "type": "issue" }, { "action": "created", "author": "giruu", "comment_id": 691145185, "datetime": 1599836225000, "masked_author": "username_0", "text": "hii tried for Straight 48 hours\r\nat the end only parameter that i was missing was conn_timeout=20\r\nest_conn = netmiko.cisco.CiscoWlcSSH(ip=\"\",device_type=\"cisco_wlc\",username=\"\",password=\"\",conn_timeout=20)\r\n\r\n\r\nand boom it worked", "title": null, "type": "comment" }, { "action": "closed", "author": "giruu", "comment_id": null, "datetime": 1599836245000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
995
false
false
995
false
adamcharnock/mate3
null
787,322,490
34
null
[ { "action": "opened", "author": "kodonnell", "comment_id": null, "datetime": 1610762327000, "masked_author": "username_0", "text": "[This](https://pymodbus.readthedocs.io/en/latest/source/library/pymodbus.html#pymodbus.payload.BinaryPayloadDecoder) is a much cleaner way of doing decoding to Int16s etc. Use this as less maintenance and simpler code.\r\n\r\nNeed to think a bit ... may be able to get rid of `Field._from_registers` and `Field._to_registers` now since they'll largely just be e.g. `decoder.decode_16bit_int` etc. May be able to just add a `read_contiguous_fields` method to the modbus client which just does all the nice things for you, including creating `FieldValues`. Anyway, worth thinking through, especially if it makes the code internals nicer.", "title": "Use pymodbus decoding ", "type": "issue" } ]
1
1
631
false
false
631
false
takenet/blip-ds
takenet
781,490,777
144
{ "number": 144, "repo": "blip-ds", "user_login": "takenet" }
[ { "action": "opened", "author": "vinioo", "comment_id": null, "datetime": 1610041341000, "masked_author": "username_0", "text": "", "title": "fix: fix hover on tooltip", "type": "issue" } ]
2
2
345
false
true
0
false
navaneethkm004/uptime
null
812,831,717
498
null
[ { "action": "opened", "author": "navaneethkm004", "comment_id": null, "datetime": 1613906584000, "masked_author": "username_0", "text": "In [`5969da8`](https://github.com/username_0/uptime/commit/5969da843d78b89b39c1cfcf975839ba0c72aa5a\n), Harmony Bot Website ($HARMONY_WEB) was **down**:\n- HTTP code: 0\n- Response time: 0 ms", "title": "🛑 Harmony Bot Website is down", "type": "issue" }, { "action": "closed", "author": "navaneethkm004", "comment_id": null, "datetime": 1613907783000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "navaneethkm004", "comment_id": 782844000, "datetime": 1613907783000, "masked_author": "username_0", "text": "**Resolved:** Harmony Bot Website is back up in [`a217fea`](https://github.com/username_0/uptime/commit/a217fea037c2de6ad9917af2d7aa259b23ea5e02\n).", "title": null, "type": "comment" } ]
1
3
343
false
false
343
true
google/gnxi
google
666,177,270
174
null
[ { "action": "opened", "author": "ericm", "comment_id": null, "datetime": 1595845564000, "masked_author": "username_0", "text": "", "title": "Create Default issues for Orchestrator", "type": "issue" }, { "action": "closed", "author": "Jared-Mullin", "comment_id": null, "datetime": 1597330515000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
0
false
false
0
false
enowars/EnoEngine
enowars
742,027,432
116
null
[ { "action": "opened", "author": "Trolldemorted", "comment_id": null, "datetime": 1605227250000, "masked_author": "username_0", "text": "It says\r\n\r\n```\r\ninterface ScoreboardInfo {\r\n CurrentRound: number | null;\r\n StartTimestamp: string | null; // Timestamps according ISO-86-01 (\"yyyy-MM-ddTHH:mm:ss.fffZ\")\r\n StartTimeEpoch: number | null; // Unix time in seconds\r\n EndTimestamp: string | null; // Timestamps according ISO-86-01 (\"yyyy-MM-ddTHH:mm:ss.fffZ\")\r\n EndTimeEpoch: number | null; // Unix time in seconds\r\n Services: Service[];\r\n Teams: Team[];\r\n}\r\n```\r\n\r\nwhere `Team` is the normal team, but the scoreboard info teams actually look like this:\r\n```\r\n{\r\n\t\"id\": 3,\r\n\t\"name\": \"teamname3\",\r\n\t\"logoUrl\": null,\r\n\t\"flagUrl\": null,\r\n\t\"active\": false\r\n}\r\n```\r\n\r\ncc @Savallator @ldruschk the \"actually looking\" team is what the scoreboard wants, right?", "title": "Scoreboard API doc (ScoreboardInfo) is wrong", "type": "issue" }, { "action": "created", "author": "DanielHabenicht", "comment_id": 866689838, "datetime": 1624441266000, "masked_author": "username_1", "text": "can be closed @username_0 ? \r\n\r\nCtfInfo has been removed", "title": null, "type": "comment" }, { "action": "closed", "author": "Trolldemorted", "comment_id": null, "datetime": 1624442329000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
849
false
false
849
true
Datastillery/smartcitiesdata
Datastillery
724,924,958
1,011
{ "number": 1011, "repo": "smartcitiesdata", "user_login": "Datastillery" }
[ { "action": "opened", "author": "msomji", "comment_id": null, "datetime": 1603136674000, "masked_author": "username_0", "text": "", "title": "Generic getter implementation (2)", "type": "issue" }, { "action": "created", "author": "LtChae", "comment_id": 712794519, "datetime": 1603194649000, "masked_author": "username_1", "text": "I believe the version checker issue is due to this being a fork pr.", "title": null, "type": "comment" } ]
3
3
143
false
true
67
false
mtr-static-official/status
null
820,846,862
2,315
null
[ { "action": "opened", "author": "mtr-static-official", "comment_id": null, "datetime": 1614757472000, "masked_author": "username_0", "text": "In [`bd82cea`](https://github.com/username_0/status/commit/bd82cea22a269729998c6dcbed1eb10cfa6aa579\n), Monika 网盘 (https://cloud.monika.love) was **down**:\n- HTTP code: 0\n- Response time: 0 ms", "title": "🛑 Monika 网盘 is down", "type": "issue" }, { "action": "created", "author": "mtr-static-official", "comment_id": 789511473, "datetime": 1614757477000, "masked_author": "username_0", "text": "**Resolved:** Monika 下载服务 is back up in [`0786d3c`](https://github.com/username_0/status/commit/0786d3c0b3f2886d35234c1d10119ea57d618296\n).", "title": null, "type": "comment" }, { "action": "closed", "author": "mtr-static-official", "comment_id": null, "datetime": 1614757478000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
348
false
false
348
true
antoniandre/vue-cal
null
808,845,010
375
null
[ { "action": "opened", "author": "redbeavermedia", "comment_id": null, "datetime": 1613426723000, "masked_author": "username_0", "text": "Current version: 3.9.1\r\nVue version: 2.6.7", "title": "Sticky split labels go with scroll, how to prevent?", "type": "issue" }, { "action": "created", "author": "VadimCeretean", "comment_id": 901127083, "datetime": 1629294240000, "masked_author": "username_1", "text": "do you fix this problem? cause i have the same", "title": null, "type": "comment" } ]
2
2
88
false
false
88
false
holzschu/Carnets
null
585,858,015
87
null
[ { "action": "opened", "author": "oleksis", "comment_id": null, "datetime": 1584924642000, "masked_author": "username_0", "text": "Is there a possibility to integrate git in Carnets? Some packages like nbdev use the subprocess module to use git. What would you recommend?", "title": "Use or add git support ", "type": "issue" }, { "action": "created", "author": "holzschu", "comment_id": 602426135, "datetime": 1584947979000, "masked_author": "username_1", "text": "Integrating git inside Carnets is difficult (it is a large software, with lots of system calls; there are also licensing issues). [WorkingCopy](https://workingcopyapp.com) is the best iOS port of git, but it is not integrated into the command line.", "title": null, "type": "comment" }, { "action": "created", "author": "oleksis", "comment_id": 602440921, "datetime": 1584950347000, "masked_author": "username_0", "text": "I've seen you recommend [@WorkingCopyApp](https://twitter.com/WorkingCopyApp), I'll give it a try when I can. Thanks for the recommendation.", "title": null, "type": "comment" }, { "action": "closed", "author": "oleksis", "comment_id": null, "datetime": 1584950347000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
4
528
false
false
528
false
QingdaoU/OnlineJudge
QingdaoU
828,638,486
363
null
[ { "action": "opened", "author": "gompanghee", "comment_id": null, "datetime": 1615431224000, "masked_author": "username_0", "text": "I solved the problem can not import python package(my case is numpy).\r\n\r\nFirst, Add 'libatlas-base-dev' to 'apt install' line in dockerfile in JudgerServer git files. That is required library to use numpy.\r\n\r\nSeconds, Add python package what you need in same file.\r\n\r\nThat's solution for numpy.\r\n\r\n\r\nFor other case, You can read error log in docker.\r\n\r\nGo into JudgeServer Docker with image name 'judge-server' as command 'docker exec -it judge-server bash'.\r\n\r\nAnd 'cd' to '/judger/run/{Hash code}'.\r\n\r\nThere is key to solve your problem in '{number}.out' file.", "title": "[Tip] How to add python packages.", "type": "issue" } ]
1
1
562
false
false
562
false
superconductive/great_expectations_action
superconductive
667,472,467
29
null
[ { "action": "opened", "author": "hamelsmu", "comment_id": null, "datetime": 1595984390000, "masked_author": "username_0", "text": "batch_kwargs:\n - data_asset_name: good\n - datasource: csvs\n - path: /Users/username_0/github/personal/great_expectations_action/great_expectations/../data/good.csv\nbatch_markers:\n - ge_load_time: 20200728T232311.012459Z\n - pandas_data_fingerprint: f6037d92eb4c01f976513bc0aec2420d\nbatch_parameters: null\nexpectation_suite_name: npi.demo\ngreat_expectations.__version__: 0.11.5\nrun_id:\n - run_name: some_string_that_uniquely_identifies_this_run\n - run_time: '2020-07-28T23:24:47.846632+00:00'\nvalidation_time: 20200728T232447.863826Z", "title": "Test title7", "type": "issue" }, { "action": "closed", "author": "hamelsmu", "comment_id": null, "datetime": 1595984425000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
529
false
false
529
true
open-telemetry/opentelemetry-collector
open-telemetry
716,285,563
1,916
null
[ { "action": "opened", "author": "kevincantu", "comment_id": null, "datetime": 1602056722000, "masked_author": "username_0", "text": "I've just gotten started setting up otel-collector for some Kubernetes clusters where we use [Envoy](https://www.envoyproxy.io/) (configured via [Contour](https://projectcontour.io/)) for routing, and discovered a detail that gave me fits, so I think it's worth laying it all out here. I suspect it may be a gRPC server issue in the collector: some gnarly interaction with Envoy, perhaps?\r\n\r\n## Expected\r\nWhat I hoped was that otel-collector could be set up much like this demo with [YAGES](https://github.com/mhausenblas/yages#yet-another-grpc-echo-server) (a gRPC echo server), where:\r\n* grpcurl sends gRPC TLS traffic,\r\n* Envoy terminates TLS,\r\n* Envoy sends traffic to the upstream as **HTTP/2 cleartext gRPC**.\r\n\r\nI set this up using a Contour HTTPProxy in [TCP proxying](https://projectcontour.io/docs/main/httpproxy/#tcp-proxying) mode, which relies on SNI to route traffic by domain name:\r\n```yaml\r\n---\r\napiVersion: apps/v1\r\nkind: Deployment\r\nmetadata:\r\n name: yages\r\n namespace: monitoring\r\n labels:\r\n app: yages\r\nspec:\r\n selector:\r\n matchLabels:\r\n app: yages\r\n replicas: 1\r\n template:\r\n metadata:\r\n labels:\r\n app: yages\r\n spec:\r\n containers:\r\n - name: grpcsrv\r\n image: quay.io/mhausenblas/yages:0.1.0\r\n ports:\r\n - containerPort: 9000\r\n protocol: TCP\r\n resources:\r\n limits:\r\n cpu: 1\r\n memory: 2Gi\r\n requests:\r\n cpu: 200m\r\n memory: 400Mi\r\n---\r\napiVersion: v1\r\nkind: Service\r\nmetadata:\r\n name: yages\r\n namespace: monitoring\r\n labels:\r\n app: yages\r\nspec:\r\n ports:\r\n - name: demo\r\n port: 55682\r\n protocol: TCP\r\n targetPort: 9000\r\n selector:\r\n app: yages\r\n---\r\napiVersion: projectcontour.io/v1\r\nkind: HTTPProxy\r\nmetadata:\r\n name: yages\r\n namespace: monitoring\r\n labels:\r\n app: yages\r\nspec:\r\n virtualhost:\r\n fqdn: yages.staging.test\r\n tls:\r\n secretName: yages-wildcard\r\n #passthrough: true\r\n tcpproxy:\r\n services:\r\n - name: yages\r\n port: 55682\r\n # tls: HTTP/1 TLS\r\n # h2: HTTP/2 TLS\r\n # h2c: HTTP/2 cleartext\r\n protocol: h2c\r\n```\r\n\r\nYou can exercise that yages app (to send a ping and receive a pong) with the following [grpcurl](https://github.com/fullstorydev/grpcurl#grpcurl) command:\r\n```bash\r\ngrpcurl --insecure -v yages.staging.test:443 yages.Echo.Ping\r\n```\r\n\r\nI expected routing just like that to work for otel-collector:\r\n* my Python demo app using `opentelemetry-exporter-otlp` sends gRPC TLS traffic,\r\n* Envoy terminates TLS,\r\n* Envoy sends traffic to the upstream as **HTTP/2 cleartext gRPC**...\r\n\r\n\r\n## Actual\r\n\r\nBut that didn't work.\r\n\r\nInstead, when configuring Envoy (via Contour) like that, I saw TCP events in the [Envoy access logs](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage) like so, but no success:\r\n```\r\n[2020-10-01T03:18:09.593Z] \"- - -\" 0 - 0 15 33 - \"-\" \"-\" \"-\" \"-\" \"172.21.5.170:55680\"\r\n```\r\n\r\nMy sample app (sending traffic to `otel-grpc.staging.test:443`) only received `StatusCode.UNAVAILABLE` error responses! (I extended [this part](https://github.com/open-telemetry/opentelemetry-python/blob/v0.13b0/exporter/opentelemetry-exporter-otlp/src/opentelemetry/exporter/otlp/exporter.py#L181) of the opentelemetry-exporter-otlp Python library to log those codes.)\r\n\r\n\r\n## Workaround\r\n\r\nTo make things work, I had to configure Envoy to pass HTTP/2 TLS traffic to the upstream.\r\n\r\nLike so:\r\n* my Python demo app using `opentelemetry-exporter-otlp` sends gRPC TLS traffic,\r\n* Envoy passes TLS traffic through to the upstream as **HTTP/2 TLS gRPC**.\r\n\r\n```\r\n---\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: otel-collector-conf\r\n namespace: monitoring\r\n labels:\r\n app: opentelemetry\r\n component: otel-collector-conf\r\ndata:\r\n otel-collector-config: |\r\n receivers:\r\n otlp:\r\n protocols:\r\n grpc:\r\n tls_settings:\r\n cert_file: /tls/cert.pem\r\n key_file: /tls/key.pem\r\n http:\r\n processors:\r\n batch:\r\n memory_limiter:\r\n # Same as --mem-ballast-size-mib CLI argument\r\n ballast_size_mib: 1024\r\n # 80% of maximum memory\r\n limit_mib: 1600\r\n # 25% of limit\r\n spike_limit_mib: 512\r\n check_interval: 5s\r\n extensions:\r\n health_check: {}\r\n zpages:\r\n endpoint: \"0.0.0.0:55679\" # default was localhost only!\r\n exporters:\r\n logging:\r\n logLevel: debug\r\n honeycomb:\r\n api_key: \"$HONEYCOMB_API_KEY\"\r\n dataset: \"apps\"\r\n api_url: \"https://api.honeycomb.io\"\r\n service:\r\n extensions: [health_check, zpages]\r\n pipelines:\r\n traces:\r\n receivers: [otlp]\r\n processors: [memory_limiter, batch]\r\n exporters: [logging, honeycomb]\r\n---\r\napiVersion: v1\r\nkind: Service\r\nmetadata:\r\n name: otel-collector\r\n namespace: monitoring\r\n labels:\r\n app: opentelemetry\r\n component: otel-collector\r\nspec:\r\n ports:\r\n - name: zpages\r\n port: 55679\r\n # when proxied: http://localhost:8001/api/v1/namespaces/monitoring/services/http:otel-collector:55679/proxy/debug/tracez\r\n - name: otlp-grpc # Default endpoint for OpenTelemetry receiver.\r\n port: 55680\r\n - name: otlp-http\r\n port: 55681\r\n - name: jaeger-grpc # Default endpoing for Jaeger gRPC receiver\r\n port: 14250\r\n - name: jaeger-thrift-http # Default endpoint for Jaeger HTTP receiver.\r\n port: 14268\r\n - name: zipkin # Default endpoint for Zipkin receiver.\r\n port: 9411\r\n - name: metrics # Default endpoint for querying metrics.\r\n port: 8888\r\n selector:\r\n component: otel-collector\r\n---\r\napiVersion: apps/v1\r\nkind: Deployment\r\nmetadata:\r\n name: otel-collector\r\n namespace: monitoring\r\n labels:\r\n app: opentelemetry\r\n component: otel-collector\r\nspec:\r\n selector:\r\n matchLabels:\r\n app: opentelemetry\r\n component: otel-collector\r\n minReadySeconds: 5\r\n progressDeadlineSeconds: 120\r\n replicas: 2\r\n template:\r\n metadata:\r\n labels:\r\n app: opentelemetry\r\n component: otel-collector\r\n spec:\r\n containers:\r\n - command:\r\n - \"/otelcontribcol\"\r\n - \"--log-level=DEBUG\"\r\n - \"--config=/conf/otel-collector-config.yaml\"\r\n # Memory Ballast size should be max 1/3 to 1/2 of memory.\r\n - \"--mem-ballast-size-mib=1024\"\r\n #image: otel/opentelemetry-collector-dev:latest\r\n image: otel/opentelemetry-collector-contrib:0.11.0\r\n name: otel-collector\r\n envFrom:\r\n - secretRef:\r\n name: otel-collector\r\n resources:\r\n limits:\r\n cpu: 1\r\n memory: 2Gi\r\n requests:\r\n cpu: 200m\r\n memory: 400Mi\r\n ports:\r\n - containerPort: 55679 # Default endpoint for ZPages.\r\n - containerPort: 55680 # OTLP gRPC receiver.\r\n - containerPort: 55681 # OTLP HTML/JSON receiver.\r\n - containerPort: 14250 # Default endpoint for Jaeger HTTP receiver.\r\n - containerPort: 14268 # Default endpoint for Jaeger HTTP receiver.\r\n - containerPort: 9411 # Default endpoint for Zipkin receiver.\r\n - containerPort: 8888 # Default endpoint for querying metrics.\r\n volumeMounts:\r\n - name: otel-collector-config-vol\r\n mountPath: /conf\r\n - name: otel-tls\r\n mountPath: /tls\r\n livenessProbe:\r\n httpGet:\r\n path: /\r\n port: 13133 # Health Check extension default port.\r\n readinessProbe:\r\n httpGet:\r\n path: /\r\n port: 13133 # Health Check extension default port.\r\n volumes:\r\n - name: otel-collector-config-vol\r\n configMap:\r\n name: otel-collector-conf\r\n items:\r\n - key: otel-collector-config\r\n path: otel-collector-config.yaml\r\n - name: otel-tls\r\n secret:\r\n secretName: otel-wildcard\r\n items:\r\n - key: tls.crt\r\n path: cert.pem\r\n - key: tls.key\r\n path: key.pem\r\n---\r\napiVersion: projectcontour.io/v1\r\nkind: HTTPProxy\r\nmetadata:\r\n name: otel-collector\r\n namespace: monitoring\r\n annotations:\r\n kubernetes.io/ingress.class: \"contour\"\r\n labels:\r\n app: opentelemetry\r\n component: otel-collector\r\nspec:\r\n virtualhost:\r\n fqdn: otel.staging.test\r\n tls:\r\n #secretName: otel-wildcard\r\n passthrough: true\r\n tcpproxy:\r\n services:\r\n - name: otel-collector\r\n port: 55680\r\n # tls: HTTP/1 TLS\r\n # h2: HTTP/2 TLS\r\n # h2c: HTTP/2 cleartext\r\n protocol: h2\r\n```\r\n\r\n\r\n## Bug?\r\n\r\nSpecifically, I found that when routing OTLP (gRPC) traffic wrapped in HTTP/2 TLS: \r\n* the yages echo app works when terminating TLS at Envoy (h2c), but\r\n* otel-collector does not and needs a TLS passthrough (h2).\r\n\r\nI think that means that there's _something_ we could do here to make otel-collector's gRPC server play nicely with Envoy!", "title": "otel-collector requires HTTP/2 TLS passthrough from Envoy / Contour: should it?", "type": "issue" }, { "action": "created", "author": "kevincantu", "comment_id": 704760207, "datetime": 1602056915000, "masked_author": "username_0", "text": "Thanks, by the way, to @pjanotti and @flands who helped me in the Gitter channel, and to this old Contour ticket that pointed me at [yages](https://github.com/projectcontour/contour/issues/379)!", "title": null, "type": "comment" }, { "action": "created", "author": "kevincantu", "comment_id": 708071515, "datetime": 1602633336000, "masked_author": "username_0", "text": "My spidey sense tells me [this cmux issue](https://github.com/soheilhy/cmux/issues/64) may be related... 🤷‍♀️", "title": null, "type": "comment" }, { "action": "created", "author": "andrewcheelightstep", "comment_id": 722002994, "datetime": 1604527960000, "masked_author": "username_1", "text": "Hi folks. Just a quick check to see if there is a timeline with this fix since we are running into this as well.", "title": null, "type": "comment" }, { "action": "created", "author": "carlosalberto", "comment_id": 741568396, "datetime": 1607496088000, "masked_author": "username_2", "text": "Hey @username_0 \r\n\r\nAs I'm not a Countour expert, I tested against 'vanilla' Envoy and I [got it working](https://github.com/username_2/hello-envoy-otlp-tls):\r\n\r\n* Client using OTel Python 0.15 (patched to accept self-signed certificates, while doing full TLS verification).\r\n* Envoy 1.16 doing TLS termination\r\n* Collector receiving plain text.\r\n\r\nI'm wondering if there's something Contour specific or I'm missing something. Let me know ;)", "title": null, "type": "comment" }, { "action": "created", "author": "kevincantu", "comment_id": 742109668, "datetime": 1607553749000, "masked_author": "username_0", "text": "Oh that's encouraging: perhaps something in Envoy 1.16 fixes this? (The version of Contour I last tested with was using an earlier Envoy.)", "title": null, "type": "comment" }, { "action": "created", "author": "carlosalberto", "comment_id": 766997506, "datetime": 1611597086000, "masked_author": "username_2", "text": "Hey @username_0 Any update on this? ;)", "title": null, "type": "comment" }, { "action": "created", "author": "kevincantu", "comment_id": 907558277, "datetime": 1630120400000, "masked_author": "username_0", "text": "I'm no longer actively working on the same system which used this, so I haven't spun up a cluster to try any of this out again lately.\r\n\r\nWhat I'd try, though, is setting up something like my example above, with a newer version of Contour (and its [corresponding newer version of Envoy](https://projectcontour.io/resources/compatibility-matrix/)), and see whether the workaround I showed is still necessary!\r\n\r\nSpecifically:\r\n* remove the TLS setttings in the configmap for otel-collector, here (so the collector service isn't expecting TLS connections):\r\n```\r\n---\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: otel-collector-conf\r\n...\r\ndata:\r\n otel-collector-config: |\r\n receivers:\r\n otlp:\r\n protocols:\r\n grpc:\r\n # remove me?\r\n tls_settings:\r\n cert_file: /tls/cert.pem\r\n key_file: /tls/key.pem\r\n...\r\n```\r\n* and configure Contour to terminate the TLS and forward unencrypted gRPC connections to the backend by altering this:\r\n```\r\n---\r\napiVersion: projectcontour.io/v1\r\nkind: HTTPProxy\r\nmetadata:\r\n name: otel-collector\r\n...\r\nspec:\r\n ...\r\n tcpproxy:\r\n services:\r\n - name: otel-collector\r\n port: 55680\r\n # tls: HTTP/1 TLS\r\n # h2: HTTP/2 TLS\r\n # h2c: HTTP/2 cleartext\r\n protocol: h2 # try making me \"h2c\"?\r\n```", "title": null, "type": "comment" } ]
3
8
11,393
false
false
11,393
true
spatie/crawler
spatie
715,326,912
324
null
[ { "action": "opened", "author": "kmcluckie", "comment_id": null, "datetime": 1601958275000, "masked_author": "username_0", "text": "I am using the following Browsershot configuration for the crawler:\r\n\r\n```\r\n$browsershot = new Browsershot();\r\n$browsershot->waitForFunction(\"document.querySelector('#special_element') != null\", 500, 5000);\r\n```\r\n\r\nMost pages on the site have the `#special_element`, but when the crawler encounters a page that does not have this element it exits with `Symfony\\Component\\Process\\Exception\\ProcessFailedException`. This is not caught in the `crawlFailed()` method of the `CrawlObserver`.\r\n\r\nThe trace provided from the command is as follows:\r\n\r\n```\r\nTimeoutError: waiting for function failed: timeout 5000ms exceeded\r\n at new WaitTask (/home/vagrant/sites/projectX/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:411:34)\r\n at DOMWorld.waitForFunction (/home/vagrant/sites/projectX/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:375:16)\r\n at Frame.waitForFunction (/home/vagrant/sites/projectX/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:910:32)\r\n at Page.waitForFunction (/home/vagrant/sites/projectX/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:1328:33)\r\n at callChrome (/home/vagrant/sites/projectX/vendor/spatie/browsershot/bin/browser.js:235:24)\r\n at processTicksAndRejections (internal/process/task_queues.js:97:5) {\r\n name: 'TimeoutError'\r\n}\r\n\r\n at vendor/spatie/browsershot/src/Browsershot.php:745\r\n 741▕ if ($process->getExitCode() === 2) {\r\n 742▕ throw new ElementNotFound($this->additionalOptions['selector']);\r\n 743▕ }\r\n 744▕\r\n ➜ 745▕ throw new ProcessFailedException($process);\r\n 746▕ }\r\n 747▕\r\n 748▕ protected function getFullCommand(array $command)\r\n 749▕ {\r\n```\r\n\r\nIs this something that the crawler should/could pass to `crawlFailed()` to handle? If not, how can I prevent Browsershot exceptions from halting the process of crawling the rest of the site?", "title": "Browsershot exceptions unhandled", "type": "issue" }, { "action": "created", "author": "kaianuar", "comment_id": 723716760, "datetime": 1604888532000, "masked_author": "username_1", "text": "I'm having a related problem. I queue 100 urls at a time using an ArrayCrawlQueue. However the whole crawl stops whenever any of the urls encounters a timeout issue.\r\n\r\n`The process \"PATH=$PATH:/usr/local/bin NODE_PATH=`/usr/bin/node /usr/bin/npm root -g` /usr/bin/node '/home/scraper/public_html/scraper_app/vendor/spatie/browsershot/src/../bin/browser.js' '{\"url\":\"xxx\",\"action\":\"content\",\"options\":{\"args\":[\"--no-sandbox\"],\"viewport\":{\"width\":800,\"height\":600},\"userAgent\":\"Mozilla\\/5.0\",\"dismissDialogs\":true,\"timeout\":30000}}'\" exceeded the timeout of 30 seconds.`\r\n\r\nI'm not able to catch the error in crawlFailed. Any suggestions on how I can get the script to ignore the error and proceed to the next url in the queue?", "title": null, "type": "comment" }, { "action": "created", "author": "freekmurze", "comment_id": 729513723, "datetime": 1605687294000, "masked_author": "username_2", "text": "I'd accept a PR that catches the error and passes it to `crawlFailed`", "title": null, "type": "comment" }, { "action": "created", "author": "freekmurze", "comment_id": 745873271, "datetime": 1608105792000, "masked_author": "username_2", "text": "Closing for now, still would welcome that PR.", "title": null, "type": "comment" }, { "action": "closed", "author": "freekmurze", "comment_id": null, "datetime": 1608105793000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "kmcluckie", "comment_id": 747103622, "datetime": 1608161495000, "masked_author": "username_0", "text": "Thanks. I had written around the issue for now, but if I come back to that area I'll certainly try to tackle it so that I can provide a PR.", "title": null, "type": "comment" }, { "action": "created", "author": "MichaelNino", "comment_id": 961844733, "datetime": 1636114279000, "masked_author": "username_3", "text": "@username_0 Care to share your resolution? @username_2 Is there a way to pass timeout config from spatie crawler?", "title": null, "type": "comment" } ]
4
7
3,009
false
false
3,009
true
coreos/zincati
coreos
758,179,405
417
{ "number": 417, "repo": "zincati", "user_login": "coreos" }
[ { "action": "created", "author": "lucab", "comment_id": 739790343, "datetime": 1607332964000, "masked_author": "username_0", "text": "@dependabot merge", "title": null, "type": "comment" } ]
2
2
4,525
false
true
17
false
Autodesk/maya-usd
Autodesk
741,052,353
913
{ "number": 913, "repo": "maya-usd", "user_login": "Autodesk" }
[ { "action": "opened", "author": "dgovil", "comment_id": null, "datetime": 1605126883000, "masked_author": "username_0", "text": "The current exporter behavior writes out frames as if the USD is a the current scenes uiUnits, but does not actually set the fps attributes in the exported layer. This causes downstream readers to treat it as 24fps as is default.\r\n\r\nThis change adds both TimeCodesPerSecond and FramesPerSecond, if the exporter is exporting animation. This will allow downstream readers to playback at the correct timing.\r\n\r\nAs a side note...it is surprising that MTimeUnit doesn't have an API method to convert to float values. Would be great in the future if that was exposed, rather than resorting to a hardcoded mapping here.", "title": "Add FPS metadata to exported usd files if non static", "type": "issue" }, { "action": "created", "author": "kxl-adsk", "comment_id": 725778843, "datetime": 1605146441000, "masked_author": "username_1", "text": "I glance over the changes and notice a change in formatting - we have configured clang-format for maya-usd repository and pull-request authors are required to apply clang-format (using version 10.0.0) to the modified files. Can you please make sure to do it for all your open PRs?", "title": null, "type": "comment" }, { "action": "created", "author": "dgovil", "comment_id": 725810327, "datetime": 1605152628000, "masked_author": "username_0", "text": "@username_1 Are you seeing any formatting changes in particular? \r\n\r\nI'm not sure I see the formatting issues after running clang-format manually again (did this for all the PRs). I ran `clang-format -i` on the modified `.cpp` and `.h` files, and the files were identical. Additionally I have clang format running as part of my CLion setup and it's not detecting any style infractions.\r\n\r\nAlso tried running the command specified in [your PR](https://github.com/Autodesk/maya-usd/pull/890) `find -E . -regex \"$(echo '.*('$(echo $(cat .clang-format-include) | tr ' ' '\\|')')')\" -exec clang-format -i {} \\+` , however that modified a bunch of files that are not part of any of my PRs:\r\n\r\n```\r\n modified: lib/mayaUsd/fileio/transformWriter.cpp\r\n modified: lib/mayaUsd/render/vp2RenderDelegate/proxyRenderDelegate.cpp\r\n modified: lib/mayaUsd/render/vp2RenderDelegate/render_delegate.h\r\n modified: lib/mayaUsd/render/vp2RenderDelegate/render_param.h\r\n modified: lib/mayaUsd/ufe/UsdAttributes.cpp\r\n modified: lib/mayaUsd/ufe/UsdRotatePivotTranslateUndoableCommand.h\r\n modified: lib/mayaUsd/ufe/UsdRotateUndoableCommand.h\r\n modified: lib/mayaUsd/ufe/UsdScaleUndoableCommand.h\r\n modified: lib/mayaUsd/ufe/UsdTranslateUndoableCommand.h\r\n modified: lib/usd/translators/nurbsSurfaceWriter.cpp\r\n modified: lib/usd/utils/SIMD.h\r\n modified: plugin/al/lib/AL_USDMaya/AL/usdmaya/Global.h\r\n modified: plugin/al/lib/AL_USDMaya/AL/usdmaya/nodes/ProxyShape.h\r\n modified: plugin/al/mayautils/AL/maya/event/MayaEventManager.cpp\r\n modified: plugin/al/mayautils/AL/maya/event/MayaEventManager.h\r\n modified: plugin/al/mayautils/AL/maya/utils/FileTranslatorOptions.cpp\r\n modified: plugin/al/mayautils/AL/maya/utils/FileTranslatorOptions.h\r\n modified: plugin/al/translators/Mesh.cpp\r\n modified: plugin/pxr/maya/lib/usdMaya/referenceAssembly.cpp\r\n```\r\n\r\nFor reference, I'm using your clang format file from bb0704ab6cfde7f158419837a98a8a5aa477814d\r\nMy clang-format version is 11.0.0 on a Mac. Is it possible that our clang formats are configured differently perhaps?", "title": null, "type": "comment" }, { "action": "created", "author": "kxl-adsk", "comment_id": 726076759, "datetime": 1605187649000, "masked_author": "username_1", "text": "It's the change in utils.h where I was expecting indentation - https://github.com/Autodesk/maya-usd/pull/913/files#diff-68214d17766b3d5a5678b676f7939a4d4899e99d1f5152a8a8c0e24e933d7078R575\r\n\r\nBut the more important is the version of clang-format. You mentioned version **11.0.0** but we ask developers to all use version **10.0.0.** This is because different versions produce different results for the same clang-format configuration file.", "title": null, "type": "comment" }, { "action": "created", "author": "dgovil", "comment_id": 726197789, "datetime": 1605199572000, "masked_author": "username_0", "text": "I tried formatting the files again with clang-format 10 (downloaded from the link in https://github.com/Autodesk/maya-usd/pull/890 since homebrew no longer has a recipe for 10 available) and it's still not marking these files as needing changes. Running it across the entirety of the repo did show a different set of modified files than clang-format 11 so that does show the versions vary quite a bit.\r\n\r\nJust to confirm though, if you run clang-format on this branch, does it change `utils.h`? I just want to verify if it's an issue in the config versus something on our end here. \r\n\r\nHere are the results of running clang-format 10 across the whole repo on my end:\r\n\r\n[formatting.patch.txt](https://github.com/Autodesk/maya-usd/files/5531933/formatting.patch.txt)\r\n\r\n```\r\n\tmodified: lib/mayaUsd/ufe/UsdAttributes.cpp\r\n\tmodified: plugin/al/mayautils/AL/maya/event/MayaEventManager.cpp\r\n\tmodified: plugin/al/mayautils/AL/maya/event/MayaEventManager.h\r\n\tmodified: plugin/al/mayautils/AL/maya/utils/FileTranslatorOptions.cpp\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "kxl-adsk", "comment_id": 726244861, "datetime": 1605204345000, "masked_author": "username_1", "text": "Re `utils.h` - you are right, I must have looked at it too quickly.\r\n\r\nRe clang-format version and what's currently still showing up after running it. Indeed, we still have 4 files that are not showing a difference after you run clang-format v10.0.0 on the entire repo. We have discovered just recently that in some cases, clang-format may have to be applied more than once. I will open a PR for the remaining files.", "title": null, "type": "comment" }, { "action": "created", "author": "dgovil", "comment_id": 726255645, "datetime": 1605205491000, "masked_author": "username_0", "text": "Ok great to know it's not some deeper issue. I'll move around the unittests per the other PR and then update this one.", "title": null, "type": "comment" }, { "action": "created", "author": "dgovil", "comment_id": 726273234, "datetime": 1605207417000, "masked_author": "username_0", "text": "Okay, updated the test location. Hopefully should be good to go, but let me know if you see anything else of concern. I'll update the other PRs shortly too.", "title": null, "type": "comment" } ]
2
8
5,264
false
false
5,264
true
plasma-group/pigi
plasma-group
450,556,049
216
null
[ { "action": "opened", "author": "kfichter", "comment_id": null, "datetime": 1559260627000, "masked_author": "username_0", "text": "Diagrams and visuals are absolutely necessary when trying to describe complex structures. We should get additional review to figure out where additional diagrams could be added. Each diagram should be assigned its own issue since they can be somewhat difficult to construct well.", "title": "Figure out where to add more diagrams", "type": "issue" }, { "action": "closed", "author": "kfichter", "comment_id": null, "datetime": 1559425193000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
2
279
false
false
279
false
OPS-E2E-PPE/E2E_DocFxV3
OPS-E2E-PPE
854,723,831
16,808
{ "number": 16808, "repo": "E2E_DocFxV3", "user_login": "OPS-E2E-PPE" }
[ { "action": "opened", "author": "OPSTestPPE", "comment_id": null, "datetime": 1617989459000, "masked_author": "username_0", "text": "", "title": "PR Comment: Change Toc For Target Branch Contains Warning", "type": "issue" }, { "action": "created", "author": "luyajun0205", "comment_id": 816840860, "datetime": 1617989571000, "masked_author": "username_1", "text": "Docs Build status updates of commit _[120cb3c](https://github.com/OPS-E2E-PPE/E2E_DocFxV3/commits/120cb3cb4d7f807c646b46aaffd1e3df3e2e8033)_: \n\n### :warning: Validation status: warnings\r\n\r\n\r\nFile | Status | Preview URL | Details\r\n---- | ------ | ----------- | -------\r\n[E2E_DocsBranch_Dynamic/TOC.md](https://github.com/OPS-E2E-PPE/E2E_DocFxV3/blob/pr-comment-changeToc-warning/E2E_DocsBranch_Dynamic/TOC.md) | :warning:Warning | [View](https://ppe.docs.microsoft.com/en-us/E2E_DocFxV3/index?branch=pr-en-us-16808) | [Details](#user-content-eb62a07f37aee2eca799ea50d9de76f8-a4c542df)\r\n\r\n<a id=\"eb62a07f37aee2eca799ea50d9de76f8-a4c542df\"></a>\r\n### [E2E_DocsBranch_Dynamic/TOC.md](https://github.com/OPS-E2E-PPE/E2E_DocFxV3/blob/pr-comment-changeToc-warning/E2E_DocsBranch_Dynamic/TOC.md)\r\n - **Line 1, Column 3**: **[Warning-[file-not-found](https://review.docs.microsoft.com/help/contribute/validation-ref/file-not-found?branch=main)]** `````Invalid file link: 'invalid.md'.`````\r\n\r\nFor more details, please refer to the [build report](https://opbuilduserstoragepubdev.blob.core.windows.net/report/2021%5C4%5C9%5C8b165afe-a866-8c48-e5c3-ead94440f27e%5CPullRequest%5C202104091731082168-16808%5Cworkflow_report.html?sv=2016-05-31&sr=b&sig=0m4iavl%2FvhoFUAFQHtvSKmZyNlKFKiaM57g80MHfsCk%3D&st=2021-04-09T17%3A27%3A50Z&se=2021-05-10T17%3A32%3A50Z&sp=r).\r\n\r\nIf you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions [here](https://review.docs.microsoft.com/en-us/help/onboard/sso-troubleshooting?branch=master) to re-authorize your GitHub account to Docs Build.\r\n\r\n**Note:** Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the [broken link report](https://docs-portal-pubdev-wus.azurewebsites.net/#/repos/8b165afe-a866-8c48-e5c3-ead94440f27e?tabName=brokenlinks).\r\n\r\n**Note:** Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these [instructions](https://review.docs.microsoft.com/en-us/help/onboard/faq?branch=master&tabs=pr-validation-error-solution#q-why-do-i-get-pr-validation-result-with-cryptic-error-or-warning-messages-not-related-to-the-changes-i-make-in-my-working-branch) to resolve them.\r\n\r\nFor any questions, please:<ul><li>Try searching the docs.microsoft.com <a href=\"https://review.docs.microsoft.com/en-us/help/?branch=master\">contributor guides</a></li><li>Post your question in the <a href=\"https://teams.microsoft.com/l/channel/19%3a7ecffca1166a4a3986fed528cf0870ee%40thread.skype/General?groupId=de9ddba4-2574-4830-87ed-41668c07a1ca&amp;tenantId=72f98bf-86f1-41af-91ab-2d7cd011db47\">Docs support channel</a></li></ul>", "title": null, "type": "comment" } ]
2
2
2,882
false
false
2,882
false
NickeManarin/ScreenToGif
null
626,464,592
663
null
[ { "action": "opened", "author": "aukgit", "comment_id": null, "datetime": 1590668422000, "masked_author": "username_0", "text": "Hello @username_1\r\n\r\nGreat tool, impressed a lot.\r\n\r\nI do have a question, will you please point me to the scripts or the installer which has been used to pack this software?\r\n\r\nThank you.", "title": "Installer Help", "type": "issue" }, { "action": "created", "author": "NickeManarin", "comment_id": 636376658, "datetime": 1590868586000, "masked_author": "username_1", "text": "The installer was made with wixSharp.", "title": null, "type": "comment" }, { "action": "closed", "author": "NickeManarin", "comment_id": null, "datetime": 1590868587000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
227
false
false
227
true
Codivox/codivox.com
Codivox
670,095,011
15
{ "number": 15, "repo": "codivox.com", "user_login": "Codivox" }
[ { "action": "opened", "author": "inhaq", "comment_id": null, "datetime": 1596220262000, "masked_author": "username_0", "text": "", "title": "add hi component", "type": "issue" } ]
2
2
270
false
true
0
false
xdvom03/klaus
null
760,725,166
44
null
[ { "action": "opened", "author": "xdvom03", "comment_id": null, "datetime": 1607553494000, "masked_author": "username_0", "text": "The highest level of the hierarchy: Articles (valuable+trash) versus non-articles (boilerplate, shops, official websites/simple info).", "title": "Create article vs. no article distinction", "type": "issue" }, { "action": "created", "author": "xdvom03", "comment_id": 742721707, "datetime": 1607626238000, "masked_author": "username_0", "text": "Solved in commit 4d2255737616738574f07ff7a2d219657f8e8042 (or at least stared, more varying content will be added).", "title": null, "type": "comment" }, { "action": "closed", "author": "xdvom03", "comment_id": null, "datetime": 1607626238000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
249
false
false
249
false
perettijuan/moviespreview
null
650,655,312
202
null
[ { "action": "opened", "author": "perettijuan", "comment_id": null, "datetime": 1593789282000, "masked_author": "username_0", "text": "I keep a Medium series as a way to explain my decision-making process and to use it as documentation to remind myself of some of the key concepts I apply in the application.\r\nThis ticket is to update the post series (or add new entries) with the new architecture in place.\r\n\r\nPosts to write about:\r\n- [ ] Data layer.\r\n- [ ] Domain layer (UV vs Interactors).\r\n- [ ] UI layer.\r\n- [ ] Main application architecture (evolution).\r\n- [ ] Navigation.", "title": "Update (or re-write) Medium posts", "type": "issue" } ]
1
1
443
false
false
443
false
E3SM-Project/scream
E3SM-Project
847,134,225
968
null
[ { "action": "opened", "author": "PeterCaldwell", "comment_id": null, "datetime": 1617216650000, "masked_author": "username_0", "text": "https://acme-climate.atlassian.net/wiki/spaces/NGDNA/pages/1927512393/Field+Manager+Variable+Names provides CF names for variables in the field manager. \r\n\r\n- [ ] Make SCREAM output use these CF variable names\r\n- [ ] Include code to change units to CF-standard where needed (for units marked in red in our Field Manager Variable Names confluence page)\r\n- [ ] Find CF names for variables missing a CF name column if possible\r\n- [ ] Where no CF name exists, come up with one using http://cfconventions.org/Data/cf-standard-names/docs/guidelines.html", "title": "Write output using CF convention long names", "type": "issue" }, { "action": "created", "author": "AaronDonahue", "comment_id": 811954407, "datetime": 1617287971000, "masked_author": "username_1", "text": "I would add to this list that it is dependent on the first task of adding a \"longname\" option to the field repository registration.", "title": null, "type": "comment" }, { "action": "created", "author": "bartgol", "comment_id": 812029161, "datetime": 1617295013000, "masked_author": "username_2", "text": "I had started to add the long name to the FieldIdentifier in [this branch](https://github.com/E3SM-Project/scream/tree/username_2/field-stack-changes). I was also cleaning up a bit the Field stack (which after 2 years of patches starts to have some pointless things), but only gave it a couple of jabs. Still, putting the ref here in case someone wants to pick it up.", "title": null, "type": "comment" } ]
3
3
1,042
false
false
1,042
true
mts88/placeholder-content-loader
null
813,773,538
1
{ "number": 1, "repo": "placeholder-content-loader", "user_login": "mts88" }
[ { "action": "opened", "author": "mts88", "comment_id": null, "datetime": 1614020282000, "masked_author": "username_0", "text": "Created card component", "title": "feat: card component", "type": "issue" }, { "action": "created", "author": "mts88", "comment_id": 783685007, "datetime": 1614029093000, "masked_author": "username_0", "text": ":tada: This PR is included in version 1.0.0 :tada:\n\nThe release is available on [GitHub release](https://github.com/username_0/placeholder-content-loader/releases/tag/v1.0.0)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:", "title": null, "type": "comment" } ]
1
2
296
false
false
296
true
commaai/openpilot
commaai
699,462,701
2,156
{ "number": 2156, "repo": "openpilot", "user_login": "commaai" }
[ { "action": "opened", "author": "grekiki", "comment_id": null, "datetime": 1599838780000, "masked_author": "username_0", "text": "Fixing https://github.com/commaai/openpilot/issues/2154", "title": "Update README.md", "type": "issue" }, { "action": "created", "author": "adeebshihadeh", "comment_id": 691709392, "datetime": 1600023073000, "masked_author": "username_1", "text": "Can we add two lines to copy/paste that run the start scripts without having to clone the repo? Ideally, someone should be able to stumble across openpilot, copy and paste two lines from the README, and see openpilot running on their computer.", "title": null, "type": "comment" }, { "action": "created", "author": "grekiki", "comment_id": 691710049, "datetime": 1600023369000, "masked_author": "username_0", "text": "Hm like a docker container that would have the repository already preinstalled? User then just has to start the container", "title": null, "type": "comment" }, { "action": "created", "author": "adeebshihadeh", "comment_id": 691711622, "datetime": 1600024216000, "masked_author": "username_1", "text": "We already have that. We just need two lines that curl each script and run them instead of needing to clone openpilot.", "title": null, "type": "comment" }, { "action": "created", "author": "grekiki", "comment_id": 692012730, "datetime": 1600085594000, "masked_author": "username_0", "text": "I think that should work", "title": null, "type": "comment" } ]
2
5
561
false
false
561
false
w3bdesign/nuxtjs-woocommerce
null
803,859,597
226
{ "number": 226, "repo": "nuxtjs-woocommerce", "user_login": "w3bdesign" }
[ { "action": "opened", "author": "w3bdesign", "comment_id": null, "datetime": 1612812665000, "masked_author": "username_0", "text": "", "title": "Remove unused headers", "type": "issue" } ]
3
3
3,806
false
true
0
false
Lakhankumawat/LearnCPP
null
864,098,201
8
{ "number": 8, "repo": "LearnCPP", "user_login": "Lakhankumawat" }
[ { "action": "opened", "author": "StarEditorBoy", "comment_id": null, "datetime": 1619025115000, "masked_author": "username_0", "text": "", "title": "Create TravelingSalesPerson.cpp", "type": "issue" }, { "action": "created", "author": "Lakhankumawat", "comment_id": 1059941082, "datetime": 1646564688000, "masked_author": "username_1", "text": "@all-contributors please add @username_0 code", "title": null, "type": "comment" } ]
3
4
301
false
true
48
true
google/it-cert-automation-practice
google
837,911,396
13,389
{ "number": 13389, "repo": "it-cert-automation-practice", "user_login": "google" }
[ { "action": "opened", "author": "naelchris", "comment_id": null, "datetime": 1616431450000, "masked_author": "username_0", "text": "- [ ] Tests pass\r\n- [ ] Appropriate changes to README are included in PR", "title": "Updated validations.py python script.", "type": "issue" } ]
2
2
1,904
false
true
72
false
akka/akka
akka
838,546,906
30,143
null
[ { "action": "opened", "author": "chbatey", "comment_id": null, "datetime": 1616493382000, "masked_author": "username_0", "text": "This due to the bintray going away?\r\n\r\n```\r\n[error] sbt.librarymanagement.ResolveException: Error downloading com.lightbend.akka:paradox-theme-akka:0.23\r\n[error] Not found\r\n[error] Not found\r\n[error] not found: /localhome/jenkinsakka/.ivy2/local/com.lightbend.akka/paradox-theme-akka/0.23/ivys/ivy.xml\r\n[error] not found: https://repo1.maven.org/maven2/com/lightbend/akka/paradox-theme-akka/0.23/paradox-theme-akka-0.23.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-releases/com/lightbend/akka/paradox-theme-akka/0.23/paradox-theme-akka-0.23.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/lightbend/akka/paradox-theme-akka/0.23/paradox-theme-akka-0.23.pom\r\n[error] not found: https://repo.typesafe.com/typesafe/ivy-releases/com.lightbend.akka/paradox-theme-akka/0.23/ivys/ivy.xml\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.lightbend.akka/paradox-theme-akka/0.23/ivys/ivy.xml\r\n[error] \tat lmcoursier.CoursierDependencyResolution.unresolvedWarningOrThrow(CoursierDependencyResolution.scala:245)\r\n[error] \tat lmcoursier.CoursierDependencyResolution.$anonfun$update$34(CoursierDependencyResolution.scala:214)\r\n[error] \tat scala.util.Either$LeftProjection.map(Either.scala:573)\r\n[error] \tat lmcoursier.CoursierDependencyResolution.update(CoursierDependencyResolution.scala:214)\r\n[error] \tat sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:60)\r\n```", "title": "Release 2.5 build broken", "type": "issue" }, { "action": "created", "author": "raboof", "comment_id": 804773833, "datetime": 1616493726000, "masked_author": "username_1", "text": "Looking at my ~/.ivy2/cache/com.lightbend.akka/paradox-theme-akka/ivydata-0.36.properties I previously got it from https://jcenter.bintray.com/com/lightbend/akka/paradox-theme-akka/0.36/paradox-theme-akka-0.36.pom , which is returning 403 forbidden right now...", "title": null, "type": "comment" }, { "action": "created", "author": "raboof", "comment_id": 804775766, "datetime": 1616493876000, "masked_author": "username_1", "text": "though I'm not sure it's the sunset, the schedule https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ mentions the first read access going away in april", "title": null, "type": "comment" }, { "action": "created", "author": "chbatey", "comment_id": 804830931, "datetime": 1616499360000, "masked_author": "username_0", "text": "Also other sbt plugins:\r\nhttps://jenkins.akka.io:8498/job/akka-nightly-sigar/1998/console\r\n\r\n```\r\n[error] sbt.librarymanagement.ResolveException: Error downloading net.bzzt:sbt-reproducible-builds;sbtVersion=1.0;scalaVersion=2.12:0.25\r\n[error] Not found\r\n[error] Not found\r\n[error] not found: /localhome/jenkinsakka/.ivy2/local/net.bzzt/sbt-reproducible-builds/scala_2.12/sbt_1.0/0.25/ivys/ivy.xml\r\n[error] not found: https://repo1.maven.org/maven2/net/bzzt/sbt-reproducible-builds_2.12_1.0/0.25/sbt-reproducible-builds-0.25.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-releases/net/bzzt/sbt-reproducible-builds_2.12_1.0/0.25/sbt-reproducible-builds-0.25.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-snapshots/net/bzzt/sbt-reproducible-builds_2.12_1.0/0.25/sbt-reproducible-builds-0.25.pom\r\n[error] not found: https://repo.typesafe.com/typesafe/ivy-releases/net.bzzt/sbt-reproducible-builds/0.25/ivys/ivy.xml\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/net.bzzt/sbt-reproducible-builds/0.25/ivys/ivy.xml\r\n[error] Error downloading de.heikoseeberger:sbt-header;sbtVersion=1.0;scalaVersion=2.12:5.6.0\r\n[error] Not found\r\n[error] Not found\r\n[error] not found: /localhome/jenkinsakka/.ivy2/local/de.heikoseeberger/sbt-header/scala_2.12/sbt_1.0/5.6.0/ivys/ivy.xml\r\n[error] not found: https://repo1.maven.org/maven2/de/heikoseeberger/sbt-header_2.12_1.0/5.6.0/sbt-header-5.6.0.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-releases/de/heikoseeberger/sbt-header_2.12_1.0/5.6.0/sbt-header-5.6.0.pom\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/maven-snapshots/de/heikoseeberger/sbt-header_2.12_1.0/5.6.0/sbt-header-5.6.0.pom\r\n[error] not found: https://repo.typesafe.com/typesafe/ivy-releases/de.heikoseeberger/sbt-header/5.6.0/ivys/ivy.xml\r\n[error] not found: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/de.heikoseeberger/sbt-header/5.6.0/ivys/ivy.xml\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "chbatey", "comment_id": 804831577, "datetime": 1616499430000, "masked_author": "username_0", "text": "And: https://jenkins.akka.io:8498/job/akka-stream-perf-master/2918/console", "title": null, "type": "comment" }, { "action": "created", "author": "chbatey", "comment_id": 806474867, "datetime": 1616662229000, "masked_author": "username_0", "text": "https://jenkins.akka.io:8498/job/akka-nightly-sigar/1999/console", "title": null, "type": "comment" }, { "action": "created", "author": "chbatey", "comment_id": 806701809, "datetime": 1616677316000, "masked_author": "username_0", "text": "Fixed now. These builds had override.build.servers set, so maybe something changed on the jenkins host which caused this, all fo them work without it", "title": null, "type": "comment" }, { "action": "closed", "author": "chbatey", "comment_id": null, "datetime": 1616677317000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "johanandren", "comment_id": 808026121, "datetime": 1616746390000, "masked_author": "username_2", "text": "It was probably my fault, I disabled the artifactory proxy on the jenkins cluster because of certificate issues last week, and thought I had gone through all ci jobs and fixed + verified, but it looks as if there was some builds I missed after all.", "title": null, "type": "comment" } ]
3
9
4,434
false
false
4,434
false
dapr/php-sdk
dapr
769,230,479
1
null
[ { "action": "opened", "author": "withinboredom", "comment_id": null, "datetime": 1608148637000, "masked_author": "username_0", "text": "Currently, in the readme, we have `composer require dapr/php-sdk`. However, we don't currently have a composer org.\r\n\r\nWe should create it. Also, I'm not sure on the name of the package. `php-sdk` seems kinda redundant.", "title": "Dapr composer org, package and publish", "type": "issue" }, { "action": "closed", "author": "yaron2", "comment_id": null, "datetime": 1609977486000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
219
false
false
219
false
reactjs/zh-hans.reactjs.org
reactjs
706,923,615
445
{ "number": 445, "repo": "zh-hans.reactjs.org", "user_login": "reactjs" }
[ { "action": "opened", "author": "QC-L", "comment_id": null, "datetime": 1600828276000, "masked_author": "username_0", "text": "", "title": "docs(cn): translate content/blog/2020-09-22-introducing-the-new-jsx-transform.md into zh-hans", "type": "issue" } ]
2
4
480
false
true
0
false
ambianic/ambianic-edge
ambianic
807,507,882
312
null
[ { "action": "opened", "author": "ivelin", "comment_id": null, "datetime": 1613159731000, "masked_author": "username_0", "text": "**Is your feature request related to a problem? Please describe.**\r\nCurrently a fall detection only saves the after fall image as a timeline event attribute.\r\nIn order to provide the user with a better context on how the AI made a decisions, we should also present the before fall image.\r\n\r\n**Describe the solution you'd like**\r\nfall_detect needs to provide additional inference output context which the store object can use to to save as an enriched timeline event.\r\n\r\n\r\n**Additional context**\r\nThis issue [was also discussed](https://github.com/ambianic/ambianic-edge/pull/296#discussion_r575478820) as part of #296", "title": "fall_detect.py and store.py: save before and after fall images as timeline event attributes to be presented to users in the UI", "type": "issue" } ]
2
2
789
false
true
617
false
BoulderAI/meta-mender-community
BoulderAI
657,303,455
1
{ "number": 1, "repo": "meta-mender-community", "user_login": "BoulderAI" }
[ { "action": "opened", "author": "ichergui", "comment_id": null, "datetime": 1594815307000, "masked_author": "username_0", "text": "- Add checking of return code when trying to enable A/B system update", "title": "Fix a Potential bug", "type": "issue" }, { "action": "created", "author": "kekiefer", "comment_id": 659518816, "datetime": 1594916282000, "masked_author": "username_1", "text": "This seems reasonable. I've changed the base to master because that's what we're working on right now. We'll backport as appropriate from there once master is settled.", "title": null, "type": "comment" } ]
2
2
236
false
false
236
false
firebase/firebase-tools
firebase
575,700,867
2,011
{ "number": 2011, "repo": "firebase-tools", "user_login": "firebase" }
[ { "action": "opened", "author": "kthaas", "comment_id": null, "datetime": 1583350231000, "masked_author": "username_0", "text": "…ator\r\n\r\n<!--\r\n\r\nThank you for contributing to the Firebase community! Please fill out the form below.\r\n\r\nRun the linter and test suite\r\n==============================\r\nRun `npm test` to make sure your changes compile properly and the tests all pass on your local machine. We've hooked up this repo with continuous integration to double check those things for you. \r\n\r\n-->\r\n\r\n\r\n### Description\r\n\r\nAdding support for emulated scheduled pubsub functions to be triggered manually. Previously, all scheduled pubsub functions in the emulator would be on the same topic (named \"topic\") as their resource is `projects/{PROJECT_NAME}/topic`. Updated to add the `schedule` to the function trigger definition and to change the topic name if the schedule is defined to match as closely as possible to what it looks like in production (namely, `firebase-schedule-{FUNCTION_NAME}-{DEPLOYMENT_LOCATION}`, i.e. `firebase-schedule-helloworld-uscentral-1`). Functions can now be invoked by publishing to that topic, exposing them individually. Originally brought up in issue #1748, but also was required for our own end to end tests.\r\n<!-- Are you fixing a bug? Implementing a new feature? Make sure we have the context around your change. Link to other relevant issues or pull requests. -->\r\n\t \r\n### Scenarios Tested\r\n\r\n<!-- Write a list of all the user journeys and edge cases you've tested. Instructions for manual testing can be found at https://github.com/firebase/firebase-tools/blob/master/.github/CONTRIBUTING.md#development-setup -->\r\n\r\n### Sample Commands\r\n\r\n<!-- Proposing a change to commands or flags? Provide examples of how they will be used. -->", "title": "[Feature] Added support for scheduled pubsub functions in emulator", "type": "issue" }, { "action": "created", "author": "samtstern", "comment_id": 594782445, "datetime": 1583350560000, "masked_author": "username_1", "text": "@username_0 thanks! This is a really nice and simple addition, I appreciate that you added tests as well.\r\n\r\nA few changes needed:\r\n1. Sign the CLA\r\n2. Add an entry to `CHANGELOG.md` explaining this", "title": null, "type": "comment" }, { "action": "created", "author": "kthaas", "comment_id": 594819288, "datetime": 1583354009000, "masked_author": "username_0", "text": "@googlebot I fixed it.", "title": null, "type": "comment" }, { "action": "created", "author": "kthaas", "comment_id": 594819541, "datetime": 1583354045000, "masked_author": "username_0", "text": "Thanks @username_1! Author was configured improperly, so fixed up the commit with my github username and added changelog.", "title": null, "type": "comment" }, { "action": "created", "author": "samtstern", "comment_id": 594841398, "datetime": 1583355958000, "masked_author": "username_1", "text": "@username_0 perfect, merging! Thanks so much for this PR.", "title": null, "type": "comment" } ]
3
7
3,055
false
true
2,035
true
termux/termux-app
termux
809,985,683
1,937
null
[ { "action": "opened", "author": "Haiz14", "comment_id": null, "datetime": 1613552099000, "masked_author": "username_0", "text": "<!--\nIMPORTANT:\n\n1. Support of Android 5.x - 6.x is finished.\n2. Fill the template AFTER comments.\n-->\nFeature Name: If bandwith (the amount of packages downloaded) exceeds 1GB /day you can pay for more bandwith/day or download more next day.\n\nNow server can be sustainable.\n\nIf I missed any detail you can ask\nI just had this idea while exercising and I noth familiar with many terms so sorry for using wrong words 'bandwith'.\n\nThks for reading", "title": "Sustainable mirrors", "type": "issue" }, { "action": "created", "author": "Haiz14", "comment_id": 780405879, "datetime": 1613552179000, "masked_author": "username_0", "text": "Can do /month or something like that you guys ge the general idea.", "title": null, "type": "comment" }, { "action": "closed", "author": "xeffyr", "comment_id": null, "datetime": 1613559604000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "xeffyr", "comment_id": 780477408, "datetime": 1613559604000, "masked_author": "username_1", "text": "Our traffic exceeds **terabytes** per day. Paying thousands and even hundreds of USDs is not an option.", "title": null, "type": "comment" } ]
2
4
614
false
false
614
false
openservicemesh/osm
openservicemesh
703,026,306
1,710
null
[ { "action": "opened", "author": "michelleN", "comment_id": null, "datetime": 1600285391000, "masked_author": "username_0", "text": "**Please describe what should be documented\r\n\r\n**Please suggest where in the repo the document should be located\r\ndocs/", "title": "Document how to run maestro locally", "type": "issue" }, { "action": "created", "author": "nojnhuh", "comment_id": 693632564, "datetime": 1600286257000, "masked_author": "username_1", "text": "I have gotten the maestro to run locally if I ensure it starts running immediately after the book* apps are deployed to mirror the behavior of CI. The problem arises for me when I start the maestro after the apps have been up and running for a while. The bookbuyer and bookthief checks consistently work, but the bookwarehouse check fails because its success token (`Restocking bookstore with 1 new books; Total so far: 3`) is only emitted once relatively soon after it starts, whereas the bookbuyer and bookthief constantly emit their success/failure tokens with every request. \r\n\r\nThe maestro doesn't always look at the entire logs from each pod. It will look at log messages <2 seconds old and stream new logs as they come in, so the bookwarehouse's success token could be easily missed if the maestro is not started right away.\r\n\r\nI think the simplest solution is either to make the success token a regex that matches numbers greater than 3 for the bookwarehouse or also log the regular `THIS TEST SUCCEEDED` message in the bookwarehouse whenever it receives a book past its second.", "title": null, "type": "comment" }, { "action": "closed", "author": "draychev", "comment_id": null, "datetime": 1624909903000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "draychev", "comment_id": 869984924, "datetime": 1624909903000, "masked_author": "username_2", "text": "Maestro is being deprecated; We are using end-to-end tests and these are documented here: https://github.com/openservicemesh/osm/blob/d6d364ead3e24dac33d3c0bc42bd832a2d1d3289/tests/e2e/README.md", "title": null, "type": "comment" } ]
3
4
1,399
false
false
1,399
false
Radi85/Comment
null
842,431,184
184
null
[ { "action": "opened", "author": "spsphulse", "comment_id": null, "datetime": 1616826667000, "masked_author": "username_0", "text": "### Environment\r\n* python version 3.9\r\n* django Version 2.2\r\n* django-comments-dab latest\r\n\r\n### Describe the bug\r\nThe form to add comments does not show up or is disabled. My object detail page has 0 comments. I'm trying to add one, but there is no form for me to enter the comment. \r\n\r\n### Steps To Reproduce\r\n1. All steps followed as per documentation\r\n2. Added the field to my model comments = GenericRelation(Comment)\r\n3. included tempate tag and used render_comments as per documentation.\r\n\r\n### Expected behavior\r\nForm to enter comment should ideally show up\r\n\r\n### Screenshots\r\nIf applicable, add screenshots to help explain your problem.\r\n\r\n![image](https://user-images.githubusercontent.com/16765855/112712108-4c1b8080-8ef3-11eb-94bd-ca60e0d543fe.png)\r\n\r\n![image](https://user-images.githubusercontent.com/16765855/112712135-78370180-8ef3-11eb-9d00-d642dda9de67.png)", "title": "Disabled comment form", "type": "issue" }, { "action": "created", "author": "abhiabhi94", "comment_id": 808673663, "datetime": 1616828139000, "masked_author": "username_1", "text": "Most probably, this seems to be an issue with the theme of your website. If the element appears in the DOM, and isn't hidden by some front end manipulations, it should probably appear.\r\n\r\nCould you try and change the `background-color` of the `form` element to see if the element becomes visible?", "title": null, "type": "comment" }, { "action": "created", "author": "spsphulse", "comment_id": 808736715, "datetime": 1616853363000, "masked_author": "username_0", "text": "My bad! Guess there was some installation issue at my end. \r\n\r\nRemoved the app & reinstalled. Everything seems to be working fine. This may be closed.\r\n\r\n![image](https://user-images.githubusercontent.com/16765855/112722788-75f39800-8f31-11eb-9e15-4be21037ee27.png)\r\n\r\n![image](https://user-images.githubusercontent.com/16765855/112722930-22357e80-8f32-11eb-8bb7-8b6ddf08f009.png)", "title": null, "type": "comment" }, { "action": "closed", "author": "spsphulse", "comment_id": null, "datetime": 1616853435000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "spsphulse", "comment_id": 808736944, "datetime": 1616853456000, "masked_author": "username_0", "text": "Closing my (non)issue.", "title": null, "type": "comment" } ]
2
5
1,574
false
false
1,574
false
HERA-Team/hera_sim
HERA-Team
816,879,137
132
{ "number": 132, "repo": "hera_sim", "user_login": "HERA-Team" }
[ { "action": "opened", "author": "steven-murray", "comment_id": null, "datetime": 1614294267000, "masked_author": "username_0", "text": "Fixes #125\r\n\r\nConverts `test_utils.py` to use pytest, does some refactoring of the `utils.py` module, and adds cached fringe-rate/delay filters to the `Simulator`.", "title": "Refactor utils", "type": "issue" }, { "action": "created", "author": "steven-murray", "comment_id": 786722087, "datetime": 1614353943000, "masked_author": "username_0", "text": "@username_1 thanks for the comments, which I completely agree with.\r\n\r\nDid you also add the filter of ones? If not, I can try doing that.", "title": null, "type": "comment" }, { "action": "created", "author": "r-pascua", "comment_id": 786764261, "datetime": 1614358268000, "masked_author": "username_1", "text": "I did not add the filter of ones, but I can do that relatively quickly.", "title": null, "type": "comment" } ]
4
5
796
false
true
369
true
facebookincubator/resctl
facebookincubator
765,802,679
997
null
[ { "action": "opened", "author": "13042503719", "comment_id": null, "datetime": 1607913840000, "masked_author": "username_0", "text": "【榆林市找妹子美女包夜服务】【╋薇⒈O⒎⒎⒈⒐O⒐】【榆林市妹子多少钱一晚】【榆林市上门服务微信:⒈O⒎⒎⒈⒐O⒐】榆林市【╋薇⒈O⒎⒎⒈⒐O⒐】榆林市找小姐小妹兼职按摩莞式一条龙服务【╋薇⒈O⒎⒎⒈⒐O⒐】《榆林市找小姐远离服务》《红灯区》【╋薇⒈O⒎⒎⒈⒐O⒐】《榆林市找小姐》《保健按摩》《一夜情》【╋薇⒈O⒎⒎⒈⒐O⒐】《榆林市找小姐保健按摩》《一条龙服务》【╋薇⒈O⒎⒎⒈⒐O⒐】  由欧普和东南卫视联合推出的演说类节目《欧普说》,将于月日在东南卫视播出第三期节目。此外,凤凰网节目专区也将于每周日更新当期节目的完整版视频。在上期节目中,进第一阶段的淘汰赛已经开启,共有名选手顺利晋级强席位。选手们金句频出,演讲内容更是涉及职业发展、梦想追求等社会性话题,呈现出许多平凡职场人的励志故事,获得了观众的一致好评。本周《欧普说》将进入进淘汰赛第二阶段,残酷的替换淘汰流程也正式开启,选手们将面临更大的压力与挑战。  在本期节目中,乐观女孩将分享如何用生命影响生命,引评委观众齐落泪;海外选手精彩回顾生死时刻,获得评委点赞“有冠军相”;保洁大姐纯正“东北腔”逗乐现场观众,可爱本性俘获评委心;岁高龄老人以诗为媒,慷慨传达浓浓深情暖化众人。更有“春晚钉子户”讲述九次登上“春晚”的感触,幸福“孕妈”分享在欧普的多个“第一次”……精彩不断、感动满满。  图:《欧普说》现场  图:《欧普说》强选手  乐观女孩分享生命间的温情互动  海外选手笑谈异国与死亡擦肩  在《欧普说》内部选拔时,乐观女孩陈俊婷细腻动人的故事与娓娓道来的语气,给评委嘉宾和观众留下了深刻的印象。在本期节目中,她将带来另一个“用生命影响生命”的温暖故事。在欧普人力资源及行政中心做培训工作的陈俊婷,一直梦想成为一名传道授业的讲师,然而面对日复一日堆积如山的文件与重复性的工作,让她一度产生放弃的念头。直到一次培训课上与一个小姑娘“一杯红糖水”、“一次推椅”的互动,让她感受到生命与生命之间相互赠予的温度,也为她在实现梦想的道路上注入了能量。“当听到用生命影响生命,那一刻就触动了我。”评委嘉宾马志伟备受感动,现场频频拭泪。除此之外,在本期节目中,陈俊婷还将微笑地讲述她失去手臂的原因。或许对于常人而言这是一个莫大的打击,而如今乐观派的她更感激这样的经历,“因为经历不同,所以我更懂得去珍惜。”这个内心充满感恩的女孩,用乐观与坚强征服了在场所有人。  图:欧普人力资源及行政中心陈俊婷  作为一家全球化的企业,欧普在多个国家和地区都有销售人员,国际事业部的王金庭便是常年驻扎在海外的人员之一。已经在巴基斯坦工作两年多的他,曾经历了许多常人难以想象的困境。在本期节目中,王金庭将与我们分享他在国外遭遇断水、断电、断气的挑战,以及他在经历与死亡擦肩后的顿悟。据王金庭描述:“那天我与当地的销售经理去工业区见一个客户,离开后不到分钟就发生了爆炸。我在电视上看到爆炸现场,变形的警车、满地的碎渣、受伤包扎的人群……那天我彻夜不眠,想回家。”一字一句迅速将现场听众都拉进他那段恐惧、无助的回忆里。不过,也正是这次磨难历练了他,给予他更强劲的生命力,王金庭也表示,“感觉自己从象牙塔里走了出来,也不再害怕死亡了。”评委嘉宾马志伟听后颇有感触:“正是因为国家的强大,才真正造就了欧普这样的企业以及‘走出去’的心。”评委嘉宾强洁更是认为王金庭“有冠军相”,不知道这位冠军“种子选手”本次的表现究竟如何,又能否顺利走到最后呢?  图:欧普国际事业部王金庭  “欢乐担当”保洁大姐现场收获意外惊喜  岁高龄选手演绎形式引评委争议  要说《欧普说》选手的中“欢乐担当”,那一定非欧普酒店保洁员董云霞莫属。在第一期节目中就以一口纯正的“东北腔”逗乐所有评委的她,在本期节目中,将延续其一贯朴实又独特的风格,继续用真实、鲜活、接地气的语言展现她深刻的生活体验。在来欧普的一年里,令董大姐感触最深的还是被欧普当作家人一样体贴、关怀,给予应有的尊重。当被评委嘉宾强洁问及何时在欧普有了家的感觉时,董大姐分享了带给她极大触动的两件事。一件是在一次繁忙的工作中,欧普的领导为了减轻清洁员的负担,关照董大姐不用打扫她的房间;另一件事是董大姐的老公出了交通事故,欧普领导不仅对她关怀备至,还允许董大姐每天早下班一两个小时去照顾她的老公。两件事如同两道光,不仅照亮了董大姐前进的路,也温暖了她在欧普的时光。“我为来到欧普这样一个人性化、和谐的大家庭感到无比的荣幸和自豪!”董大姐简单而朴实的话语中满是对欧普的感激。现场,节目组还为董大姐精心准备了一个惊喜,让她泪如雨下。究竟是怎样的惊喜呢?赶紧来节目中寻找答案吧!  图:欧普酒店保洁员董云霞  除了有欧普的内部员工参与到节目中来,《欧普说》还吸引了许多忠实消费者的加入。在第一期节目中,精神矍铄的岁老人丁荣先给观众留下了深刻的印象,饱满的精神面貌、慷慨激昂的演讲,让她丝毫不逊色于节目中的年轻选手。作为欧普的年老顾客,丁荣先老人与欧普之间已经建立了深厚的情谊,在本期节目中,这位来自江苏泗阳的丁荣先老人将再次带着爱意与祝福而来,以诗为媒,用“棒棒的”、“爽爽的”、“强强的”、“杠杠的”四个词串联出他心中的欧普赞歌。由于丁荣先老人的演讲更多地采用了诗歌朗诵的演绎形式,评委嘉宾包磊认为故事向阐述不够,缺少打动观众的细节,与评委嘉宾马志伟的意见相左,究竟丁荣先老人能否顺利进入强呢?  图:欧普消费者丁荣先  强席位仅剩席,残酷的替换淘汰环节也将开启,究竟谁能抵住压力与危机成功晋级强?敬请锁定将于月日在东南卫视播出第三期节目。此外,凤凰网节目专区还将于每周日更新当期节目的完整版视频,精彩不容错过!声明:中华娱乐网刊载此文出于传递更多信息之目的,并非意味着赞同其观点或证实其描述。版权归作者所有,更多同类文章敬请浏览:综合资讯劝是守咆昭济拘刃殖势什竞戮辽窗https://github.com/trailofbits/monitoring_linux_events/issues/9325?43324 <br />https://github.com/trailofbits/monitoring_linux_events/issues/314?epxsz <br />https://github.com/facebookincubator/resctl/issues/29?pyrrx <br />https://github.com/trailofbits/monitoring_linux_events/issues/2000 <br />https://github.com/trailofbits/monitoring_linux_events/issues/7049?7n1dl <br />", "title": "终于有-榆林市哪有特殊服务的洗浴d", "type": "issue" } ]
1
1
2,793
false
false
2,793
false
UglyToad/PdfPig
UglyToad
510,229,291
79
null
[ { "action": "opened", "author": "BobLd", "comment_id": null, "datetime": 1571686016000, "masked_author": "username_0", "text": "The [following document](https://statweb.stanford.edu/~jbien/jasa2011minimax.pdf) contains several [control characters](https://www.compart.com/en/unicode/category/Cc). For example, the page 8 contains _\\u0002, \\u0003, \\b, \\u0005, \\u0006, \\a, \\t, \\n, \\v, \\f_.\r\nThe problem with some of the control chars listed above is that their bounding boxes create issues with `words`, `lines` and `textblocks`. \r\nI guess they should be removed from the page's letters (appart from the `backspace`, see below).\r\n\r\nThe [`backspace` character](https://en.wikipedia.org/wiki/Backspace#cite_ref-2) (_\\b_) is used in this page to [overstrike](https://en.wikipedia.org/wiki/Overstrike) the `=` sign and transform it into an `≠` (equal sign with a strikethrough). This `backspace` behaviore should be handled to return the correct character.", "title": "Handling control characters and overstrike with backspace", "type": "issue" } ]
1
1
822
false
false
822
false
coldi/r3f-game-demo
null
712,460,664
3
null
[ { "action": "opened", "author": "linonetwo", "comment_id": null, "datetime": 1601525526000, "masked_author": "username_0", "text": "I'm developing https://github.com/username_0/Eternity-Foundation \r\n\r\nUsing react-pixi-fiber, and ECS, and capsulate it into electron so it can be published into steam.\r\n\r\nYour work is very nice, I may learn from it if I'm going to write a 2.5D game later!", "title": "Interesting game! I have a similar one", "type": "issue" } ]
1
1
254
false
false
254
true
cheminfo/nmr-displayer
cheminfo
751,660,947
698
null
[ { "action": "opened", "author": "lpatiny", "comment_id": null, "datetime": 1606403194000, "masked_author": "username_0", "text": "Add a button in spectra panels to synchronise Y domains", "title": "Synchronize Y domain", "type": "issue" }, { "action": "created", "author": "hamed-musallam", "comment_id": 735742478, "datetime": 1606737511000, "masked_author": "username_1", "text": "@username_0 \r\nI close #709,#701 can you check if y value is correct.", "title": null, "type": "comment" }, { "action": "closed", "author": "hamed-musallam", "comment_id": null, "datetime": 1606815039000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
120
false
false
120
true
ant-design/pro-components
ant-design
869,455,015
2,628
{ "number": 2628, "repo": "pro-components", "user_login": "ant-design" }
[ { "action": "opened", "author": "chenshuai2144", "comment_id": null, "datetime": 1619580480000, "masked_author": "username_0", "text": "close https://github.com/ant-design/pro-components/issues/2434", "title": "feat(form): FieldSet support type=group", "type": "issue" } ]
3
4
1,077
false
true
62
false
parallaxinc/solo
parallaxinc
852,929,036
557
null
[ { "action": "opened", "author": "zfi", "comment_id": null, "datetime": 1617839748000, "masked_author": "username_0", "text": "This error is logged when an attempt is made to open a Solo project.\r\n\r\n```\r\nUser environment:\r\n\r\nUser Agent: Mozilla/5.0 (X11; CrOS x86_64 11316.165.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.122 Safari/537.36\r\n\r\nBrowser: Chrome v72.0.3626\r\nOS: Chrome OS v11316.165.0\r\n```", "title": "System is logging fileBlob.text is not a function errors", "type": "issue" }, { "action": "created", "author": "zfi", "comment_id": 815346951, "datetime": 1617840085000, "masked_author": "username_0", "text": "Support for the blob.text() method was introduced in Chrome v76.x. The browser in this report is running Chrome v72, so the feature is not supported. \r\n\r\nHowever, when reviewing this code, there is a defect in the handling of the initial promise returned by the fileBlob.text() call. Need to remove the second fileBloc.text() call while retaining the .then from the initial promise.\r\n\r\n```\r\n // TODO: Refactor this to ES5 for support in Safari and Opera\r\n // eslint-disable-next-line no-unused-vars\r\n const textPromise = fileBlob.text(); <<===\r\n fileBlob.text().then((text) => {\r\n if (text && text.length > 0) {\r\n```", "title": null, "type": "comment" } ]
1
2
913
false
false
913
false
yiisoft/yii2-app-advanced
yiisoft
694,540,644
479
{ "number": 479, "repo": "yii2-app-advanced", "user_login": "yiisoft" }
[ { "action": "opened", "author": "DeryabinSergey", "comment_id": null, "datetime": 1599428905000, "masked_author": "username_0", "text": "Looks like #215 \r\n\r\nRemove files from other environments not exists in current environment\r\n\r\n| Q | A\r\n| ------------- | ---\r\n| Is bugfix? | no\r\n| New feature? | yes\r\n| Breaks BC? | no\r\n| Fixed issues | #215", "title": "Removing files from other env which not exists in current env", "type": "issue" }, { "action": "created", "author": "samdark", "comment_id": 692315000, "datetime": 1600117660000, "masked_author": "username_1", "text": "Thanks!", "title": null, "type": "comment" } ]
2
2
234
false
false
234
false
supertokens/supertokens-auth-react
supertokens
745,460,470
54
{ "number": 54, "repo": "supertokens-auth-react", "user_login": "supertokens" }
[ { "action": "opened", "author": "NkxxkN", "comment_id": null, "datetime": 1605689377000, "masked_author": "username_0", "text": "- There was an issue with normalising the palette and default styles in the Feature meant that default styles and palette would be propagated to any themes. This was fixed by not using the ProviderStyle in the features and not merging the palette with the default palette (from the default theme) in the feature. This will make it easier to implement new themes.\r\n\r\n- Reorganise the folder structures so that:\r\n - components\r\n - components library\r\n - styles\r\n - consts\r\n - types \r\nThat all apply to one theme are in the same folder.\r\n\r\n\r\n- Reduced the size of the container for login signup from 524px to 480px https://github.com/supertokens/supertokens-auth-react/issues/45#issuecomment-729522258\r\n\r\n![image](https://user-images.githubusercontent.com/5072452/99506510-7b891200-2982-11eb-813b-523a50ac12f2.png)\r\n\r\n\r\n- Added light animations for error field. And animation similar to Retool https://github.com/supertokens/supertokens-auth-react/issues/51 for general errors.\r\n\r\nhttps://www.loom.com/share/d3cbb70ee9bf4eabad481ce2a382369a\r\n\r\n- Update text for password recovery success\r\n\r\n![image](https://user-images.githubusercontent.com/5072452/99507192-5c3eb480-2983-11eb-80d4-bd8f81ca4b9b.png)\r\n\r\n\r\n\r\nIt seems like there is a lot changes but most of it is just moving components files and updating imports.\r\nOnly places worth taking a look in this review are:\r\n - Removing palette normalisation from EmailPassword feature normalisation https://github.com/supertokens/supertokens-auth-react/pull/54/files#diff-6592f46ba659f18cc589522ce5cd8027bee83b72e61016fbbc604b49a8aa9c94R65\r\n\r\n - Error Fields animations: https://github.com/supertokens/supertokens-auth-react/pull/54/files#diff-be0a9df2fe3aae5a5412b74da5b81c7bd619c1a4048a99d56fbbafd9d623a97aR43\r\n - Merging of palette is now happening in styleProvider for default theme https://github.com/supertokens/supertokens-auth-react/pull/54/files#diff-f9171ba5661c505d92f7db4478ca1e0573071199b5dcd783b92588637e46117eR17", "title": "extract defaultStyles from features to isolate in themes", "type": "issue" }, { "action": "created", "author": "rishabhpoddar", "comment_id": 729536473, "datetime": 1605689998000, "masked_author": "username_1", "text": "Please undo this as reducing this will make it look out of proportion from a height / font size etc.. point of view.", "title": null, "type": "comment" } ]
2
2
2,100
false
false
2,100
false
google/mediapipe
google
834,885,789
1,767
null
[ { "action": "opened", "author": "sufiaji", "comment_id": null, "datetime": 1616077848000, "masked_author": "username_0", "text": "Hi Team,\r\n\r\nThanks for this awesome framework. However I encountered error when running the Python Face Mesh solution on Ubuntu 20.04. Instead of re-open the issue #1734 , I raised a new issue here and let me mention the detail problem.\r\n\r\nPlatform: Ubuntu 20.04\r\nPython: 3.8.5\r\nSolution: Face Mesh\r\n\r\nNote that this error doesn't happen on MacOS and Windows 10, and only happen on Python program (so far we don't have any issue running the C++ face mesh sample on Ubuntu)\r\n\r\nbelow is the code I try to run:\r\n\r\n![image](https://user-images.githubusercontent.com/7789546/111642051-545b2800-8830-11eb-8c1a-5ea2b77644d3.png)\r\n\r\nand the error raised as below:\r\n\r\n![image](https://user-images.githubusercontent.com/7789546/111642129-663ccb00-8830-11eb-84d8-54e0780e49f5.png)\r\n\r\nthe mediapipe code that hits error:\r\n\r\n![image](https://user-images.githubusercontent.com/7789546/111642188-7654aa80-8830-11eb-8691-044d459047e5.png)\r\n\r\nKindly advise since we need to run our program on Ubuntu.\r\nThank you", "title": "Segmentation fault (core dumped) on Ubuntu for python program only", "type": "issue" }, { "action": "created", "author": "sgowroji", "comment_id": 802637539, "datetime": 1616141405000, "masked_author": "username_1", "text": "Hi @username_0, Apology for closing the previous issue on the wrong note. I have reopened it and added appropriate owner to take your issue to next steps. We can duplicate this present issue to [#1734](https://github.com/google/mediapipe/issues/1734) and Please follow on the previous with latest updates.", "title": null, "type": "comment" }, { "action": "created", "author": "sufiaji", "comment_id": 802645607, "datetime": 1616142264000, "masked_author": "username_0", "text": "Hi @username_1 \r\n\r\nOk thank you!", "title": null, "type": "comment" }, { "action": "created", "author": "sgowroji", "comment_id": 891569965, "datetime": 1627971934000, "masked_author": "username_1", "text": "Closing this issue as duplicate is closed https://github.com/google/mediapipe/issues/1734", "title": null, "type": "comment" }, { "action": "closed", "author": "sgowroji", "comment_id": null, "datetime": 1627971934000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
6
1,870
false
true
1,416
true
filecoin-project/lotus
filecoin-project
694,503,141
3,595
null
[ { "action": "opened", "author": "mostcute", "comment_id": null, "datetime": 1599421386000, "masked_author": "username_0", "text": "Please provide all the information requested here to help us troubleshoot \"commit failed\" issues.\r\nIf the information requested is missing, we will probably have to just ask you to provide it anyway,\r\nbefore we can help debug.\r\n\r\n**Describe the problem**\r\n\r\nA brief description of the problem you encountered while proving (sealing) a sector.\r\n\r\nIncluding what commands you ran, and a description of your setup, is very helpful.\r\n\r\n**Sectors status**\r\n\r\nThe output of `lotus-miner sectors status --log <sectorId>` for the failed sector(s).\r\n\r\n**Lotus miner logs**\r\n\r\nPlease go through the logs of your miner, and include screenshots of any error-like messages you find.\r\n\r\nAlternatively please upload full log files and share a link here\r\n\r\n**Lotus miner diagnostic info**\r\n\r\nPlease collect the following diagnostic information, and share a link here\r\n\r\n* lotus-miner diagnostic info `lotus-miner info all > allinfo`\r\n\r\n** Code modifications **\r\n\r\nIf you have modified parts of lotus, please describe which areas were modified,\r\nand the scope of those modifications\r\n\r\n**Version**\r\n\r\nThe output of `lotus --version`.", "title": "seal a sector with a lot of deals removed ", "type": "issue" }, { "action": "created", "author": "mostcute", "comment_id": 687884765, "datetime": 1599422138000, "masked_author": "username_0", "text": "seems like #3594 , it happend after today,the dealbot restart", "title": null, "type": "comment" }, { "action": "created", "author": "jennijuju", "comment_id": 688458159, "datetime": 1599501449000, "masked_author": "username_1", "text": "Miners have also confirmed that not all deals are suppose to be removed(should be able to finish sealing before start epoch )", "title": null, "type": "comment" }, { "action": "created", "author": "mostcute", "comment_id": 688490761, "datetime": 1599508260000, "masked_author": "username_0", "text": "after the issue fixed,we hope the faild record can be removed because such bug cause 14 deals failed in the sector, it hurt the success rate badly", "title": null, "type": "comment" }, { "action": "created", "author": "dispensable1988", "comment_id": 688712124, "datetime": 1599554010000, "masked_author": "username_2", "text": "the same thing, The same problem, more than 30 orders have all failed, it hurt too much", "title": null, "type": "comment" }, { "action": "created", "author": "zy19900820", "comment_id": 688915015, "datetime": 1599575302000, "masked_author": "username_3", "text": "The same problem, 16 deals have all failed, it hurt too much", "title": null, "type": "comment" }, { "action": "closed", "author": "rjan90", "comment_id": null, "datetime": 1648109916000, "masked_author": "username_4", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "rjan90", "comment_id": 1077354840, "datetime": 1648109916000, "masked_author": "username_4", "text": "Hi @username_0!\r\n\r\nThanks for the report. The issue is outdated as it´s related to SpaceRace-deals, and not relevant anymore.\r\n\r\nIf this is a issue in current release please open a new ticket.\r\n\r\nThanks again !", "title": null, "type": "comment" } ]
5
8
1,804
false
false
1,804
true
mbostock/d3
null
103,449,215
2,537
{ "number": 2537, "repo": "d3", "user_login": "mbostock" }
[ { "action": "opened", "author": "rubenv", "comment_id": null, "datetime": 1440661970000, "masked_author": "username_0", "text": "Without this, custom builds that depend on behavior/zoom, yet don't\ninclude transitions fail to include the needed d3_selection_interrupt.", "title": "Add missing import", "type": "issue" }, { "action": "created", "author": "rubenv", "comment_id": 135333403, "datetime": 1440662642000, "masked_author": "username_0", "text": "No wait, this doesn't work, d3_selection_interrupt depends on d3_transitionNamespace.\r\n\r\nShould we add a dependency on the whole of `transition` from inside `behavior/zoom`?", "title": null, "type": "comment" }, { "action": "created", "author": "mbostock", "comment_id": 149971211, "datetime": 1445448765000, "masked_author": "username_1", "text": "Thanks for the pull request. SMASH is going away in 4.0 with the adoption of Rollup, so it’s probably not worth further effort to fix this in 3.x; Rollup uses ES6 imports and will be much more robust.", "title": null, "type": "comment" } ]
2
3
511
false
false
511
false
d10xa/jadd
null
772,161,066
298
{ "number": 298, "repo": "jadd", "user_login": "d10xa" }
[ { "action": "opened", "author": "scala-steward", "comment_id": null, "datetime": 1608556519000, "masked_author": "username_0", "text": "Updates [org.scalameta:scalameta](https://github.com/scalameta/scalameta) from 4.4.2 to 4.4.3.\n[GitHub Release Notes](https://github.com/scalameta/scalameta/releases/tag/v4.4.3) - [Version Diff](https://github.com/scalameta/scalameta/compare/v4.4.2...v4.4.3)\n\nI'll automatically update this PR to resolve conflicts as long as you don't change it yourself.\n\nIf you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.\n\nConfigure Scala Steward for your repository with a [`.username_0.conf`](https://github.com/username_0-org/username_0/blob/055819b9f42d0774b76a8d488d7067de1c791817/docs/repo-specific-configuration.md) file.\n\nHave a fantastic day writing Scala!\n\n<details>\n<summary>Ignore future updates</summary>\n\nAdd this to your `.username_0.conf` file to ignore future updates of this dependency:\n```\nupdates.ignore = [ { groupId = \"org.scalameta\", artifactId = \"scalameta\" } ]\n```\n</details>\n\nlabels: library-update, semver-patch", "title": "Update scalameta to 4.4.3", "type": "issue" } ]
2
2
1,320
false
true
1,014
true
0xERR0R/blocky
null
817,359,227
147
null
[ { "action": "opened", "author": "schlamar", "comment_id": null, "datetime": 1614346298000, "masked_author": "username_0", "text": "I would expect that blocky commands like \"blocky query\" or \"blocky blocking status\" are using the HTTP API and require only the argument apiPort to work (and apiHost if it isn't running on localhost).\r\n\r\nHowever, running a blocky command without a local ./config.yml file fails:\r\n\r\n $ blocky --apiPort=4000 blocking status\r\n FATA[0000] Can't read config file: open ./config.yml: no such file or directory\r\n\r\nAdditionally, I would suggest that you introduce a default API port so that blocky commands can run without any configuration argument for default installs.\r\n\r\nI have installed blocky by FHS rules (/usr/local/bin/blocky, /etc/blocky/config.yml, /var/log/blocky/*.log) and using blocky in the shell is really cumbersome in this case.", "title": "Blocky commands do not run without local ./config.yml file", "type": "issue" }, { "action": "created", "author": "0xERR0R", "comment_id": 786908623, "datetime": 1614375644000, "masked_author": "username_1", "text": "Yes, It makes sense. I changed the logic: config file is only for \"server mode\" mandatory. Other CLI commands will use port from config file only if the config file exist, otherwise only parameters from command line. Default host is localhost, default port is 4000 now.\r\nIf you use port 4000, you can just call `blocky blocking status` without other parameters", "title": null, "type": "comment" }, { "action": "closed", "author": "0xERR0R", "comment_id": null, "datetime": 1614375755000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
1,106
false
false
1,106
false
isaachinman/next-i18next
null
593,199,504
676
null
[ { "action": "opened", "author": "Leviathan91", "comment_id": null, "datetime": 1585901320000, "masked_author": "username_0", "text": "I am trying to include this into an existing software app. The files which need translation already have an `export default`, so I cannot use `export default withTranslation('common')(LanguageExample)`.\r\n\r\nBut if I rewrite it to a regular export, of course it doesn't work and give me\r\n`The default export is not a React Component in page: \"/language\"`:\r\n\r\nIs there a workaround?\r\nApart from all that, this is exactly why people should avoid using default exports, there have been some articles about this already.", "title": "How to use this if default exporting doesn't work?", "type": "issue" }, { "action": "closed", "author": "isaachinman", "comment_id": null, "datetime": 1585901474000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "Leviathan91", "comment_id": 608303091, "datetime": 1585902565000, "masked_author": "username_0", "text": "Thanks for your help I guess?", "title": null, "type": "comment" }, { "action": "created", "author": "isaachinman", "comment_id": 608303929, "datetime": 1585902670000, "masked_author": "username_1", "text": "Hi there. This is an issue tracker, not a help forum. Your questions seem to be general ones about how the JavaScript module system(s) work. Please post on StackOverflow. Good luck!", "title": null, "type": "comment" } ]
2
4
724
false
false
724
false
WeiChauncey/release-based-workflow
null
756,920,204
6
{ "number": 6, "repo": "release-based-workflow", "user_login": "WeiChauncey" }
[ { "action": "opened", "author": "WeiChauncey", "comment_id": null, "datetime": 1607071680000, "masked_author": "username_0", "text": "pull request main to release-v1.0", "title": "Release v1.0", "type": "issue" } ]
2
2
541
false
true
35
false
yyoncho/helm-icons
null
817,050,126
16
null
[ { "action": "opened", "author": "lorddevi", "comment_id": null, "datetime": 1614316942000, "masked_author": "username_0", "text": "When i set helm-icons-provider to all-the-icons, the appearance of helm certainly gets much prettier everywhere to me. However, when I attempt to bring up **helm-buffers-list** while a '**dired**' buffer is currently loaded (*anywhere, background or foreground*) I am presented with the following error:\r\n\r\n`f-filename: Wrong type argument: stringp, dir-closed`", "title": "Bringing up helm-buffers-list breaks when using all-the-icons provider.", "type": "issue" }, { "action": "created", "author": "Iurie", "comment_id": 793586149, "datetime": 1615280738000, "masked_author": "username_1", "text": "#17 should fix it and I would suggest to `(customize-set-value 'helm-icons-mode->icon nil)` if you are using `all-the-icons` provider.", "title": null, "type": "comment" } ]
2
2
496
false
false
496
false
darkreader/darkreader
darkreader
811,545,658
5,086
null
[ { "action": "opened", "author": "landonth", "comment_id": null, "datetime": 1613689964000, "masked_author": "username_0", "text": "<!-- \r\n ⚠⚠ Do not delete this issue template! ⚠⚠ \r\n Issues that do not use the issue template/don't fill out the essential information are likely to be ignored and closed. \r\n-->\r\n\r\n<!--\r\nThank you for taking the time to report a broken website.\r\nPlease make sure there is no existing issue with this broken website.\r\n-->\r\n\r\n# Broken Website\r\nUnity Asset Store (the product page of any asset on the store)\r\n\r\n## Website\r\n<!-- The link of the website where you can observe the issue. -->\r\nhttps://assetstore.unity.com/packages/3d/environments/historic/japan-garden-hdrp-182884#reviews\r\n\r\n## How to Reproduce\r\n<!-- We need to know how you encountered the bug to properly troubleshoot the issue. -->\r\n<!--\r\n1. enable dark reader in \"Dynamic mode\"\r\n2. Go to https://assetstore.unity.com/\r\n3. Click on any asset to view the product details (or follow a link directly to a product page as above)\r\n4. Scroll down to observe large white area of page where \"You might also like\" text appears\r\n-->\r\n\r\n## Expected behavior\r\n<!-- A clear and concise description of what you expected to happen. -->\r\nThat when scrolling down, the area of page where \"You might also like\" text appears would have a dark background\r\n\r\n## Actual behavior\r\n<!-- A clear and concise description of what actually happened. -->\r\nthe area of page where \"You might also like\" text appears has a light / white background\r\n\r\n## Screenshots\r\n<!-- If applicable, add screenshots to help explain your problem. -->\r\n![Screenshot 2021-02-18 151044](https://user-images.githubusercontent.com/15337230/108433858-8a8a9500-71fb-11eb-80f4-ef69e867a9dc.png)\r\n![Screenshot 2021-02-18 150036](https://user-images.githubusercontent.com/15337230/108432999-1f8c8e80-71fa-11eb-865f-359808031da8.png)\r\n\r\n## System Information\r\n<!--\r\n Please add a version of the browser you are using. \r\n If you don't know how to get your browser/Dark Reader version please search it up online.\r\n-->\r\n\r\n- OS: Windows 10 v1909 [Version 10.0.18363.1379]\r\n- Browser: Chrome/87.0.4280\r\n- Dark Reader Version: 4.9.27\r\n\r\n## Additional context\r\n<!-- Add any other context about the problem here. -->\r\nI am a software engineers that frequents this site often as do many others using Unity. The issue is fortunately very persistent and reproducible: Refreshing the page does not apply dark theme. Disabling and re-enabling dark reader after page has fully loaded does not apply dark theme. Thank for all your work on Dark Reader! It is a blessing!", "title": "[Broken Website] Unity Asset Store", "type": "issue" }, { "action": "closed", "author": "Gusted", "comment_id": null, "datetime": 1613723858000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
2,466
false
false
2,466
false
cosmos/gaia
cosmos
842,648,816
798
{ "number": 798, "repo": "gaia", "user_login": "cosmos" }
[ { "action": "opened", "author": "faddat", "comment_id": null, "datetime": 1616900667000, "masked_author": "username_0", "text": "version bump in instant gratification snippet\r\n\r\n<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺\r\nv ✰ Thanks for creating a PR! ✰ \r\nv Before smashing the submit button please review the checkboxes.\r\nv If a checkbox is n/a - please still include it but + a little note why\r\n☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->\r\n\r\n\r\n## Description\r\n\r\nThis PR brings the instant gratification install snippet up to date with gaia v4.2.0.\r\n______\r\n\r\nFor contributor use:\r\n\r\n- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#pr-targeting))\r\n- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.\r\n- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules/structure.md).\r\n- [ ] Wrote unit and integration [tests](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#testing)\r\n- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)\r\n- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).\r\n- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`\r\n- [ ] Re-reviewed `Files changed` in the Github PR explorer\r\n\r\n______\r\n\r\nFor admin use:\r\n\r\n- [ ] Added appropriate labels to PR (ex. `WIP`, `R4R`, `docs`, etc)\r\n- [ ] Reviewers assigned\r\n- [ ] Squashed all commits, uses message \"Merge pull request #XYZ: [title]\" ([coding standards](https://github.com/tendermint/coding/blob/main/README.md#merging-a-pr))", "title": "Update join-mainnet.md", "type": "issue" }, { "action": "created", "author": "zmanian", "comment_id": 808843952, "datetime": 1616906864000, "masked_author": "username_1", "text": "Thanks you. This is maintenance is very appreciated!", "title": null, "type": "comment" } ]
2
2
1,717
false
false
1,717
false
w3bdesign/laravel-vue
null
813,149,299
133
{ "number": 133, "repo": "laravel-vue", "user_login": "w3bdesign" }
[ { "action": "opened", "author": "w3bdesign", "comment_id": null, "datetime": 1613973172000, "masked_author": "username_0", "text": "", "title": "Further work on checkout form", "type": "issue" } ]
2
2
3,339
false
true
0
false
ColdStart-Challenge/ColdStart-Challenge-2021
ColdStart-Challenge
837,422,756
33
null
[ { "action": "opened", "author": "renebik", "comment_id": null, "datetime": 1616398832000, "masked_author": "username_0", "text": "Please provide the following information for your submission:\r\n\r\nWhat is your name (First, Last): René Bik\r\n\r\nWhere is your GitHub Repo (with your challenge solution): https://github.com/username_0/ColdStart-Challenge-2021\r\n\r\nWhat Challenge is this for (challenge number between 1 and 6): 2\r\n\r\n(Optional) Anything else we should know? e.g., language used, location, blog post?", "title": "[CHALLENGE SUBMISSION]", "type": "issue" } ]
1
1
373
false
false
373
true
zhuxiaoxuhit/zhuxiaoxuhit.github.io
null
548,932,437
5
null
[ { "action": "opened", "author": "zhuxiaoxuhit", "comment_id": null, "datetime": 1578922353000, "masked_author": "username_0", "text": "https://username_0.github.io/2020/01/13/UMAP-%E5%9D%87%E5%8C%80%E6%B5%81%E5%BD%A2%E9%80%BC%E8%BF%91%E5%92%8C%E6%98%A0%E5%B0%84%E7%9A%84%E9%99%8D%E7%BB%B4%E6%96%B9%E6%B3%95/ \n\n Every failure is leading towards success.", "title": "UMAP:均匀流形逼近和投影的降维方法 - 朱晓旭的博客", "type": "issue" } ]
1
1
219
false
false
219
true
d99kris/nmail
null
624,246,079
43
null
[ { "action": "opened", "author": "Kabouik", "comment_id": null, "datetime": 1590406869000, "masked_author": "username_0", "text": "When changing the keys for `key_open` and `key_back` to `KEY_RIGHT` and `KEY_LEFT`, the bottom help bar shows `^E` and `^D` respectively instead of the actual new keybindings.", "title": "Wrong keybinding label in the help bar for KEY_LEFT and KEY_RIGHT", "type": "issue" }, { "action": "created", "author": "d99kris", "comment_id": 633574622, "datetime": 1590413549000, "masked_author": "username_1", "text": "Yes, nmail is currently missing mapping of some non-printable keyboard shortcuts to proper names.\r\n\r\nFor keypad arrows we can perhaps use: ← → ↑ ↓ \r\n\r\nFunction keys can be: F1-F9 (+ 10-19?)\r\n\r\nNeed to think about suitable names / symbols for others, like:\r\ntab, space, enter, delete, home, end, page up/down, clear, escape.", "title": null, "type": "comment" }, { "action": "created", "author": "Kabouik", "comment_id": 634016288, "datetime": 1590498777000, "masked_author": "username_0", "text": "How many characters would you allow in keybinding labels at maximum?\r\n\r\nI think the following names/abbreviations are standard, or at least straightforward enough to be understood, but some may be a tad long for a help bar: `Tab`, `Space`, `Enter`, `Del`, `Home`, `End`, `PgUp`, `PgDn`, `Esc`", "title": null, "type": "comment" }, { "action": "created", "author": "d99kris", "comment_id": 636336464, "datetime": 1590847938000, "masked_author": "username_1", "text": "Thanks for the suggestions, they look pretty good to me! \r\n\r\nOne thing to note though - for several of these keys, they are already assigned an implicit non-configurable function (at this point... after #9 this will probably change), like `Space`, `Enter`, `Del`, `Home`, `End`, `PgUp`, `PgDn`. And these keys are not shown in the helpbar (as they follow fairly common UI behavior).", "title": null, "type": "comment" }, { "action": "closed", "author": "d99kris", "comment_id": null, "datetime": 1590848148000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "Kabouik", "comment_id": 636340437, "datetime": 1590849865000, "masked_author": "username_0", "text": "Interesting, thanks for the clarification.", "title": null, "type": "comment" } ]
2
6
1,215
false
false
1,215
false
codegods/blogit
codegods
743,270,400
18
null
[ { "action": "opened", "author": "jalaj-k", "comment_id": null, "datetime": 1605451153000, "masked_author": "username_0", "text": "Currently users need to log in again after successful signup which is not a very good thing. Moreover, file uploading should be safeguarded and restricted to logged in users only. So, here are some of the tasks we gotta do:\r\n\r\n- [ ] Automatic log in on signup.\r\n- [ ] Check for existence of user because old cookies can validate sessions for users that don't even exist.\r\n- [ ] Make login required for file uploading.", "title": "Mark users as logged in on signup and some more tasks", "type": "issue" } ]
1
1
418
false
false
418
false
layer5io/meshery
layer5io
780,790,418
2,216
{ "number": 2216, "repo": "meshery", "user_login": "layer5io" }
[ { "action": "opened", "author": "ramrodo", "comment_id": null, "datetime": 1609961055000, "masked_author": "username_0", "text": "", "title": "Replace route2 to intercept command in Cypress tests", "type": "issue" } ]
2
2
372
false
true
0
false
facebookresearch/ParlAI
facebookresearch
658,464,293
2,843
null
[ { "action": "opened", "author": "kushalchawla", "comment_id": null, "datetime": 1594925442000, "masked_author": "username_0", "text": "Hey,\r\n\r\nMTurkers are facing one issue: \r\n\r\nWhen the maximum number of conversations is reached, ParlAI expires everyone else who was in their onboarding survey in the middle. Can I do anything about this? I know I can just pay them for their time, but is there anything that can be done in ParlAI to control this? Any parameters that I can set?\r\n\r\nRequesting for a very early reply since I am in the middle of my collection.\r\n\r\n@username_1?\r\n\r\nThanks,\r\nKushal.", "title": "HITs being expired in the middle", "type": "issue" }, { "action": "created", "author": "kushalchawla", "comment_id": 659782286, "datetime": 1594950580000, "masked_author": "username_0", "text": "Hey. I can also not find a direct way to pay them as well. Since they did not complete the task, there is no assignment ID attached to that Turker -> Means I cannot roll out a bonus for their time. Is there a way to pay these turkers, who could not submit the task but you want to pay them for their time?", "title": null, "type": "comment" }, { "action": "created", "author": "stephenroller", "comment_id": 659806126, "datetime": 1594954488000, "masked_author": "username_1", "text": "Not sure. @username_2 is the expert. I believe he's back from vacation Friday.", "title": null, "type": "comment" }, { "action": "created", "author": "JackUrb", "comment_id": 660367766, "datetime": 1595025760000, "masked_author": "username_2", "text": "@username_0 unfortunately this is a fairly major downside to the ParlAI-MTurk design which was patched out in Mephisto. There's no way to prevent the expirations of in-progress onboarding short of stopping the entire shutdown process, which would require a number of code changes.\r\n\r\nThere is also no really good way to bonus workers who have never worked on a task for you (we would tend to ask workers for a task they've worked for us on in the past and bonusing there, but that worked b/c we had a lot of tasks running and frequently workers had another task to give us). \r\n\r\nWhat you _can_ do is use the `mturk_utils.py` file to grant a specific worker a qualification unique to them, and then either using the regular MTurk interface or using the hit creation tools in `mturk_utils.py` you can launch a single HIT that only workers with that qualification can do (title it \"<task timeout> compensation task\" or something), and then the worker can submit that.", "title": null, "type": "comment" }, { "action": "created", "author": "kushalchawla", "comment_id": 660370385, "datetime": 1595026344000, "masked_author": "username_0", "text": "Hey @username_2. Hope you had a great vacation. Thanks for replying. \r\n\r\nGot it. I will probably just have to live with it for now. I hope this is rare. -> I also feel that the number of parallel connections that I open up might have something to do with it. At least mitigate this effect (default is 30, I am using 100 currently after taking advice from @username_1). Is this true? Do you think I should increase/decrease this number?\r\n\r\nThe last method is the one which Amazon suggests as well: https://blog.mturk.com/paying-for-non-submitted-hits-245c6c3323bb\r\n\r\nSince I am running my experiment in batches, I will request these Turkers to participate in a future batch and if not possible, will use the above method.", "title": null, "type": "comment" }, { "action": "created", "author": "JackUrb", "comment_id": 660373629, "datetime": 1595027085000, "masked_author": "username_2", "text": "Yeah the more connections you have running, the more of a chance a bunch of people will still be working on things when everything shuts down.\r\n\r\nReflecting in the other direction, if you're alright with making the other mistake (and not collecting all of the data you're setting out for in one run), you can override all of the `HIT_MULT_SCALE` values to be 1 [here](https://github.com/facebookresearch/ParlAI/blob/fff92128d69e05aec7d8ec3efb6e85939c0ef33f/parlai/mturk/core/mturk_manager.py#L41). On the downside here, the task may never actually reach the quantity you were trying to launch, in which case it could hang forever waiting on the last results.", "title": null, "type": "comment" }, { "action": "created", "author": "kushalchawla", "comment_id": 660374881, "datetime": 1595027375000, "masked_author": "username_0", "text": "Hey.\r\n\r\nWhat exactly do you mean by \"if you're alright with making the other mistake\"?\r\n\r\nOn HIT_MULT_SCALE: Not exactly sure how this works but I will try reducing this if the issue happens a lot.\r\n\r\nThanks.", "title": null, "type": "comment" }, { "action": "created", "author": "JackUrb", "comment_id": 660376722, "datetime": 1595027803000, "masked_author": "username_2", "text": "Setting all of the `HIT_MULT_SCALE`'s to 1 will mean that if workers disconnect or the tasks aren't properly submitted, ParlAI-MTurk will run out of tasks to give to workers, and you may have a situation where the run never ends (rather than ending abruptly for some workers). In the absolute worst case, only one task may remain and there will be nobody to pair with that task endlessly.", "title": null, "type": "comment" }, { "action": "created", "author": "kushalchawla", "comment_id": 660377976, "datetime": 1595028114000, "masked_author": "username_0", "text": "Hey. Oh got it. Let's probably keep this as a last resort. I will just create a dummy compensation task as well.\r\n\r\nThanks a lot, @username_2. Closing this for now.", "title": null, "type": "comment" }, { "action": "closed", "author": "kushalchawla", "comment_id": null, "datetime": 1595028115000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
3
10
3,945
false
false
3,945
true
JuliaData/CSV.jl
JuliaData
746,611,043
781
{ "number": 781, "repo": "CSV.jl", "user_login": "JuliaData" }
[ { "action": "opened", "author": "micromeers", "comment_id": null, "datetime": 1605794458000, "masked_author": "username_0", "text": "This pull request should test and fix issue #780.", "title": "Test & fix issue #780", "type": "issue" }, { "action": "created", "author": "quinnj", "comment_id": 730856497, "datetime": 1605849470000, "masked_author": "username_1", "text": "Closing in favor of https://github.com/JuliaData/Parsers.jl/pull/73", "title": null, "type": "comment" } ]
2
2
116
false
false
116
false
cuthbertLab/music21
cuthbertLab
801,481,085
812
{ "number": 812, "repo": "music21", "user_login": "cuthbertLab" }
[ { "action": "opened", "author": "jacobtylerwalls", "comment_id": null, "datetime": 1612458951000, "masked_author": "username_0", "text": "Fixes #809\r\n\r\nThe test that had to be adjusted demonstrates the improvement.\r\n\r\n```\r\ns = converter.parse('/Users/jwalls/music21/music21/midi/testPrimitive/test09.mid', forceSource=True)\r\nmade = s.parts[0].makeMeasures()\r\nmade.measure(54).show()\r\n```\r\n\r\n**Before**\r\n\r\n![voice-chord-before](https://user-images.githubusercontent.com/38668450/106929555-7cf4eb80-66e2-11eb-9345-f69cd540eb25.png)\r\n\r\n**After**\r\n\r\n![voice-chord-after](https://user-images.githubusercontent.com/38668450/106929570-83836300-66e2-11eb-81ed-ee7558a281a8.png)", "title": "Make chord/voice boundary agree with quantization units", "type": "issue" } ]
2
2
846
false
true
531
false
doudz/zigate
null
419,098,940
120
{ "number": 120, "repo": "zigate", "user_login": "doudz" }
[ { "action": "opened", "author": "jBouyoud", "comment_id": null, "datetime": 1552154569000, "masked_author": "username_0", "text": "Hello,\r\n\r\nMy primary devices has no `type` so i can't rely on templeting for discovery. \r\n\r\nThis PR allow templating based on `manufactorer_code` and list of endpoints with `device-id`and `profile` of this endpoints.\r\nThis doesn't break the current templating on `type` which is the default, but if not available the library will switch on the following templating style.\r\n\r\nAs I see those informations seems to be always present (for my devices : Ikea Lights, Profalux BSO, Xiaomi sensors)", "title": "feat: allow template based on endpoint list (with profile and device id)", "type": "issue" }, { "action": "created", "author": "doudz", "comment_id": 471222039, "datetime": 1552165637000, "masked_author": "username_1", "text": "Could you also provide a template ?", "title": null, "type": "comment" }, { "action": "created", "author": "jBouyoud", "comment_id": 471254512, "datetime": 1552202875000, "masked_author": "username_0", "text": "Yes of course. There it is. \r\nPlease note that the last template is based on type attribute (not really on link with this PR intent). \r\nIf you want I can make another PR for that.", "title": null, "type": "comment" }, { "action": "created", "author": "doudz", "comment_id": 493905977, "datetime": 1558343983000, "masked_author": "username_1", "text": "Looks good, do you use it on prod ?", "title": null, "type": "comment" }, { "action": "created", "author": "jBouyoud", "comment_id": 500233749, "datetime": 1560104253000, "masked_author": "username_0", "text": "Yes. It works as expected.\r\nIs there anything left to be done before we can merge this PR?", "title": null, "type": "comment" } ]
2
5
830
false
false
830
false
Crio-Bytes/Web
Crio-Bytes
726,458,655
27
null
[ { "action": "opened", "author": "sandip2224", "comment_id": null, "datetime": 1603285267000, "masked_author": "username_0", "text": "**MicroByte Title: Building a drum-kit webpage using JavaScript**\r\n\r\n**Domains:**\r\n\r\n- HTML markup\r\n- CSS styling\r\n- JavaScript functions\r\n\r\n**Scope of learning for learners:**\r\n\r\n- Frontend web development \r\n- CSS image styling \r\n- JavaScript DOM EventListener \r\n\r\n**Activities:**\r\n\r\n- Utilising HTML buttons to represent drum accessories \r\n- Implementing CSS styling \r\n- Adding JavaScript DOM EventListener to HTML markup\r\n- Deploying webpage to production", "title": "Building a drum-kit webpage using JavaScript", "type": "issue" }, { "action": "created", "author": "sudhanshutiwari264", "comment_id": 713564516, "datetime": 1603286300000, "masked_author": "username_1", "text": "@username_0 looks good to me as the topic picked by you is quite interesting!\r\nGo ahead with the issue. Maintain the folder structure as mentioned by opening the correct PR and making a good one.\r\nAll the best", "title": null, "type": "comment" }, { "action": "closed", "author": "Ak-Shaw", "comment_id": null, "datetime": 1603635411000, "masked_author": "username_2", "text": "", "title": null, "type": "issue" } ]
3
3
672
false
false
672
true
spiffe/spire
spiffe
793,961,117
2,079
{ "number": 2079, "repo": "spire", "user_login": "spiffe" }
[ { "action": "opened", "author": "ryysud", "comment_id": null, "datetime": 1611640993000, "masked_author": "username_0", "text": "This PR fixes https://github.com/spiffe/spire/issues/2063.", "title": "Fix the health checks not to be executed before the server and agent are running", "type": "issue" }, { "action": "created", "author": "ryysud", "comment_id": 767320189, "datetime": 1611641535000, "masked_author": "username_0", "text": "For example, the response of the readiness endpoint in the server:\r\n\r\n### Before the server is running\r\n\r\n```bash\r\n$ curl -s localhost:8080/ready | jq .\r\n{\r\n \"details\": {\r\n \"server\": {\r\n \"name\": \"server\",\r\n \"status\": \"ok\",\r\n \"fatal\": true,\r\n \"details\": {\r\n \"message\": \"skip the health check because the server is not running yet\"\r\n },\r\n \"check_time\": \"2021-01-26T15:09:13.928089+09:00\",\r\n \"num_failures\": 0,\r\n \"first_failure_at\": \"0001-01-01T00:00:00Z\"\r\n }\r\n },\r\n \"status\": \"ok\"\r\n}\r\n```\r\n\r\n### After the server is running\r\n\r\n```\r\n$ curl -s localhost:8080/ready | jq .\r\n{\r\n \"details\": {\r\n \"server\": {\r\n \"name\": \"server\",\r\n \"status\": \"ok\",\r\n \"fatal\": true,\r\n \"details\": {\r\n \"message\": \"successfully fetched bundle\"\r\n },\r\n \"check_time\": \"2021-01-26T15:09:21.933612+09:00\",\r\n \"num_failures\": 0,\r\n \"first_failure_at\": \"0001-01-01T00:00:00Z\"\r\n }\r\n },\r\n \"status\": \"ok\"\r\n}\r\n```", "title": null, "type": "comment" }, { "action": "created", "author": "ryysud", "comment_id": 767517008, "datetime": 1611664918000, "masked_author": "username_0", "text": "With this change, the server and agent will be ready even if they are stopped, so I close this PR...", "title": null, "type": "comment" } ]
1
3
1,139
false
false
1,139
false
opencv/cvat
opencv
649,949,718
1,836
null
[ { "action": "opened", "author": "aschernov", "comment_id": null, "datetime": 1593697982000, "masked_author": "username_0", "text": "<!---\r\nCopyright (C) 2020 Intel Corporation\r\n\r\nSPDX-License-Identifier: MIT\r\n-->\r\n\r\n### My actions before raising this issue\r\n- [x] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation)\r\n- [x] Searched [past issues](/issues)\r\n\r\n<!--- Provide a general summary of the issue in the Title above -->\r\n\r\n### Expected Behaviour\r\n<!--- If you're describing a bug, tell us what should happen. If you're\r\nsuggesting a change/improvement, tell us how it should work -->\r\nThe object's details menu should have a setting to automatically hide or unhide it for all objects, including new.\r\n### Current Behaviour\r\n<!--- If describing a bug, tell us what happens instead of the expected\r\nbehavior. If suggesting a change/improvement, explain the difference from\r\ncurrent behavior -->\r\nObject's details are hidden by default. We have to make one more click every time to enter some attributes.\r\nIt's inconvenient.\r\n![details](https://user-images.githubusercontent.com/45849884/86366795-e3fd7e00-bc83-11ea-83b4-0697553feb2d.JPG)\r\n![details_1](https://user-images.githubusercontent.com/45849884/86366803-e6f86e80-bc83-11ea-897f-f5373c627220.JPG)\r\n\r\n### Possible Solution\r\n<!--- Not obligatory, but suggest a fix/reason for the bug, or ideas how\r\nto implement the addition or change -->\r\nAdd a setting \"always show objects details\" into \"settings\". This setting should be enabled for new objects too.\r\n It'll let annotate attributes quickly.\r\n\r\n\r\n### Steps to Reproduce (for bugs)\r\n<!--- Provide a link to a live example, or an unambiguous set of steps to\r\nreproduce this bug. Include code to reproduce, if relevant -->\r\n1.\r\n1.\r\n1.\r\n1.\r\n\r\n### Context\r\n<!--- How has this issue affected you? What are you trying to accomplish?\r\nProviding context helps us come up with a solution that is most useful in\r\nthe real world -->\r\n\r\n### Your Environment\r\n<!--- Include as many relevant details about the environment you experienced\r\nthe bug in -->\r\n- Git hash commit (`git log -1`):\r\n- Docker version `docker version` (e.g. Docker 17.0.05):\r\n- Are you using Docker Swarm or Kubernetes?\r\n- Operating System and version (e.g. Linux, Windows, MacOS):\r\n- Code example or link to GitHub repo or gist to reproduce problem:\r\n- Other diagnostic information / logs:\r\n <details>\r\n <summary>Logs from `cvat` container</summary>\r\n </details>\r\n\r\n### Next steps\r\nYou may [join our Gitter](https://gitter.im/opencv-cvat/public) channel for community support.", "title": "CVAT new UI: object's details menu settings", "type": "issue" }, { "action": "created", "author": "bsekachev", "comment_id": 653388505, "datetime": 1593759823000, "masked_author": "username_1", "text": "Settings option \"always show objects details\" already exist. I can suggest another solution: \r\nIf the button \"expand all\" was pressed, all new objects are created with opened details. If the button \"collapse all\" was pressed, all new objects are created with closed details.\r\n![image](https://user-images.githubusercontent.com/40690378/86441173-75b4cc00-bd14-11ea-98fd-1556686ab08b.png)", "title": null, "type": "comment" }, { "action": "created", "author": "aschernov", "comment_id": 653391889, "datetime": 1593760393000, "masked_author": "username_0", "text": "I think it could be a good solution. Thank you.", "title": null, "type": "comment" }, { "action": "closed", "author": "bsekachev", "comment_id": null, "datetime": 1598957620000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
4
2,886
false
false
2,886
false
openfoodfacts/openfoodfacts-ios
openfoodfacts
416,888,550
241
null
[ { "action": "opened", "author": "teolemon", "comment_id": null, "datetime": 1551717470000, "masked_author": "username_0", "text": "Replace temporarily the nutrition table by an HTML table generated by the server.\r\nProbably going to be a webview after discussion with @username_1 \r\n@stephanegigandet to create a special route tonight.", "title": "Replace temporarily the nutrition table by an HTML table generated by the server", "type": "issue" }, { "action": "created", "author": "philippeauriach", "comment_id": 469993190, "datetime": 1551855744000, "masked_author": "username_1", "text": "Fixed in #252", "title": null, "type": "comment" }, { "action": "closed", "author": "teolemon", "comment_id": null, "datetime": 1551911525000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
3
220
false
false
220
true
guzzle/psr7
guzzle
762,251,726
362
null
[ { "action": "opened", "author": "VincentLanglet", "comment_id": null, "datetime": 1607685531000, "masked_author": "username_0", "text": "The composer.json is requiring `php: ^7.2`, but I saw no issue/PR about php 8.\r\nIs there a plan to support php 8 ? Am I missing something ?\r\n\r\nThanks.", "title": "Php 8 support", "type": "issue" }, { "action": "created", "author": "GrahamCampbell", "comment_id": 743191475, "datetime": 1607693174000, "masked_author": "username_1", "text": "Already done on 1.x, the latest stable.", "title": null, "type": "comment" }, { "action": "closed", "author": "VincentLanglet", "comment_id": null, "datetime": 1607693989000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "VincentLanglet", "comment_id": 743197854, "datetime": 1607693989000, "masked_author": "username_0", "text": "Oh, I was looking a master, my bad.\r\n\r\nI can close this then.", "title": null, "type": "comment" } ]
2
4
250
false
false
250
false
danielhanchen/hyperlearn
null
357,960,216
10
null
[ { "action": "opened", "author": "mprosperi", "comment_id": null, "datetime": 1536307132000, "masked_author": "username_0", "text": "do you mind to pass to a MIT/BSD license instead of GPL?", "title": "license", "type": "issue" }, { "action": "created", "author": "danielhanchen", "comment_id": 419625805, "datetime": 1536397949000, "masked_author": "username_1", "text": "@username_0 Hey! Sorry I'm not very well versed with licensing. What's the difference?", "title": null, "type": "comment" }, { "action": "created", "author": "mprosperi", "comment_id": 419747056, "datetime": 1536529296000, "masked_author": "username_0", "text": "softwares that use GPL licensed libraries must be distributed with their source code and this limits commercial use of your library. MIT/BSD don't give this limitation to users. Pandas, sklearn, numpy are all BSD licenced", "title": null, "type": "comment" }, { "action": "created", "author": "danielhanchen", "comment_id": 420337474, "datetime": 1536683729000, "masked_author": "username_1", "text": "@username_0 Oh ok. I was thinking of transferring it to an Apache 2 license. What do you think?", "title": null, "type": "comment" }, { "action": "created", "author": "mprosperi", "comment_id": 420418509, "datetime": 1536698552000, "masked_author": "username_0", "text": "I think it's ok", "title": null, "type": "comment" } ]
2
5
473
false
false
473
true
cilium/cilium
cilium
782,651,298
14,568
{ "number": 14568, "repo": "cilium", "user_login": "cilium" }
[ { "action": "opened", "author": "youssefazrak", "comment_id": null, "datetime": 1610213489000, "masked_author": "username_0", "text": "To assist with additional debugging around processor affinity, we are\r\nadding the Taskset command to the bugtool.\r\n\r\nFixes: #14566", "title": "Bugtool: add taskset ", "type": "issue" }, { "action": "created", "author": "youssefazrak", "comment_id": 757340364, "datetime": 1610213748000, "masked_author": "username_0", "text": "@username_1 \r\nI added the `-pc` flag instead of the simple `-pc` as this gives back a more \"user-friendly\" result for the cpu affinity instead of the hexadecimal value.\r\n\r\nBtw, `numactl -H` seems to give some useful information at a higher-level as it is aware of the processor topology and how the CPU cores map to CPU sockets.", "title": null, "type": "comment" }, { "action": "created", "author": "joestringer", "comment_id": 759090829, "datetime": 1610492348000, "masked_author": "username_1", "text": "`numactl -H` looks kinda interesting, if we were to add it we'd have to also extend the container image to include the tool. \r\n\r\nThough that said I'm not sure it necessarily matters so much for general debugging. The reason I proposed `taskset` is because it observes state that Go uses to detect the number of CPUs and therefore could impact BPF map initialization and so on. Not sure whether the NUMA layout is likely to impact those kinds of things in such a way that it's important to retrospectively analyse rather than an active investigation into e.g. performance, queue configuration, etc.?", "title": null, "type": "comment" }, { "action": "created", "author": "joestringer", "comment_id": 759090924, "datetime": 1610492363000, "masked_author": "username_1", "text": "PR LGTM, doesn't impact CI so merging.", "title": null, "type": "comment" }, { "action": "created", "author": "twpayne", "comment_id": 802761031, "datetime": 1616152882000, "masked_author": "username_2", "text": "Marking this PR for backport, as it's another useful addition.", "title": null, "type": "comment" } ]
3
5
1,157
false
false
1,157
true
StyraHem/ShellyForHASS
StyraHem
615,862,507
300
null
[ { "action": "opened", "author": "mattia480", "comment_id": null, "datetime": 1589201674000, "masked_author": "username_0", "text": "If possible, it would be helpful to add decimals to the Shelly Flood temperature sensor value.\r\nMany thanks", "title": "[FR] Add decimal to Shelly Flood Temperature Sensor", "type": "issue" }, { "action": "created", "author": "chemelli74", "comment_id": 626701541, "datetime": 1589203678000, "masked_author": "username_1", "text": "Please fill the template when opening a FR.\r\n\r\nSimone", "title": null, "type": "comment" }, { "action": "created", "author": "mattia480", "comment_id": 626709676, "datetime": 1589204546000, "masked_author": "username_0", "text": "@username_1 Fixed", "title": null, "type": "comment" }, { "action": "created", "author": "chemelli74", "comment_id": 626853064, "datetime": 1589219248000, "masked_author": "username_1", "text": "Did you check [documentation ](https://github.com/StyraHem/ShellyForHASS#decimal-and-unit-settings) ?\r\n\r\nSimone", "title": null, "type": "comment" }, { "action": "created", "author": "mattia480", "comment_id": 626865216, "datetime": 1589220526000, "masked_author": "username_0", "text": "Sure! As says [here](https://github.com/StyraHem/ShellyForHASS#types-decimal-units-and-default-settings-017) temperature has 0 decimals, but in the [schreenshots](https://github.com/StyraHem/ShellyForHASS#screenshots) is cleary visible that Shelly H&T has 1 decimal. It's a quite strange that for H&T decimal is 1 and for Shelly flood is 0 (for both in the docs it says 0). I can confirm you that in the original Shelly Android App i can see decimals also for ther temperature sensor of ther Shelly Flood Sensor.", "title": null, "type": "comment" }, { "action": "created", "author": "mattia480", "comment_id": 626870851, "datetime": 1589221153000, "masked_author": "username_0", "text": "I saw the [paragraph](https://github.com/StyraHem/ShellyForHASS#decimal-and-unit-settings) now.\r\nSorry for my mistake! =(", "title": null, "type": "comment" }, { "action": "closed", "author": "mattia480", "comment_id": null, "datetime": 1589221153000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
7
922
false
false
922
true
cultureamp/kaizen-design-system
cultureamp
608,818,429
436
{ "number": 436, "repo": "kaizen-design-system", "user_login": "cultureamp" }
[ { "action": "opened", "author": "caseysinclair", "comment_id": null, "datetime": 1588142787000, "masked_author": "username_0", "text": "", "title": "feat: Panel component ", "type": "issue" }, { "action": "created", "author": "caseysinclair", "comment_id": 621021079, "datetime": 1588142923000, "masked_author": "username_0", "text": "![](https://github.trello.services/images/mini-trello-icon.png) [Create a panel component that will appear at the bottom of the screen as a banner to promote opting into the new navigation](https://trello.com/c/hzW7YKhN/10-create-a-panel-component-that-will-appear-at-the-bottom-of-the-screen-as-a-banner-to-promote-opting-into-the-new-navigation)", "title": null, "type": "comment" } ]
1
2
347
false
false
347
false
spring-projects-experimental/spring-native
spring-projects-experimental
822,119,803
557
{ "number": 557, "repo": "spring-native", "user_login": "spring-projects-experimental" }
[ { "action": "opened", "author": "schauder", "comment_id": null, "datetime": 1614863510000, "masked_author": "username_0", "text": "To run the build with hsqldb:\r\n```\r\nexport DB=hsqldb\r\n./build.sh\r\n```", "title": "Introduces profiles for building with different databases.", "type": "issue" }, { "action": "created", "author": "sdeleuze", "comment_id": 790702175, "datetime": 1614871839000, "masked_author": "username_1", "text": "@username_0 Could you please update the related `build.sh` in one of the data samples to test the drivers supported by those profiles?", "title": null, "type": "comment" }, { "action": "created", "author": "schauder", "comment_id": 791259241, "datetime": 1614933501000, "masked_author": "username_0", "text": "So It should run the test for all available profiles?", "title": null, "type": "comment" }, { "action": "created", "author": "sdeleuze", "comment_id": 791999390, "datetime": 1615053038000, "masked_author": "username_1", "text": "Yes I think so.", "title": null, "type": "comment" }, { "action": "created", "author": "schauder", "comment_id": 792641645, "datetime": 1615198005000, "masked_author": "username_0", "text": "Done.", "title": null, "type": "comment" } ]
2
5
274
false
false
274
true
sidoh/esp8266_milight_hub
null
761,480,120
686
null
[ { "action": "opened", "author": "HX2003", "comment_id": null, "datetime": 1607623859000, "masked_author": "username_0", "text": "I am using the RGB+CCT radio, all works well except when I first set to either color/white mode, then send OFF command, then turn on but with a different color/white mode. Below are the commands I send in order.\r\n\r\n1. `{ \"state\": \"On\", \"kelvin\": 0, \"brightness\": 255, \"bulb_mode\" : \"white\" }`\r\n2. `{ \"state\": \"Off\"}`\r\n3. `{ \"state\": \"On\", \"hue\": 1000, \"saturation\": 100, \"brightness\": 255, \"bulb_mode\" : \"color\" }`\r\n\r\nWhat I observe is that the light ramps up to the white color, then switches to color mode. I am doing anything wrong?", "title": "Abrupt transition from OFF to ON", "type": "issue" }, { "action": "created", "author": "sidoh", "comment_id": 742759562, "datetime": 1607630136000, "masked_author": "username_1", "text": "Try disabling the \"Switch to previous mode after saturation/color commands\" setting under Radio.", "title": null, "type": "comment" }, { "action": "created", "author": "HX2003", "comment_id": 742763205, "datetime": 1607630491000, "masked_author": "username_0", "text": "It's already disabled though.", "title": null, "type": "comment" }, { "action": "created", "author": "sidoh", "comment_id": 742776291, "datetime": 1607631846000, "masked_author": "username_1", "text": "Ah, maybe I misunderstood.\r\n\r\nThere is no way to go directly into color mode in your scenario, if that's what you're asking. Bulbs have to be turned on before the react to any other commands, and they always take on the state they were in before last being turned off.", "title": null, "type": "comment" }, { "action": "closed", "author": "HX2003", "comment_id": null, "datetime": 1607674377000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
5
928
false
false
928
false
sebgroup/ng-wizard
sebgroup
679,081,114
43
null
[ { "action": "opened", "author": "hjalmers", "comment_id": null, "datetime": 1597402952000, "masked_author": "username_0", "text": "", "title": "switch from travis to github actions", "type": "issue" }, { "action": "created", "author": "sebopensource", "comment_id": 686290691, "datetime": 1599115544000, "masked_author": "username_1", "text": ":tada: This issue has been resolved in version 2.2.0-route-steps.1 :tada:\n\nThe release is available on:\n- [npm package (@route-steps dist-tag)](https://www.npmjs.com/package/@sebgroup/ng-wizard/v/2.2.0-route-steps.1)\n- [GitHub release](https://github.com/sebgroup/ng-wizard/releases/tag/v2.2.0-route-steps.1%40route-steps)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:", "title": null, "type": "comment" }, { "action": "created", "author": "sebopensource", "comment_id": 694096885, "datetime": 1600333048000, "masked_author": "username_1", "text": ":tada: This issue has been resolved in version 2.2.0-hide-navigation.1 :tada:\n\nThe release is available on:\n- [npm package (@hide-navigation dist-tag)](https://www.npmjs.com/package/@sebgroup/ng-wizard/v/2.2.0-hide-navigation.1)\n- [GitHub release](https://github.com/sebgroup/ng-wizard/releases/tag/v2.2.0-hide-navigation.1%40hide-navigation)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:", "title": null, "type": "comment" }, { "action": "created", "author": "sebopensource", "comment_id": 790667545, "datetime": 1614868981000, "masked_author": "username_1", "text": ":tada: This issue has been resolved in version 2.2.0-design-update.1 :tada:\n\nThe release is available on:\n- [npm package (@design-update dist-tag)](https://www.npmjs.com/package/@sebgroup/ng-wizard/v/2.2.0-design-update.1)\n- [GitHub release](https://github.com/sebgroup/ng-wizard/releases/tag/v2.2.0-design-update.1%40design-update)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:", "title": null, "type": "comment" }, { "action": "created", "author": "sebopensource", "comment_id": 842283775, "datetime": 1621254443000, "masked_author": "username_1", "text": ":tada: This issue has been resolved in version 2.0.0-rc.1 :tada:\n\nThe release is available on:\n- [npm package (@rc dist-tag)](https://www.npmjs.com/package/@sebgroup/ng-wizard/v/2.0.0-rc.1)\n- [GitHub release](https://github.com/sebgroup/ng-wizard/releases/tag/v2.0.0-rc.1)\n\nYour **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:", "title": null, "type": "comment" }, { "action": "closed", "author": "hjalmers", "comment_id": null, "datetime": 1622530154000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
6
1,688
false
false
1,688
false
facebook/hermes
facebook
644,137,454
278
null
[ { "action": "opened", "author": "alaain04", "comment_id": null, "datetime": 1592945391000, "masked_author": "username_0", "text": "It only works if we delete android/src/main/res/drawable* and android/src/main/res/raw, but the generated apk has no images when it's up.\r\nAnyone can help me?\r\nRegards!", "title": "--variant=release", "type": "issue" }, { "action": "created", "author": "dulinriley", "comment_id": 648451812, "datetime": 1592949828000, "masked_author": "username_1", "text": "I'm not sure I understand the issue you're facing, but is this specifically after changing `enableHermes` to `true`?\r\nIf you're using JSC, you should ask this question on the react-native repository instead: https://github.com/facebook/react-native.", "title": null, "type": "comment" }, { "action": "created", "author": "alaain04", "comment_id": 648456103, "datetime": 1592950444000, "masked_author": "username_0", "text": "Yes. Previusly I was generating the apk with JSC, but now I'm trying to do that with hermes, using the command `npx react-native run-android --variant=release`. \r\nHere is my build.gradle. Perhaps I'm forgetting some specific configuration related with assets.\r\n\r\n`apply plugin: \"com.android.application\"\r\n\r\nimport com.android.build.OutputFile\r\n\r\n/**\r\n * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets\r\n * and bundleReleaseJsAndAssets).\r\n * These basically call `react-native bundle` with the correct arguments during the Android build\r\n * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the\r\n * bundle directly from the development server. Below you can see all the possible configurations\r\n * and their defaults. If you decide to add a configuration block, make sure to add it before the\r\n * `apply from: \"../../node_modules/react-native/react.gradle\"` line.\r\n *\r\n * project.ext.react = [\r\n * // the name of the generated asset file containing your JS bundle\r\n * bundleAssetName: \"index.android.bundle\",\r\n *\r\n * // the entry file for bundle generation\r\n * entryFile: \"index.android.js\",\r\n *\r\n * // https://facebook.github.io/react-native/docs/performance#enable-the-ram-format\r\n * bundleCommand: \"ram-bundle\",\r\n *\r\n * // whether to bundle JS and assets in debug mode\r\n * bundleInDebug: false,\r\n *\r\n * // whether to bundle JS and assets in release mode\r\n * bundleInRelease: true,\r\n *\r\n * // whether to bundle JS and assets in another build variant (if configured).\r\n * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants\r\n * // The configuration property can be in the following formats\r\n * // 'bundleIn${productFlavor}${buildType}'\r\n * // 'bundleIn${buildType}'\r\n * // bundleInFreeDebug: true,\r\n * // bundleInPaidRelease: true,\r\n * // bundleInBeta: true,\r\n *\r\n * // whether to disable dev mode in custom build variants (by default only disabled in release)\r\n * // for example: to disable dev mode in the staging build type (if configured)\r\n * devDisabledInStaging: true,\r\n * // The configuration property can be in the following formats\r\n * // 'devDisabledIn${productFlavor}${buildType}'\r\n * // 'devDisabledIn${buildType}'\r\n *\r\n * // the root of your project, i.e. where \"package.json\" lives\r\n * root: \"../../\",\r\n *\r\n * // where to put the JS bundle asset in debug mode\r\n * jsBundleDirDebug: \"$buildDir/intermediates/assets/debug\",\r\n *\r\n * // where to put the JS bundle asset in release mode\r\n * jsBundleDirRelease: \"$buildDir/intermediates/assets/release\",\r\n *\r\n * // where to put drawable resources / React Native assets, e.g. the ones you use via\r\n * // require('./image.png')), in debug mode\r\n * resourcesDirDebug: \"$buildDir/intermediates/res/merged/debug\",\r\n *\r\n * // where to put drawable resources / React Native assets, e.g. the ones you use via\r\n * // require('./image.png')), in release mode\r\n * resourcesDirRelease: \"$buildDir/intermediates/res/merged/release\",\r\n *\r\n * // by default the gradle tasks are skipped if none of the JS files or assets change; this means\r\n * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to\r\n * // date; if you have any other folders that you want to ignore for performance reasons (gradle\r\n * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/\r\n * // for example, you might want to remove it from here.\r\n * inputExcludes: [\"android/**\", \"ios/**\"],\r\n *\r\n * // override which node gets called and with what additional arguments\r\n * nodeExecutableAndArgs: [\"node\"],\r\n *\r\n * // supply additional arguments to the packager\r\n * extraPackagerArgs: []\r\n * ]\r\n */\r\n\r\nproject.ext.react = [\r\n entryFile: \"index.js\",\r\n enableHermes: true, // clean and rebuild if changing\r\n]\r\n\r\napply from: \"../../node_modules/react-native/react.gradle\"\r\napply from: \"../../node_modules/@sentry/react-native/sentry.gradle\"\r\n\r\napply from: \"../../node_modules/react-native-vector-icons/fonts.gradle\"\r\n\r\n/**\r\n * Set this to true to create two separate APKs instead of one:\r\n * - An APK that only works on ARM devices\r\n * - An APK that only works on x86 devices\r\n * The advantage is the size of the APK is reduced by about 4MB.\r\n * Upload all the APKs to the Play Store and people will download\r\n * the correct one based on the CPU architecture of their device.\r\n */\r\ndef enableSeparateBuildPerCPUArchitecture = false\r\n\r\n/**\r\n * Run Proguard to shrink the Java bytecode in release builds.\r\n */\r\ndef enableProguardInReleaseBuilds = false\r\n\r\n/**\r\n * The preferred build flavor of JavaScriptCore.\r\n *\r\n * For example, to use the international variant, you can use:\r\n * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`\r\n *\r\n * The international variant includes ICU i18n library and necessary data\r\n * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that\r\n * give correct results when using with locales other than en-US. Note that\r\n * this variant is about 6MiB larger per architecture than default.\r\n */\r\ndef jscFlavor = 'org.webkit:android-jsc:+'\r\n\r\n/**\r\n * Whether to enable the Hermes VM.\r\n *\r\n * This should be set on project.ext.react and mirrored here. If it is not set\r\n * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode\r\n * and the benefits of using Hermes will therefore be sharply reduced.\r\n */\r\ndef enableHermes = project.ext.react.get(\"enableHermes\", true);\r\n\r\nandroid {\r\n compileSdkVersion rootProject.ext.compileSdkVersion\r\n\r\n compileOptions {\r\n sourceCompatibility JavaVersion.VERSION_1_8\r\n targetCompatibility JavaVersion.VERSION_1_8\r\n }\r\n\r\n defaultConfig {\r\n missingDimensionStrategy 'react-native-camera', 'general'\r\n applicationId \"com.mobilemeter\"\r\n minSdkVersion rootProject.ext.minSdkVersion\r\n targetSdkVersion rootProject.ext.targetSdkVersion\r\n versionCode 1\r\n multiDexEnabled true\r\n versionName \"1.0\"\r\n //ndk { abiFilters \"x86\"}\r\n }\r\n splits {\r\n abi {\r\n reset()\r\n enable enableSeparateBuildPerCPUArchitecture\r\n universalApk false // If true, also generate a universal APK\r\n include \"armeabi-v7a\", \"x86\", \"arm64-v8a\", \"x86_64\"\r\n }\r\n }\r\n signingConfigs {\r\n debug {\r\n storeFile file('debug.keystore')\r\n storePassword 'android'\r\n keyAlias 'androiddebugkey'\r\n keyPassword 'android'\r\n }\r\n }\r\n buildTypes {\r\n debug {\r\n signingConfig signingConfigs.debug\r\n }\r\n release {\r\n // Caution! In production, you need to generate your own keystore file.\r\n // see https://facebook.github.io/react-native/docs/signed-apk-android.\r\n signingConfig signingConfigs.debug\r\n minifyEnabled enableProguardInReleaseBuilds\r\n proguardFiles getDefaultProguardFile(\"proguard-android.txt\"), \"proguard-rules.pro\"\r\n }\r\n }\r\n // applicationVariants are e.g. debug, release\r\n applicationVariants.all { variant ->\r\n variant.outputs.each { output ->\r\n // For each separate APK per architecture, set a unique version code as described here:\r\n // https://developer.android.com/studio/build/configure-apk-splits.html\r\n def versionCodes = [\"armeabi-v7a\": 1, \"x86\": 2, \"arm64-v8a\": 3, \"x86_64\": 4]\r\n def abi = output.getFilter(OutputFile.ABI)\r\n if (abi != null) { // null for the universal-debug, universal-release variants\r\n output.versionCodeOverride =\r\n versionCodes.get(abi) * 1048576 + defaultConfig.versionCode\r\n }\r\n\r\n }\r\n }\r\n}\r\n\r\ndependencies {\r\n implementation 'com.android.support:multidex:1.0.3'\r\n implementation fileTree(dir: \"libs\", include: [\"*.jar\"])\r\n implementation \"com.facebook.react:react-native:+\" // From node_modules\r\n\r\n if (enableHermes) {\r\n def hermesPath = \"../../node_modules/hermes-engine/android/\";\r\n debugImplementation files(hermesPath + \"hermes-debug.aar\")\r\n releaseImplementation files(hermesPath + \"hermes-release.aar\")\r\n } else {\r\n implementation jscFlavor\r\n }\r\n}\r\n\r\n// Run this once to be able to run the application with BUCK\r\n// puts all compile dependencies into folder libs for BUCK to use\r\ntask copyDownloadableDepsToLibs(type: Copy) {\r\n from configurations.compile\r\n into 'libs'\r\n}\r\n\r\napply from: file(\"../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle\"); applyNativeModulesAppBuildGradle(project)\r\napply from: project(':react-native-config').projectDir.getPath() + \"/dotenv.gradle\"`", "title": null, "type": "comment" }, { "action": "created", "author": "dulinriley", "comment_id": 648459608, "datetime": 1592950997000, "masked_author": "username_1", "text": "I'm not aware of anything Hermes does that would cause a gradle build error like \"Duplicate resources\".\r\nHermes doesn't touch any of the images like:\r\n```\r\nnode_modules_reactnavigationstack_lib_module_vendor_views_assets_backicon.png\r\n```\r\nthat is mentioned in your error message.\r\n\r\nHave you tried a clean rebuild? I believe `./gradlew clean` will ensure that everything is rebuilt.", "title": null, "type": "comment" }, { "action": "created", "author": "alaain04", "comment_id": 648466418, "datetime": 1592952277000, "masked_author": "username_0", "text": "You are right, JSC has created those files during its apk build.\r\nNow, I delete them and Hermes can generate the apk in release variant correctly, but when install it in my phone, images are not rendered.\r\nI tried executing `./gradlew clean` but no changes.", "title": null, "type": "comment" }, { "action": "created", "author": "dulinriley", "comment_id": 648498433, "datetime": 1592957951000, "masked_author": "username_1", "text": "When the images aren't rendered, is there an exception thrown in Java? Or JavaScript?\r\n\r\nYou can check the Android logs like so:\r\n```\r\nadb logcat\r\n```\r\nThere's a lot of options to filter the output you can use, detailed here: https://developer.android.com/studio/command-line/logcat\r\n\r\nHere's a sample I like to use:\r\n```\r\n# Logcat that only shows warnings, errors, and fatals\r\nadb logcat -s *:W\r\n```\r\nIf you know which tag to look for, like \"ReactNative\", then you can do:\r\n```\r\nadb logcat -s ReactNative:W\r\n```\r\n\r\nIf you see any log messages that look like an exception backtrace, they might be related to the issue\r\nyou're seeing.", "title": null, "type": "comment" }, { "action": "created", "author": "alaain04", "comment_id": 650563166, "datetime": 1593265519000, "masked_author": "username_0", "text": "The project had some garbage of preview builds. I finally could generate the apk in release mode.\r\nThanks for the support", "title": null, "type": "comment" }, { "action": "closed", "author": "alaain04", "comment_id": null, "datetime": 1593265525000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
8
10,647
false
false
10,647
false
smooth-code/react-flatten-children
smooth-code
602,296,376
8
null
[ { "action": "opened", "author": "kirill-konshin", "comment_id": null, "datetime": 1587167045000, "masked_author": "username_0", "text": "", "title": "Add ability to flatten all children, not just fragments", "type": "issue" }, { "action": "created", "author": "gregberge", "comment_id": 620398597, "datetime": 1588053677000, "masked_author": "username_1", "text": "Hello @username_0, I am sorry but what is the use-case? I am curious!", "title": null, "type": "comment" }, { "action": "created", "author": "kirill-konshin", "comment_id": 620416135, "datetime": 1588056646000, "masked_author": "username_0", "text": "I was making a gatsby plug-in, to wrap some MDX images, so I need to create a wrapper that would grab transformed react elements and extract some of their props to process them. The problem is markup may change so easiest way is to flatten all children and just filter them.", "title": null, "type": "comment" }, { "action": "closed", "author": "gregberge", "comment_id": null, "datetime": 1588184493000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "gregberge", "comment_id": 621381558, "datetime": 1588184493000, "masked_author": "username_1", "text": "I think it is a very specific use-case. You should just copy the code of this repository in your project. I don't think it worth it to include it here and penalize every one (package size) for this use-case.", "title": null, "type": "comment" }, { "action": "created", "author": "kirill-konshin", "comment_id": 621391571, "datetime": 1588185682000, "masked_author": "username_0", "text": "I've added 62 symbols.\r\n\r\nThe proposed functionality fits perfectly as you already recursively flatten the children, all I added is a flag to do this for all elements, not just fragments.", "title": null, "type": "comment" }, { "action": "created", "author": "gregberge", "comment_id": 621427899, "datetime": 1588190021000, "masked_author": "username_1", "text": "I am sorry this is not a main \"use-case\", if someone asks again for it I will consider it.", "title": null, "type": "comment" }, { "action": "created", "author": "kirill-konshin", "comment_id": 621441389, "datetime": 1588191646000, "masked_author": "username_0", "text": "Although I do understand that it's not a main use case, someone has already asked — me.\r\n\r\nAddition perfectly fits in library name \"react-flatten-children\" — it produces flat array of all children.\r\n\r\nI don't see any problems here, and reasons not to include... maintenance burden is not high. I can add tests if needed.", "title": null, "type": "comment" }, { "action": "created", "author": "gregberge", "comment_id": 621465288, "datetime": 1588194533000, "masked_author": "username_1", "text": "@username_0 your use-case is very very specific. You lose information by stripping components. The goal of this library is a \"flattening\", in a flattening, nothing is lost, it is just flattened. Your use-case is completely different! Anyway, I don't understand, what is the problem to just copy a small script in your code?", "title": null, "type": "comment" }, { "action": "created", "author": "kirill-konshin", "comment_id": 621468339, "datetime": 1588194924000, "masked_author": "username_0", "text": "That’s exactly what I did, I copied. Anyway, I see you’re not willing to cooperate, so I’m done here.", "title": null, "type": "comment" } ]
2
10
1,579
false
false
1,579
true
UnivTerbuka/online
UnivTerbuka
816,516,258
12,798
null
[ { "action": "opened", "author": "unitester", "comment_id": null, "datetime": 1614265153000, "masked_author": "username_0", "text": "In [`f266a93`](https://github.com/UnivTerbuka/online/commit/f266a93b50c06d9e5d32051b42b131849032afa4\n), Tracer Studi Universitas Terbuka (http://tracer.lppm.ut.ac.id/) was **down**:\n- HTTP code: 0\n- Response time: 0 ms", "title": "🛑 Tracer Studi Universitas Terbuka is down", "type": "issue" }, { "action": "created", "author": "unitester", "comment_id": 785990055, "datetime": 1614267245000, "masked_author": "username_0", "text": "**Resolved:** Tracer Studi Universitas Terbuka is back up in [`750009b`](https://github.com/UnivTerbuka/online/commit/750009b3a830810c628481c007c9d7ea5b8b1dcb\n).", "title": null, "type": "comment" }, { "action": "closed", "author": "unitester", "comment_id": null, "datetime": 1614267246000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
1
3
379
false
false
379
false
Aircoookie/WLED
null
794,607,076
1,697
null
[ { "action": "opened", "author": "damnms", "comment_id": null, "datetime": 1611700108000, "masked_author": "username_0", "text": "**Is your feature request related to a problem? Please describe.**\r\ni have a sk9822 stripe which does not work as expected - some lights are blinking, some not, seems like random, because apa102 can be compatible programmed but seems like its not in WLED \r\n\r\n**Describe the solution you'd like**\r\nmake apa102 compatible to apa102 and sk9822\r\n\r\n**Describe alternatives you've considered**\r\nadd support for sk9822\r\n\r\n**Additional context**\r\nhttps://cpldcpu.wordpress.com/2016/12/13/sk9822-a-clone-of-the-apa102/#:~:text=A%20protocol%20that%20is%20compatible,0x00%3E%20\r\n\r\nI was trying to figure out how to use sk9822 in fastled in WLED but i am somehow unable to find that code location \r\nhttps://forum.makerforums.info/t/using-fastled-with-an-esp32-and-apa102-so-i-saw-this-issue/62540\r\ni did nowhere find anything like FastLED.addLeds() in WLED, so my assumption is that fastled is not used at all?", "title": "support for sk9822 (close to apa102)", "type": "issue" }, { "action": "created", "author": "damnms", "comment_id": 767939630, "datetime": 1611710136000, "masked_author": "username_0", "text": "guess this should be somehow transformed to a bug report because... seems like sk9822 should be supported, when i take a look at https://github.com/Aircoookie/WLED/issues/684\r\nbut mine are working very very badly, so something strange is going on :/", "title": null, "type": "comment" }, { "action": "created", "author": "feindsender", "comment_id": 768214858, "datetime": 1611746076000, "masked_author": "username_1", "text": "Hi,\r\nis your Neopixelbus library up to date ? SK9822 are supported since March 2020.\r\nhttps://github.com/Makuna/NeoPixelBus/commit/d3014985025997845cbdc4cb9689f3d88c83b2bc\r\n\r\nYou can read about the problems before here:\r\nhttps://wled.discourse.group/t/leds-flickering-while-using-brightness/142\r\n\r\ngreetings\r\nMaik", "title": null, "type": "comment" }, { "action": "created", "author": "damnms", "comment_id": 768257538, "datetime": 1611751048000, "masked_author": "username_0", "text": "its working now... it was probably just a configuration issue. i did not notice that the mA are limited and the rgb order was wrong.\r\ni raised the oomph to 20.000 and rgb to rgb and now its working", "title": null, "type": "comment" }, { "action": "closed", "author": "damnms", "comment_id": null, "datetime": 1611751049000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
2
5
1,657
false
false
1,657
false
jpmorganchase/modular
jpmorganchase
792,232,801
235
{ "number": 235, "repo": "modular", "user_login": "jpmorganchase" }
[ { "action": "opened", "author": "LukeSheard", "comment_id": null, "datetime": 1611341760000, "masked_author": "username_0", "text": "Through testing internally I think it's become apparent that we need to be able to support different \"verticals\" within the same repository - this might be separate teams who don't share the same scope within their packages. \r\n\r\nWe discussed this previously and said that we would have to be strict about the implementation - I've done a bit of a PoC for what this could look like. The rules work as follows: \r\n1. `workspaces` in the modular `root` `package.json` must either have `[ \"packages/*\"] ]` or `[ \"packages/*/*\" ]`.\r\n2. In the single `*` namespace end. \r\n3. In the multi scope case...\r\n * validate that each package name in the \"scope\" directory name matches.\r\n * validate that each package name matches the directory name which contains it.\r\n\r\nThis will enable the repo to scale across multiple teams and other `modular` based teams to merge repositories without changing their scope. It also means that `CODEOWNERS` can work more easily, since you can assign `packages/team/*` to a particular group.", "title": "Proposal: Enable multi-team-workspaces", "type": "issue" }, { "action": "created", "author": "NMinhNguyen", "comment_id": 767032022, "datetime": 1611600422000, "masked_author": "username_1", "text": "I had to read the code to understand what was meant by 'scope' because my initial thinking (just reading the PR description) was it's to do with [npm scopes]( https://docs.npmjs.com/cli/v6/using-npm/scope) which would make sense given this is in the context of packages. Because of this, I'd be very careful when introducing terminology that can be easily misinterpreted (because of existing conventions).", "title": null, "type": "comment" }, { "action": "created", "author": "threepointone", "comment_id": 770234224, "datetime": 1612022722000, "masked_author": "username_2", "text": "I made an RFC that proposes a looser approach https://github.com/jpmorganchase/modular/issues/240, and associated implications. \r\n\r\nI also started working on a branch that tackles the implementation, and have already gotten pretty far with it. I'd recommend closing this, I'm happy to take this on and hopefully ship it relatively soon.", "title": null, "type": "comment" }, { "action": "created", "author": "threepointone", "comment_id": 770437904, "datetime": 1612121819000, "masked_author": "username_2", "text": "Closing this for https://github.com/jpmorganchase/modular/pull/246, thank you for getting it here!", "title": null, "type": "comment" } ]
4
5
2,814
false
true
1,857
false
prabhuignoto/react-chrono
null
731,469,025
63
null
[ { "action": "opened", "author": "ebarracchia", "comment_id": null, "datetime": 1603893642000, "masked_author": "username_0", "text": "Please support rich text (Multiple lines / html)", "title": "Add a multiline or line break support for contentDetailedText", "type": "issue" }, { "action": "closed", "author": "prabhuignoto", "comment_id": null, "datetime": 1604492973000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "prabhuignoto", "comment_id": 721706690, "datetime": 1604493352000, "masked_author": "username_1", "text": "To insert custom content, just pass the blocked elements between the `Chrono` tags.\r\n\r\nFor e.g the below snippet will create 2 timeline items. Each `div` element is automatically converted into a timeline item and inserted into the timeline card.\r\nThe [items](#timeline-item-model) collection is completely optional and custom rendering is supported on all 3 [modes](#mode).\r\n\r\n```sh\r\n <Chrono mode=\"VERTICAL\">\r\n <div>\r\n <p>Lorem Ipsum. Lorem Ipsum. Lorem Ipsum</p>\r\n </div>\r\n <div>\r\n <img src=\"<url to a nice image\" />\r\n </div>\r\n </Chrono>\r\n```\r\n\r\nThe items collection will also work nicely with any custom content that is passed. The following snippet sets the the `title` and `cardTitle` for the custom contents.\r\n\r\n```sh\r\n const items = [\r\n {title: \"Timeline title 1\", cardTitle: \"Card Title 1\"},\r\n {title: \"Timeline title 2\", cardTitle: \"Card Title 2\"}\r\n ];\r\n\r\n <Chrono mode=\"VERTICAL\" items={items}>\r\n <div>\r\n <p>Lorem Ipsum. Lorem Ipsum. Lorem Ipsum</p>\r\n </div>\r\n <div>\r\n <img src=\"<url to a nice image\" />\r\n </div>\r\n </Chrono>\r\n```\r\n\r\nPlease check out and let me know how that pans out.", "title": null, "type": "comment" } ]
2
3
1,203
false
false
1,203
false
final-form/final-form
final-form
706,626,354
380
null
[ { "action": "opened", "author": "jedwards1211", "comment_id": null, "datetime": 1600801883000, "masked_author": "username_0", "text": "<!--\r\n\r\n👋 Hey, thanks for taking an interest in 🏁 Final Form!\r\n\r\n-->\r\n\r\n### Are you submitting a **bug report** or a **feature request**?\r\n\r\nbug report\r\n\r\n### What is the current behavior?\r\n\r\n`toPath` splits `'foo[\"bar.baz\"]'` to `['foo', '\"bar', 'baz\"']`\r\n\r\nIt's impossible to use a nested object key with `.` in the name and not clean to use a nested object key that's not a JS identifier. `'foo[\"bar.baz\"]'` is an idiomatic JS pathstring supported by libs like `lodash.get`:\r\n\r\n```js\r\n_.get({foo: {\"bar.baz\": 3}}, 'foo[\"bar.baz\"]') // 3\r\n```\r\n\r\n### What is the expected behavior?\r\n\r\nIt gets split to `['foo', 'bar.baz']`\r\n\r\n### What's your environment?\r\n\r\nnot relevant", "title": "toPath doesn't support quoted strings inside brackets", "type": "issue" }, { "action": "closed", "author": "erikras", "comment_id": null, "datetime": 1625558732000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" }, { "action": "created", "author": "erikras", "comment_id": 930056574, "datetime": 1632911834000, "masked_author": "username_1", "text": "Published fix in [`v4.20.3`](https://github.com/final-form/final-form/releases/tag/v4.20.3).", "title": null, "type": "comment" } ]
2
3
764
false
false
764
false
metrumresearchgroup/bbr
metrumresearchgroup
835,265,148
371
{ "number": 371, "repo": "bbr", "user_login": "metrumresearchgroup" }
[ { "action": "opened", "author": "seth127", "comment_id": null, "datetime": 1616101864000, "masked_author": "username_0", "text": "Closes #341", "title": "feat/ stan model diff", "type": "issue" }, { "action": "created", "author": "seth127", "comment_id": 802305254, "datetime": 1616102132000, "masked_author": "username_0", "text": "All Stan tests pass on Metworx\r\n<img width=\"965\" alt=\"Screen Shot 2021-03-18 at 5 04 17 PM\" src=\"https://user-images.githubusercontent.com/7806083/111698696-84dd9a80-880d-11eb-9ed1-6890b5663911.png\">", "title": null, "type": "comment" } ]
1
2
210
false
false
210
false
github/docs
github
828,567,282
4,443
{ "number": 4443, "repo": "docs", "user_login": "github" }
[ { "action": "opened", "author": "Octomerger", "comment_id": null, "datetime": 1615425912000, "masked_author": "username_0", "text": "This is an automated pull request to sync changes between the public and private repos.\n\n:robot: This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!", "title": "repo sync", "type": "issue" } ]
2
2
538
false
true
219
false
vuex-orm/plugin-axios
vuex-orm
548,219,772
101
{ "number": 101, "repo": "plugin-axios", "user_login": "vuex-orm" }
[ { "action": "opened", "author": "innovate-invent", "comment_id": null, "datetime": 1578679919000, "masked_author": "username_0", "text": "Fixes #97", "title": "Merge configs using lodash merge", "type": "issue" }, { "action": "created", "author": "kiaking", "comment_id": 591248319, "datetime": 1582695460000, "masked_author": "username_1", "text": "Thank you so much for the PR! Sorry but could we not use lodash? It adds to the bundle size quite a bit...", "title": null, "type": "comment" }, { "action": "created", "author": "innovate-invent", "comment_id": 591254734, "datetime": 1582696722000, "masked_author": "username_0", "text": "It imports the lodash submodule for that function only, is that still large?", "title": null, "type": "comment" }, { "action": "created", "author": "kiaking", "comment_id": 591256527, "datetime": 1582697102000, "masked_author": "username_1", "text": "Unfortunately yes... we had same problem at Vuex ORM Core. Lodash uses many common functions, so even if you import only specific features, it still loads unnecessary codes.\r\n\r\nI really hate this too, but it's how JS libraries have to do things I guess...", "title": null, "type": "comment" }, { "action": "created", "author": "innovate-invent", "comment_id": 591257617, "datetime": 1582697344000, "masked_author": "username_0", "text": "I guess the code will have to be ripped out of the lodash library..", "title": null, "type": "comment" }, { "action": "created", "author": "kiaking", "comment_id": 591258105, "datetime": 1582697450000, "masked_author": "username_1", "text": "Yeah that's what I did when implementing `orderBy` feature at Vuex ORM Core. You could check this one out though.\r\nhttps://github.com/vuex-orm/vuex-orm/blob/3c642728b829006a93ac1d1f9b33144d109ad606/src/support/Utils.ts#L214", "title": null, "type": "comment" }, { "action": "created", "author": "cuebit", "comment_id": 591268345, "datetime": 1582699761000, "masked_author": "username_2", "text": "Yea, lodash is a simple fix but adds considerable weight and a significant performance impact.\r\n\r\nThe clone example that @username_1 is referring to may point you in the right direction – it's quite verbose because performance is crucial for Vuex ORM – so it could easily be half the code. \r\n\r\nNote, the signature for type-safe merging is considerably more complex than cloning. If you wish to preserve types. Sometimes I abhor TS.", "title": null, "type": "comment" }, { "action": "created", "author": "cuebit", "comment_id": 770496548, "datetime": 1612141890000, "masked_author": "username_2", "text": "Closing due to inactivity. I don't believe there's been much steer on this topic to warrant this PR progressing.", "title": null, "type": "comment" } ]
4
9
1,276
false
true
1,276
true
pdt256/shipping
null
676,114,928
22
null
[ { "action": "opened", "author": "PeterTough2", "comment_id": null, "datetime": 1597064170000, "masked_author": "username_0", "text": "Can you share a working example of live StubFedex returning realtime data from Fedex API\r\n\r\nMy code sample\r\n\r\n```\r\nrequire_once('vendor/autoload.php');\r\n\r\nuse pdt256\\Shipping\\Fedex;\r\nuse pdt256\\Shipping\\RateRequest;\r\nuse pdt256\\Shipping\\Shipment;\r\nuse pdt256\\Shipping\\Package;\r\n\r\n$shipment = new Shipment;\r\n$shipment\r\n ->setFromIsResidential(false)\r\n ->setFromStateProvinceCode('IN')\r\n ->setFromPostalCode('46205')\r\n ->setFromCountryCode('US')\r\n ->setToIsResidential(true)\r\n ->setToPostalCode('20101')\r\n ->setToCountryCode('US');\r\n\r\n$package = new Package;\r\n$package\r\n ->setLength(12)\r\n ->setWidth(4)\r\n ->setHeight(3)\r\n ->setWeight(3);\r\n\r\n$shipment->addPackage($package);\r\n\r\n$fedex = new Fedex\\Rate([\r\n\t'prod' => FALSE,\r\n\t'key' => 'XXXX',\r\n\t'password' => 'XXXX',\r\n\t'accountNumber' => 'XXXX',\r\n\t'meterNumber' => 'XXXX',\r\n\t'dropOffType' => 'BUSINESS_SERVICE_CENTER',\r\n\t'shipment' => $shipment,\r\n\t'approvedCodes' => [\r\n\t\t'FEDEX_EXPRESS_SAVER', // 1-3 business days\r\n\t\t'FEDEX_GROUND', // 1-5 business days\r\n\t\t'GROUND_HOME_DELIVERY', // 1-5 business days\r\n\t\t'FEDEX_2_DAY', // 2 business days\r\n\t\t'STANDARD_OVERNIGHT', // overnight\r\n\t],\r\n\t'requestAdapter' => new RateRequest\\StubFedex(),\r\n]);\r\n\r\n$rates = $fedex->getRates();\r\nvar_dump($rates);\r\n```", "title": "Making Live Request in Demo", "type": "issue" } ]
1
1
1,331
false
false
1,331
false
exelban/stats
null
866,038,276
434
null
[ { "action": "opened", "author": "phattrance", "comment_id": null, "datetime": 1619178700000, "masked_author": "username_0", "text": "Current app only allows us to view only one HDD on the navbar on big sur. Is it possible to have more options so that we can perhaps add 2 or more drives in the navbar?\r\n\r\n![image](https://user-images.githubusercontent.com/5632780/115867051-d98eb980-a43a-11eb-9d22-e2685af9a01b.png)", "title": "Possible to have more than one HDD on watchlist at nav bar?", "type": "issue" }, { "action": "created", "author": "exelban", "comment_id": 827011332, "datetime": 1619457593000, "masked_author": "username_1", "text": "Hi. Thanks for the proposal.\r\nUnfortunately there is no option to do that now. And I'm not sure that it will be added in the future.\r\nThe problem not to read a few disk stats at the same time (it already working like this). But to visualize a few disks at the same time.", "title": null, "type": "comment" }, { "action": "closed", "author": "exelban", "comment_id": null, "datetime": 1619972013000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
3
552
false
false
552
false
streamnative/pulsar
streamnative
766,377,855
1,884
null
[ { "action": "opened", "author": "sijie", "comment_id": null, "datetime": 1607948968000, "masked_author": "username_0", "text": "Original Issue: apache/pulsar#8953 \n\n---\n\n**Is your enhancement request related to a problem? Please describe.**\r\n\r\nThe authentication in ClientConfigurationData does not implement equals and hashcode, resulting in two instances of the same configuration not being equal.\r\n\r\n**Describe the solution you'd like**\r\n\r\nAdd equals, hashCode methods to all Authentication implementation classes.\r\n\r\n**Describe alternatives you've considered**\r\n\r\nIn ClientConfigurationData in the equals, hashCode method to ignore the field authentication.\r\n\r\n**Additional context**\r\nAdd any other context or screenshots about the feature request here.", "title": "ISSUE-8953: The Equals of the ClientConfigurationData instance does not reach the expected result", "type": "issue" } ]
1
1
629
false
false
629
false
opnsense/core
opnsense
719,225,041
4,409
null
[ { "action": "opened", "author": "derjohn", "comment_id": null, "datetime": 1602495024000, "masked_author": "username_0", "text": "Hello,\r\nI am using OPNsense 20.7.3-amd64. My observations is, that the CARP Settings are not sync'ed to the secondary. That might be since the \"Virtual IPs\" are a submenu item of \"interfaces\" instead of \"Firewall\".\r\n\r\nI double checked that the XMLRPC sync of \"Virtual IPs | Synchronize the CARP Virtual IPs to the other HA host.\" is activated. I changed Carp PW, Skew and description but the change never arrived on the secondary.\r\n\r\nI adapted it manually to workaround the issue.\r\n\r\nrgds,\r\nusername_0", "title": "Virtual IP/CARP Settings are not synced to the secondary FWs", "type": "issue" }, { "action": "created", "author": "mimugmail", "comment_id": 707045090, "datetime": 1602499868000, "masked_author": "username_1", "text": "Did you force a manual sync after adding it?", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707046813, "datetime": 1602500110000, "masked_author": "username_0", "text": "Yes, I clicked the link \"Perform synchronization\" in the \"Configuration Synchronization Settings (XMLRPC Sync) Perform synchronization\" panel. There is button to do so and after clicking you're redirected to \"System: High Availability: Status\".", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707069452, "datetime": 1602503057000, "masked_author": "username_0", "text": "Hmmm ... I checked with firewall rules on the WAN interfaces. They aren't sycned, too. So the issues is probably somewhere else.", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707072340, "datetime": 1602503428000, "masked_author": "username_0", "text": "Now I clicked the the \"Perform synchronization\", which brings me to \"System: High Availability: Status\" Panel, there I click on \"Synchronize config to backup\" and then it works.\r\n\r\nIs it the intended URL of the the \"Perform synchronization\" Link? Furthermore \"Synchronize config to backup\" reads like I want to perform a backup to the cloud storage. Shouldn't the wording be something like \"Synchronize config to secondary firewall\" ?\r\n\r\n\r\n\r\n\r\n--", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707074435, "datetime": 1602503714000, "masked_author": "username_0", "text": "And: Shouldn't the config sync occur on every \"apply\" I click? I re-tested: That doesn't happen. Only manual sync works. I cant find a button for \"enable auto sync\". Is it normal behavior?", "title": null, "type": "comment" }, { "action": "created", "author": "AdSchellevis", "comment_id": 707074839, "datetime": 1602503767000, "masked_author": "username_2", "text": "no https://docs.opnsense.org/manual/hacarp.html", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707078818, "datetime": 1602504291000, "masked_author": "username_0", "text": "hahaha an RTFM, Thx :) \r\n\r\nI checked the logs and see this one ONLY if I click manual sync\r\n\r\nopnsense[27413] | /usr/local/etc/rc.filter_synchronize: Filter sync successfully completed with https://172.20.255.2:10443/xmlrpc.php.\r\n\r\nIf I add e.g. a new WAN Firewall rule, nothing happens.", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707089477, "datetime": 1602505633000, "masked_author": "username_0", "text": "@username_2 In the docs there is written \"Configuration changes made on the primary system are synchronized on demand to the secondary firewall.\" Does that \"demand\" mean, I have to initiate that manually, i.e. it does not directly after clicking apply on the primary FW?", "title": null, "type": "comment" }, { "action": "created", "author": "AdSchellevis", "comment_id": 707092706, "datetime": 1602506055000, "masked_author": "username_2", "text": "@username_0 you have to initialise it manually indeed, as explained in the document under workflow (https://docs.opnsense.org/manual/hacarp.html#workflow).", "title": null, "type": "comment" }, { "action": "created", "author": "fhloston", "comment_id": 707097240, "datetime": 1602506640000, "masked_author": "username_3", "text": "Did this change recently? I was under the impression that for example firewall rules were indeed XMLRPC-synced but not activated yet?", "title": null, "type": "comment" }, { "action": "created", "author": "mimugmail", "comment_id": 707110151, "datetime": 1602508179000, "masked_author": "username_1", "text": "I'd call it a \"fuck I kicked myself out from cluster - phew, wasn't synchronized to backup-unit\"-feature", "title": null, "type": "comment" }, { "action": "created", "author": "derjohn", "comment_id": 707208451, "datetime": 1602518620000, "masked_author": "username_0", "text": "At least for the firewall rules there is a message after apply\r\n\"The changes have been applied successfully, remember to update your backup server in System: High availablity: status\"\r\n\r\nSo: Works as designed. #closing", "title": null, "type": "comment" }, { "action": "closed", "author": "derjohn", "comment_id": null, "datetime": 1602518620000, "masked_author": "username_0", "text": "", "title": null, "type": "issue" } ]
4
14
2,763
false
false
2,763
true
whoshuu/cpr
null
666,633,454
428
{ "number": 428, "repo": "cpr", "user_login": "whoshuu" }
[ { "action": "opened", "author": "mikedld", "comment_id": null, "datetime": 1595890395000, "masked_author": "username_0", "text": "`PROTOCOLS` and `FEATURES` aren't real cURL package components. AFAICT neither CMake-bundled FindCURL module nor cURL-provided config package (when building it with CMake) support those components, and both fail to find the library when they are passed.", "title": "fix: Don't search for invalid cURL components", "type": "issue" }, { "action": "created", "author": "mikedld", "comment_id": 664679371, "datetime": 1595890553000, "masked_author": "username_0", "text": "Note that this change may still not result in proper cURL search since there's another defect in CMake find module which was there since the introduction of cURL components support: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/2677", "title": null, "type": "comment" }, { "action": "created", "author": "KingKili", "comment_id": 664833804, "datetime": 1595922007000, "masked_author": "username_1", "text": "Looks good to me. Thanks. @COM8 can you please merge", "title": null, "type": "comment" } ]
2
3
547
false
false
547
false
corona-school/backend
corona-school
666,581,121
116
null
[ { "action": "opened", "author": "BlobbyBob", "comment_id": null, "datetime": 1595883563000, "masked_author": "username_0", "text": "After doing #13 I would suggest to expand the linter rules by the following aspects:\r\n- force space after comma in argument list (`f(a, b, c)` instead of `f(a,b,c)`)\r\n- force curly brackets in same line as `if`, `else`, `try`, `catch`, etc.\r\n- no leading/trailing space in brackets (`(\"abc\")` instead of `( \"abc\" )`\r\n- empty line between functions", "title": "More rules for linter", "type": "issue" }, { "action": "closed", "author": "realmayus", "comment_id": null, "datetime": 1624307457000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
2
2
347
false
false
347
false
dotnet/aspnetcore
dotnet
843,742,162
31,364
{ "number": 31364, "repo": "aspnetcore", "user_login": "dotnet" }
[ { "action": "opened", "author": "andrzejpindor", "comment_id": null, "datetime": 1617047305000, "masked_author": "username_0", "text": "**PR Title**\r\nRefactor logging in generic classes\r\n\r\n**PR Description**\r\nThis will prevent allocating a new copy of logger for each generic type.\r\n\r\nAddresses #31340", "title": "Refactor logging in generic classes", "type": "issue" }, { "action": "created", "author": "BrennanConroy", "comment_id": 809700563, "datetime": 1617050634000, "masked_author": "username_1", "text": "I assume you searched the rest of the repo for similar patterns?", "title": null, "type": "comment" }, { "action": "created", "author": "andrzejpindor", "comment_id": 809710274, "datetime": 1617051571000, "masked_author": "username_0", "text": "Yes, I've searched all classes and partial classes and checked if defined loggers are on classes with generic type. This PR covers everything I found.", "title": null, "type": "comment" }, { "action": "created", "author": "BrennanConroy", "comment_id": 809710787, "datetime": 1617051621000, "masked_author": "username_1", "text": "Awesome! Thanks for the PR, I'll merge this when the checks pass.", "title": null, "type": "comment" }, { "action": "created", "author": "davidfowl", "comment_id": 809743248, "datetime": 1617055399000, "masked_author": "username_2", "text": "@username_0 you're on a roll. I hope we see more contributions!", "title": null, "type": "comment" } ]
3
5
511
false
false
511
true
luna/luna
luna
643,743,543
731
null
[ { "action": "opened", "author": "iamrecursion", "comment_id": null, "datetime": 1592909927000, "masked_author": "username_0", "text": "### Summary\r\nOne of the key pillars of Enso Studio's usability is the intelligent nature of its searcher. The searcher can be thought of as autocomplete on steroids. It takes into account obvious things like the location in code and the contextual type, but also more user-focused things such as unimported symbols, searching within documentation, and so on.\r\n\r\n### Value\r\nWe will be able to provide well-ranked candidate completions to Enso Studio for use in the searcher.\r\n\r\n### Specification\r\nPlease note that this task specification is _preliminary._ It will be broken down once luna/luna#713 has been completed and we have a better idea of the tasks. \r\n\r\n- [ ] Implement basic support for the `completion` and `completionResolve` (used to resolve documentation and so forth) LSP requests into the gateway.\r\n- [ ] Implement akka messages for these between the gateway and language server.\r\n- [ ] Determine how to use LSP (or whether an extension is required) to list the symbol hierarchy. It should allow users to interactively browse the symbol hierarchy through the searcher. Please note that it may be the case that this isn't supported by the above requests, and should instead be handled separately (with the integration provided by the IDE). \r\n- [ ] The request from the IDE will contain both the code location (and, as an extension field for the near future, the type being completed on (if relevant). The implementation should be agnostic to the last field being missing, as once we have a typechecker it will become unnecessary.\r\n- [ ] Specify any new/custom protocol messages in the design document.\r\n- [ ] Once candidate completions are available from the runtime, implement the ranking algorithm as specified in luna/luna#713.\r\n- [ ] Determine how best to optimise very large completion sets while remaining compatible with LSP.\r\n- [ ] Implement any valid optimisations that have been determined by the team. \r\n\r\n### Acceptance Criteria & Test Cases\r\n\r\n- We can provide useful autocompletion suggestions to the IDE.\r\n- This functionality, especially the candidate ranking, has been rigorously tested.", "title": "Implement Engine Support for Autocompletion", "type": "issue" } ]
1
1
2,116
false
false
2,116
false
konveyor/move2kube-ui
konveyor
856,588,997
73
{ "number": 73, "repo": "move2kube-ui", "user_login": "konveyor" }
[ { "action": "opened", "author": "HarikrishnanBalagopal", "comment_id": null, "datetime": 1618292293000, "masked_author": "username_0", "text": "", "title": "fix: change artifact names to be timestamps sorted from latest to oldest", "type": "issue" } ]
2
2
100
false
true
0
false
kubernetes/kubernetes
kubernetes
861,531,616
101,252
{ "number": 101252, "repo": "kubernetes", "user_login": "kubernetes" }
[ { "action": "opened", "author": "smarterclayton", "comment_id": null, "datetime": 1618851496000, "masked_author": "username_0", "text": "Kubelet cert rotation involves two certificate manager instances\n(one for client and one for server certs) and the log lines are\nidentical and confusing. Since certificate manager is a utility\nlibrary it is also inappropriate to simply assume klog output is\nsufficient.\n\ncertificate.Manager now accepts a Name and Logf function on its\nconfig struct to identify the purpose of the manager and to\nprovide a way to redirect where output should go. If Name is\nabsent, the name is defaulted from the SignerName, and if that\nis not found then the name is set to \"client auth\" if that is\na provided key usage, or \"certificate\" otherwise. If Logf is\nnot provided it defaults to klog.V(2). as today. The name is printed\nin \"foo: bar\" form on every line, but can be converted to structured\nlogging in the future. The log level is not customizable and it\nis up to the caller to decide whether that is an issue.\n\nSome log messages are slightly cleaned up to more clearly indicate\ntheir intent. One log message is removed in a utility function that\nwas already at v(4) and less likely to be needed.\n\nThe default behavior of the certificate manager is as before and\nthe kubelet now identifies the server and client signerName as\nseparate entities:\n\nI0414 19:07:33.590419 1539 certificate_manager.go:263] kubernetes.io/kube-apiserver-client-kubelet: Rotating certificates\nE0414 19:07:33.594154 1539 certificate_manager.go:464] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post \"https://...\n\n/kind bug\n/kind cleanup\n\n```release-note\nThe kubelet now reports distinguishes log messages about certificate rotation for its client cert and server cert separately to make debugging problems with one or the other easier.\n```\n\n```docs\n\n```", "title": "Add type logging to certificate manager", "type": "issue" }, { "action": "created", "author": "smarterclayton", "comment_id": 822899679, "datetime": 1618881587000, "masked_author": "username_0", "text": "will sort out the unit panic", "title": null, "type": "comment" }, { "action": "created", "author": "fedebongio", "comment_id": 823569551, "datetime": 1618949539000, "masked_author": "username_1", "text": "/assign @deads2k \r\n/triage accepted", "title": null, "type": "comment" }, { "action": "created", "author": "smarterclayton", "comment_id": 827346742, "datetime": 1619504685000, "masked_author": "username_0", "text": "panic was sorted, more reviews please", "title": null, "type": "comment" }, { "action": "created", "author": "mikedanese", "comment_id": 827658242, "datetime": 1619534309000, "masked_author": "username_2", "text": "/lgtm", "title": null, "type": "comment" } ]
4
10
7,889
false
true
1,932
false
xamarin/Essentials
xamarin
857,815,250
1,758
null
[ { "action": "opened", "author": "MikaelStalvik", "comment_id": null, "datetime": 1618400702000, "masked_author": "username_0", "text": "## Summary\r\nToday the modal is not covering the full screen since it does use the default value, PageSheet.\r\n\r\n## API Changes\r\nPossibly this can be introduced as a property in MediaPickerOptions?\r\nIt does only apply to iOS.\r\n\r\n## Intended Use Case\r\nIt's not always sure that you would like to provide the possibility to cancel the photo picker dialog via a slide down.\r\nBy displaying this dialog in optional full-screen the end-user will not be able to cancel the dialog via swipe-down.", "title": "[Enhancement] Possibility to select ModalPresentationStyle in MediaPicker.PickPhotoAsync for iOS", "type": "issue" } ]
1
1
486
false
false
486
false
abey79/vpype
null
775,151,353
145
null
[ { "action": "opened", "author": "lostPixels", "comment_id": null, "datetime": 1609120906000, "masked_author": "username_0", "text": "Title says it all. I got vpype working and was hoping to use the crop feature, but my plots are multi-color and vpype crops fine, but blows away my colors. Is this a challenging feature to add?", "title": "Consider preserving stroke color", "type": "issue" }, { "action": "created", "author": "abey79", "comment_id": 751621341, "datetime": 1609142181000, "masked_author": "username_1", "text": "Thanks for your feedback @username_0.\r\n\r\nShort answer is yes, it wouldn't be a small endeavour to preserve all paths attributes. The main reason is that paths are constantly deleted/modified/recreated by most commands (e.g. `linemerge`) and it would be rather difficult to track attributes in this process (what colour should I use when two paths of different colour are merged?). I don't see that happening any time soon.\r\n\r\nWhat _may_ be happening (and is already on the roadmap) is **per-layer** attributes (mainly colour and pen-width), possibly when addressing #35. This would not address the general case where each path might have a different colour but will work well when layering is done by colour (which is the goal of #35). When layering is done with top-level `<g>` (as is the case now), this could also be made to work **if** the colour is defined at the group level (and would ignore any colour set in the paths themselves). This may or may not address your need, depending on how your SVG is structured.", "title": null, "type": "comment" }, { "action": "created", "author": "abey79", "comment_id": 751662325, "datetime": 1609150625000, "masked_author": "username_1", "text": "One more thing: vpype being rather destructive in a way (all curves are sliced into small segments), it's really meant as the last stop before plotting. Is this what you intended to do? If so, what is the reason for the colour fidelity requirement? (To be clear, I'm not trying to imply there is none, I'm just trying to understand better your workflow and needs.)", "title": null, "type": "comment" }, { "action": "created", "author": "NelsonMinar", "comment_id": 828040849, "datetime": 1619568230000, "masked_author": "username_2", "text": "I came to request this feature too. Your proposal to try to preserve per-layer colors if they exist would work just fine for me.\r\n\r\nI generate layers with Python svgwrite like this:\r\n\r\n`<g inkscape:groupmode=\"layer\" inkscape:label=\"1 star lines\" stroke=\"purple\">`\r\n\r\nI'm writing multi-layer SVGs, one layer per pen color. The colors I'm writing roughly match the pens I intend to use so the preview looks close to the final print.\r\n\r\nI could make the case for pen width too although I don't currently use it. If you choose to support that be aware of `non-scaling-stroke`; a necessity if you are using SVG to scale line drawings.", "title": null, "type": "comment" }, { "action": "created", "author": "abey79", "comment_id": 828281504, "datetime": 1619600257000, "masked_author": "username_1", "text": "@username_2 thanks for your comment. I'm aware that this feature is one of the top requested and is high up in my priority list.\r\n\r\nAs for the pen width comment, it's definitely on the list but let's clarify that there won't be par-path metadata in the foreseeable future. It's going to be a per-layer attribute and so it will remain \"destructive\" w.r.t the original SVG. I'll have to put in place some kind of heuristic to decide on the layer color/pen-width/etc. when they contain heterogenous paths.\r\n\r\nFor the same reason, \"non-scaling-stroke\" will mostly likely be implied and forced. This makes sense because the pen width should model the actual, physical pen width to be used on the given layer, which is obviously not going to scale with whatever operation the user inserts in the pipeline.", "title": null, "type": "comment" }, { "action": "created", "author": "abey79", "comment_id": 1012298086, "datetime": 1642091235000, "masked_author": "username_1", "text": "This will be addressed in #359 and when #35 is implemented (which is high on the priority list once metadata is merged)", "title": null, "type": "comment" }, { "action": "closed", "author": "abey79", "comment_id": null, "datetime": 1642164145000, "masked_author": "username_1", "text": "", "title": null, "type": "issue" } ]
3
7
3,124
false
false
3,124
true