id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
863419975
Add username & bio step Closed by #112
gharchive/issue
2021-04-21T03:45:39
2025-04-01T04:35:04.550333
{ "authors": [ "Robinnnnn", "kaitoo1" ], "repo": "mikeydub/gallery", "url": "https://github.com/mikeydub/gallery/issues/108", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
703403484
Support plural name for mongodb collections Is your feature request related to a problem? Please describe. Does this library expect mongodb collection names to be singular? If so, please consider to allow developers to use plural named collections. Let's say you already have database which has books and authors colle...
gharchive/issue
2020-09-17T09:03:03
2025-04-01T04:35:04.572717
{ "authors": [ "B4nan", "toshimo" ], "repo": "mikro-orm/mikro-orm", "url": "https://github.com/mikro-orm/mikro-orm/issues/846", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2055063991
jobclient init fails with gnumake 4.4 and make --jobserver-style=fifo currently, the jobclient fails to parse MAKEFLAGS like -j2 --jobserver-auth=fifo:/tmp/asdf $ ./py/test/test.sh + make -j2 python3 test.py "jobserver on" debug jobclient.py 781944 2023-12-24 11:01:16.407: init: MAKEFLAGS: -j2 --jobserver-auth=fifo...
gharchive/issue
2023-12-24T11:02:34
2025-04-01T04:35:04.579435
{ "authors": [ "milahu", "mkoeppe" ], "repo": "milahu/gnumake-tokenpool", "url": "https://github.com/milahu/gnumake-tokenpool/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2007182627
feat: Add Prometheus metrics You can visit localhost/prometheus/metrics to view the metrics. Currently exposes http, db and cache metrics from django-prometheus. U can also use the package to expose custom metrics relevant to shynet, but this is not done in this PR. HTTP metrics are great for insights to the shynet i...
gharchive/pull-request
2023-11-22T22:13:11
2025-04-01T04:35:04.582947
{ "authors": [ "adinhodovic", "milesmcc" ], "repo": "milesmcc/shynet", "url": "https://github.com/milesmcc/shynet/pull/301", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
173455186
Add type logic gates Within our code base I've found it useful to sometimes have the ability to do OR, AND, NOT, XOR on a typelevel for evidences. AND is usually fine as you simply need 2 parameters, but OR, XOR and NOT can sometimes cause a few issues. I'm unsure whether these belong in shapeless at all and this is ...
gharchive/pull-request
2016-08-26T13:38:46
2025-04-01T04:35:04.586284
{ "authors": [ "codecov-io", "yilinwei" ], "repo": "milessabin/shapeless", "url": "https://github.com/milessabin/shapeless/pull/631", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1972950369
Add a service to control "follow me" feature Add a custom service to control the "follow me" feature introduced in https://github.com/mill1000/midea-msmart/pull/91 Expose the current "follow me" state in an attribute of the climate entity. The justification for using a service over a switch is to obscure the featur...
gharchive/pull-request
2023-11-01T19:14:37
2025-04-01T04:35:04.614403
{ "authors": [ "mill1000", "tabascoz" ], "repo": "mill1000/midea-ac-py", "url": "https://github.com/mill1000/midea-ac-py/pull/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
62790721
extract lib/whiteSpace.js into its own module these methods are pretty solid (long time since we changed anything) and are extremely useful for plugin authors. - we should definitely extract them. maybe name it rocambole-ws or rocambole-whitespace so it's similar to rocambole-token :+1: to rocambole-whitespace pu...
gharchive/issue
2015-03-18T20:25:08
2025-04-01T04:35:04.617234
{ "authors": [ "jzaefferer", "millermedeiros" ], "repo": "millermedeiros/esformatter", "url": "https://github.com/millermedeiros/esformatter/issues/278", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1083841495
How to support local images on nextjs deploy? I have been trying to get this image optimizer work for some of my side projects and it works for the externals urls with the domain added to the terraform and nextjs config files, but I also use images inside my public folder and they are not working. The url params is l...
gharchive/issue
2021-12-18T14:14:33
2025-04-01T04:35:04.628667
{ "authors": [ "jaisharx", "ofhouse" ], "repo": "milliHQ/terraform-aws-next-js-image-optimization", "url": "https://github.com/milliHQ/terraform-aws-next-js-image-optimization/issues/94", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
971290684
[Suggestion] add CN RC4 Release note Note: This repository is ONLY used to solve issues related to DOCS. For other issues, please move to other repositories. Is there anything that's missing or inappropriate in the docs? Please describe. Describe what the problem is, and where is it. Ex. I think it's better to add/...
gharchive/issue
2021-08-16T01:44:27
2025-04-01T04:35:04.665220
{ "authors": [ "LocoRichard" ], "repo": "milvus-io/milvus-docs", "url": "https://github.com/milvus-io/milvus-docs/issues/368", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1808442573
Issue with running Milvus-Lite in a Databricks notebook Environment Milvus version: 2.2.11 Deployment mode: milvus-lite in Databricks SDK version(e.g. pymilvus v2.0.0rc2): pymilvus 2.2.0.dev23 OS(Ubuntu or CentOS): Ubuntu 22.04.2 LTS in Azure Databricks Databricks Runtime: 13.1 ML GPU: Others: Environment: milvus=2...
gharchive/issue
2023-07-17T19:18:31
2025-04-01T04:35:04.669736
{ "authors": [ "doddys", "prateek05" ], "repo": "milvus-io/milvus-lite", "url": "https://github.com/milvus-io/milvus-lite/issues/60", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2191528032
fix: use underscore for field name, "from" is keyword in python Related Issue: https://github.com/milvus-io/milvus-proto/issues/244 Related Milvus Issue: https://github.com/milvus-io/milvus/issues/30647 Related PR: #243 /approve /lgtm
gharchive/pull-request
2024-03-18T08:26:55
2025-04-01T04:35:04.671475
{ "authors": [ "chyezh", "czs007" ], "repo": "milvus-io/milvus-proto", "url": "https://github.com/milvus-io/milvus-proto/pull/261", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1195883907
tuple index out of range First of all, I would like to thank you for your great research. This study enabled me to analyze more data. I'm facing another problem now. when I try to run train_config.py, I saw one error that indicate at SubGNN.py line 820. Did I doing something wrong? I give argv same as your readme an...
gharchive/issue
2022-04-07T11:04:33
2025-04-01T04:35:04.728079
{ "authors": [ "Isabellajhon", "etsoukanara", "westernsalt" ], "repo": "mims-harvard/SubGNN", "url": "https://github.com/mims-harvard/SubGNN/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920247312
Feature request: support actions spanning multiple HCL files targeting the same projects Currently, tfmigrate history mode allows users to: Keep track of which migrations have been applied and apply all unapplied migrations in sequence. However, this can result in tfmigrate plan errors if ever multiple tfmigrate HC...
gharchive/issue
2023-09-30T12:53:06
2025-04-01T04:35:04.735000
{ "authors": [ "mdb", "minamijoyo" ], "repo": "minamijoyo/tfmigrate", "url": "https://github.com/minamijoyo/tfmigrate/issues/154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1584373539
pb .net 7.0 package v 2.0 dont'work under .net 7 Hello @be-swarm , Yes, there is a known bug with RestSharp (https://github.com/restsharp/RestSharp/issues/2000). We are going to publish a new version with their preview release which fix this bug.
gharchive/issue
2023-02-14T15:31:39
2025-04-01T04:35:04.782666
{ "authors": [ "Kvindee", "be-swarm" ], "repo": "mindee/mindee-api-dotnet", "url": "https://github.com/mindee/mindee-api-dotnet/issues/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2080841901
"Too many open files" error when making many mocked async requests Reproducible example that I think is minimal: import httpx from mocket.mockhttp import Entry from mocket import async_mocketize @pytest.mark.asyncio @async_mocketize async def test_many(): url = "http://httpbin.local/ip" Entry.single_register...
gharchive/issue
2024-01-14T18:22:48
2025-04-01T04:35:04.785299
{ "authors": [ "ento", "mindflayer" ], "repo": "mindflayer/python-mocket", "url": "https://github.com/mindflayer/python-mocket/issues/217", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
249843686
Removed split in SHA256 record As told by RFC4255 section 3.1.3 The message-digest algorithm is presumed to produce an opaque octet string output, which is placed as-is in the RDATA fingerprint field. and in section 3.2: The RDATA of the presentation format of the SSHFP resource record consists of two numbers (alg...
gharchive/pull-request
2017-08-13T00:28:48
2025-04-01T04:35:04.789681
{ "authors": [ "Gunni", "mindfuckup" ], "repo": "mindfuckup/Scripts", "url": "https://github.com/mindfuckup/Scripts/pull/11", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1221709761
Responsive remote/external/CDN image I implement to work on this soon. Current use case: I copy/paste Gutenberg page from one site to another. The markup reference the original image but the generated srcset attributes are wrong (because my render_block hooks consider the ID of files which are not present in the dest...
gharchive/issue
2022-04-30T03:35:45
2025-04-01T04:35:04.796537
{ "authors": [ "drzraf", "gchtr" ], "repo": "mindkomm/timmy", "url": "https://github.com/mindkomm/timmy/issues/49", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2158321992
PXP-670: [CLI] Implement the AppSignal integration to the deployment status command Summary The PR also include the error handling when the application config is not enabled or when the appsignal integration is not enabled. Ticket: PXP-670 What's Changed Added [x] add wukong deployment status command [APPR...
gharchive/pull-request
2024-02-28T07:47:10
2025-04-01T04:35:04.822207
{ "authors": [ "jk-gan", "onimsha", "sauron-droid" ], "repo": "mindvalley/wukong-cli", "url": "https://github.com/mindvalley/wukong-cli/pull/198", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1329022428
🛑 MineVN Maven & Resource Pack is down In 098ea4b, MineVN Maven & Resource Pack (http://app.minevn.net/pack) was down: HTTP code: 0 Response time: 0 ms Resolved: MineVN Maven & Resource Pack is back up in 778913c.
gharchive/issue
2022-08-04T18:20:08
2025-04-01T04:35:04.893494
{ "authors": [ "minhh2792" ], "repo": "minhh2792/uptime", "url": "https://github.com/minhh2792/uptime/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2627213835
[RELEASE] MinIO Client RELEASE.2024-10-29T15-34-59Z MinIO Client RELEASE.2024-10-29T15-34-59Z has changes that impact the docs: [ ] Adds new mc support top rpc subcommand (PR #5060) See also PR #5064 for RPC playback. [ ] Updates to mc support inspect (PR #5062) [x] Adds JSON output for global flag to mc pipe (PR #5...
gharchive/issue
2024-10-31T15:53:15
2025-04-01T04:35:04.941600
{ "authors": [ "djwfyi" ], "repo": "minio/docs", "url": "https://github.com/minio/docs/issues/1361", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2428696587
DOCS-1273: Operator 6.0.0 Deploy/Upgrade docs, removing Console references Addresses #1273 Summary This pass does three things: Updates all tutorials related to Operator/Tenant deployment for Kustomize and Helm Removes references to Operator Console + updates to reference Kustomize/Helm wherever possible Slightly ti...
gharchive/pull-request
2024-07-25T00:26:21
2025-04-01T04:35:04.950348
{ "authors": [ "feorlen", "pjuarezd", "ravindk89" ], "repo": "minio/docs", "url": "https://github.com/minio/docs/pull/1284", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
853569983
Timeout everytime enable secure connection (https) Hey there! I always get time out error every time try to upload something from an html form to my bucket. It says Full Error Messages : Get "https://_an address_/_my bucket name_/?location=": dial tcp _an ip address_: i/o timeout{}. But, if i disable the secure optio...
gharchive/issue
2021-04-08T15:04:36
2025-04-01T04:35:04.964798
{ "authors": [ "harshavardhana", "mikaeru" ], "repo": "minio/minio-go", "url": "https://github.com/minio/minio-go/issues/1476", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2137122848
Tuple comparison minimizes to MiniRust code that isn't well-formed. Minimizing the following program leads to a MiniRust program that isn't well-formed: fn main() { let x = (1, 0) == (0, 1); } This doesn't reproduce any more, not sure when exactly it got fixed.
gharchive/issue
2024-02-15T17:58:39
2025-04-01T04:35:05.023144
{ "authors": [ "RalfJung", "essickmango" ], "repo": "minirust/minirust", "url": "https://github.com/minirust/minirust/issues/157", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1067517588
Add publishing warning when CYA and confirmation pages are not in a form Trello good stuff. thanks for putting in the acceptance tests. can we add a more descriptive PR message please and just a screen grab of what it looks like i think we can dry up the views a little bit. a single variable that holds the warnin...
gharchive/pull-request
2021-11-30T17:52:47
2025-04-01T04:35:05.040380
{ "authors": [ "brenetic", "njseeto" ], "repo": "ministryofjustice/fb-editor", "url": "https://github.com/ministryofjustice/fb-editor/pull/926", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1959357011
(APS-14) Hide withdrawn assessments Now assessments can be withdrawn, we need to hide them on the assessments and application listing pages. We're going to do this filtering on the frontend, so closing this
gharchive/pull-request
2023-10-24T14:12:51
2025-04-01T04:35:05.041229
{ "authors": [ "pezholio" ], "repo": "ministryofjustice/hmpps-approved-premises-api", "url": "https://github.com/ministryofjustice/hmpps-approved-premises-api/pull/1075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2067202835
Update Owner tag on this repo User Story "owner" = "nac@digital.justice.gov.uk" We do not have access to this email address This need to be replaced by lanwifi-devops@digital.justice.gov.uk Value / Purpose Ensure that codebase reflect correct address for the team. Useful Contacts No response Additional Inf...
gharchive/issue
2024-01-05T11:43:26
2025-04-01T04:35:05.044973
{ "authors": [ "NNavickas1", "juddin927" ], "repo": "ministryofjustice/network-access-control-infrastructure", "url": "https://github.com/ministryofjustice/network-access-control-infrastructure/issues/247", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1002085849
Bump iam_s3_replication_role from 1.0.0 to 2.0.0 Review https://github.com/ministryofjustice/aws-root-account/pull/266 Do we want to update? Is there any impact from update? If no issues, carry out update. Not required. Closed Reopened as now resolved.
gharchive/issue
2021-09-21T09:06:14
2025-04-01T04:35:05.046764
{ "authors": [ "AntonyBishop", "jakemulley" ], "repo": "ministryofjustice/operations-engineering", "url": "https://github.com/ministryofjustice/operations-engineering/issues/195", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1617403663
Inactive Users repo: Add unit tests Background The repo python code within the repo could do with a refactor and apply unit tests. This is the current process that needs to be improved / automated better: Run the Dormant GH Users scripts on the MoJ and AP GH Orgs, get the dormant export file from Tony, add it to the ...
gharchive/issue
2023-03-09T14:49:24
2025-04-01T04:35:05.048825
{ "authors": [ "NickWalt01" ], "repo": "ministryofjustice/operations-engineering", "url": "https://github.com/ministryofjustice/operations-engineering/issues/2240", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
589211657
Log reasons validation of code details failed Purpose Log failures when validating a code to add to an LPA so problems can be debugged/monitored/etc. Fixes UML-603 Approach It adds logging. Maybe it is too defensive? Learning Any tips and tricks, blog posts or tools which helped you. Plus anything notable you've disc...
gharchive/pull-request
2020-03-27T15:26:06
2025-04-01T04:35:05.054249
{ "authors": [ "coveralls", "hawx", "williamfalconeruk" ], "repo": "ministryofjustice/opg-use-an-lpa", "url": "https://github.com/ministryofjustice/opg-use-an-lpa/pull/282", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1239602618
유전 알고리즘 구현 유전 알고리즘 클래스로 구현 게임에 적용 신경망의 w 값들을 유전적으로 찾는다. 세대별 유전자 수는? 유전자형 결정 초기 모집단 결정 개체 적합도 계산 선택 수행(Selection) 교차 처리(Crossover) 변이 수행(Mutation)
gharchive/issue
2022-05-18T08:21:07
2025-04-01T04:35:05.056338
{ "authors": [ "SOLokill", "minjune8506" ], "repo": "minjune8506/GeneticAvoidance", "url": "https://github.com/minjune8506/GeneticAvoidance/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2712242104
🛑 Matrix is down In 827a4e0, Matrix (https://matrix.mint.lgbt:8448/_matrix/federation/v1/version) was down: HTTP code: 0 Response time: 0 ms Resolved: Matrix is back up in d1026a9 after 47 minutes.
gharchive/issue
2024-12-02T14:57:02
2025-04-01T04:35:05.060764
{ "authors": [ "lunaisnotaboy" ], "repo": "mint-lgbt/status", "url": "https://github.com/mint-lgbt/status/issues/4260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
275096719
add ocplib-endian to jbuild rules; test on 4.06 as well this fixes #30 now that (a) cstruct.3.2.0 is out (which does not depend on ocplib-endian) and (b) https://github.com/ocaml/opam-repository/pull/10774 is merged to restrict all released mirage-profile to cstruct {< "3.2.0"}, I can either have the newest cstruct...
gharchive/pull-request
2017-11-18T17:50:04
2025-04-01T04:35:05.070004
{ "authors": [ "hannesm", "talex5" ], "repo": "mirage/mirage-profile", "url": "https://github.com/mirage/mirage-profile/pull/31", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
924580736
go内联代码格式化问题
gharchive/issue
2021-06-18T06:18:23
2025-04-01T04:35:05.088138
{ "authors": [ "lhlyu" ], "repo": "misakafs/json-to-go", "url": "https://github.com/misakafs/json-to-go/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1466087300
How to manage services?such as systemctl Your CentOS9 does not seem to recognize systemctl and service By the way, do you want something else like Ubuntu-WSL How to enable or manage this version of process service? I get an error as soon as I use the command System has not been booted with systemd as init system (P...
gharchive/issue
2022-11-28T09:28:48
2025-04-01T04:35:05.096348
{ "authors": [ "FlowerBirds", "dong-lufei", "felixserna", "git136975643", "mishamosher" ], "repo": "mishamosher/CentOS-WSL", "url": "https://github.com/mishamosher/CentOS-WSL/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
73283227
import of all data it seems, we don't have all packages in our data. E.g. okular, libreoffice are not available. We should look for those data. There are no entries for them in /usr/share/app-info/xmls/fedora-22.xml.gz.
gharchive/issue
2015-05-05T11:11:31
2025-04-01T04:35:05.103034
{ "authors": [ "jmlich", "misli" ], "repo": "misli/fedora-software", "url": "https://github.com/misli/fedora-software/issues/9", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
125038948
allowing missing --- in yaml files Fixes issues #54 Thanks, one question: so there is no magic mark to distinguish a yaml file? I don't think so :( I'm going with Python's EAFP style here. If we can parse it as YAML, it must be YAML :) the JSON check seems good though, so I left it in. See http://stackoverflow.co...
gharchive/pull-request
2016-01-05T19:59:07
2025-04-01T04:35:05.108839
{ "authors": [ "mission-liao", "pwfff" ], "repo": "mission-liao/pyswagger", "url": "https://github.com/mission-liao/pyswagger/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
217894438
Need unique object for identifying self-events in 'add' methods Currently, addFeature and addCamera and other add methods generate events, but there is no way for the users to tell if it is their own event or someone else's. Currently, addFeature and addCamera and other add methods generate events, but there is no ...
gharchive/issue
2017-03-29T14:27:53
2025-04-01T04:35:05.110223
{ "authors": [ "ee11cbb19052e40b07aac0ca060c23ee", "rsupnekar" ], "repo": "missioncommand/emp3-android", "url": "https://github.com/missioncommand/emp3-android/issues/108", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
178159858
replace dmd and color_dmd widgets with display widget Currently we have dmd and color_dmd widgets. These aren't really needed. We should just create a single widget called display which just shows another display on the current slide. It could have all the properties that are currently in the dmd widgets, like the do...
gharchive/issue
2016-09-20T19:43:28
2025-04-01T04:35:05.111778
{ "authors": [ "toomanybrians" ], "repo": "missionpinball/mpf-mc", "url": "https://github.com/missionpinball/mpf-mc/issues/167", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2174187881
Unnecessary packaging dependency We just noted that Mistral Python client included pandas as a hard dependency for one of the cookbook examples. It should be either a soft or not a dependency. Thanks for the feedback. This issue was fixed.
gharchive/issue
2024-03-07T15:54:44
2025-04-01T04:35:05.140407
{ "authors": [ "leehanchung", "sophiamyang" ], "repo": "mistralai/client-python", "url": "https://github.com/mistralai/client-python/issues/64", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
262073170
Property dropdown positioning in Chrome 61 Reported by @kkashi01 on the dev forum: In the latest version of Chrome (Chrome 61) the dropdowns for properties in the designer do not adjust for the scroll position of the page. They seem to appear always at the location they should appear if scrollTop = 0. This is likely ...
gharchive/issue
2017-10-02T12:47:15
2025-04-01T04:35:05.142623
{ "authors": [ "ewpatton", "kkashi01", "moliata" ], "repo": "mit-cml/appinventor-sources", "url": "https://github.com/mit-cml/appinventor-sources/issues/944", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
54635766
New screen option: ShowTitleBar I added new option in the screen, which allowes App Inventor users to enable/disable ShowTitleBar. This method is in the form of the getter method in the block editor and as property in the designer property list. But there won't be any change in the designer viewer if you decide to ch...
gharchive/pull-request
2015-01-16T23:00:08
2025-04-01T04:35:05.195135
{ "authors": [ "halatmit", "jisqyv", "josmas", "kkashi01", "weihuali0509" ], "repo": "mit-cml/appinventor-sources", "url": "https://github.com/mit-cml/appinventor-sources/pull/222", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1315708734
Can you open source the trained network for BEVfusion-e? the network for BEVfusion-e is not published, would it be possible to make it available to the open source community? We don't expect it to be released in the near future.
gharchive/issue
2022-07-23T17:33:22
2025-04-01T04:35:05.200225
{ "authors": [ "BaiLiping", "kentang-mit" ], "repo": "mit-han-lab/bevfusion", "url": "https://github.com/mit-han-lab/bevfusion/issues/85", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
639341612
about the shift module inplace output I find that the output of inplace shift is different from the normal shift. is that right? Hi, the current inplace shift has some bug due to out-of-order execution (we believe). Therefore, we may need special design to take care of that. Hi, the current inplace shift has som...
gharchive/issue
2020-06-16T03:29:23
2025-04-01T04:35:05.202649
{ "authors": [ "Usernamezhx", "applesleam", "tonylins" ], "repo": "mit-han-lab/temporal-shift-module", "url": "https://github.com/mit-han-lab/temporal-shift-module/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
777449708
Does torchsparse supports 16-bit training ? Dear All, I am currently adding Pytorch Lightning support to TorchPoints3d. If TorchSparse was to support 16-bit and be scriptable, we could have a pretty decent speed up and people would have strong reason to use torchsparse for production. Here is the PR: https://github.c...
gharchive/issue
2021-01-02T12:02:34
2025-04-01T04:35:05.205646
{ "authors": [ "YoushaaMurhij", "tchaton", "zhijian-liu" ], "repo": "mit-han-lab/torchsparse", "url": "https://github.com/mit-han-lab/torchsparse/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
542809066
How to grab tcp at the same time and forward http to other tools How to grab tcp at the same time and forward http to other tools I need client-> mitmproxy-> burp-> server But i don't want to lose tcp traffic so what should i do tcp_message (flow: tcp.TCPMessage) does not correctly forward http Thanks for getting i...
gharchive/issue
2019-12-27T09:22:20
2025-04-01T04:35:05.217602
{ "authors": [ "ldbfpiaoran", "mhils" ], "repo": "mitmproxy/mitmproxy", "url": "https://github.com/mitmproxy/mitmproxy/issues/3759", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1371574520
Certificates: display course dates As a learner, I'd like my certificate to include dates so that when I share it, people will know when I took the course. Designs and Mockups See, for example, https://rc.xpro.mit.edu/certificate/c9819368-40c6-4ff4-b53c-7241348a09de/ Acceptance Criteria: [ ] The dates should be disp...
gharchive/issue
2022-09-13T14:44:33
2025-04-01T04:35:05.236092
{ "authors": [ "aliraza-abbasi", "pdpinch" ], "repo": "mitodl/mitxonline", "url": "https://github.com/mitodl/mitxonline/issues/967", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1349883269
Remove disable_compat_19 from consul configs Description Removing the disable_compat_19 field from consul config which has been deprecated. Motivation and Context Consul won't start up anymore with this field set. https://www.consul.io/docs/upgrading/upgrade-specific#1-9-telemetry-compatibility How Has This Been Test...
gharchive/pull-request
2022-08-24T18:50:41
2025-04-01T04:35:05.247856
{ "authors": [ "Ardiea", "blarghmatey" ], "repo": "mitodl/ol-infrastructure", "url": "https://github.com/mitodl/ol-infrastructure/pull/1024", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2526174865
🛑 VividCraft is down In e50056a, VividCraft (https://vividcraft.com.au) was down: HTTP code: 530 Response time: 266 ms Resolved: VividCraft is back up in 08db8cf after 6 minutes.
gharchive/issue
2024-09-14T09:50:46
2025-04-01T04:35:05.273415
{ "authors": [ "mitraNBIT" ], "repo": "mitraNBIT/Uptime", "url": "https://github.com/mitraNBIT/Uptime/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2413927849
Document what a "concerning" contributer means If possible, please define what a "concerning" contributor test means. Eg. Failing - has concerning contributors 733 found, 0 permitted Both - affiliation count 2 Which contributors / why were they (all) fl...
gharchive/issue
2024-07-17T15:29:50
2025-04-01T04:35:05.274910
{ "authors": [ "alilleybrinker", "japharl" ], "repo": "mitre/hipcheck", "url": "https://github.com/mitre/hipcheck/issues/211", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1957268106
Add missing methods for UTF-8 strings Add icupy.icu.Collator.compare_utf8(source: bytes, target: bytes) Add icupy.icu.IDNA.label_to_ascii_utf8(label: bytes, info: IDNAInfo) Add icupy.icu.IDNA.label_to_unicode_utf8(label: bytes, info: IDNAInfo) Add icupy.icu.IDNA.name_to_ascii_utf8(name: bytes, info: IDNAInfo) Add ic...
gharchive/pull-request
2023-10-23T14:09:23
2025-04-01T04:35:05.293648
{ "authors": [ "codecov-commenter", "miute" ], "repo": "miute/icupy", "url": "https://github.com/miute/icupy/pull/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
709541396
Upgrade npm dependencies & lint code A fresh clone and an npm i throw the following error: > tsc -p src src/sns-server.ts(235,32): error TS2345: Argument of type '{}' is not assignable to parameter of type 'ArrayLike<{}>'. Property 'length' is missing in type '{}'. ../../../node_modules/@types/yargs/index.d.ts(225...
gharchive/pull-request
2020-09-26T13:52:38
2025-04-01T04:35:05.346468
{ "authors": [ "Alexandre-io", "mj1618" ], "repo": "mj1618/serverless-offline-sns", "url": "https://github.com/mj1618/serverless-offline-sns/pull/108", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
382620105
composer error - The requested package mjaschen/phpgeo No version set (parsed as 1.0.0) is satisfiable by mjaschen/phpgeo[No version set (parsed as 1.0.0)] but these confl ict with your requirements or minimum-stability. Hi, can you explain what you're doing? It'd be helpful if you share your composer.json and the...
gharchive/issue
2018-11-20T11:28:37
2025-04-01T04:35:05.371598
{ "authors": [ "mjaschen", "tamer-dahdul" ], "repo": "mjaschen/phpgeo", "url": "https://github.com/mjaschen/phpgeo/issues/41", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
180560917
Border attribute for mj-section or mj-container Hi, I've been using this framework a lot of time and I love this framework so much. It is possible to use border attribute to the mj-section / mj-container. I have read the documentation but it said it is not possible. hope it will be added in the next update. Thank you...
gharchive/issue
2016-10-03T04:23:59
2025-04-01T04:35:05.392360
{ "authors": [ "afdallah-war", "dalefish", "iRyusa" ], "repo": "mjmlio/mjml", "url": "https://github.com/mjmlio/mjml/issues/403", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2210925502
Data not fetched for Global Mean Temperature I tried to create a plot of Mean Temperature today, but it does not work. First I chose the variable, which changed the options I had in the other dropdowns. I always chose those accodingly. However, there is no data displayed. Hi @smartie2076, Thank you for the report....
gharchive/issue
2024-03-27T14:15:07
2025-04-01T04:35:05.406024
{ "authors": [ "mery-19", "mjothy", "smartie2076" ], "repo": "mjothy/future-sight", "url": "https://github.com/mjothy/future-sight/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2763775640
fix: Correct image format selection When setting an output filename, figure.write_image is passed an open fileobject and so it'd never select a format based on the filename extension. Explicitly set a format when none has been seleceted, and don't try to second-guess the user when a format has been passed in that con...
gharchive/pull-request
2024-12-30T22:58:38
2025-04-01T04:35:05.410845
{ "authors": [ "codecov-commenter", "mjpieters" ], "repo": "mjpieters/pyright-analysis", "url": "https://github.com/mjpieters/pyright-analysis/pull/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2459829097
Should BLEU score be dependent on the order of the sequences? Hey! Using sacrebleu to evaluate a model for a project of mine, and just noticed this: bleu = sacrebleu.corpus_bleu(decoded_cands, decoded_refs).score randper = torch.randperm(len(decoded_refs)) decoded_refs = [decoded_refs[i] for ...
gharchive/issue
2024-08-12T00:17:04
2025-04-01T04:35:05.419682
{ "authors": [ "davidgonmar", "martinpopel" ], "repo": "mjpost/sacrebleu", "url": "https://github.com/mjpost/sacrebleu/issues/272", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1570647386
Custom Dataset based training image channel color Hi, I am confused about the image channel color when doing custom dataset-based training and I really would like to clarify that point. As you have stated in <README_TRAIN.md> document, we are able to check our training samples folder, which is <RUN_DIR>/training_samp...
gharchive/issue
2023-02-04T00:07:01
2025-04-01T04:35:05.442189
{ "authors": [ "ErolCitak", "mk-minchul" ], "repo": "mk-minchul/AdaFace", "url": "https://github.com/mk-minchul/AdaFace/issues/82", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
494176689
Biundo/kafka @mkaufmaner Forgive this clumsy pull request. I didn't mean to drag in all the commits since you created your branch. I'm not a super git expert, but if you welcome the suggestions and would prefer I try to package them up as a diff only against your branch, I'll go back and do that. Also, forgive me ju...
gharchive/pull-request
2019-09-16T17:19:28
2025-04-01T04:35:05.445991
{ "authors": [ "johnbiundo", "mkaufmaner" ], "repo": "mkaufmaner/docs.nestjs.com", "url": "https://github.com/mkaufmaner/docs.nestjs.com/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
606738203
C handler Is your feature request related to a problem? Please describe. Opening for visibility. Describe the solution you'd like A C handler. For extensions written in C. Additional context Doxygen? Do I understand correctly that this issue is for supporting docstrings of Python C extensions? e.g compiled with Cyt...
gharchive/issue
2020-04-25T10:16:44
2025-04-01T04:35:05.461690
{ "authors": [ "2bndy5", "ZeroIntensity", "pawamoy", "suned" ], "repo": "mkdocstrings/mkdocstrings", "url": "https://github.com/mkdocstrings/mkdocstrings/issues/97", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
149695344
Added test cases for Handling multiple attempts at ipmi reservation ids 1.Test Wrong ReservationID is for testing expired reservation id. 2.Test Correct ReservationID is for testing correct reservation id. 3.Command content are packaged with fake value. 4.This version has some issues need to resolve. Signed-off-by: N...
gharchive/pull-request
2016-04-20T08:19:21
2025-04-01T04:35:05.484093
{ "authors": [ "williamli80" ], "repo": "mkumatag/openbmc-automation", "url": "https://github.com/mkumatag/openbmc-automation/pull/45", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
351763538
[Broken Example] Style transfer webcam example https://ml5js.org/docs/style-transfer-webcam-example seems to be having a bit of trouble: A request to https://ml5js.org/docs/assets/scripts/example-style-transfer-video.js 404s and the page sits displaying Loading model.... Also, just above that as part of the You can...
gharchive/issue
2018-08-17T23:04:46
2025-04-01T04:35:05.490672
{ "authors": [ "22a", "cvalenzuela" ], "repo": "ml5js/ml5-website", "url": "https://github.com/ml5js/ml5-website/issues/82", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
415897146
change broken references to LSTMGenerator() to charRNN() was working on CharRnn and noticed that the documentation links are broken/the code sample uses an outdated function name (LSTMGenerator() instead of charRNN()). Might be worth considering just changing all the references to LSTM to charRNN to avoid confusion? ...
gharchive/pull-request
2019-03-01T01:18:43
2025-04-01T04:35:05.493138
{ "authors": [ "brondle", "joeyklee" ], "repo": "ml5js/ml5-website", "url": "https://github.com/ml5js/ml5-website/pull/99", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1946540881
[Bug] Compiling android model of Llama-2-7b-chat-hf on Windows 🐛 Bug Error encountered in latest when compiling android model of Llama-2-7b-chat-hf on Windows. python -m mlc_llm.build --target android --max-seq-len 768 --model dist/models/Llama-2-7b-chat-hf --quantization q4f16_1 Target configured: opencl -keys=open...
gharchive/issue
2023-10-17T04:53:16
2025-04-01T04:35:05.517491
{ "authors": [ "ashmon", "junrushao" ], "repo": "mlc-ai/mlc-llm", "url": "https://github.com/mlc-ai/mlc-llm/issues/1079", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1730202014
Fail to compile CLI I can successfully compile the model but fail to compile cli: -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C...
gharchive/issue
2023-05-29T07:04:19
2025-04-01T04:35:05.525646
{ "authors": [ "Atlantis12000", "MasterJH5574", "YouCii", "llucid-97", "rejoicesyc", "sunyuhan19981208", "yzh119" ], "repo": "mlc-ai/mlc-llm", "url": "https://github.com/mlc-ai/mlc-llm/issues/255", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github...
2735958928
Fix broken URLs Migrated from https://github.com/mlcommons/mlperf-automations_archived/issues/21 Originally created by @arjunsuresh on Tue, 17 Sep 2024 14:37:00 GMT We currently have many broken links in the README files. Some of these are false positives like the linkedin URLs and private github repo links. It'll ...
gharchive/issue
2024-12-12T13:42:57
2025-04-01T04:35:05.528226
{ "authors": [ "anandhu-eng", "arjunsuresh" ], "repo": "mlcommons/mlperf-automations", "url": "https://github.com/mlcommons/mlperf-automations/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
166897525
Column names test To discuss. Such a test is definitively useful. I agree that the highlighted line looks like a bug. Il y a ce test aussi qui est complémentaire. Il opère sur un dataset. https://github.com/mldbai/mldb/blob/master/testing/MLDB-832-select_star.py +1 once the duplicated line is removed.
gharchive/pull-request
2016-07-21T19:22:25
2025-04-01T04:35:05.530111
{ "authors": [ "FinchPowers", "guyd" ], "repo": "mldbai/mldb", "url": "https://github.com/mldbai/mldb/pull/558", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
170462545
Include a way to download demo posts [x] This is a feature request. Would love an option to download sample posts markdown displayed in the demo so I could quickly replicate functionality, especially for first-time Jekyll users. Is there any way I can get them? Thanks for the amazing theme Michael. They're all in...
gharchive/issue
2016-08-10T16:38:01
2025-04-01T04:35:05.729505
{ "authors": [ "mmistakes", "stephenkoo" ], "repo": "mmistakes/minimal-mistakes", "url": "https://github.com/mmistakes/minimal-mistakes/issues/427", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
203909704
[Feature Request] Transfers Add possibility to add how many transfers to move --transfers x. Oops, somehow I missed one the most important options... I'll definitely add it.
gharchive/issue
2017-01-30T00:44:20
2025-04-01T04:35:05.755796
{ "authors": [ "Stonedestroyer", "mmozeiko" ], "repo": "mmozeiko/RcloneBrowser", "url": "https://github.com/mmozeiko/RcloneBrowser/issues/1", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
130703444
Initial implementation of scss_files_option (doc/tests tbd) refs #4 @doits looks good :smile: Will you write some specs for it? At least for the scss_file? method? :smile: @mmozuras there you go Not sure what Travis has, locally checks work. Do you have any idea? @doits fetched it and it fails for me locally ...
gharchive/pull-request
2016-02-02T14:48:07
2025-04-01T04:35:05.760909
{ "authors": [ "doits", "mmozuras" ], "repo": "mmozuras/pronto-scss", "url": "https://github.com/mmozuras/pronto-scss/pull/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2583976538
What types of challenges can be submitted? Hi there 👋🏻 I want to ask that what types of challenges can be submitted? First, you have already mentioned that we can create contributions in Python, Javascript, C++ and Java languages. I want to ask that if we submit a web app like in python we use django and flask to m...
gharchive/issue
2024-10-13T13:36:44
2025-04-01T04:35:05.775529
{ "authors": [ "alizaincodes", "mmujtabah" ], "repo": "mmujtabah/CodingChallenges", "url": "https://github.com/mmujtabah/CodingChallenges/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2673082299
ENH: Add meegkit Will fail until meegkit actually builds Now we wait for https://github.com/conda-forge/uv-feedstock/issues/114
gharchive/pull-request
2024-11-19T18:13:19
2025-04-01T04:35:05.788086
{ "authors": [ "larsoner" ], "repo": "mne-tools/mne-installers", "url": "https://github.com/mne-tools/mne-installers/pull/306", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2550582220
Raw plot yields either empty or buggy plot Description of the problem I'm working with intracranial EEG data. The plotting is erratic. Sine .fif files yield a blank screen if plotting from jupyter notebook (.ipynb). If plotting from a .py file, the data looks corrupted no matter what uV I choose. Interestingly, some ...
gharchive/issue
2024-09-26T13:23:06
2025-04-01T04:35:05.803047
{ "authors": [ "Anj-RU", "agramfort" ], "repo": "mne-tools/mne-python", "url": "https://github.com/mne-tools/mne-python/issues/12873", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
443439257
BUG, VIZ saving an animated topomap fails import mne path = mne.datasets.kiloword.data_path() fname = path + '/kword_metadata-epo.fif' evoked = mne.read_epochs(fname).average() fig, anim = evoked.animate_topomap() anim.save("topo.gif") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "...
gharchive/issue
2019-05-13T14:43:43
2025-04-01T04:35:05.808760
{ "authors": [ "jona-sassenhagen", "larsoner" ], "repo": "mne-tools/mne-python", "url": "https://github.com/mne-tools/mne-python/issues/6298", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
684251830
Epochs and Events (No stim channel found to extract event triggers) Hey i got this error when i m trying to get events and making epochs. ValueError: No stim channel found to extract event triggers. What to do if my dataset file(.edf) have no stim channel? I actually want to do frequency time analysis of my data. Th...
gharchive/issue
2020-08-23T20:33:31
2025-04-01T04:35:05.811123
{ "authors": [ "agramfort", "mianjalal786" ], "repo": "mne-tools/mne-python", "url": "https://github.com/mne-tools/mne-python/issues/8148", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1765180991
Easycap-M43 montage Fixes #11742 A new PR for https://github.com/mne-tools/mne-python/issues/11737 Since my GitHub commit sign was not verified due to a system change, I had to redo the commits. I think this might have caused the issue with CI checks. @sappelhoff would you kindly go through it once and close the pre...
gharchive/pull-request
2023-06-20T11:11:15
2025-04-01T04:35:05.814497
{ "authors": [ "dasdiptyajit", "drammock", "sappelhoff" ], "repo": "mne-tools/mne-python", "url": "https://github.com/mne-tools/mne-python/pull/11744", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1570646001
Solve TensorRT Bug Will hopefully speed up retinaface inference time even more! This is a warning message from TensorFlow indicating that the TensorRT libraries could not be loaded. TensorRT is a high-performance deep learning inference library from Nvidia, and is used to optimize TensorFlow models for deployment...
gharchive/issue
2023-02-04T00:04:35
2025-04-01T04:35:05.825279
{ "authors": [ "mo12896" ], "repo": "mo12896/emotion-recognition", "url": "https://github.com/mo12896/emotion-recognition/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
565901208
create 0000-01-02-moaathibra part of the course. thanks for the help
gharchive/pull-request
2020-02-16T12:58:18
2025-04-01T04:35:05.846004
{ "authors": [ "moaathibra" ], "repo": "moaathibra/github-slideshow", "url": "https://github.com/moaathibra/github-slideshow/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1421137777
chore/settings This PR includes: The UI touch for the settings view. LGTM!
gharchive/pull-request
2022-10-24T16:56:56
2025-04-01T04:35:05.846994
{ "authors": [ "moak13" ], "repo": "moak13/fc_weather", "url": "https://github.com/moak13/fc_weather/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1370077930
Add rust enclave report create and verify wrappers A new trait has been added mc-sgx-tservice::Report which provides functionality to create an mc-sgx-core-types::Report and to verify a mc-sgx-core-types::Report. This functionality operates inside of an enclave. Current dependencies on/for this PR: main PR #125 ...
gharchive/pull-request
2022-09-12T15:13:28
2025-04-01T04:35:05.867503
{ "authors": [ "codecov-commenter", "nick-mobilecoin" ], "repo": "mobilecoinfoundation/sgx", "url": "https://github.com/mobilecoinfoundation/sgx/pull/130", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1827332202
🛑 PizzaTime Web is down In 0dd4018, PizzaTime Web (https://pizzatime.uy) was down: HTTP code: 0 Response time: 0 ms Resolved: PizzaTime Web is back up in e3bf539.
gharchive/issue
2023-07-29T05:44:43
2025-04-01T04:35:05.870063
{ "authors": [ "mobilitysol" ], "repo": "mobilitysol/monitorweb", "url": "https://github.com/mobilitysol/monitorweb/issues/1482", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
4503736
Should timing badges take into account beforeEach/afterEach? My beforeEach functions are pretty slow, and sometimes even dominate test time. (I set up test fixture data and initialize an Ember app.) But the little timing badges that show up in the browser (above 50ms or so) do not include this time, they only seem to...
gharchive/issue
2012-05-09T23:24:18
2025-04-01T04:35:05.990145
{ "authors": [ "Nokel81", "boneskull", "danielstjules", "dasilvacontin", "jbnicolai", "joliss", "jsphkm", "kevinburkeshyp", "micdah", "sgilroy", "theflow" ], "repo": "mochajs/mocha", "url": "https://github.com/mochajs/mocha/issues/419", "license": "MIT", "license_...
2575652657
Fix and improve handling boolean parameters This fixes edge cases where the current solution did not work properly, but it also introduces an equivalence between yes/no and on/off. The latter can be changed so that the behavior is the same, but I think it's reasonable... close #285
gharchive/pull-request
2024-10-09T11:33:10
2025-04-01T04:35:06.015492
{ "authors": [ "jajik" ], "repo": "modcluster/mod_proxy_cluster", "url": "https://github.com/modcluster/mod_proxy_cluster/pull/287", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
919709513
Dependency Management This pull request updates all dependencies in the repository, and removes any that were unused. These changes have been tested for compatibility, and work as intended. A few packages were also deprecated, and as a result, removed. This PR makes use of NPM v7. If you have not already, please make...
gharchive/pull-request
2021-06-13T03:48:02
2025-04-01T04:35:06.017222
{ "authors": [ "DamienVesper" ], "repo": "moddio/taro", "url": "https://github.com/moddio/taro/pull/91", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200784920
application of choices annotation on enumerations Reported by eichler on 25 May 2011 08:45 UTC the idea: use a existing enumeration in a choicebox with a restricted number of choices. this could avoid the definition of an additional enumeration type with almost the same options/choices. example: type Dynamics=enumer...
gharchive/issue
2017-01-14T06:22:52
2025-04-01T04:35:06.026793
{ "authors": [ "beutlich", "modelica-trac-importer" ], "repo": "modelica/Modelica", "url": "https://github.com/modelica/Modelica/issues/559", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
878675975
Mapping argument type mismatch error since 2.4.0 Mapping worked fine with 2.3.9, but with changes in 2.4.0 it fails. Stacktrace below is for current master version. org.modelmapper.MappingException: ModelMapper mapping errors: 1) Converter org.modelmapper.internal.converter.MergingCollectionConverter@3a32f30e failed...
gharchive/issue
2021-05-07T09:37:24
2025-04-01T04:35:06.091061
{ "authors": [ "DagleAnderson", "Roman-Skripka", "Spookyguy", "chhsiao90", "husseyd", "kelvinsleonardo", "lazaro3487", "marcioggs" ], "repo": "modelmapper/modelmapper", "url": "https://github.com/modelmapper/modelmapper/issues/615", "license": "Apache-2.0", "license_type": "p...
2193900578
从sdwebui扩展中安装(install from url),重启后不显示facechain 从sdwebui扩展中安装(install from url),重启后不显示facechain, 有朋友遇到这个问题吗? 我也是 Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Version: v1.7.0 Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e Installing requirements for diffusers Launc...
gharchive/issue
2024-03-19T03:00:17
2025-04-01T04:35:06.112482
{ "authors": [ "Lynn2023", "bj803", "datuizhuang", "dengfeng0729", "sunbaigui" ], "repo": "modelscope/facechain", "url": "https://github.com/modelscope/facechain/issues/533", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1758523649
🛑 Radarr is down In 4eca7ac, Radarr ($RADARR_URL) was down: HTTP code: 403 Response time: 565 ms Resolved: Radarr is back up in 12dcbce.
gharchive/issue
2023-06-15T10:28:33
2025-04-01T04:35:06.114975
{ "authors": [ "modem7" ], "repo": "modem7/Status", "url": "https://github.com/modem7/Status/issues/3506", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1007477448
🛑 Wiki is down In ac1f46a, Wiki (https://omegawiki.modem7.com) was down: HTTP code: 523 Response time: 2455 ms Resolved: Wiki is back up in 3d82235.
gharchive/issue
2021-09-26T19:15:28
2025-04-01T04:35:06.117629
{ "authors": [ "modem7" ], "repo": "modem7/Status", "url": "https://github.com/modem7/Status/issues/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
655386712
Wrong output for DataFrame.std with level parameter System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04 Modin version (modin.__version__): 0.7.3+197.g8602fc0 Python version: 3.8.3 Code we can use to reproduce: import modin.pandas as pd import pandas data = {"col1": [1, 2,...
gharchive/issue
2020-07-12T12:01:49
2025-04-01T04:35:06.128410
{ "authors": [ "amyskov", "devin-petersohn" ], "repo": "modin-project/modin", "url": "https://github.com/modin-project/modin/issues/1714", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1488968338
REFACTOR-#5434: Define public interfaces in modin.core.execution.dask module Signed-off-by: Anatoly Myachev anatoly.myachev@intel.com What do these changes do? [x] first commit message and PR title follow format outlined here NOTE: If you edit the PR title to match this format, you need to add another commit (ev...
gharchive/pull-request
2022-12-10T21:10:00
2025-04-01T04:35:06.133056
{ "authors": [ "anmyachev" ], "repo": "modin-project/modin", "url": "https://github.com/modin-project/modin/pull/5418", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
456712099
reading gzipped csv files What do these changes do? pd.read_csv is able to open gzipped files Issue Number Resolves .gz files #630 Sounds good! On Tue, Jun 25, 2019 at 2:07 PM Devin Petersohn notifications@github.com wrote: @devin-petersohn commented on this pull request. In modin/pandas/test/test_io.py https://g...
gharchive/pull-request
2019-06-17T02:12:37
2025-04-01T04:35:06.138474
{ "authors": [ "binary-signal", "dulinda", "williamma12" ], "repo": "modin-project/modin", "url": "https://github.com/modin-project/modin/pull/682", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2584282923
🛑 Plus Repo is down In 5811e5a, Plus Repo (https://repo.plus) was down: HTTP code: 0 Response time: 0 ms Resolved: Plus Repo is back up in 6f7e221 after 22 minutes.
gharchive/issue
2024-10-13T21:27:16
2025-04-01T04:35:06.266918
{ "authors": [ "moechs" ], "repo": "moechs/upptime", "url": "https://github.com/moechs/upptime/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1350313024
🛑 STATUS.MOFE.IO is down In a14bc01, STATUS.MOFE.IO (https://status.mofe.io) was down: HTTP code: 0 Response time: 0 ms Resolved: STATUS.MOFE.IO is back up in 883e08c.
gharchive/issue
2022-08-25T04:41:01
2025-04-01T04:35:06.271682
{ "authors": [ "mofelee" ], "repo": "mofelee/upptime", "url": "https://github.com/mofelee/upptime/issues/710", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193321836
Red required star do not display on arrays From @aleksei-saharov on November 26, 2016 8:49 Hi, all I have some problems with required properties on http://editor.swagger.io/ If I try set array as required property, I can't see red star near it. YAML: Entity: type: object required: - Values propertie...
gharchive/issue
2016-12-04T00:03:05
2025-04-01T04:35:06.319059
{ "authors": [ "SaiTejaLamkam", "aleksei-saharov", "henrikbulldog", "saharj" ], "repo": "mohsen1/json-schema-view-js", "url": "https://github.com/mohsen1/json-schema-view-js/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1800681870
[FEAT] Add example for blocking iteration process Is your proposal related to a problem? Blocking is causes confusion for many users. We are in the process of adding documentation, but some more practical ways to show the interactive process when building a pipeline would be good to bring new users along the journey...
gharchive/issue
2023-07-12T10:33:45
2025-04-01T04:35:06.348067
{ "authors": [ "RobinL", "RossKen" ], "repo": "moj-analytical-services/splink", "url": "https://github.com/moj-analytical-services/splink/issues/1430", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
439808524
How to get headers and set cookies from within an action? In a signIn action I'm implementing along with signUp and signOut I need to get the IP address of the client and its user-agent string and store this info in a database so that it can later be used to help identify the origin of the client. Upon signing in I'm...
gharchive/issue
2019-05-02T22:05:12
2025-04-01T04:35:06.403767
{ "authors": [ "HighSoftWare96", "icebob", "polomoshnov" ], "repo": "moleculerjs/moleculer-web", "url": "https://github.com/moleculerjs/moleculer-web/issues/117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
601486905
All API Gateways in development don't regenerate auto alias routes When you have more than one API Gateway, the regeneration of autoAliased routes does not occur on every service reload. So far I've pinned it down to the debouncing of regenerateAllAutoAliases. At this point, I am assuming that the debounce function i...
gharchive/issue
2020-04-16T21:18:35
2025-04-01T04:35:06.405529
{ "authors": [ "NickClark", "icebob" ], "repo": "moleculerjs/moleculer-web", "url": "https://github.com/moleculerjs/moleculer-web/issues/177", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1647465872
Critical Bug: Static quantity in buildShippingLineItems Hi Currently, all orders are rejected if a shipping method is charged more than once. Here is an example: --> 2x Zuschlag (1x = 2,50€) We noticed that in the function "buildShippingLineItems" a static 1 is given. If e.g. 2x 2.50 € comes from Shopware, the Molli...
gharchive/issue
2023-03-30T11:52:17
2025-04-01T04:35:06.457732
{ "authors": [ "boxblinkracer", "davidlange" ], "repo": "mollie/Shopware6", "url": "https://github.com/mollie/Shopware6/issues/553", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
489697827
de locale adds "." in MMM format Describe the bug When using the German locale, the format MMM adds a dot This is not really a bug ... To Reproduce Steps to reproduce the behavior: toggle locale between 'en' and 'de' and compare moment(new Date().format('MMM DD, YYYY') Expected behavior This may be due to Germans pre...
gharchive/issue
2019-09-05T11:39:35
2025-04-01T04:35:06.487539
{ "authors": [ "ashsearle", "kylekatarnls", "philipeachille" ], "repo": "moment/moment", "url": "https://github.com/moment/moment/issues/5220", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
532943727
Setting week/year in the last week of the year results in wrong date Describe the bug When constructing a moment object with a date that is in the last week of the year 2019-12-31, then setting the year or week results in an incorrect date. To Reproduce Steps to reproduce the behavior: executing this code: moment('2...
gharchive/issue
2019-12-04T21:26:42
2025-04-01T04:35:06.495636
{ "authors": [ "ashsearle", "michael-woodward-spok" ], "repo": "moment/moment", "url": "https://github.com/moment/moment/issues/5311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }