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 |
|---|---|---|---|---|---|
127768879 | Support access to the manifest file for AI Extensions
Extensions can already define UserLibraries and Permissions, but there's no way to create extensions that need other type of access to the manifest through Compiler.java
A first iteration of this could be to move the BroadcastReceiver code used in Texting.java to ... | gharchive/issue | 2016-01-20T19:49:09 | 2025-04-01T04:57:35.613423 | {
"authors": [
"ShreyashSaitwal",
"ewpatton",
"josmas"
],
"repo": "mit-cml/appinventor-sources",
"url": "https://github.com/mit-cml/appinventor-sources/issues/679",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
200373344 | Made changes to iml files that Intellij would otherwise do automatically
This avoids a dirty local repo immediately after cloning.
Reverting by discussion
| gharchive/pull-request | 2017-01-12T13:58:10 | 2025-04-01T04:57:35.615927 | {
"authors": [
"mit-mit",
"mravn-google"
],
"repo": "mit-mit/flutter",
"url": "https://github.com/mit-mit/flutter/pull/3",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
179934351 | Organizine Examples
Steps to reproduce the problem:
Visit https://github.com/mitmproxy/mitmproxy/tree/master/examples for the first time.
Be overwhelmed. (@mitmproxy/devs may not be able to reproduce this)
What went wrong?
Our examples directory has grown organically and I feel there are too many too complex exampl... | gharchive/issue | 2016-09-29T01:55:57 | 2025-04-01T04:57:35.653199 | {
"authors": [
"arekbulski",
"l33tLumberjack",
"mhils",
"thiagoarrais"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/1586",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
204256920 | Use pytest.raises instead of our own tutils.raises
Use pytest.raises instead of our own tutils.raises implementation which should be feature-compatible. At the moment we use both - with no real distinction or reasoning behind it.
I think they aren't exactly feature-compatible as that tutils.raises also accepts a st... | gharchive/issue | 2017-01-31T10:33:26 | 2025-04-01T04:57:35.656555 | {
"authors": [
"Kriechi",
"cortesi",
"mhils"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/1972",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
237042823 | TlsException (Unexpected EOF) when connecting to SSL
Hi, I've just install mitmproxy on Bananian. Using Python 3.5 and installed v2.0.2 release version via pip3. Connecting to non-SSL sites works just fine, but when I attempt to connect to SSL sites (google.com in this case), Chrome complains. mitmdump shows various ... | gharchive/issue | 2017-06-19T22:32:44 | 2025-04-01T04:57:35.691588 | {
"authors": [
"SmashGuy2",
"mhils"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/2403",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
679576064 | 2 proxies in Transparent mode. Certificate verification error for IP: Hostname mismatch (errno: 62, depth: 0)
Problem Description:
Hi,
I'm using 2 proxies in transparent mode with http2=false set.
The scheme is this: Client(Browser) <---->Mitmproxy Transparent 1 <----> Mitmproxy Transparent 2 <----> Internet.
In Mitm... | gharchive/issue | 2020-08-15T13:34:04 | 2025-04-01T04:57:35.698666 | {
"authors": [
"mhils",
"sJCCJs"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/4157",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
912559983 | Serve PAC file through mitmproxy HTTP service
Problem Description
It would be nice if mitmproxy could serve PAC file. This makes life easier to setup proxy in clients (e.g. browsers) that support it.
Proposal
Think of a team of developers which would like to share the same mitmproxy settings. For instance, they can a... | gharchive/issue | 2021-06-06T02:11:34 | 2025-04-01T04:57:35.703722 | {
"authors": [
"igorgatis",
"mhils"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/4623",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1910004310 | mitmproxy doesn't install on OpenBSD
Problem Description
Installing mitmproxy (10.0.0) doesn't work on OpenBSD 7.3 through pip because mitmproxy-rs doesn't build.
Steps to reproduce the behavior:
peek$ pip3.10 install mitmproxy
Defaulting to user installation because normal site-packages is not writeable
Collecting m... | gharchive/issue | 2023-09-23T21:21:34 | 2025-04-01T04:57:35.724550 | {
"authors": [
"floort",
"iamleot",
"mhils"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/issues/6378",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
386577630 | Query array fix
Fix for #3072 and #3254
Added format_pair function and changed the implementation of format_dict.
Did relevant changes in urlencoded.py
This is ready for review.
It was a learning experience.Thanks!
I will make all the changes.
| gharchive/pull-request | 2018-12-02T16:55:41 | 2025-04-01T04:57:35.728588 | {
"authors": [
"rjt-gupta"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/pull/3404",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2121084420 | Remove duplicate answers in DNS queries
Description
Fixes #6647 by assuming all DNS queries are made over UDP, will need to be reworked when TCP support is added.
Checklist
[x] I have updated tests where applicable.
[x] I have added an entry to the CHANGELOG.
I tried adding this:
resp = dns.Message.unpack(resp_by... | gharchive/pull-request | 2024-02-06T15:39:48 | 2025-04-01T04:57:35.732878 | {
"authors": [
"meitinger",
"mhils",
"sujaldev"
],
"repo": "mitmproxy/mitmproxy",
"url": "https://github.com/mitmproxy/mitmproxy/pull/6648",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1042710549 | Updating menu doesn't not change published status
Steps to Reproduce
Create a menu.
Publish the course. Not that the "You have unpublished changes" message is cleared.
Make a change to the menu, such as adding another item.
Click on the publish button to open the drawer.
Expected Behavior
There should be a message... | gharchive/issue | 2021-11-02T18:59:25 | 2025-04-01T04:57:35.766450 | {
"authors": [
"noisecapella",
"pdpinch"
],
"repo": "mitodl/ocw-studio",
"url": "https://github.com/mitodl/ocw-studio/issues/768",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2611178150 | 🛑 INS-PC is down
In b996540, INS-PC (https://rdp.nipponschoolnepal.com) was down:
HTTP code: 530
Response time: 90 ms
Resolved: INS-PC is back up in 8fa67c9 after 15 hours, 35 minutes.
| gharchive/issue | 2024-10-24T10:42:47 | 2025-04-01T04:57:35.774421 | {
"authors": [
"mitraNBIT"
],
"repo": "mitraNBIT/Uptime",
"url": "https://github.com/mitraNBIT/Uptime/issues/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1918266742 | cargo-insta: fix --manifest-path
Prior to this change --manifest-path only worked properly if it pointed to the root of a non-virtual workspace.
Rewrite all the cargo interaction to use cargo-metadata which crucially provides Metadata::resolve::root which is used to determine which package --manifest-path was pointi... | gharchive/pull-request | 2023-09-28T21:00:31 | 2025-04-01T04:57:35.790723 | {
"authors": [
"mitsuhiko",
"tamird"
],
"repo": "mitsuhiko/insta",
"url": "https://github.com/mitsuhiko/insta/pull/409",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
170529330 | .mdlrc not being processed unless full path provided
Relates to #133 and #121
From what I'm reading it appears that this was supposed to have been working.
I created a .mdlrc file with the following contents to disable the indent rule because I want to use 4 space indent, not 2 space (i think i actually want a style,... | gharchive/issue | 2016-08-10T22:01:00 | 2025-04-01T04:57:35.796820 | {
"authors": [
"gregswift",
"mivok"
],
"repo": "mivok/markdownlint",
"url": "https://github.com/mivok/markdownlint/issues/145",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
106924672 | Add delegate for DidSetIdentify
The JoinExperiement has Async call to SetIdentify.
And If we want to use experiment on the startup, we might check the tweak before the setIdentify Completed.
I added a delegate "mixpanelDidSetIdentify" , which called when the SetIdentify method completed.
Upon giving this a second ... | gharchive/pull-request | 2015-09-17T07:10:34 | 2025-04-01T04:57:35.825376 | {
"authors": [
"elihayc",
"samgreen"
],
"repo": "mixpanel/mixpanel-iphone",
"url": "https://github.com/mixpanel/mixpanel-iphone/pull/344",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1215782746 | unkpg.com is intermittently displaying 502/520 errors when serving packages
Not sure where to put this but your site is returning 502 errors and any assets that I have served form you are now not working. All my sites are now broken.
We're also seeing this intermittently.
Example failing url: https://unpkg.com/@zy... | gharchive/issue | 2022-04-26T11:01:03 | 2025-04-01T04:57:35.882203 | {
"authors": [
"azherebtsov",
"p-ob",
"ste6412"
],
"repo": "mjackson/unpkg",
"url": "https://github.com/mjackson/unpkg/issues/330",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
381595044 | Some containers don't respect the size on mobile Huawei Android Email clients
Sorry if this has been posted before. I've searched through and haven't found anything related.
I also understand the Huawei Android Email client is not a tested email client. However, this is a real problem that will become more pronounced... | gharchive/issue | 2018-11-16T13:15:32 | 2025-04-01T04:57:35.929676 | {
"authors": [
"iRyusa",
"urbgimtam"
],
"repo": "mjmlio/mjml",
"url": "https://github.com/mjmlio/mjml/issues/1428",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
592883259 | mj-body naming looks wrong in docs
As I see from all examples there is no mjml-body, correct it is mj-body.
But when navigating the docs you can see, that is named mjml-body
https://mjml.io/documentation/#mjml-body
The title refers to the package name instead of the tag name (#1480), this will be changed in the nex... | gharchive/issue | 2020-04-02T19:46:15 | 2025-04-01T04:57:35.931722 | {
"authors": [
"iRyusa",
"iamandrewluca"
],
"repo": "mjmlio/mjml",
"url": "https://github.com/mjmlio/mjml/issues/1875",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
170986380 | Score Display Background Issue
Hey Guys,
We should take a look at the score_display handling. I added a background animation in my YAML that works great with one player, but as soon as you add another, the background animation disappears. Just wanted to get this into the tracking system before I forget about it. :... | gharchive/issue | 2016-08-13T01:31:08 | 2025-04-01T04:57:35.932811 | {
"authors": [
"scottdanesi"
],
"repo": "mjocean/PyProcGameHD-SkeletonGame",
"url": "https://github.com/mjocean/PyProcGameHD-SkeletonGame/issues/7",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
812197088 | Hashicorp providers appear to have moved to a different repo breaking codegen
It appears that several hashicorp maintained providers have moved from https://github.com/terraform-providers into https://github.com/hashicorp .
This breaks the codegen for adding new providers, and the makecode.py script does not currentl... | gharchive/issue | 2021-02-19T17:20:08 | 2025-04-01T04:57:35.953037 | {
"authors": [
"ilons",
"mjuenema",
"starhawking"
],
"repo": "mjuenema/python-terrascript",
"url": "https://github.com/mjuenema/python-terrascript/issues/147",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
861084442 | Fix zxing-core 3.4.0 crashes on Android < 7.0
Downgrade zxing to 3.3.3 can fix the crash.
https://github.com/zxing/zxing/issues/1170#issuecomment-494806839
Actually I think it would be better to fork this repo and make these changes to support a lower version.
| gharchive/pull-request | 2021-04-19T09:09:01 | 2025-04-01T04:57:35.956341 | {
"authors": [
"magicismight",
"mkdesilva"
],
"repo": "mkdesilva/react-native-qr-image-reader",
"url": "https://github.com/mkdesilva/react-native-qr-image-reader/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
281919720 | Consider switching dependency logic to 'withDependencies' introduced in Gradle 4.4
https://docs.gradle.org/4.4/javadoc/org/gradle/api/artifacts/Configuration.html#withDependencies(org.gradle.api.Action)
This is some more backward incompatibility though as the API was just introduced.
Initial migration shows lots of... | gharchive/issue | 2017-12-13T22:31:29 | 2025-04-01T04:57:35.966762 | {
"authors": [
"mkobit"
],
"repo": "mkobit/jenkins-pipeline-shared-libraries-gradle-plugin",
"url": "https://github.com/mkobit/jenkins-pipeline-shared-libraries-gradle-plugin/issues/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
53401185 | Upgrade HESK 2.5.5 > HESK 2.5.5 / Mods for HESK 1.7
Hi, When I try to upgrade a ticket system HESK 2.5.5 to HESK 2.5.5 including Mods for HESK 1.7.
I get a sql error. I just won't install.
So I tried to upgrade to 1.6 and from there to 1.7 and that worked. Unfortenately all tickets are over the place again ;-)
I ju... | gharchive/issue | 2015-01-05T14:31:10 | 2025-04-01T04:57:35.975307 | {
"authors": [
"bastiaanc",
"mkoch227"
],
"repo": "mkoch227/Mods-for-HESK",
"url": "https://github.com/mkoch227/Mods-for-HESK/issues/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2079461567 | Threads are not calculated correctly for multi processing
The number of threads for multiprocessing is undercalculated. For example when the threads passed are 2 the partitioning of the data is defensive and always assigns a single thread. As a workaround for now is to pass threads: 3 or more.
This affects the follow... | gharchive/issue | 2024-01-12T18:33:40 | 2025-04-01T04:57:35.978041 | {
"authors": [
"mku11"
],
"repo": "mku11/Salmon-AES-CTR",
"url": "https://github.com/mku11/Salmon-AES-CTR/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2156180537 | is a mlx_lm.train command feasible?
Hi,
Given ~64/128/192GB or ram, would it be worthwhile/feasible to have a mlx_lm.train command to do full model fine-tuning (so not LoRa)? I could obviously try and implement in mlx directly but maybe a higher level command is feasible?
It's feasible for the right model size. The... | gharchive/issue | 2024-02-27T10:06:59 | 2025-04-01T04:57:35.987130 | {
"authors": [
"MichelNivard",
"awni"
],
"repo": "ml-explore/mlx-examples",
"url": "https://github.com/ml-explore/mlx-examples/issues/493",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2024504298 | [Bug] Loading Model and cold start prompting freezes application
🐛 Bug
I'm noticing this both with using the default LLama-2-7b and TinyLlama-1.1b. When loading the model for the first time or when prompting the model for the first time. It halts the process and the UI freezes. It takes a couple seconds before the U... | gharchive/issue | 2023-12-04T18:51:01 | 2025-04-01T04:57:35.999950 | {
"authors": [
"tobrun",
"tqchen"
],
"repo": "mlc-ai/mlc-llm",
"url": "https://github.com/mlc-ai/mlc-llm/issues/1379",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2114212858 | Cannot auto detect device-name on linux cpu platform [Bug]
🐛 Bug
when i build project in linux without cpu , and use mlc_chat_cli to infer llama2 model, something goes wrong.
terminate called after throwing an instance of 'tvm::runtime::InternalError'
what(): [14:35:58] /root/autodl-tmp/Projects/mlc-llm/cpp/cli_... | gharchive/issue | 2024-02-02T06:46:02 | 2025-04-01T04:57:36.003936 | {
"authors": [
"oreo-lp"
],
"repo": "mlc-ai/mlc-llm",
"url": "https://github.com/mlc-ai/mlc-llm/issues/1704",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1581672152 | [Op][Gradient] More gradients and polishment
This PR introduces more gradients for operators and polishes the structure and tests. To be specific,
Overload __neg__ for relax expr.
Complete the gradients from unary, binary operators.
Use overloaded operators instead of function in the implementation to make the calcu... | gharchive/pull-request | 2023-02-13T05:12:20 | 2025-04-01T04:57:36.006225 | {
"authors": [
"MasterJH5574",
"SiriusNEO"
],
"repo": "mlc-ai/relax",
"url": "https://github.com/mlc-ai/relax/pull/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1185343814 | Fix duration
Remove support for Python 3.6 as it reached its end of life in December 2021.
Fix duration measurement : The last_duration was computed before making measurement, and the _last_measured_time was set after, so we "lost" some time. Measurement on Windows Intel Power Gadget could take up to 1.6 seconds. Fo... | gharchive/pull-request | 2022-03-29T19:54:15 | 2025-04-01T04:57:36.007789 | {
"authors": [
"benoit-cty",
"hb9eik"
],
"repo": "mlco2/codecarbon",
"url": "https://github.com/mlco2/codecarbon/pull/293",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2268490484 | Add CM support for private configuration for rclone
We had to remove configs with private keys from the CM get-rclone script.
We need to add proper support to handle such private keys. We can use the new CM cfg automation or create a "get-rclone-config" script.
TBD: should brainstorm more.
Hi @arjunsuresh . I didn'... | gharchive/issue | 2024-04-29T09:02:48 | 2025-04-01T04:57:36.009558 | {
"authors": [
"gfursin"
],
"repo": "mlcommons/cm4mlops",
"url": "https://github.com/mlcommons/cm4mlops/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2491361950 | buffer write is so slow
Hello authors,
I’ve noticed that most of the time spent running ray_processing/tokenize_shuffle.py is during the buffer write process, while the tokenization itself is relatively fast. Do you have any suggestions for reducing the runtime? I attempted to increase --num_writers_per_node, but it ... | gharchive/issue | 2024-08-28T07:58:12 | 2025-04-01T04:57:36.069278 | {
"authors": [
"Yu-Shi",
"afang-story"
],
"repo": "mlfoundations/dclm",
"url": "https://github.com/mlfoundations/dclm/issues/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
91560326 | 'Quiter' logging?
Hey there, just came to ask if theirs an easy way to limit the logging in the console, it's a little verbose for my tastes and most of it has nothing to do with my tests!
Thanks for the great plug-in,
Ben
I'm not sure which output you'd like suppressed, but if you give an example I can probably ta... | gharchive/issue | 2015-06-28T06:19:39 | 2025-04-01T04:57:36.078557 | {
"authors": [
"bjones6",
"mattfritz"
],
"repo": "mllrsohn/gulp-protractor",
"url": "https://github.com/mllrsohn/gulp-protractor/issues/68",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
454475821 | [inference] clarify the number of outstanding queries allowed.
My understanding is that:
Single Stream: 1 outstanding queries allowed
Multi Stream: 1 outstanding queries allowed
Server: X outstanding queries allowed with X as the total number of queries
Offline: there is only 1 query sent in total so not applicable. ... | gharchive/issue | 2019-06-11T04:32:39 | 2025-04-01T04:57:36.093212 | {
"authors": [
"christ1ne",
"tjablin"
],
"repo": "mlperf/training_policies",
"url": "https://github.com/mlperf/training_policies/issues/217",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
526248223 | Update training_rules.adoc
Proposed language to specify that optimizers must conform to the approved equations provided in the "MLPerf optimizers review" document (for CLOSED only).
I'd suggest we add the content of the optimizer doc as an appendix and drop the for v0.7 tag. Separate docs and version limitations ca... | gharchive/pull-request | 2019-11-20T22:19:10 | 2025-04-01T04:57:36.104867 | {
"authors": [
"jonathan-cohen-nvidia",
"petermattson"
],
"repo": "mlperf/training_policies",
"url": "https://github.com/mlperf/training_policies/pull/264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
170493570 | Change width of feature_rows
[X] This is a question about using the theme.
[ ] I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
[ ] This is a feature request.
[ ] I have updated all gems with bundle update.
[ ] I have tested locally with bundle exec jekyll build.
... | gharchive/issue | 2016-08-10T19:04:30 | 2025-04-01T04:57:36.142111 | {
"authors": [
"jonbra",
"mmistakes"
],
"repo": "mmistakes/minimal-mistakes",
"url": "https://github.com/mmistakes/minimal-mistakes/issues/433",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1711422431 | 풀리퀘스트
Summary
Context
잔디 심기
| gharchive/pull-request | 2023-05-16T07:30:53 | 2025-04-01T04:57:36.143862 | {
"authors": [
"novicehog"
],
"repo": "mmistakes/minimal-mistakes",
"url": "https://github.com/mmistakes/minimal-mistakes/pull/4343",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
210939981 | BUG: test magnetic dipole
@Eric89GXL
Hi Eric,
I was working on real time chpi, stumble upon test_magnetic_dipole() in test_make_forward.py :-)
Input r0 = np.array([0., 13., -6.]) is in mm however coils locations are in meters _magnetic_dipole_field_vec(rrs, coils): should not we divide by 1000: r0 = np.array([0., 0.1... | gharchive/issue | 2017-03-01T00:00:30 | 2025-04-01T04:57:36.173332 | {
"authors": [
"Eric89GXL",
"SherazKhan"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/issues/4026",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
113715924 | MRG : Add generic grand_average
Adressess #2523
Could we add a method parameter allowing a function, so you could use e.g. medians, trimmed medians ... instead of just the mean?
+2 .
This is also applicable to epochs.average()
On Friday, 30 October 2015, jona-sassenhagen notifications@github.com
wrote:
Could we ... | gharchive/pull-request | 2015-10-28T00:12:43 | 2025-04-01T04:57:36.184736 | {
"authors": [
"agramfort",
"coveralls",
"jaeilepp",
"jona-sassenhagen",
"kingjr"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/pull/2569",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
377897517 | [FIX] Repare scaling of data in _compute_covariance_auto
This fixes a bug discovered in the SPoC MNE example: https://mne-tools.github.io/dev/auto_examples/decoding/plot_decoding_spoc_CMC.html
where the Predicted EMG is not in the same scale than True EMG.
After investigation, it was due to a missing rescaling of the... | gharchive/pull-request | 2018-11-06T15:26:19 | 2025-04-01T04:57:36.207352 | {
"authors": [
"DavidSabbagh",
"dengemann",
"larsoner",
"massich"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/pull/5698",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
511205139 | Fix ica.plot_properties with bad data
When plotting ICA component properties, one of the things that gets plotted is the component PSD. This uses the helper function _convert_psds that performs a check on the presense of zeros in the
PSD. When zeros are detected, a warning is printed. To construct the warning message... | gharchive/pull-request | 2019-10-23T09:45:55 | 2025-04-01T04:57:36.210479 | {
"authors": [
"agramfort",
"wmvanvliet"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/pull/6976",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
710320218 | WIP, ENH: Be verbose if fitting ICA on rank-deficient data
@agramfort and I encountered a weird, seemingly inexplicable issue when using ICA for EOG and ECG artifact correction. Turned out – the only reason that lead us to "waste" several hours was simply that the input data was rank-deficient, because it had 3 SSP p... | gharchive/pull-request | 2020-09-28T14:32:01 | 2025-04-01T04:57:36.214921 | {
"authors": [
"hoechenberger"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/pull/8313",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
742799342 | MRG, MAINT: Refactor volume interpolation code
I am still annoyed by how slow the volumetric morphing is, so I decided to see if I could alleviate one bottleneck, namely the linear and zero-order interpolations. I never 100% understood Matti's volume interpolation code I adapted so many years ago, but based on how it... | gharchive/pull-request | 2020-11-13T21:28:11 | 2025-04-01T04:57:36.218801 | {
"authors": [
"agramfort",
"larsoner"
],
"repo": "mne-tools/mne-python",
"url": "https://github.com/mne-tools/mne-python/pull/8521",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
250484570 | listmemberships.create error
This method fails
Resolved by @bernardito-luis in pull request #10
| gharchive/issue | 2017-08-16T01:37:47 | 2025-04-01T04:57:36.219881 | {
"authors": [
"mneedham91"
],
"repo": "mneedham91/PyPardot4",
"url": "https://github.com/mneedham91/PyPardot4/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1955524978 | [TRA-33] 기록(간편,상세) 모달 퍼블리싱
작업 분류
[ ] 버그 수정
[x] 신규 기능
[ ] 프로젝트 구조 변경
[ ] 기타
작업 상세 내용
floating menu - '기록하기' 클릭 시 나오는 모달 퍼블리싱
floating menu 컴포넌트와 연결 처리함
다음 할 일
여행계획&기록 (어디로) 퍼블리싱
여행 기록&계획 (최종등록) 페이지 퍼블리싱
체크 리스트
[x] main 브랜치 pull 받기
[x] 아직 작업 중인 파일은 올리지 않기
질문 사항
💬 질문이 있어요!
🔴 이건 반드시 확인해 주세요!
버튼 클릭 시, 간편기록, 상세기록... | gharchive/pull-request | 2023-10-21T14:56:34 | 2025-04-01T04:57:36.253440 | {
"authors": [
"Sueddd",
"nasilKiM",
"yesoryeseul"
],
"repo": "mobi-community/mobi-1th-tramory",
"url": "https://github.com/mobi-community/mobi-1th-tramory/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2156604621 | Screen shot documentation seems incomplete
The screen shot documentation is as follows:
takeScreenshot
takeScreenshot saves a screenshot in a PNG file:
- takeScreenshot: MainScreen # will be stored as a MainScreen.png
Reference
It would be great if we can somehow mention where the screenshot will be saved and if ... | gharchive/issue | 2024-02-27T13:30:46 | 2025-04-01T04:57:36.288079 | {
"authors": [
"bartekpacia",
"niklaskroe",
"talhahasanzia"
],
"repo": "mobile-dev-inc/maestro-docs",
"url": "https://github.com/mobile-dev-inc/maestro-docs/issues/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1842597745 | Studio: Added play button with commands
Added back a visible play button with the commands.
For future PRs, a screenshot would be helpful to see the changes visually
| gharchive/pull-request | 2023-08-09T06:46:56 | 2025-04-01T04:57:36.288954 | {
"authors": [
"Leland-Takamine",
"proksh"
],
"repo": "mobile-dev-inc/maestro",
"url": "https://github.com/mobile-dev-inc/maestro/pull/1328",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1678706703 | Update nightly default to 2023-01-2023
Motivation
Current dependencies on/for this PR:
main
PR #81 👈
This comment was auto-generated by Graphite.
| gharchive/pull-request | 2023-04-21T15:26:48 | 2025-04-01T04:57:36.296928 | {
"authors": [
"nick-mobilecoin"
],
"repo": "mobilecoinfoundation/cookiecutters",
"url": "https://github.com/mobilecoinfoundation/cookiecutters/pull/81",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1271446154 | Update SwiftNIO dependency to 2.40.0
Soundtrack of this PR: link to song that really fits the mood of this PR
Motivation
SwiftNIO team fixed a CocoaPods link error issue that was preventing clients from building with parallelization enabled: https://github.com/apple/swift-nio/issues/2073#issuecomment-1117138500
This ... | gharchive/pull-request | 2022-06-14T22:51:19 | 2025-04-01T04:57:36.302050 | {
"authors": [
"collinjackson",
"the-real-adammork"
],
"repo": "mobilecoinofficial/MobileCoin-Swift",
"url": "https://github.com/mobilecoinofficial/MobileCoin-Swift/pull/153",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
582761933 | on send_authorize error
i tried with
call.AuthorizePayload( { 'id_token': '123', 'type': 'KeyCode' } ) at charge point
it throws the following error at server
Error while handling request '<Call - unique_id=bb109810-d0ef-44d3-b939-9766fd217d6e, action=Authorize, payload={'idToken'... | gharchive/issue | 2020-03-17T05:19:02 | 2025-04-01T04:57:36.314270 | {
"authors": [
"madhavsund"
],
"repo": "mobilityhouse/ocpp",
"url": "https://github.com/mobilityhouse/ocpp/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1855979427 | 🛑 PizzaPiedra Web is down
In b295cc6, PizzaPiedra Web (https://pizzapiedra.com.uy) was down:
HTTP code: 0
Response time: 0 ms
Resolved: PizzaPiedra Web is back up in cdd64f3.
| gharchive/issue | 2023-08-18T03:19:23 | 2025-04-01T04:57:36.316721 | {
"authors": [
"mobilitysol"
],
"repo": "mobilitysol/monitorweb",
"url": "https://github.com/mobilitysol/monitorweb/issues/1586",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1021115170 | Update Posts “asdasdas”
Automatically generated by Netlify CMS
👷 Deploy Preview for goofy-fermat-b72eff processing.
🔨 Explore the source changes: 20fc81f0fdff36df891558607fd4039be3c63c19
🔍 Inspect the deploy log: https://app.netlify.com/sites/goofy-fermat-b72eff/deploys/61604b4f225b9400082229a0
| gharchive/pull-request | 2021-10-08T13:44:47 | 2025-04-01T04:57:36.318298 | {
"authors": [
"mobley-digital"
],
"repo": "mobley-digital/nextjs-netlify-blog",
"url": "https://github.com/mobley-digital/nextjs-netlify-blog/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
712794815 | Unable to resolve module ./assertEnvironment
After upgrading from "mobx": "^5.15.7" and "mobx-react": "^6.3.0" to "mobx": "^6.0.0" and "mobx-react": "^7.0.0" I receive an Unable to resolve module `./assertEnvironment error.
Intended outcome
The app doesn't have any errors
Actual outcome
error: Error: Unable to resolv... | gharchive/issue | 2020-10-01T12:26:27 | 2025-04-01T04:57:36.342220 | {
"authors": [
"FredyC",
"mweststrate",
"virtumonde"
],
"repo": "mobxjs/mobx-react",
"url": "https://github.com/mobxjs/mobx-react/issues/899",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
231828567 | It should be possible to create a network without assigning the bridge an IP address
Using the default bridge and IPAM drivers, it should be possible to create a bridge without assigning it an IP address. This is expressed at the gateway address through the CLI, and although I can set the gateway address within the s... | gharchive/issue | 2017-05-27T21:15:39 | 2025-04-01T04:57:36.399047 | {
"authors": [
"crazybert",
"dbarrosop",
"greyarch",
"gsomlo",
"longforrich",
"nategraf"
],
"repo": "moby/libnetwork",
"url": "https://github.com/moby/libnetwork/issues/1782",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1638976502 | After enable ipv6 in the docker, it works for only static ipv6 address, but not DHCP ipv6 address
Warning
libnetwork was moved to https://github.com/moby/moby/tree/master/libnetwork
libnetwork has been merged to the main repo of Moby since Docker 22.06.
The old libnetwork repo (https://github.com/moby/libnetwork) no... | gharchive/issue | 2023-03-24T08:52:35 | 2025-04-01T04:57:36.411451 | {
"authors": [
"WallaceSUI",
"kapiteined"
],
"repo": "moby/libnetwork",
"url": "https://github.com/moby/libnetwork/issues/2675",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
14630404 | Web Worker support
See https://github.com/visionmedia/mocha/pull/780#issuecomment-18275542
Was added in https://github.com/mochajs/mocha/pull/867 :)
This got broken again when mocha thinks it's node while in fact it isn't
due to typeof document === 'undefined'
| gharchive/issue | 2013-05-22T15:55:21 | 2025-04-01T04:57:36.503473 | {
"authors": [
"danielstjules",
"jimmywarting",
"tanx"
],
"repo": "mochajs/mocha",
"url": "https://github.com/mochajs/mocha/issues/858",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
614996334 | fix improper warnings for invalid reporters
also: reorganize, add, and refactor a bunch of problematic unit tests for lib/mocha.js. better isolation except where we can't really do that (calling require)
there's still missing tests in here, but this is an improvement.
@craigtaub this touches some stuff regarding war... | gharchive/pull-request | 2020-05-08T21:27:29 | 2025-04-01T04:57:36.512323 | {
"authors": [
"boneskull",
"coveralls",
"craigtaub",
"nicojs"
],
"repo": "mochajs/mocha",
"url": "https://github.com/mochajs/mocha/pull/4275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
166684642 | [1.3] Vol. II Command processing optimizations in domain.c
Additional porting from 1.2.x
Follows up on pull 191
to match 1.2.x pull 190.
@jfclere ???
| gharchive/pull-request | 2016-07-20T21:19:01 | 2025-04-01T04:57:36.537283 | {
"authors": [
"Karm"
],
"repo": "modcluster/mod_cluster",
"url": "https://github.com/modcluster/mod_cluster/pull/208",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1771491658 | Rework tests
What that would be good to do:
[ ] Make tests more modular
[ ] Remove duplication
[ ] Consider using local image repository instead of quay.io
[ ] Run tests in CI (or a reasonable subset)
[ ] Rework directory structure – java part is not used, so we might drop it and flatten the whole part
[x] Consider ... | gharchive/issue | 2023-06-23T13:44:45 | 2025-04-01T04:57:36.547190 | {
"authors": [
"jajik",
"jfclere"
],
"repo": "modcluster/mod_proxy_cluster",
"url": "https://github.com/modcluster/mod_proxy_cluster/issues/112",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
200852906 | Consistent use of term technologieparameters
Reported by beutlich on 16 Dec 2015 23:03 UTC
There are the terms technologieparameters and technologyparameters used in Spice3. I guess only one of them should be used consistently.
Migrated-From: https://trac.modelica.org/Modelica/ticket/1864
Comment by ahaumer on 18 ... | gharchive/issue | 2017-01-15T06:48:26 | 2025-04-01T04:57:36.550018 | {
"authors": [
"kristinmajetta",
"modelica-trac-importer"
],
"repo": "modelica/Modelica",
"url": "https://github.com/modelica/Modelica/issues/1864",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1229173862 | feat: use command replace io
Background
Description
[x] ReWrite WriteNpm func.
Others
@zaunist cc.
Codecov Report
Merging #23 (93f2384) into master (7523ace) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #23 +/- ##
==================... | gharchive/pull-request | 2022-05-09T04:54:05 | 2025-04-01T04:57:36.566136 | {
"authors": [
"XeryYue",
"codecov-commenter"
],
"repo": "modern-magic/grm",
"url": "https://github.com/modern-magic/grm/pull/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
919885161 | [check-html-links]Last version is not working
I tried to run check-html-links on latest version 0.2.2, but it's not working because slash is not found.
My dockerfile:
FROM node:16-alpine3.13
RUN npm install check-html-links@0.2.2
ENTRYPOINT ["/usr/local/bin/check-html-links"]
Execution trace:
node:internal/process/e... | gharchive/issue | 2021-06-13T21:29:02 | 2025-04-01T04:57:36.573177 | {
"authors": [
"daKmoR",
"lvjp"
],
"repo": "modernweb-dev/rocket",
"url": "https://github.com/modernweb-dev/rocket/issues/148",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1045268460 | Some checks for defaulting to Pandas can give misleading passing results, and we don't catch all instances of defaulting to pandas.
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS Big Sur 11.5.2 on MacBook Pro 16-inch, 2019
Modin version (modin.__version__): 0.11.1+38.g8acad95e
Pyth... | gharchive/issue | 2021-11-04T22:29:22 | 2025-04-01T04:57:36.578015 | {
"authors": [
"mvashishtha"
],
"repo": "modin-project/modin",
"url": "https://github.com/modin-project/modin/issues/3655",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2506623733 | Unable to locate remote module in correct registerRemotes shareScop
Describe the bug
console output:
Uncaught (in promise) Error: [ Federation Runtime ]:
Unable to locate pcyyBase/components/BottomBar/ChannelBottomBar in MFBottom. Potential reasons for failure include:
1. pcyyBase/components/BottomB... | gharchive/issue | 2024-09-05T02:14:28 | 2025-04-01T04:57:36.622912 | {
"authors": [
"2heal1",
"ScriptedAlchemy",
"ckken",
"doerme"
],
"repo": "module-federation/core",
"url": "https://github.com/module-federation/core/issues/2923",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2526475943 | Error loading remotes with "_" in the entry name
Thanks for all the hard work on the plugin! I was testing a few scenarios and ran into an issue where I have a remote name "vite_webpack" and it was replacing the "_" with "/" in the remote name and causing some failures.
The code causing the issue is here:
https://git... | gharchive/issue | 2024-09-14T15:31:10 | 2025-04-01T04:57:36.636140 | {
"authors": [
"RussellCanfield",
"gioboa",
"zhangHongEn"
],
"repo": "module-federation/vite",
"url": "https://github.com/module-federation/vite/issues/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
597394546 | Fix typo in the Textarea story name
Was playing around with the radix storybook and found this small typo.
Before:
After:
Thanks @Tom-Bonnike!
| gharchive/pull-request | 2020-04-09T16:14:22 | 2025-04-01T04:57:36.637647 | {
"authors": [
"Tom-Bonnike",
"benoitgrelard"
],
"repo": "modulz/radix",
"url": "https://github.com/modulz/radix/pull/247",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
693873794 | Styles not applied on deployed/built site
Bug report
Describe the bug
In for example Next.js, when running
yarn build
and then
yarn start
And then going to localhost:3000, the styles don't seem to get applied until the next rerender or something.
To Reproduce
Build for example a button component with a lot of diffe... | gharchive/issue | 2020-09-05T01:01:16 | 2025-04-01T04:57:36.644134 | {
"authors": [
"albingroen",
"hadihallak"
],
"repo": "modulz/stitches",
"url": "https://github.com/modulz/stitches/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1034684914 | Build error for linux 5.0 beta
sudo apt reinstall libjsoncpp1 libsecret-1-0 libjsoncpp-dev libsecret-1-dev -y
~/Documents/flutter_secure_storage/flutter_secure_storage/example$ flutter drive --target=test_driver/app.dart
Running "flutter pub get" in example... ��������ï¿... | gharchive/issue | 2021-10-25T05:10:25 | 2025-04-01T04:57:36.670372 | {
"authors": [
"juliansteenbakker",
"talhabalaj",
"tmtong"
],
"repo": "mogol/flutter_secure_storage",
"url": "https://github.com/mogol/flutter_secure_storage/issues/319",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
970797980 | Breakdown hub.go
When a new block comes in, send it to some processing queue
Processing queue will process them one at a time,(like what we do). IT will concurrently call geth to get the information it needs instead of one transaction at a time, should use BatchRPC and Go Routins
Then it passes the result to the Agg... | gharchive/issue | 2021-08-14T02:13:46 | 2025-04-01T04:57:36.672751 | {
"authors": [
"mohamedmansour"
],
"repo": "mohamedmansour/ethereum-burn-stats",
"url": "https://github.com/mohamedmansour/ethereum-burn-stats/issues/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
541905032 | moleculer-bull: Queue events are called several times simultaneously.
Hi,
i dont know if i do something wrong or if it is a bug, but I am currently confronted with a problem, where the events of the queue cause multiple calls.
Here is some code to reproduce it:
mixins: [
QueueService(),
],
actions... | gharchive/issue | 2019-12-23T21:13:26 | 2025-04-01T04:57:36.744308 | {
"authors": [
"DerProbber",
"icebob"
],
"repo": "moleculerjs/moleculer-addons",
"url": "https://github.com/moleculerjs/moleculer-addons/issues/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
254864344 | Mollie module giving errors
Since a couple of days, the module is only giving errors, which resulting in being unable to reach the site and change the payment status.
Customers dont recieve any info, not knowing if the payment was succesfull, or recieving an error the paymant has failed, but actually not failed sinc... | gharchive/issue | 2017-09-03T09:45:16 | 2025-04-01T04:57:36.765096 | {
"authors": [
"Trendweb",
"loetje88"
],
"repo": "mollie/PrestaShop",
"url": "https://github.com/mollie/PrestaShop/issues/40",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
215147592 | Daylight Saving Time(DST) problem
Due to DST the hour change in my country (Cuba) from GMT -5 to GMT -4 last saturday (March 11) - sunday(March 12)
https://www.timeanddate.com/time/dst/2017.html
But if I execute in Chrome Console the following commads the current week is not end at saturday as I expect it
Previous... | gharchive/issue | 2017-03-17T23:42:35 | 2025-04-01T04:57:36.797908 | {
"authors": [
"icambron",
"ynoval"
],
"repo": "moment/moment",
"url": "https://github.com/moment/moment/issues/3843",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
390203255 | Update moment-with-locales.js
Fix issue https://github.com/moment/moment/issues/4842
Coverage remained the same at 88.135% when pulling fa9fc392ba9930c6be85667050742af12bd0ee97 on mvaldetaro:develop into c68b4f111c9bedfb00b96652fde09ae78138e3ee on moment:develop.
You shouldn't edit the minified files.
I also don... | gharchive/pull-request | 2018-12-12T12:26:03 | 2025-04-01T04:57:36.800254 | {
"authors": [
"coveralls",
"marwahaha",
"mvaldetaro"
],
"repo": "moment/moment",
"url": "https://github.com/moment/moment/pull/4899",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
647152023 | [bugfix] Fix TypeScript warning
Changes
Fix typescript warnings and add test cases
@Alanscut is this related to an existing issue?
@Alanscut is this related to an existing issue?
no. there are 2 moment.d.ts files, I compared and validated locally, this PR could fix this warning.
What warning are you talkin... | gharchive/pull-request | 2020-06-29T06:28:35 | 2025-04-01T04:57:36.802452 | {
"authors": [
"Alanscut",
"marwahaha"
],
"repo": "moment/moment",
"url": "https://github.com/moment/moment/pull/5628",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1651114002 | MAXO:0035116 oncologist evaluation
MAXO:0035116 oncologist evaluation
This term already exists as 'medical oncologist evaluation'...mainly called medical oncologist because of abms.org website. Will add oncologist evaluation as a synonym.
please use MAXO_0000691 for future use.
I think in this context, "Medical" ... | gharchive/issue | 2023-04-02T22:17:27 | 2025-04-01T04:57:36.809302 | {
"authors": [
"LCCarmody",
"pnrobinson"
],
"repo": "monarch-initiative/MAxO",
"url": "https://github.com/monarch-initiative/MAxO/issues/505",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1853416685 | DO NOT MERGE: refactoring endocrine system
Ontology comparison
Left
Ontology IRI: http://purl.obolibrary.org/obo/mondo.owl
Version IRI: None
Loaded from: file:/Users/matentzn/ws/mondo-refactoring/refactored-normalized.obo
Right
Ontology IRI: http://purl.obolibrary.org/obo/mondo.owl
Version IRI: None
Loaded from: f... | gharchive/pull-request | 2023-08-16T14:56:40 | 2025-04-01T04:57:37.068040 | {
"authors": [
"matentzn"
],
"repo": "monarch-initiative/mondo",
"url": "https://github.com/monarch-initiative/mondo/pull/6564",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2080457569 | add new term RAB18 deficiency
close #6942
@nicolevasilevsky I updated the original PR, but made many changes (including new ID to resolve conflict, change in the definition,...). Could you please review it?
Note that because you were the original creator, I don't know if you can "officially" approve. If so, please ... | gharchive/pull-request | 2024-01-13T20:10:58 | 2025-04-01T04:57:37.071389 | {
"authors": [
"nicolevasilevsky",
"sabrinatoro"
],
"repo": "monarch-initiative/mondo",
"url": "https://github.com/monarch-initiative/mondo/pull/7124",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
545596291 | No matter how you try it, hiyacfw doesn't appear in unlaunch (i use translator)
I'm successful, but if you check it with dsi, nothing happens. Can you help me
That's weird. Please check your SD card for errors, also try with a different one and let me know what happens
I'm going to close this as its a support iss... | gharchive/issue | 2020-01-06T08:04:17 | 2025-04-01T04:57:37.072932 | {
"authors": [
"Epicpkmn11",
"mondul",
"taehyeon123"
],
"repo": "mondul/HiyaCFW-Helper",
"url": "https://github.com/mondul/HiyaCFW-Helper/issues/89",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1369048777 | Android TV 11 gets stuck in HDR/DoVi mode if home/back buttons pressed on remote. Must press "stop" to return to SDR
Hello,
I've been testing this app on my high end Philips Android TV and I must say it's awesome so far.
One issue that took me a while to understand is that if I press "home" or "back" buttons on the r... | gharchive/issue | 2022-09-11T20:01:41 | 2025-04-01T04:57:37.144963 | {
"authors": [
"DrHurt",
"moneytoo"
],
"repo": "moneytoo/Player",
"url": "https://github.com/moneytoo/Player/issues/364",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
276392744 | A vulnerability in mongobee
I use <mongobee.version>0.13</mongobee.version>
But this dependency is a vulnerability ( plugin dependency check) , it return
/mongobee-0.13.jar , CVE-2013-2132 , Severity: Medium bson/_cbsonmodule.c in the mongo-python-driver (aka. pymongo) before 2.5.2, as used in MongoDB, allows conte... | gharchive/issue | 2017-11-23T14:22:40 | 2025-04-01T04:57:37.154040 | {
"authors": [
"ammy1999",
"blafoo",
"sudheer-rayanapati"
],
"repo": "mongobee/mongobee",
"url": "https://github.com/mongobee/mongobee/issues/72",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
257631774 | Cannot read property 'command' of undefined
Hi, i'm using mongoose to build my app, it ran smoothly until we upgrade to mongodb 3.4. But there's one query which throw error at some point. This error seems not appear every time, most of the queries ran successfully. Something wrong with wire protocol handler? Thanks f... | gharchive/issue | 2017-09-14T08:12:18 | 2025-04-01T04:57:37.163682 | {
"authors": [
"astevelinocermati",
"mbroadst"
],
"repo": "mongodb-js/mongodb-core",
"url": "https://github.com/mongodb-js/mongodb-core/issues/216",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2674726543 | The odmantic engine do not change database in tests
Hi there,
I used this repository to develop my own app. When I ran tests, the database of the Odmantic engine did not change to the test database. I saw the database name was changed to the test name at this code, but the singleton engine is created at this file.
Th... | gharchive/issue | 2024-11-20T07:20:57 | 2025-04-01T04:57:37.167306 | {
"authors": [
"Jibola",
"hmtrii"
],
"repo": "mongodb-labs/full-stack-fastapi-mongodb",
"url": "https://github.com/mongodb-labs/full-stack-fastapi-mongodb/issues/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
356326792 | Remove unnecessary information for estimatedDocumentCount
These docs should be valid only for countDocuments
estimatedDocumentCount doesn't have query parameter so no need to add these migration guide.
It seems this is a copy & paste docs from countDocuments issue.
Thanks for your contribution @Fonger!
| gharchive/pull-request | 2018-09-03T00:33:17 | 2025-04-01T04:57:37.176380 | {
"authors": [
"Fonger",
"mbroadst"
],
"repo": "mongodb/node-mongodb-native",
"url": "https://github.com/mongodb/node-mongodb-native/pull/1820",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1225710184 | feat(NODE-4192): make MongoClient.connect optional
Description
What is changing?
MongoClient.connect and client.connect are now optional! You can immediately proceed to running operations and the client will connect itself. Connect at first operation was chosen because it let's users still catch every command event t... | gharchive/pull-request | 2022-05-04T18:07:46 | 2025-04-01T04:57:37.180914 | {
"authors": [
"alecgibson",
"nbbeeken"
],
"repo": "mongodb/node-mongodb-native",
"url": "https://github.com/mongodb/node-mongodb-native/pull/3232",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
29749052 | Moped won't retry write operations when primary went down (failover)
I noticed that max_retries or retry_interval will only work with read operations and write operations will not be retried even when primary node is dead. [souce] (https://github.com/mongoid/moped/blob/master/lib/moped/read_preference/selectable.rb... | gharchive/issue | 2014-03-19T16:36:16 | 2025-04-01T04:57:37.183956 | {
"authors": [
"mateusdelbianco",
"rakusai"
],
"repo": "mongoid/moped",
"url": "https://github.com/mongoid/moped/issues/267",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1163158335 | Update auth, dynamodb, s3, sqs to 2.17.145
Updates
software.amazon.awssdk:auth
software.amazon.awssdk:dynamodb
software.amazon.awssdk:s3
software.amazon.awssdk:sqs
from 2.17.66 to 2.17.145.
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this ver... | gharchive/pull-request | 2022-03-08T21:30:23 | 2025-04-01T04:57:37.205635 | {
"authors": [
"scala-steward"
],
"repo": "monix/monix-connect",
"url": "https://github.com/monix/monix-connect/pull/855",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
213180684 | Can't build project in VS 2017 because of Microsoft.Build.Tasks.v15.0.dll missing
Brief Description
Title says most. I'm not able to build my project which includes CppSharp as nuget package.
Error is that Microsoft.Build.Tasks.v15.0.dll is missing. What am I doing wrong? Did I missed something? MS Build tools are in... | gharchive/issue | 2017-03-09T22:07:39 | 2025-04-01T04:57:37.212640 | {
"authors": [
"mayursankpal",
"realvictorprm",
"tritao"
],
"repo": "mono/CppSharp",
"url": "https://github.com/mono/CppSharp/issues/783",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
629256932 | [BUG] [UWP] Crash after removing SKGLView from page
Description
When more than one SKGLView is added to a page, removing one will cause a crash.
This was originally discovered while integrating Mapsui (https://github.com/Mapsui/Mapsui/issues/935), but I believe the issue is within SkiaSharp.
I've tested this on Andro... | gharchive/issue | 2020-06-02T14:37:20 | 2025-04-01T04:57:37.219223 | {
"authors": [
"BurkusCat",
"MartinZikmund",
"joshminor",
"radev8"
],
"repo": "mono/SkiaSharp",
"url": "https://github.com/mono/SkiaSharp/issues/1315",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1396075016 | [BUG] SkiaSharp.Views.WinUI doesn't work with .Net 7
Description
Assembly 'SkiaSharp.Views.Windows' with identity 'SkiaSharp.Views.Windows, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' uses 'WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709' which has a higher ve... | gharchive/issue | 2022-10-04T11:11:25 | 2025-04-01T04:57:37.224473 | {
"authors": [
"Summpot",
"mattleibow"
],
"repo": "mono/SkiaSharp",
"url": "https://github.com/mono/SkiaSharp/issues/2272",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2313854545 | [BUG] (preview-3.1) SKCanvas.TotalMatrix has (TransX, TransY) swapped with (Persp0, Persp1)
Description
In preview-3.1, SKCanvas.TotalMatrix is not returning the correct value.
I have to run the following to fix the value:
(matrix.TransX, matrix.TransY) = (matrix.Persp0, matrix.Persp1);
(matrix.Persp0, matrix.Persp1)... | gharchive/issue | 2024-05-23T21:13:44 | 2025-04-01T04:57:37.232285 | {
"authors": [
"martinaxure",
"mattleibow"
],
"repo": "mono/SkiaSharp",
"url": "https://github.com/mono/SkiaSharp/issues/2868",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
983145466 | Compiler Error CS0029: Could not implicit convert to uint
I started to writing a renderer using your bindings. I have run into weird anomaly.
Error CS0029: Could not convert implicit Vulkan.DeviceQueueCreateInfo[] to uint
Snipped of the code:
var _queueInfo = new DeviceQueueCreateInfo { QueueFamilyIndex =... | gharchive/issue | 2021-08-30T19:52:12 | 2025-04-01T04:57:37.234875 | {
"authors": [
"rafal1137"
],
"repo": "mono/VulkanSharp",
"url": "https://github.com/mono/VulkanSharp/issues/92",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2532458 | Updated: Make fonts in libgdiplus work properly on the Mac
This is an updated version of the pull request that Duncan sent. It applies the changes conditionally only when the cairo quartz font backend is enabled. It compiles and seems to work, however I don't know how to run the System.Drawing tests on it.
I merged... | gharchive/issue | 2011-12-13T03:28:06 | 2025-04-01T04:57:37.236228 | {
"authors": [
"duncanmak",
"nirvanai"
],
"repo": "mono/libgdiplus",
"url": "https://github.com/mono/libgdiplus/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2167215586 | multi node cluster fails to reboot
When rebooting a cluster with three nodes where all of them are etcd members fails when rebooting all of them at the same time.
When rebooting a cluster with two nodes where all of them are etcd member fails when rebooting one of them
Logs (only internally accessible): https... | gharchive/issue | 2024-03-04T16:12:47 | 2025-04-01T04:57:37.306102 | {
"authors": [
"fionera",
"lorenz",
"q3k"
],
"repo": "monogon-dev/monogon",
"url": "https://github.com/monogon-dev/monogon/issues/292",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
391437628 | Fixed direct link download
This fixes the direct download of documents on clicking.
Issue: #35
All Submissions:
[x] Have you followed the guidelines in our Contributing document?
New Feature Submissions:
[x] Does your submission pass build tests locally?
[x] Have you indented your code locally prior to submission?... | gharchive/pull-request | 2018-12-16T05:42:11 | 2025-04-01T04:57:37.315898 | {
"authors": [
"monsij",
"nguptaa"
],
"repo": "monsij/StudentPortal",
"url": "https://github.com/monsij/StudentPortal/pull/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
913092226 | UI
Подключить какой нибудь UI для приятного внешнего вида, например:
https://www.slant.co/topics/3946/~best-bootstrap-alternatives
https://getbootstrap.com/docs/4.0/getting-started/introduction/
https://material-ui.com
https://jqueryui.com
или другие похожие простые аналоги
Предпочтительно взять такой UI чтобы не п... | gharchive/issue | 2021-06-07T05:02:49 | 2025-04-01T04:57:37.321099 | {
"authors": [
"cblp",
"grandmotivator"
],
"repo": "montelibero-org/shareholders",
"url": "https://github.com/montelibero-org/shareholders/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2152582243 | [Middenheim: City of the White Wolf] [Power Behind the Throne] the grand duchy of Middenheim journal text overlap
The Grand Duchy of Middenheim, many pages appear with text overlapping more textFrom: @telles007foundry: 11.315wfrp4e: 7.0.3wfrp4e-altdorf: 4.0.1wfrp4e-archives1: 4.0.2wfrp4e-core: 4.0.2wfrp4e-dotr: 4.0.2... | gharchive/issue | 2024-02-25T03:33:57 | 2025-04-01T04:57:37.327243 | {
"authors": [
"moo-man",
"telles-dajello"
],
"repo": "moo-man/WFRP4e-FoundryVTT",
"url": "https://github.com/moo-man/WFRP4e-FoundryVTT/issues/1892",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2725778846 | feat(builtin): add StringBuilder::is_empty()
Mirrored from the corresponding @buffer.T API, as required by https://github.com/moonbit-community/cmark.
Pull Request Test Coverage Report for Build 4139
Details
1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
No unchanged relevant lines lost cov... | gharchive/pull-request | 2024-12-09T02:18:04 | 2025-04-01T04:57:37.367356 | {
"authors": [
"coveralls",
"rami3l"
],
"repo": "moonbitlang/core",
"url": "https://github.com/moonbitlang/core/pull/1309",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
71999208 | feature: too many cooks (messages)
Currently you are blasted with all the messages from for ever when joining a channel. It would be nice to be able to page and only see the latest sub set when joining. This could be a great feature to include in Friends golden platinum edition, or potential keep in a roadmap to pit... | gharchive/issue | 2015-04-29T21:46:15 | 2025-04-01T04:57:37.372704 | {
"authors": [
"FotoVerite",
"MylesBorins",
"TheAlphaNerd",
"beaugunderson",
"maxogden",
"ngoldman",
"ungoldman"
],
"repo": "moose-team/friends",
"url": "https://github.com/moose-team/friends/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-... |
2618350481 | HCLOUD-3103_Used-catalogs-are-not-derived-from-published-design_Jorge-Brown
BREAKING CHANGE: kept only the url and version properties
Task linked: HCLOUD-3103 Used catalogs are not derived from published design
| gharchive/pull-request | 2024-10-28T12:55:54 | 2025-04-01T04:57:37.393472 | {
"authors": [
"ArturGrafov",
"JorgePBrown"
],
"repo": "moovit-sp-gmbh/hcloud-sdk-js",
"url": "https://github.com/moovit-sp-gmbh/hcloud-sdk-js/pull/229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2090862781 | Update Blog “visap-23-perpetual-presence”
Automatically generated by Netlify CMS
👷 Deploy Preview for famous-kulfi-ae21db processing.
Name
Link
🔨 Latest commit
65423a95b7ad723f580b3ecb436dd0ffaa13dbf3
🔍 Latest deploy log
https://app.netlify.com/sites/famous-kulfi-ae21db/deploys/65aaa030246d8b0007dce55f
... | gharchive/pull-request | 2024-01-19T16:15:42 | 2025-04-01T04:57:37.400353 | {
"authors": [
"more-ginger"
],
"repo": "more-ginger/portfolio2023",
"url": "https://github.com/more-ginger/portfolio2023/pull/77",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
343406642 | cssnano strips calc() in production build
For some reason, cssnano changes the output of calc() in a production build only. This causes the layout to break. Example:
Input:
--list-gap: calc(var(--base-gap) * 2 - var(--base-gap) / 2);
Output:
--list-gap: calc(var(--base-gap) - var(--base-gap));
I have not encounte... | gharchive/issue | 2018-07-22T13:37:12 | 2025-04-01T04:57:37.404151 | {
"authors": [
"morkro"
],
"repo": "morkro/happy-plants",
"url": "https://github.com/morkro/happy-plants/issues/64",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.