added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T04:33:40.561104
2020-08-07T02:19:39
674708264
{ "authors": [ "arkodg", "davidwtf", "milosgajdos", "sargun", "techknowlogick" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5368", "repo": "distribution/distribution", "url": "https://github.com/...
gharchive/pull-request
update s3 ListObjects to V2 Signed-off-by: Tengfei Wang<EMAIL_ADDRESS>When using minio as s3 provider, ListObjects may meet 502 error on certain conditions, but ListObjectsV2 works well. Please note, this will cause those hosting w/ DO Spaces to fail, as DO doesn't support ListObjectsV2 @davidwtf can you please a...
2025-04-01T04:33:40.582059
2017-03-13T11:08:56
213735568
{ "authors": [ "dsavenko", "gfursin" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5369", "repo": "dividiti/ck-caffe", "url": "https://github.com/dividiti/ck-caffe/issues/83" }
gharchive/issue
Remove DNN proxies once the demo app redesign is merged Hi, We will need to remove DNN proxies once https://github.com/dividiti/crowdsource-video-experiments-on-desktop/pull/24 is merged. The proxies are actually a hack for old demo app to work, and we should strive for not having dead code in repos. Done! Moved to...
2025-04-01T04:33:40.586361
2017-05-03T10:09:16
225937818
{ "authors": [ "FinalAngel", "jedie" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5370", "repo": "divio/djangocms-rest-api", "url": "https://github.com/divio/djangocms-rest-api/issues/13" }
gharchive/issue
Project status?!? What's the project status now? Is this project alive? Last commit is from dec.2016... @jedie you are very welcome to contribute. We're looking for people who test, fix and suggest improvements. I just wonder that nothing happen since dec.2016: The project is abandoned, maybe because it's not pr...
2025-04-01T04:33:40.773537
2020-03-02T08:26:27
573797979
{ "authors": [ "izimobil", "timgates42" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5372", "repo": "django-admin-tools/django-admin-tools", "url": "https://github.com/django-admin-tools/django-admin-tools/pull/104" ...
gharchive/pull-request
docs: Fix simple typo, begining -> beginning There is a small typo in docs/configuration.rst, docs/quickstart.rst. Should read beginning rather than begining. Merged thanks !
2025-04-01T04:33:40.805304
2018-06-19T11:44:39
333635182
{ "authors": [ "bgsuello", "solarissmoke" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5373", "repo": "django-oscar/django-oscar", "url": "https://github.com/django-oscar/django-oscar/pull/2753" }
gharchive/pull-request
[1.6.x] Add compatibility for Django 2.1 Drop use of procedural auth views that are removed in Django 2.1 Remove CommonPasswordValidator from test settings, as this catches some test passwords. is there an ETA for this pr?
2025-04-01T04:33:40.861775
2018-12-24T16:09:57
393905078
{ "authors": [ "charettes", "tbicr" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5374", "repo": "django/django", "url": "https://github.com/django/django/pull/10789" }
gharchive/pull-request
Fixed #30060 -- Refactored indexes and constraints SQL generation for better extensibility. This MR contains: small schema refactorings move sql generation for condition from model.indexes to schema move sql generation from model.constraints to schema provide special methods for index/unique/primary key/foreign key/...
2025-04-01T04:33:40.868285
2021-05-04T20:10:27
875795119
{ "authors": [ "MarkusH", "felixxm" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5375", "repo": "django/django", "url": "https://github.com/django/django/pull/14349" }
gharchive/pull-request
Fixed #32713, Fixed CVE-2021-XXXXX -- Prevented newlines and tabs from being accepted in URLValidator on Python 3.9.5+. In Python 3.9.5+ urllib.parse() automatically removes ASCII newlines and tabs from URLs [1, 2]. Unfortunately it created an issue in the URLValidator. URLValidator uses urllib.urlsplit() and urllib....
2025-04-01T04:33:40.872417
2015-08-04T07:16:21
98905661
{ "authors": [ "BMJHayward", "timgraham" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5376", "repo": "django/django", "url": "https://github.com/django/django/pull/5101" }
gharchive/pull-request
Fixed #25202 -- Removed references to deprecated GeoManager class GeoManager has been deprecated. Docs updated to reflect this. Please squash commits and use the commit message from the pull request title. See also our patch review checklist. Thanks! Thanks for your help @timgraham, @charettes, I'll get onto it. ...
2025-04-01T04:33:40.873456
2015-11-07T15:21:54
115672275
{ "authors": [ "thijsvandien", "timgraham" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5377", "repo": "django/django", "url": "https://github.com/django/django/pull/5593" }
gharchive/pull-request
Fixed 25473 -- Changed underscores in URL names to dashes To improve consistency, sample URL names that had underscores in them now use dashes instead. That excludes URL names that have some relation to the code, such as those generated by DjangoAdmin. Thanks guettli, for reporting this. merged in<PHONE_NUMBER>e840...
2025-04-01T04:33:40.876932
2016-11-08T17:27:19
188053736
{ "authors": [ "JBKahn", "timgraham" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5378", "repo": "django/django", "url": "https://github.com/django/django/pull/7530" }
gharchive/pull-request
fix makemigrations get_models call args The args before was incorrect, it was interpreted as a boolean. This should use the correct method to call the models for that app. ticket: https://code.djangoproject.com/ticket/27200 buildbot, add to whitelist. ohhh it doesn't have any other apps in the system, I'll need t...
2025-04-01T04:33:40.890429
2021-10-15T22:09:48
1027855661
{ "authors": [ "burinc" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5379", "repo": "djblue/portal", "url": "https://github.com/djblue/portal/pull/70" }
gharchive/pull-request
Minor update Hi @djblue Great project/tools. This is a simple PR to keep things more recent with the latest changes. Thanks @djblue fixed. Thanks
2025-04-01T04:33:40.907268
2022-03-11T13:43:10
1166432363
{ "authors": [ "djgroen", "marshHawk4" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5380", "repo": "djgroen/flee", "url": "https://github.com/djgroen/flee/pull/36" }
gharchive/pull-request
flee speed enhancements Here are some minor changes to the flee code that increase the speed of runtime. We did some profiling on the code and found that one of the evolve functions was being called millions of times per fun and 98% of the model runtime was spent executing that function. With these minor changes we s...
2025-04-01T04:33:40.930383
2017-06-07T20:42:54
234336091
{ "authors": [ "djoos", "wickedOne" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5381", "repo": "djoos/Symfony2-coding-standard", "url": "https://github.com/djoos/Symfony2-coding-standard/pull/86" }
gharchive/pull-request
dcoumentation: Group annotations together Group annotations together so that annotations of the same type immediately follow each other, and annotations of a different type are separated by a single blank line recorded in #69 Thanks @wickedOne!
2025-04-01T04:33:40.949183
2021-03-04T14:41:22
822196307
{ "authors": [ "djunehor", "maximof" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5382", "repo": "djunehor/laravel-sms", "url": "https://github.com/djunehor/laravel-sms/issues/6" }
gharchive/issue
Incorrect sender id When using the SmartSmsSolutions class to send text messages, I noticed that the sender id I set to be used isn't used. It usually delivers the message with another sender id different from what I have specified. Could this be a result of the way the API token was created? Sometimes, SMS provide...
2025-04-01T04:33:40.956821
2022-06-03T09:40:47
1259691078
{ "authors": [ "dkershner6", "neveenatik" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5383", "repo": "dkershner6/jest-coverage-commenter-action", "url": "https://github.com/dkershner6/jest-coverage-commente...
gharchive/issue
Expose comment prefiix Hello @dkershner6 What is your thoughts about exposing comment prefix to consumer to provide a way to customize the coverage comment. Of course it is possible to do so with another action that would find and customize the comment body, but I think It would make this action more flexible and wou...
2025-04-01T04:33:40.964406
2018-03-05T02:52:00
302155678
{ "authors": [ "dkhamsing", "scribblemaniac", "sirjamesgray" ], "license": "cc0-1.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5384", "repo": "dkhamsing/open-source-ios-apps", "url": "https://github.com/dkhamsing/open-source-ios-...
gharchive/issue
Contribute items to Alternativeto.net Not to divert engagement away from this repo, but I feel like it would be much more useful to people seeking open source projects to contribute some of these projects to Alternativeto.net so people can find projects while looking for alternatives to specific software. Closing f...
2025-04-01T04:33:40.973944
2016-07-12T14:31:49
165095154
{ "authors": [ "dkhamsing", "michieriffic" ], "license": "cc0-1.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5385", "repo": "dkhamsing/open-source-ios-apps", "url": "https://github.com/dkhamsing/open-source-ios-apps/pull/366" }
gharchive/pull-request
Add scholars-of-wwdc by @michieriffic [x] Project URL: [x] Update contents.json instead of README [x] One project per pull request [x] Project added at the end of the list (a script sorts projects automatically) [x] Avoid iOS or open-source in description as it is assumed [x] Use this commit title format if applic...
2025-04-01T04:33:40.978375
2022-08-31T10:01:05
1357102544
{ "authors": [ "bachp", "samdolt" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5386", "repo": "dl9pf/meta-codechecker", "url": "https://github.com/dl9pf/meta-codechecker/pull/18" }
gharchive/pull-request
refactor: support kirkstone only https://github.com/dl9pf/meta-codechecker/pull/16 dropped support for all version of yocto older than Kirkstone This MR mark this layer as compatible with kirkstone only and drop bbextends that are not needed anymore on Kirkstone. Note that I have only checked that the recipes contain...
2025-04-01T04:33:41.006104
2018-10-16T10:11:39
370537631
{ "authors": [ "BBasile", "CyberShadow" ], "license": "BSL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5387", "repo": "dlang-community/containers", "url": "https://github.com/dlang-community/containers/pull/122" }
gharchive/pull-request
containers.hashmap: Re-add the storeHash parameter In some cases, the hash can be extremely cheap to calculate (e.g. the first few bytes of the key, when the key itself is a longer hash). In these cases, storing the hash is an unnecessary overhead. As such, the user should be able to specify when to store the hash wi...
2025-04-01T04:33:41.041312
2018-03-05T14:14:25
302315170
{ "authors": [ "JackStouffer", "wilzbach" ], "license": "BSL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5388", "repo": "dlang/phobos", "url": "https://github.com/dlang/phobos/pull/6247" }
gharchive/pull-request
Fix Issue 18548 - std.format ignores templated toString if another to… …String is not a template Fixed Stable is currently broken at auto-tester: https://github.com/braddr/d-tester/issues/71 @wilzbach Can you merge stable back onto master? @wilzbach Can you merge stable back onto master? Sure - https://gith...
2025-04-01T04:33:41.066299
2016-10-28T07:55:46
185860824
{ "authors": [ "MalloZup", "inercia" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5390", "repo": "dmacvicar/terraform-provider-libvirt", "url": "https://github.com/dmacvicar/terraform-provider-libvirt/issues/8...
gharchive/issue
[Network] Error defining libvirt network: [Code-9] [Domain-19] operation failed: network 'terraform-network' already exists Description: When the network managed by terraform exists already, and you want to spawn machines with terraform-libvirt, you get an error: Error applying plan: 1 error(s) occurred: * libvirt_...
2025-04-01T04:33:41.069579
2017-09-19T08:14:40
258733062
{ "authors": [ "coveralls", "monstermunchkin" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5391", "repo": "dmacvicar/terraform-provider-libvirt", "url": "https://github.com/dmacvicar/terraform-provider-libvirt...
gharchive/pull-request
update Terraform and Go version This updates Terraform to the latest version. Travis will build with go1.9 from now on, since Terraform > 0.10.2 doesn't support go1.8. Glide was run with --strip-vendor which removes a lot of unnecessary files. Tests and Docs regarding ignition have been updated. This resolves #194. S...
2025-04-01T04:33:41.079891
2022-09-21T04:20:41
1380289974
{ "authors": [ "dmdhrumilmistry", "theoldbeginner" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5392", "repo": "dmdhrumilmistry/pyhtools", "url": "https://github.com/dmdhrumilmistry/pyhtools/issues/17" }
gharchive/issue
Error during Installation Hey guys, the following error was shown during installation. What can I do to solve the issue? Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [5 lines of output] ...
2025-04-01T04:33:41.097580
2019-03-16T22:02:48
421857215
{ "authors": [ "dmhacker", "ulich" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5393", "repo": "dmhacker/alexa-youtube-skill", "url": "https://github.com/dmhacker/alexa-youtube-skill/pull/62" }
gharchive/pull-request
Consistent use of the informal speech for german The german response messages were a mixture of formal (Sie) and informal (du). I changed everything to be consistently using the informal language. At least for me, Alexa was always talking to me in the informal way. Thanks! LGTM.
2025-04-01T04:33:41.105856
2020-04-29T01:18:19
608713117
{ "authors": [ "coveralls", "kgwinnup" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5394", "repo": "dmitryikh/leaves", "url": "https://github.com/dmitryikh/leaves/pull/74" }
gharchive/pull-request
adds ability to support multi:softprob for xgboost allows for use of multi:softprob for xgboost by defining a Softprob transformation and making the appropriate registration in transformation.go. Lastly, adds the transformation loading check for "multi:softprob" when loading an xgboost model. Pull Request Test Cove...
2025-04-01T04:33:41.123962
2017-04-30T03:40:11
225301771
{ "authors": [ "dushoufu", "szha" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5395", "repo": "dmlc/mxnet", "url": "https://github.com/dmlc/mxnet/issues/6041" }
gharchive/issue
How to identify whether the content of the rec files for training are correctly generated? I train the vgg on the MS-Celeb-1M, finding that it doest's converge at all. I'm convinced that it has something to do wtih the dataset itself, because this can perform well on others datasets, and I also use part of MS-Celeb...
2025-04-01T04:33:41.125174
2018-06-13T12:50:02
331980266
{ "authors": [ "libing4752", "tqchen" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5396", "repo": "dmlc/tvm", "url": "https://github.com/dmlc/tvm/pull/1274" }
gharchive/pull-request
fix ctx errors in copro_sync.cc fix exit_ctx errors Thanks @libing4752 for the contribution, this is merged
2025-04-01T04:33:41.137079
2023-08-04T03:25:14
1836003630
{ "authors": [ "lukezli", "trivialfis" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5397", "repo": "dmlc/xgboost", "url": "https://github.com/dmlc/xgboost/issues/9439" }
gharchive/issue
Segmentation fault for QuantileDMatrix with data iterator on master Hi all, First - thanks so much for maintaining such a great and useful project! When trying to run xgb 2.0.0 via various nightly releases of master on ubuntu 22.0.4, I can't seem to load data to a QuantileDMatrix via a data iterator (https://xgboost....
2025-04-01T04:33:41.165937
2022-09-07T14:01:16
1364714856
{ "authors": [ "amaltaro", "germanfgv", "jhonatanamado", "todor-ivanov" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5398", "repo": "dmwm/WMCore", "url": "https://github.com/dmwm/WMCore/issues/11275"...
gharchive/issue
Missing error message in wmstats Impact of the bug wmstats not showing error message from T0 agent Describe the bug Since the 2nd of Sept, wmstats is taking a considerable amount of time to show wfs in the request alert tab. After ~10-20 minutes finally it appears in the request alert tab but the error message is not...
2025-04-01T04:33:41.173103
2014-10-24T08:55:54
46717157
{ "authors": [ "amaltaro", "ericvaandering", "ticoann" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5399", "repo": "dmwm/WMCore", "url": "https://github.com/dmwm/WMCore/issues/5426" }
gharchive/issue
Handling very long Skims wfs in WMAgent (> 6 months) Creating this issue so we can have some brainstorm on how to handle workflows that should stay running open in the system for several months (maybe even more than a year). For reference, the original thread started here https://hypernews.cern.ch/HyperNews/CMS/get/d...
2025-04-01T04:33:41.187606
2015-10-09T16:59:09
110698495
{ "authors": [ "DMWMBot", "amaltaro", "ticoann" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5400", "repo": "dmwm/WMCore", "url": "https://github.com/dmwm/WMCore/pull/6326" }
gharchive/pull-request
add missing output dataset in reqmgr2 @amaltaro, Alan, thanks finding this bug. Please review. Is there any other record missing in reqmgr2 couchdb or want to add? Patch is tested in my vm. Beginning pylint and unit tests. See https://cmssdt.cern.ch/jenkins/job/DMWM-PR-test/809/ for details Summary of pylint chan...
2025-04-01T04:33:41.190171
2020-10-12T07:52:09
719153761
{ "authors": [ "amaltaro" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5401", "repo": "dmwm/WMCore", "url": "https://github.com/dmwm/WMCore/pull/9983" }
gharchive/pull-request
Skip Tape (too) data placement for Resubmission workflows Fixes #9982 Status ready Description Tape data placement does not depend on the mongodb record Copies, that's why we could be making multiple tape data placements for some datasets (those produced by ACDC workflows). This fix will make sure that, in addition t...
2025-04-01T04:33:41.218788
2015-10-06T01:26:53
109918979
{ "authors": [ "SnarkBoojum", "dnschneid", "xorb0ss" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5402", "repo": "dnschneid/crouton", "url": "https://github.com/dnschneid/crouton/issues/2163" }
gharchive/issue
Page up/down in Terminal (xfce) For some reason I can't get Page Up/Down working in Terminal using xfce, especially in stuff like irssi so I can't scroll up. I've updated /etc/default/keyboard to 'chromebook' under the model, I've even ran ./crouton -t keyboard on my current chroot, however no matter what I press (al...
2025-04-01T04:33:41.221497
2018-03-05T08:09:05
302204701
{ "authors": [ "DennisLfromGA", "Stockton-pr" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5403", "repo": "dnschneid/crouton", "url": "https://github.com/dnschneid/crouton/issues/3675" }
gharchive/issue
Linux localhost 3.18.0-16505-g3f26a8efd173-dirty name: xenial encrypted: no Entering /mnt/stateful_partition/crouton/chroots/xenial... crouton: version 1-20171230152552~master:de1361af release: xenial architecture: amd64 xmethod: xorg targets: gnome,chrome-beta host: version 10323.46.0 (Official Build) beta-channel e...
2025-04-01T04:33:41.234885
2024-01-05T13:56:33
2067394661
{ "authors": [ "doc-bok", "mxnmnm" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5404", "repo": "doc-bok/Butterflies", "url": "https://github.com/doc-bok/Butterflies/issues/66" }
gharchive/issue
Crossmod Support Allow butterflies to spawn in custom biomes. Currently requested: Biomes O' Plenty Chipped Nature's Aura Regions Unexplored, Ars Noveau Ars elemental, Terralith regions unexplored, ars noveau, ars elemental, and terralith pls or just use biome tags so you don't have to manually add biomes If yo...
2025-04-01T04:33:41.342045
2021-05-29T20:19:02
906551802
{ "authors": [ "kcq", "nathants" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5405", "repo": "docker-slim/docker-slim", "url": "https://github.com/docker-slim/docker-slim/pull/198" }
gharchive/pull-request
Add utf8 bool to xray report, add --utf8-tar to tar all utf8 decodable content by hash Adds two new features: utf8: bool field in the xray report to differentiate binaries from utf8 decodable files --utf8-tar flag for xray to output a slim.ut8.tar.gz next to slim.report.json with all utf8 by hash Changes: Remove r...
2025-04-01T04:33:41.343611
2024-04-30T17:18:44
2272090813
{ "authors": [ "crazy-max" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5406", "repo": "docker/actions-toolkit", "url": "https://github.com/docker/actions-toolkit/pull/324" }
gharchive/pull-request
github: write build summary ~needs https://github.com/docker/actions-toolkit/pull/307~ Taking this one in to unblock downstream PRs
2025-04-01T04:33:41.344917
2020-03-26T11:44:02
588358336
{ "authors": [ "fumblehool", "glours" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5407", "repo": "docker/awesome-compose", "url": "https://github.com/docker/awesome-compose/pull/37" }
gharchive/pull-request
Updated Dockerfile for flask app fixes install requirements for flask app. Thanks @fumblehool Can you just do a git commit --amend -s --no-edit and push force to pass the DCO please? Thanks for the fix @fumblehool 👍
2025-04-01T04:33:41.385591
2016-06-06T15:02:05
158699668
{ "authors": [ "crosbymichael", "mlaventure" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5408", "repo": "docker/containerd", "url": "https://github.com/docker/containerd/pull/257" }
gharchive/pull-request
New oom sync Update containerd to use the new runc command create/start Remove direct dependency on runc state folder. Depends on #256 So I have no idea why the test fails on CI, I can't reproduce this timeout locally :/ When testing start of concurrent containers I get some weird logs and OOM errors that the m...
2025-04-01T04:33:41.388467
2016-10-03T15:42:15
180673906
{ "authors": [ "allencloud", "crosbymichael", "mlaventure" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5409", "repo": "docker/containerd", "url": "https://github.com/docker/containerd/pull/324" }
gharchive/pull-request
remove field control from struct oom remove field control from struct oom As in c.writeEventFD(root, int(f.Fd()), int(fd)), it finishes to write f.FD() to event_control file, then f is not needed any more. Then it is no need to add it to oom instance. At last, I feel that field control is useless in struct oom. Signe...
2025-04-01T04:33:41.394332
2017-01-05T16:07:06
198991965
{ "authors": [ "mortensteenrasmussen", "notuscloud", "sergeyfd", "stevvooe" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5410", "repo": "docker/distribution", "url": "https://github.com/docker/distri...
gharchive/issue
Old fsLayers are never purged Hi guys, I'm facing a troubling issue. I'm facing an ever growing private registry. I enabled deletion but the purge only reclaimed like 0.5% of the storage. I investigated a little and I found a repository with just one tag "latest". It's built and pushed to the registry on a daily basi...
2025-04-01T04:33:41.402016
2015-05-14T19:58:14
76472336
{ "authors": [ "GittyHup", "stevvooe" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5411", "repo": "docker/distribution", "url": "https://github.com/docker/distribution/issues/523" }
gharchive/issue
Configuration for http: addr: localhost:5000 does not work As I was preparing to setup nginx, I went in to modify the config.yml file so the registry would listen for localhost only and not all interfaces as it does by default. I changed the following: http: addr: :5000 To: http: addr: localhost:5000 Now I ...
2025-04-01T04:33:41.404632
2015-08-28T17:46:06
103763961
{ "authors": [ "BrianBland", "dtmistry" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5412", "repo": "docker/distribution", "url": "https://github.com/docker/distribution/issues/943" }
gharchive/issue
remove s3 region requirement in config.yml Registry server fails to start if s3 is defined as storage and a region is not specified. Amazon does not require a region to be selected for s3 buckets. Any reason why s3 region is required in registry 2.0? The S3 region is a hard requirement for v4 authentication, as it ...
2025-04-01T04:33:41.414992
2018-06-20T13:43:54
334084887
{ "authors": [ "L-Hudson", "mbentley" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5413", "repo": "docker/docker.github.io", "url": "https://github.com/docker/docker.github.io/issues/6913" }
gharchive/issue
Missing instructions for persistence of shared mount updates File: ee/ucp/admin/install/index.md The docs mention the updating of the mount sharing for Ubuntu 14.04 but they do not specify how to make sure that the settings are persisted across reboots. There is a customer success article on this: https://success.do...
2025-04-01T04:33:41.417516
2017-12-05T10:17:47
279318859
{ "authors": [ "buiquangduc", "joaofnfernandes" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5414", "repo": "docker/docker.github.io", "url": "https://github.com/docker/docker.github.io/pull/5444" }
gharchive/pull-request
Fix typos in https://docs.docker.com/get-started/part4/ Proposed changes Today I read this article: https://docs.docker.com/get-started/part4/ and notice that there is a typo in commands text. Anyway, thanks for all these awesome articles on https://docs.docker.com. Thanks for helping keep the docs free of typos! ...
2025-04-01T04:33:41.424093
2015-03-30T02:49:54
65123212
{ "authors": [ "amouat", "bertrand-quenin", "jfrazelle", "jhoeller", "nwertzberger" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5415", "repo": "docker/docker", "url": "https://github.com/docker/...
gharchive/issue
Last modified date is set to "never" I'm not sure if this should be open with you or with every project that decided to sanity-check the last-modified date by comparing it against 0, but it appears that, by default, a docker image will (rightfully?) set the last-modified date of a file to an epoch time of 0. This mak...
2025-04-01T04:33:41.428980
2015-04-24T14:06:44
70699439
{ "authors": [ "MakersF", "cpuguy83" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5416", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/12747" }
gharchive/issue
Malformed -v output gives misguiding message I was writing a script to run an image, but an environment variable was misspelled (so it evaluated to empty string) and I was getting a really misguiding error message, which really made me lose a lot of time. It boils down to docker run --rm -v :/var/ ubuntu echo "echo" ...
2025-04-01T04:33:41.432296
2015-05-13T12:33:40
75969674
{ "authors": [ "GordonTheTurtle", "fntlnz", "runcom" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5417", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/13184" }
gharchive/issue
remove deleteContainer() calls in integration-cli tests In integration-cli/ there are still calls to deleteContainer(). This isn't needed anymore with gocheck. All calls should be removed where it makes sense to do so. Hi! If you are reporting a new issue, PLEASE make sure that does not have any duplicates already ...
2025-04-01T04:33:41.438137
2015-06-16T06:32:55
88634289
{ "authors": [ "GordonTheTurtle", "sourav82", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5418", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/13958" }
gharchive/issue
Can we sign our private images? As announced in Docker 1.3 release we should be able to sign our images before pushing it to registry. Is this feature already implemented in latest version or still it is only with official images? Hi! Please read this important information about creating issues. If you are reportin...
2025-04-01T04:33:41.445123
2015-09-29T14:25:39
108881159
{ "authors": [ "Evalle", "GordonTheTurtle", "j0r0", "odigity", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5419", "repo": "docker/docker", "url": "https://github.com/docker/docker/is...
gharchive/issue
DOCS : missing .Names placeholder for docker ps --format https://docs.docker.com/reference/commandline/ps/ The placeholder .Names is missing in available placeholders for docker ps --format Client: Version: 1.8.2 API version: 1.20 Go version: go1.4.2 Git commit: 0a8c2e3 Built: Thu Sep 10 19:21...
2025-04-01T04:33:41.448970
2016-07-28T14:54:37
168116374
{ "authors": [ "sitano", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5420", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/25173" }
gharchive/issue
Latest master.dockerproject.org client / server win builds have incompatible protocol versions Latest https://master.dockerproject.org/windows/amd64/docker.exe (2016-07-28T09:11:56.000Z) api protocol version (1.25) is not compatible to latest https://master.dockerproject.org/windows/amd64/dockerd.exe (2016-07-28T09:1...
2025-04-01T04:33:41.464838
2016-08-18T23:47:22
172026086
{ "authors": [ "geostant", "mlaventure", "primiano", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5421", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/25856" }
gharchive/issue
Docker crashed with fatal error: free list corrupted OS: Ubuntu 14.04 Running on bar metal Xeon E3-1245 with ECC ram Output of docker version: $ docker version Client: Version: 1.12.0 API version: 1.24 Go version: go1.6.3 Git commit: 8eab29e Built: Thu Jul 28 22:00:36 2016 OS/Arch: linux/a...
2025-04-01T04:33:41.472346
2017-01-28T14:09:18
203809087
{ "authors": [ "fluffy88", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5422", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/30530" }
gharchive/issue
docker pull fails with Error processing tar file Description I cannot pull docker images as extraction fails. Additional information you deem important (e.g. issue happens only occasionally): I was able to pull the docker fedora image, but mysql, nextcloud and apache all fail with the same error. Backing Filesystem...
2025-04-01T04:33:41.490457
2017-04-06T21:03:26
220032470
{ "authors": [ "Paxxi", "dongluochen", "gauravphoenix", "sallyzhaohz", "thaJeztah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5423", "repo": "docker/docker", "url": "https://github.com/docker/d...
gharchive/issue
Swarm mode- services are getting shut down and not recovered (restarted) if a network partition (between managers and a worker) occurs. Description Services are getting shut down and not recovered (restarted) if a network partition occurs. Steps to reproduce the issue: Build a swarm cluster of three managers Add a s...
2025-04-01T04:33:41.494238
2014-04-09T22:57:57
31202188
{ "authors": [ "Mulkave", "unclejack" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5424", "repo": "docker/docker", "url": "https://github.com/docker/docker/issues/5128" }
gharchive/issue
what would cause "dockerinit unable to execute /usr/sbin/sshd - accessing a corrupted shared library" This happened on a previously running docker container and ssh access was working like a charm. sshd is used to keep it running so that I can ssh into it and configure it using Ansible Playbooks. Here's my Dockerfile...
2025-04-01T04:33:41.495845
2015-07-25T00:45:40
97175985
{ "authors": [ "cpuguy83", "jfrazelle", "runcom", "tiborvass" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5425", "repo": "docker/docker", "url": "https://github.com/docker/docker/pull/14979" }
gharchive/pull-request
Fix TestRunNonRootUserResolvName flackiness ping @jfrazelle @icecrime Signed-off-by: Antonio Murdaca<EMAIL_ADDRESS> LGTM LGTM This is a good idea!
2025-04-01T04:33:41.497726
2016-04-21T16:34:37
150126359
{ "authors": [ "cyli", "moxiegirl", "riyazdf" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5426", "repo": "docker/docker", "url": "https://github.com/docker/docker/pull/22229" }
gharchive/pull-request
Update DCT docs with 1.11 info, fix typos Revamps some of the Docker Content Trust docs with more up-to-date information with respect to hardware signing and registry compatibility. Also fixes some typos. cc @docker/security-team Signed-off-by: Riyaz Faizullabhoy<EMAIL_ADDRESS> Thanks @riyazdf! LGTM LGTM Thanks...
2025-04-01T04:33:41.581259
2016-10-19T22:25:17
184089771
{ "authors": [ "chungers", "wfarner" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5427", "repo": "docker/infrakit", "url": "https://github.com/docker/infrakit/issues/244" }
gharchive/issue
Introduce a plugin type to manage Group state The default Group plugin currently only has in-memory state for the Groups being watched. Introduce a new plugin type that the Group plugin is configured with, which delegates state management. What's the SPI for this? Is this something that needs to be applied more ...
2025-04-01T04:33:41.583138
2016-07-25T08:31:56
167311732
{ "authors": [ "FrenchBen", "fsofronis" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5428", "repo": "docker/kitematic", "url": "https://github.com/docker/kitematic/issues/1848" }
gharchive/issue
open bank Expected behavior Actual behavior Information about the Issue Steps to reproduce the behavior ... ... No information provided - Closing
2025-04-01T04:33:41.585586
2017-06-25T19:46:59
238401659
{ "authors": [ "FrenchBen", "SergijKh" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5429", "repo": "docker/kitematic", "url": "https://github.com/docker/kitematic/issues/2779" }
gharchive/issue
avicenna/first Expected behavior Actual behavior Information about the Issue Steps to reproduce the behavior ... ... Go to https://hub.docker.com/r/avicenna/first/tags/ Observe no latest tags were created for that image Select a different tag in Kitematic (if one exists) 🎉 enjoy container running. Ideally you...
2025-04-01T04:33:41.587040
2017-11-27T09:20:01
276948372
{ "authors": [ "FrenchBen", "hardiknai1992" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5430", "repo": "docker/kitematic", "url": "https://github.com/docker/kitematic/issues/3358" }
gharchive/issue
when i am download openjdk official Expected behavior Actual behavior Information about the Issue Steps to reproduce the behavior ... ... No information provided or steps to replicate - Closing 😞
2025-04-01T04:33:41.590295
2019-02-07T16:49:17
407795919
{ "authors": [ "bluesaga2001", "lobtheslob" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5431", "repo": "docker/kitematic", "url": "https://github.com/docker/kitematic/issues/4579" }
gharchive/issue
Cannot create image - Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Expected behavior I can create error Actual behavior Information about the Issue I cannot create image. Steps to reproduce the behavior ...login as lo...
2025-04-01T04:33:41.591350
2014-11-09T18:37:51
48209265
{ "authors": [ "dmcgowan" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5432", "repo": "docker/libchan", "url": "https://github.com/docker/libchan/pull/69" }
gharchive/pull-request
[WIP] Add switchboard for sender routing Another prototype used for plugins Moved to https://github.com/dmcgowan/libchan-hack
2025-04-01T04:33:41.595035
2015-07-10T06:16:28
94225007
{ "authors": [ "abronan", "yihungjen" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5433", "repo": "docker/libkv", "url": "https://github.com/docker/libkv/pull/24" }
gharchive/pull-request
FIX: ttl value set using opts Heartbeat Connection EphemeralTTL is intended for keep-alive. We should be able to set TTL when I provide it in arguments. Hi @yihungjen, thank you for the contribution. I agree that we need to change this because it uses the incorrect field but there are more changes to be made in my...
2025-04-01T04:33:41.602998
2018-02-05T05:49:59
294280940
{ "authors": [ "akdor1154", "ddebroy", "diegoquintanav", "fcrisciani", "j3p0uk", "maxdwit" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5434", "repo": "docker/libnetwork", "url": "https://githu...
gharchive/issue
DNS broken out-of-the-box on Ubuntu Artful To reproduce - Install Ubuntu Artful or Bionic desktop with default settings, connect it to a network by plugging in a cable and letting NetworkManager do its magic. Block access to <IP_ADDRESS> and <IP_ADDRESS> because you are on a corporate network. Install docker-ce f...
2025-04-01T04:33:41.608620
2015-09-01T18:52:40
104331287
{ "authors": [ "alvinr", "nathanleclaire", "skatsuta" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5435", "repo": "docker/machine", "url": "https://github.com/docker/machine/issues/1790" }
gharchive/issue
docker-machine create does not update ISO when a new version is available Problem docker-machine maintains a cache of ISO images, on OS-X this is stored at ~/.docker/machine/cache. Right now, the Boot2Docker.iso is download on first usage of docker-machine. You are kept at this version until you run a docker-machine ...
2025-04-01T04:33:41.610259
2015-11-30T10:18:04
119461740
{ "authors": [ "dgageot", "jeanlaurent" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5436", "repo": "docker/machine", "url": "https://github.com/docker/machine/pull/2454" }
gharchive/pull-request
Improve Google Driver Make the driver a little faster by reducing the number of calls to the Api Remove some useless code Print better error messages @dgageot this sounds like it needs some LINTing ? LGTM
2025-04-01T04:33:41.613259
2016-03-15T23:14:48
141125445
{ "authors": [ "londoncalling", "nathanleclaire", "troyfontaine" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5437", "repo": "docker/machine", "url": "https://github.com/docker/machine/pull/3196" }
gharchive/pull-request
Updated docs for AWS Signed-off-by: Troy Fontaine<EMAIL_ADDRESS>Same as last PR that I cancelled (still getting the hang of Git) this should be better. cc @londoncalling for docs review Thanks for the PR @troyfontaine -- I've posted some suggestions, let's see what @londoncalling has for suggestions as well. So...
2025-04-01T04:33:41.614656
2015-01-23T15:27:40
55294049
{ "authors": [ "ehazlett" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5438", "repo": "docker/machine", "url": "https://github.com/docker/machine/pull/394" }
gharchive/pull-request
enable specifying arch along with os when building This enables specifying the -arch flag to gox. By default, it will build binaries for windows, darwin and linux for 32 and 64 bit. With this PR, you can now specify what arch to build for: Example with just linux on 64 bit: ./script/build -os="linux" -arch="amd64" ...
2025-04-01T04:33:41.617713
2015-12-22T21:58:31
123563881
{ "authors": [ "GordonTheTurtle", "cyli", "diogomonica", "riyazdf" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5439", "repo": "docker/notary", "url": "https://github.com/docker/notary/pull/386" }
gharchive/pull-request
fixes errors in notary for testing returns ErrRepoNotInitialized to guarantee proper repo initialization (calling repo.Initialize()) and also change the format of ErrMetaNotFound to simplify string matching in testing Signed-off-by: Riyaz Faizullabhoy<EMAIL_ADDRESS> LGTM pending CI! Please sign your commits follow...
2025-04-01T04:33:41.629480
2021-05-29T21:46:22
906566821
{ "authors": [ "Andrei997", "Faheetah", "briantopping", "jedeleh", "joe0BAB", "robertsonai", "uspasojevic96" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5440", "repo": "docker/roadmap", "ur...
gharchive/issue
Give me option to disable auto updates completely Tell us about your request I want to disable all and every check, prompt and install. Which service(s) is this request for? Docker Desktop Mac Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I update my software only wh...
2025-04-01T04:33:41.635049
2022-03-20T11:14:59
1174511906
{ "authors": [ "crashvb", "mathbunnyru" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5441", "repo": "docker/roadmap", "url": "https://github.com/docker/roadmap/issues/323" }
gharchive/issue
Fine grained permission on personal access token for updating DockerHub README Tell us about your request Add fine-grained permission/scope to personal access token to allow updating DockerHub README. This is a follow-up of https://github.com/docker/roadmap/issues/115. Which service(s) is this request for? Docker Hub...
2025-04-01T04:33:41.637485
2023-11-01T15:56:16
1972646414
{ "authors": [ "sheltongraves", "thom-nic" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5442", "repo": "docker/roadmap", "url": "https://github.com/docker/roadmap/issues/580" }
gharchive/issue
View old versions of images Tell us about your request I am trying to see older versions of images that I have pushed to Docker Hub so that I can delete them. Which service(s) is this request for? Docker Hub Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? When I push a...
2025-04-01T04:33:41.644039
2018-05-04T04:10:34
320148944
{ "authors": [ "Spritekin", "nishanttotla" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5443", "repo": "docker/swarm", "url": "https://github.com/docker/swarm/issues/2859" }
gharchive/issue
Removed Mesos support? Gentlemen, I write this message to disagree about the removal of the Mesos integration. Right now, the company I work for has Swarm running on top of a Mesos cluster for over a year. In that time Swarm has executed an average of 50k jobs per day and millions of jobs per month. It runs steadilly...
2025-04-01T04:33:41.645856
2015-05-26T17:42:21
81064730
{ "authors": [ "abronan", "mavenugo", "vieux" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5444", "repo": "docker/swarm", "url": "https://github.com/docker/swarm/pull/849" }
gharchive/pull-request
Return last index on CAS operation Returns the last index on CAS operations for Consul and Etcd. Fixes #843 Signed-off-by: Alexandre Beslic<EMAIL_ADDRESS> ping @mavenugo :+1: LGTM LGTM
2025-04-01T04:33:41.650091
2016-08-10T08:18:26
170358893
{ "authors": [ "aaronlehmann", "allencloud", "codecov-io", "dperny" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5445", "repo": "docker/swarmkit", "url": "https://github.com/docker/swarmkit/pull/1357...
gharchive/pull-request
validate args number input in cli validate args number input of swarmkit in cli Signed-off-by: allencloud<EMAIL_ADDRESS> Current coverage is 55.39% (diff: 100%) Merging #1357 into master will increase coverage by 0.08% @@ master #1357 diff @@ ========================================== Files ...
2025-04-01T04:33:41.652729
2013-09-19T16:08:17
19764404
{ "authors": [ "Engineerumair", "Fadi-git" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5446", "repo": "dockpanelsuite/dockpanelsuite", "url": "https://github.com/dockpanelsuite/dockpanelsuite/issues/157" }
gharchive/issue
Exception 0xC000041D on application exit This exception raises under these special circumstances: Native debugging is enabled. System.Diagnostics.StackTrace is used. So, it is not a big deal. but it may hiding something bigger. After investigation I found that calling SetWindowsHookEx (in LocalWindowsHook.Install) ...
2025-04-01T04:33:41.657339
2019-10-15T15:21:44
507317615
{ "authors": [ "ey-", "lmakarov" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5447", "repo": "docksal/service-cli", "url": "https://github.com/docksal/service-cli/issues/142" }
gharchive/issue
mail does not work anymore in latest image with Drupal Looks like the result of the issue https://github.com/docksal/service-cli/issues/116 broke the functionality with Drupal 8 core mail sending. Trying to send email with mailhog configured fails and following entry can be found in the logs: msmtp: cannot use both -...
2025-04-01T04:33:41.671499
2020-11-28T18:48:57
752743599
{ "authors": [ "JDDoesDev", "cnizzardini", "lmakarov" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5448", "repo": "docksal/service-cli", "url": "https://github.com/docksal/service-cli/issues/201" }
gharchive/issue
xdebug 3.0.0 upgrade xdebug v3.0.0 was released a few days ago - https://xdebug.org/announcements/2020-11-25 Configuration changes, massive performance improvements, and PHP 8 support are the primary features in Xdebug 3 xdebug version in the latest docksal/cli v2.12.0 images is v2.9.8. Upgrade guide from v2 to v3 ...
2025-04-01T04:33:41.701259
2019-11-25T15:34:49
528164517
{ "authors": [ "alcaeus", "malarzm", "rbaarsma" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5449", "repo": "doctrine/mongodb-odm", "url": "https://github.com/doctrine/mongodb-odm/issues/2122" }
gharchive/issue
[deprecations] Create a DocumentManagerInterface to prevent deprecations on @interal Bug Report Q A BC Break yes* Version 2.0.2 but only for automated testing without deprecations, which breaks our CI. Summary Since updating to Symfony 4.4 I have this deprecation message in the automated tests: The "Doc...
2025-04-01T04:33:41.702514
2012-04-08T21:09:27
4023510
{ "authors": [ "kusmierz", "malarzm" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5450", "repo": "doctrine/mongodb-odm", "url": "https://github.com/doctrine/mongodb-odm/issues/289" }
gharchive/issue
Hide attribute from generator Is there any possibility to hide selected attributes from generator? I'd like to add "private" attribute (vel mongodb column) to use only internally by Document itself and I won't allow doctrine:mongodb:generate:documents to create stub methods for it... But I'd like to have possibility ...
2025-04-01T04:33:41.709025
2015-02-26T09:33:54
59044546
{ "authors": [ "alcaeus", "dazorni", "jwage", "malarzm", "sharpner" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5451", "repo": "doctrine/mongodb-odm", "url": "https://github.com/doctrine/mongodb-odm/pull...
gharchive/pull-request
Snapshot persistent collection before clearing. This PR aims to change the way a persistent collection is cleared. Currently, calling clear() will clear the collection and take a snapshot, which leaves event subscribers unable to work with objects that would be removed from the collection (e.g. reference counting). T...
2025-04-01T04:33:41.735029
2015-08-20T23:39:53
102261087
{ "authors": [ "langerhans", "patricklodder", "peoplma" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5454", "repo": "dogecoin/dogecoin", "url": "https://github.com/dogecoin/dogecoin/issues/1260" }
gharchive/issue
0 fee and <1 fee transactions confirmed To replicate, click choose transaction fee option in the sending screen in 1.10, checkbox "send as 0 fee transaction if possible". I guess in bitcoin, miners are set up to ignore 0 fee transactions, I don't think people mining scrypt have configured that. But, shouldn't 0 fee...
2025-04-01T04:33:41.738833
2016-12-12T11:22:33
194949912
{ "authors": [ "langerhans", "patricklodder", "rnicoll" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5455", "repo": "dogecoin/dogecoin", "url": "https://github.com/dogecoin/dogecoin/issues/1359" }
gharchive/issue
Discussion: updated tooling and CI, now what? Now that we've got a tooling update on 1.10-maint, what do we do with the master branch? The main idea of the master branch not following development is that it can just be checked out and compiled, but for that, 1.10-maint now needs to be checked out instead as compilati...
2025-04-01T04:33:41.754838
2019-10-31T20:06:39
515710437
{ "authors": [ "Haxk20", "Kreyren", "Tele42", "doitsujin", "h3fang" ], "license": "Zlib", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5456", "repo": "doitsujin/dxvk", "url": "https://github.com/doitsujin/dxvk/issues/1235" ...
gharchive/issue
DXVK never frees allocated RAM Software information Any game i tested so far. System information GPU: AMD RX560X Driver: RADV + ACO Wine version: Proton 4.11-7 DXVK version: Whats in Proton 4.11-7 The system RAM gets eaten away after a long gaming session (Around 5 hours or so) and it takes 97% of my RAM by the ti...
2025-04-01T04:33:41.791838
2020-02-06T07:58:38
560840991
{ "authors": [ "Joshua-Ashton", "alexzk1", "doitsujin", "fls2018", "jp7677", "redmcg" ], "license": "Zlib", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5457", "repo": "doitsujin/dxvk", "url": "https://github.com/doitsu...
gharchive/issue
Elite Dangerous Launcher Elite Dangerous launcher misses GUI buttons, which are drawn above HTML layer I think. However, areas where it should be are clickable. Also it uses hard HDD and crashes 1-2 mins later if allow to run. That happened since 1.4 dxvk. It was ok on some latest 1.3. I think was problem with earlie...
2025-04-01T04:33:41.810378
2022-05-27T22:24:26
1251329223
{ "authors": [ "Blisto91", "K0bin", "Ryusennin", "Vladjaye", "doitsujin", "qinlili23333", "smintman" ], "license": "Zlib", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5458", "repo": "doitsujin/dxvk", "url": "https:...
gharchive/issue
AC Origins won't launch with Uplay overlay disabled. DXVK 1.10.1 (did try older versions too) Nvidia Driver: 512.95 (same for the last few versions) GPU: 3080Ti Windows 11 x64 21H2 Assassin's Creed Origins (Steam + Ubisoft Connect) Hello, not sure if it is okay to share issues with the Windows OS, but I have an issu...
2025-04-01T04:33:41.816181
2023-06-04T08:34:23
1740236937
{ "authors": [ "Armi1P", "Joshua-Ashton", "K0bin" ], "license": "Zlib", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5459", "repo": "doitsujin/dxvk", "url": "https://github.com/doitsujin/dxvk/issues/3474" }
gharchive/issue
The Sims 2 & DXVK2.2: wrong neighborhood texture size/tiling On DXVK versions prior to 2.2, everything looked like on native D3D9, but on DXVK2.2, tiling for the neighborhood terrain texture is wrong, scaled to much smaller size, looking repetitive. D3D9/DXVK2.1: DXVK2.2: Software information The Sims 2 Ultimate C...
2025-04-01T04:33:41.828396
2023-12-13T02:54:57
2038860579
{ "authors": [ "glihm", "loothero" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5460", "repo": "dojoengine/dojo", "url": "https://github.com/dojoengine/dojo/issues/1268" }
gharchive/issue
[BUG] updating model via register_model doesn't update db Describe the bug Updating an existing model via sql.rs -> register_model does not update the model in the database. To Reproduce I have tested three variants of updating a model: Overwriting an existing model with an empty set of children Result: The model i...
2025-04-01T04:33:41.833098
2024-06-18T16:36:45
2360273831
{ "authors": [ "glihm", "lambda-0x", "notV4l" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5461", "repo": "dojoengine/dojo", "url": "https://github.com/dojoengine/dojo/issues/2079" }
gharchive/issue
Authorizations using overlays seem to fail Describe the bug For some reason i had this error first time i deployed my world : [all prev auth ok] > Authorizing rollyourown::systems::ryo::ryo for Models: ["RyoConfig", "RyoAddress", "Season", "SeasonSettings"] > Failed to auto authorize with error: Provider errror Oth...
2025-04-01T04:33:41.852720
2019-07-02T12:11:54
463193243
{ "authors": [ "dokun1", "madhavajay" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5462", "repo": "dokun1/Lumina", "url": "https://github.com/dokun1/Lumina/pull/96" }
gharchive/pull-request
Remove unused .gitmodules reference to swift-log Fixing issue with Carthage not working. Cartfile: github "dokun1/Lumina" "master" Run: $ carthage update --platform iOS --cache-builds Error: *** Fetching Lumina *** Checking out Lumina at "3c8bf3a52ba269e5247f6fb1e4f0133cea7c7b6e" Parse error: expected submodule com...
2025-04-01T04:33:41.880135
2022-09-23T22:32:53
1384380726
{ "authors": [ "andrew-wm-arthur", "fulghum" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5466", "repo": "dolthub/go-mysql-server", "url": "https://github.com/dolthub/go-mysql-server/issues/1282" }
gharchive/issue
Bad 'table not found' error on nested subqueries error: 'table not found: dcim_rackgroup, maybe you mean dcim_rackgroup?' for query: SELECT COUNT(*) FROM ( SELECT ( SELECT count(*) FROM ( SELECT U0.`id` FROM `dcim_rack` U0 INNER JOIN `dcim_rackgroup` U1 ON (U0.`group_id` = U1.`id`) WHERE ( ...
2025-04-01T04:33:41.891357
2020-09-09T18:35:51
697052059
{ "authors": [ "bradygaster", "domaindrivendev", "tlmii" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5467", "repo": "domaindrivendev/Swashbuckle.AspNetCore", "url": "https://github.com/domaindrivendev/Swashbuc...
gharchive/issue
Default Servers array or concise way to specify it? When using HttpRepl, it's helpful if the Servers array is populated so that once we find the OpenAPI description, we immediately know for sure what the root address should be. Unless I'm missing something, it looks like the Servers array is not populated by default ...
2025-04-01T04:33:41.900571
2021-06-29T15:00:09
932795538
{ "authors": [ "alksmt", "dominikbraun" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5468", "repo": "dominikbraun/timetrace", "url": "https://github.com/dominikbraun/timetrace/pull/146" }
gharchive/pull-request
#139 Added a separate method for duration calculation PR for #139 Moving duration calculation to a separate Duration method, including cases when a record is still being tracked. @alksmt A PR has been merged that still contained two record.End.Sub(record.Start) calls. Would you like to replace them as well before t...
2025-04-01T04:33:41.916649
2018-08-06T21:34:51
348090071
{ "authors": [ "V-Kh", "bmikaili" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5469", "repo": "donRaphaco/neotex", "url": "https://github.com/donRaphaco/neotex/issues/11" }
gharchive/issue
Latexdiff clarifications Could you please clarify how to use latexdiff? I installed your plugin and it works perfectly, exactly what I was looking for, however, I do not see how I can use the diff feature. Seconded, I don't understand how it works. I did set it to 1.
2025-04-01T04:33:41.920959
2017-11-15T00:47:01
273995592
{ "authors": [ "frank-dspeed", "matthewp" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5470", "repo": "donejs/donejs", "url": "https://github.com/donejs/donejs/issues/1056" }
gharchive/issue
Help me to integrate feathers 3 I am a bit confused i have in package.json "feathers-client": "https://github.com/feathersjs/client#master", Could that be the error that this don't get right parsed? Error: Error loading<EMAIL_ADDRESS>at<EMAIL_ADDRESS>Error loading<EMAIL_ADDRESS>from "peep-kasse<EMAIL_ADDRESS>at file:...
2025-04-01T04:33:41.940417
2023-10-07T20:22:55
1931490846
{ "authors": [ "dongrixinyu", "healthmatrice" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5471", "repo": "dongrixinyu/JioNLP", "url": "https://github.com/dongrixinyu/JioNLP/issues/167" }
gharchive/issue
[BUG] the extract_email performed very badly even worse than simple regex 提问题时,请尊重我!把必要的信息,什么环境,输入具体什么文本,运行什么函数讲清楚! 不要甩一句话,说的不清不楚,我无从定位,浪费时间。这样的提单我将直接close。 描述(Description) The email pattern seems quite limited. It cannot extract emails in many cases. Simple modification on the example will make the extraction fail<E...
2025-04-01T04:33:41.962714
2024-02-14T17:59:59
2134880349
{ "authors": [ "Gys", "donseba" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5472", "repo": "donseba/go-htmx", "url": "https://github.com/donseba/go-htmx/issues/10" }
gharchive/issue
Middleware and/or NewHandler? Hi The relation between the middleware handler and Newhandler is confusing? In the middleware comment it says: // MiddleWare is a middleware that adds the htmx request header to the context // deprecated: htmx will retrieve the headers from the request by itself using htmx.N...
2025-04-01T04:33:41.964664
2023-07-29T13:34:19
1827485854
{ "authors": [ "donvikse" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5473", "repo": "donvikse/homepage", "url": "https://github.com/donvikse/homepage/issues/4" }
gharchive/issue
Скласти інтро Скласти інтро (вступ), де в 2-4 реченнях описати, чим ти займаєшся, що подобається робити, що хочеться робити краще, що важливо робити, чому ти тут I am a junior QA tester, goal oriented, quality oriented, attention to detail, able to work in a team. My goal is to get a job in such companies where I c...
2025-04-01T04:33:41.973193
2019-09-15T09:54:21
493717765
{ "authors": [ "hyochan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:5474", "repo": "dooboolab/flutter_inapp_purchase", "url": "https://github.com/dooboolab/flutter_inapp_purchase/pull/94" }
gharchive/pull-request
[WIP] Version 2 implementation [x] Removed deprecated note in the readme. [ ] Make the previous tests work in travis. [ ] Documentation on readme for breaking features. Android [x] Completely remove prepare. [x] Upgrade billingclient to 2.0.3 which is currently recent in Sep 15 2019. [x] Remove [IInAppBillingServi...