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 |
|---|---|---|---|---|---|
58651890 | Move plugin reordering code to a function
Refactoring code to move plugin reordering to indipendent function
Coverage increased (+0.28%) to 90.98% when pulling aec6687ff584faf8507bc4751dcad16062185d7d on yakky:feature/reorder_plugins into c8f06b5e5feeed1ac14098944396842d72ba5bba on divio:develop.
Coverage incre... | gharchive/pull-request | 2015-02-23T21:31:54 | 2025-04-01T04:56:31.700847 | {
"authors": [
"coveralls",
"yakky"
],
"repo": "divio/django-cms",
"url": "https://github.com/divio/django-cms/pull/3900",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
115769467 | Image alignment with cmsplugin_filer_image
I'm using the integration with the cmsplugin_filer_image plugin, and what I can't find the way around is how to float the selected image inside CKEditor itself. What happens is, on the filer plugin, I can select align, and choose left, right, or center. However inside the ed... | gharchive/issue | 2015-11-08T23:31:25 | 2025-04-01T04:56:31.723043 | {
"authors": [
"FinalAngel",
"rafadev"
],
"repo": "divio/djangocms-text-ckeditor",
"url": "https://github.com/divio/djangocms-text-ckeditor/issues/274",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2495407525 | 🛑 Arcadja is down
In a6ee169, Arcadja (https://www.arcadja.com/auctions/en/) was down:
HTTP code: 404
Response time: 11212 ms
Resolved: Arcadja is back up in fb26eaf after 6 minutes.
| gharchive/issue | 2024-08-29T19:36:03 | 2025-04-01T04:56:31.726777 | {
"authors": [
"divtiply"
],
"repo": "divtiply/artupptime",
"url": "https://github.com/divtiply/artupptime/issues/1644",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2396285419 | 🛑 Heritage Auctions is down
In f0cd55d, Heritage Auctions (https://www.ha.com/) was down:
HTTP code: 403
Response time: 109 ms
Resolved: Heritage Auctions is back up in ddbbec4 after 1 hour, 2 minutes.
| gharchive/issue | 2024-07-08T18:31:26 | 2025-04-01T04:56:31.729089 | {
"authors": [
"divtiply"
],
"repo": "divtiply/artupptime",
"url": "https://github.com/divtiply/artupptime/issues/533",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
451216720 | compile error linking with cc
fran@ipek:~/source/giellatekno/giella-core/kbdgen$ python3 -m kbdgen -t android examples/project-cux.yaml
[I android:582] Getting source files from divvun/giella-ime master branch…
[I android:464] Adding 'cux' to './deps/giella-ime/app/src/main/res/values/donottranslate.xml'…
[I android... | gharchive/issue | 2019-06-02T17:50:27 | 2025-04-01T04:56:31.735789 | {
"authors": [
"bbqsrc",
"ftyers"
],
"repo": "divvun/kbdgen",
"url": "https://github.com/divvun/kbdgen/issues/37",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
623179153 | Travis CIi fixes
I didn't notice last time that Travis runs on every PR, it just doesn't update the PR itself.
There are 3 errors with 2 different errors:
File "/home/travis/build/dj-paddle/dj-paddle/djpaddle/settings.py", line 25
msg = f"failed to convert 'DJPADDLE_PUBLIC_KEY'; original message: {e}"
... | gharchive/pull-request | 2020-05-22T12:40:01 | 2025-04-01T04:56:31.752231 | {
"authors": [
"codecov-commenter",
"pyepye"
],
"repo": "dj-paddle/dj-paddle",
"url": "https://github.com/dj-paddle/dj-paddle/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
24144999 | During import, table id will not be auto-incremented
Running on:
Django-1.6
django-import-export-0.1.5
postgresql.x86_64-9.2.5-1
tablib-0.9.11
python-2.7.5-9
I have successfully imported data from a csv file.
When I try to add more data manually, I receive the error:
duplicate key value violates unique constraint "... | gharchive/issue | 2013-12-11T22:58:09 | 2025-04-01T04:56:31.780670 | {
"authors": [
"diptipsawant",
"drayendrff",
"int-ua",
"platzhersh",
"raratiru",
"surajprasad"
],
"repo": "django-import-export/django-import-export",
"url": "https://github.com/django-import-export/django-import-export/issues/59",
"license": "bsd-2-clause",
"license_type": "permissi... |
112146279 | Fix horizontal scrolling in dashboard
Fixes https://github.com/django-oscar/django-oscar/issues/1875
For some reason, my lessc rounded the percentages to a different precision. Maybe we should document which version of lessc to actually use to prevent these sorts of annoying cases?
@maikhoepfel Could you take a qui... | gharchive/pull-request | 2015-10-19T13:38:58 | 2025-04-01T04:56:31.786693 | {
"authors": [
"john-parton",
"mvantellingen"
],
"repo": "django-oscar/django-oscar",
"url": "https://github.com/django-oscar/django-oscar/pull/1876",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
489213126 | Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
ticket 30750.
The original patch was from @felixxm. I just fixed a small test.
@hramezani Thanks for finding this :+1: , IMO this test should be run only on relevant backends. I also added release notes.
@felixxm Your welcome.
IMO this test sh... | gharchive/pull-request | 2019-09-04T14:55:26 | 2025-04-01T04:56:31.800467 | {
"authors": [
"felixxm",
"hramezani"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/11743",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
530361318 | Fixed #31039 -- Added support __contained_by lookup for AutoFields and BigAutoFields.
Ticket 31039.
Might want to throw support for SmallAutoField in there as well since it was added by #11611.
So probably also for a SmallIntegerField.
Might want to throw support for SmallAutoField in there as well since it w... | gharchive/pull-request | 2019-11-29T14:00:42 | 2025-04-01T04:56:31.806332 | {
"authors": [
"charettes",
"felixxm",
"hramezani",
"pope1ni"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/12158",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
877107573 | [3.1.x] Fixed #32713, Fixed CVE-2021-32052 -- 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... | gharchive/pull-request | 2021-05-06T05:58:40 | 2025-04-01T04:56:31.809476 | {
"authors": [
"felixxm"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/14360",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1408552566 | Replace multiple == checks with in
Replace multiple == checks with in
@harishsg993010 Thanks for this patch :+1: however we try to avoid trivial code reformatting unless it's a big problem as it creates extra noise in the history. Also, this change is incorrect in some places.
| gharchive/pull-request | 2022-10-13T23:53:17 | 2025-04-01T04:56:31.810713 | {
"authors": [
"felixxm",
"harishsg993010"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/16182",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1590157551 | Fixed #34346 -- Order selected expressions by position.
This uses an approach similar to the adopted to address #34176 by to avoid ambiguous aliases in dd68af62b2b27ece50d434f6a351877212e15c3f.
buildbot, test on oracle.
buildbot, test this please.
buildbot, test on oracle.
@henribru Does it work for you?
@f... | gharchive/pull-request | 2023-02-18T01:41:14 | 2025-04-01T04:56:31.814614 | {
"authors": [
"charettes",
"felixxm",
"henribru"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/16571",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1739555830 | Fix #34629 -- Error when using GeoAggregate with Filter
This fix an AttributeError when trying to use a filter argument in django.contrib.gis.db.models.aggregates.Collect and other GeoAggregate
Unit test have been added to check that this is now fixed.
See for description https://code.djangoproject.com/ticket/34629#t... | gharchive/pull-request | 2023-06-03T13:44:20 | 2025-04-01T04:56:31.826140 | {
"authors": [
"felixxm",
"olethanh"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/16939",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
219855103 | Fixed #28032 -- Paginator.page_force_into_range
Moved boilerplate from docs to a utility function.
I'd love to have more suggestions for the name, where should I post a question?
Thank you very much for your contribution, @sjlehtin :) Please let me know when you have (more) questions! :+1:
I've addressed everyt... | gharchive/pull-request | 2017-04-06T10:34:58 | 2025-04-01T04:56:31.828551 | {
"authors": [
"MarkusH",
"sjlehtin"
],
"repo": "django/django",
"url": "https://github.com/django/django/pull/8305",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2071406448 | Home Page Banner/logo section buttons not looking nice
On the homepage, just below the Djangocon logo there are 2 buttons for now "Submit your CFP📢" and "Buy Tickets🎫".
But these 2 buttons is not same width and the icon need a space in between text.
This happens the same for mobile when stacked.
I have attached 2 s... | gharchive/issue | 2024-01-08T23:54:50 | 2025-04-01T04:56:31.837075 | {
"authors": [
"Darkbeast-glitch",
"dostogircse171"
],
"repo": "djangocon/2024.djangocon.eu",
"url": "https://github.com/djangocon/2024.djangocon.eu/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1285023969 | 🛑 Writeguard is down
In 375d4e4, Writeguard (https://www.writeguard.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Writeguard is back up in f248430.
| gharchive/issue | 2022-06-26T20:31:10 | 2025-04-01T04:56:31.866633 | {
"authors": [
"djsnipa1"
],
"repo": "djsnipa1/upptime",
"url": "https://github.com/djsnipa1/upptime/issues/546",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1262305576 | Username and Password Input Field Labels Malformed
After coming across the information for the HACS integration (YAY!! Just in time for the new season!), I've gone ahead and set it up and all worked okay!
I didn't initially see a way to change the pump speed so I figured a clean install would help (I just came across... | gharchive/issue | 2022-06-06T19:38:34 | 2025-04-01T04:56:31.875392 | {
"authors": [
"N3rdP1um23",
"djtimca",
"sddgit"
],
"repo": "djtimca/haomnilogic",
"url": "https://github.com/djtimca/haomnilogic/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
308556094 | update gpg keys
add @wilzbach
add nightly build bot
update public key signatures (expiration dates and ids)
sign updated keyring
Not sure why this is failing on the server, it's passing locally. Trying a restart.
Done @wilzbach
Not sure about GDC and LDC, let's see if there is interest and who would be the righ... | gharchive/pull-request | 2018-03-26T12:43:53 | 2025-04-01T04:56:31.896938 | {
"authors": [
"MartinNowak",
"wilzbach"
],
"repo": "dlang/dlang.org",
"url": "https://github.com/dlang/dlang.org/pull/2300",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2709437515 | [std.experimental.logger] use NullLogger as the default
singingbush reported this on 2018-05-14T12:29:41Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=18857
CC List
aruncxy
atila.neves (@atilaneves)
robertschadek (@burner)
Description
use NullLogger as the default instead of outputting to stderr
atil... | gharchive/issue | 2018-05-14T12:29:41 | 2025-04-01T04:56:31.911095 | {
"authors": [
"dlangBugzillaToGithub"
],
"repo": "dlang/phobos",
"url": "https://github.com/dlang/phobos/issues/10337",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
299863575 | Adds Typedef.toString()
It is need to avoid silent conversion of Typedef struct itself to string by std.conv.to.
Discussion:
https://forum.dlang.org/post/kjzayldqnixehfprgslc@forum.dlang.org
Previous attempt: #6217
I am should use git squash or this is not necessary?
Yes, please squash.
Yes do squash. Don't wor... | gharchive/pull-request | 2018-02-23T21:58:43 | 2025-04-01T04:56:31.917601 | {
"authors": [
"MetaLang",
"denizzzka",
"thewilsonator",
"wilzbach"
],
"repo": "dlang/phobos",
"url": "https://github.com/dlang/phobos/pull/6218",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
882469499 | Sort and display events within a heat based on extra field
If extra info is different, display that title
closed by pull request #128
| gharchive/issue | 2021-05-09T15:48:14 | 2025-04-01T04:56:31.923024 | {
"authors": [
"dlanghorne0428"
],
"repo": "dlanghorne0428/dancesport-tracker-project",
"url": "https://github.com/dlanghorne0428/dancesport-tracker-project/issues/124",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2262073839 | master merge for 0.4.9 release
Description
master merge for 0.4.9 release
@rudolfix you need to add the ci-full label when creating the pr, if you add it later, it will only be applied if there is another push unfortunately
| gharchive/pull-request | 2024-04-24T19:52:55 | 2025-04-01T04:56:31.962771 | {
"authors": [
"rudolfix",
"sh-rp"
],
"repo": "dlt-hub/dlt",
"url": "https://github.com/dlt-hub/dlt/pull/1278",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
555228997 | virtual machine with two network interfaces is not addressed properly
System Information
Linux distribution
CentOS Linux release 8.1.1911 (Core)
Terraform version
Terraform version: 0.12.9
Provider and libvirt versions
terraform-provider-libvirt db13b678ab16fe9dca024c3daea6e56fb4cc4ae2
Compiled against library: libv... | gharchive/issue | 2020-01-26T13:32:39 | 2025-04-01T04:56:31.981125 | {
"authors": [
"dlrobson",
"linuxananth1976",
"mateuszbanasiewicz"
],
"repo": "dmacvicar/terraform-provider-libvirt",
"url": "https://github.com/dmacvicar/terraform-provider-libvirt/issues/694",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1212478103 | [BUG] 5G Wi-Fi band switch does not work well
Describe the bug
Hi, thank you very much for this new version. I have updated to version 2.5.0 but I see that the 5G Wi-Fi band switch does not work well, it is always ON even if the network is turned off. (switch.miwifi_XX_XX_XX_XX_XX_XX_wifi_5g)
Thank you.
HASS versio... | gharchive/issue | 2022-04-22T15:06:13 | 2025-04-01T04:56:32.020103 | {
"authors": [
"dmamontov",
"fcoval"
],
"repo": "dmamontov/hass-miwifi",
"url": "https://github.com/dmamontov/hass-miwifi/issues/51",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
286571442 | Split recurring tasks when modifying the first instance
It's probably a good idea to split a recurring tasks when overriding the first instance. After the split there would be a single task for the override and a recurring task starting at the next instance (if there is any). This way we don't have to deal with all t... | gharchive/issue | 2018-01-07T14:02:44 | 2025-04-01T04:56:32.029747 | {
"authors": [
"dmfs"
],
"repo": "dmfs/opentasks",
"url": "https://github.com/dmfs/opentasks/issues/617",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
534556044 | Error: module surface_acpi not found
When trying to upgrade kernel from 5.1.15-1 to 5.3.10-1 I noticed that this error popped up during Pacman install of the kernel tar.xz
This happened with both compiling the kernel and your pre-compiled binaries on a surface pro 6.
I downgraded back to 5.1.15-1 to make sure I was s... | gharchive/issue | 2019-12-08T15:17:03 | 2025-04-01T04:56:32.033156 | {
"authors": [
"PandorasFox",
"dmhacker",
"v12venator"
],
"repo": "dmhacker/arch-linux-surface",
"url": "https://github.com/dmhacker/arch-linux-surface/issues/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
125125680 | compiler error when including OpenCV
While this problem was raised by another user in https://github.com/dmlc/mxnet/issues/744 it was never resolved. I have tried the suggested fix and it did not resolve my problem. I can confirm that I have OpenCV installed. When I run "pkg-config --libs opencv" I get:
/usr/lib/x86_... | gharchive/issue | 2016-01-06T07:12:56 | 2025-04-01T04:56:32.055010 | {
"authors": [
"colinpriest",
"tornadomeet"
],
"repo": "dmlc/mxnet",
"url": "https://github.com/dmlc/mxnet/issues/1183",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
128280069 | Fine tuning Cifar-100 model freezing all layers except the last one.
I have trained a cifar-100 model using https://github.com/dmlc/mxnet/blob/master/example/notebooks/cifar-100.ipynb .
I need to finetune the model, freezing all the layers except the last one. How can we use symbol.blockGrad to freeze the layers? Is ... | gharchive/issue | 2016-01-23T01:02:56 | 2025-04-01T04:56:32.059851 | {
"authors": [
"CodeforBetter",
"futurely",
"piiswrong",
"winstywang"
],
"repo": "dmlc/mxnet",
"url": "https://github.com/dmlc/mxnet/issues/1340",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190324309 | Infer shape error in rhs argument
Hi guys,
I'm composing a resnet model on the basis of "symbol_resnet.py" code. I added some pooling layers between the resnet blocks and now I got the following error: InferShape Error in _plus4's rhs argument. When I change pad option in pooling layers or change number of filters i... | gharchive/issue | 2016-11-18T13:54:02 | 2025-04-01T04:56:32.063069 | {
"authors": [
"Andrjusha",
"piiswrong"
],
"repo": "dmlc/mxnet",
"url": "https://github.com/dmlc/mxnet/issues/3886",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
432317128 | [RFC] [VTA] [TSIM] Enabling Cycle-Accurate Hardware Simulation for VTA
The following RFC proposes a new simulation environment called TSIM that improves software and hardware integration and simulation accuracy compared to functional simulation. One of the goals of this RFC is integrating the hardware development pro... | gharchive/issue | 2019-04-11T23:26:09 | 2025-04-01T04:56:32.074286 | {
"authors": [
"tmoreau89",
"tqchen",
"vegaluisjose"
],
"repo": "dmlc/tvm",
"url": "https://github.com/dmlc/tvm/issues/3009",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
336334444 | Add support for multiple OpenCL platforms
This PR allows having both SDAccel and other OpenCL platforms.
When the target device is 'sdaccel', the runtime tries to use the Xilinx toolchain and find FPGA devices. If it fails to find SDAccel environment, it falls back to other OpenCL platforms so that unittests can tes... | gharchive/pull-request | 2018-06-27T18:11:26 | 2025-04-01T04:56:32.085531 | {
"authors": [
"kazum",
"tmoreau89",
"tqchen"
],
"repo": "dmlc/tvm",
"url": "https://github.com/dmlc/tvm/pull/1345",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
286364494 | [jvm-packages]error in compiler
Environment info
Operating System:win64
Compiler:tdm64
Package used (python/R/jvm/C++): jvm
xgboost version used: 0.7
There is an error when i compiler jvm-package , below is error information in maven
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered w... | gharchive/issue | 2018-01-05T18:15:10 | 2025-04-01T04:56:32.123607 | {
"authors": [
"icesky0125",
"zhangjinrui2718"
],
"repo": "dmlc/xgboost",
"url": "https://github.com/dmlc/xgboost/issues/3008",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
766856064 | [Roadmap] 1.4.0 Roadmap
@dmlc/xgboost-committer Please add your items here by editing this post. Let's ensure that
Each item has to be associated with a ticket
Major design/refactoring are associated with a RFC before committing the code
Blocking issue must be marked as blocking
Breaking change must be marked as bre... | gharchive/issue | 2020-12-14T19:35:17 | 2025-04-01T04:56:32.142494 | {
"authors": [
"Denisevi4",
"Roffild",
"SmirnovEgorRu",
"trivialfis"
],
"repo": "dmlc/xgboost",
"url": "https://github.com/dmlc/xgboost/issues/6500",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
237622771 | [jvm-packages] Release dmatrix when no longer needed
When using xgboost4j-spark I had executors getting killed much more
often than i would expect by yarn for overrunning their memory limits,
based on the memoryOverhead provided. It looks like a significant
amount of this is because dmatrix's were being created but n... | gharchive/pull-request | 2017-06-21T18:22:21 | 2025-04-01T04:56:32.144900 | {
"authors": [
"CodingCat",
"ebernhardson"
],
"repo": "dmlc/xgboost",
"url": "https://github.com/dmlc/xgboost/pull/2436",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2586084202 | feat: Logo design added
This pull request adds new logo designs to the project. The logos are in the public folder, and there are a few versions to choose from:
Logo-01.jpg
Logo-1.png
Logo-2.png
Logo-3.png
These logos can be used for the app or any branding needs.
Let me know if any changes are needed!
I love it!... | gharchive/pull-request | 2024-10-14T13:39:44 | 2025-04-01T04:56:32.164410 | {
"authors": [
"dmotts",
"shawaiz-khan"
],
"repo": "dmotts/yt-to-cloud-uploader",
"url": "https://github.com/dmotts/yt-to-cloud-uploader/pull/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1808793868 | 🛑 Google is down
In ae73d34, Google (https://www.google.com) was down:
HTTP code: 429
Response time: 421 ms
Resolved: Google is back up in b2cb65b.
| gharchive/issue | 2023-07-17T23:38:24 | 2025-04-01T04:56:32.184650 | {
"authors": [
"dmuinoo"
],
"repo": "dmuinoo/uptime",
"url": "https://github.com/dmuinoo/uptime/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
752094815 | Migrate LogCollect CASTOR endpoint to CTA
Impact of the new feature
WMAgent
Is your feature request related to a problem? Please describe.
CASTOR has been recently put in read-only mode and it's getting decommissioned in favor of the CERN CTA tape technology.
That means WMAgent components that depend on CERN CASTOR h... | gharchive/issue | 2020-11-27T09:05:51 | 2025-04-01T04:56:32.237562 | {
"authors": [
"amaltaro",
"ericvaandering"
],
"repo": "dmwm/WMCore",
"url": "https://github.com/dmwm/WMCore/issues/10110",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
72056374 | use pycurl as default
It seem WMAgent is not using pycurl as default (httplib2 is used). Change to pycurl call.
However, pycurl doesn't seems to be working smothly all the call fails.
Please don't merge yet
Traceback (most recent call last):
File "/Users/sryu/WorkArea2/WMCore/test/python/WMCore_t/Services_t/ReqMgr_t/... | gharchive/pull-request | 2015-04-30T04:10:05 | 2025-04-01T04:56:32.617826 | {
"authors": [
"DMWMBot",
"ericvaandering",
"ticoann",
"vkuznet"
],
"repo": "dmwm/WMCore",
"url": "https://github.com/dmwm/WMCore/pull/5845",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
300210134 | Remove MaxRSS and MaxVSize from StdBase spec definition
Fixes #8236
Possible replaces #8481
From the discussion with P&R team:
https://github.com/CMSCompOps/WmAgentScripts/issues/248
we might simply remove those 2 parameters from the top level requests (keeping them only at task level). So users won't (be allowed) se... | gharchive/pull-request | 2018-02-26T11:57:06 | 2025-04-01T04:56:32.627812 | {
"authors": [
"amaltaro",
"ticoann"
],
"repo": "dmwm/WMCore",
"url": "https://github.com/dmwm/WMCore/pull/8489",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
189529691 | Owner, where are you?
Hey @dmytrodanylyk - do you need help with this repo? There are bunch of good pull requests waiting and I would prefer some of them are merged to fix bugs and have unified base version.
Let me know if you need help with administration.
Hi, unfortunately I am don't have time to further support ... | gharchive/issue | 2016-11-15T22:48:16 | 2025-04-01T04:56:32.630612 | {
"authors": [
"dmytrodanylyk",
"lepipele"
],
"repo": "dmytrodanylyk/android-process-button",
"url": "https://github.com/dmytrodanylyk/android-process-button/issues/57",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2536718003 | start_windows fails to launch
Hi, the install goes as it should but as soon as I use the start file it opens CMD for a second before closing again and not starting anything.
It's most likely this error:
2024-09-19 17:51:51.582 | ERROR | glados.llama:is_running:173 - Couldn't establish connection after max_connec... | gharchive/issue | 2024-09-19T15:38:38 | 2025-04-01T04:56:32.672925 | {
"authors": [
"F4u5t",
"GameMelvin",
"dnhkng",
"thijsi123"
],
"repo": "dnhkng/GlaDOS",
"url": "https://github.com/dnhkng/GlaDOS/issues/84",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215825276 | Can't run crouton on chromebook, help!
I used to experiment crouton on my Acer Chromebook 14 but since one of the reinstall (in order to reinstall I turn on and off again developer mode) it stop allowing me to enter any crouton system. It starts loading but exits upon loading and gives the following lines:
crosh>
s... | gharchive/issue | 2017-03-21T17:49:59 | 2025-04-01T04:56:32.686802 | {
"authors": [
"Alkata",
"JoseJX",
"liltinkerer"
],
"repo": "dnschneid/crouton",
"url": "https://github.com/dnschneid/crouton/issues/3171",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1690124701 | ⚠️ Site ANTS has degraded performance
In c4561b1, Site ANTS (https://ants.gouv.fr) experienced degraded performance:
HTTP code: 200
Response time: 15915 ms
Resolved: Site ANTS performance has improved in 827012b.
| gharchive/issue | 2023-04-30T23:13:20 | 2025-04-01T04:56:32.692211 | {
"authors": [
"mogador26"
],
"repo": "dnum-mi/stats-sites-api",
"url": "https://github.com/dnum-mi/stats-sites-api/issues/1045",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1431860650 | Remove extra vertical bars in (unnumbered) program listings
The vertical bars | at the beginning of lines in program listings look like leftovers after adding proper CSS to the listings. The bars do not seem to be needed in the generated output, given the ability of CSS to declare content for ::before and ::after pse... | gharchive/issue | 2022-11-01T18:08:57 | 2025-04-01T04:56:32.701919 | {
"authors": [
"kwaxer",
"ndw"
],
"repo": "docbook/xslTNG",
"url": "https://github.com/docbook/xslTNG/issues/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
202954878 | add timestamps to upstart logs and remove color
This request is very similar to what was done with docker with the "--raw-logs" flag in this ticket https://github.com/docker/docker/pull/18621.
When you look at the logs (/var/log/upstart/docker.log) in less you see
ESC[34mINFOESC[0m[305786] containerd: <msg>
ESC[33mWA... | gharchive/issue | 2017-01-24T22:09:38 | 2025-04-01T04:56:33.048513 | {
"authors": [
"crosbymichael",
"jdfless",
"mlaventure",
"stevvooe"
],
"repo": "docker/containerd",
"url": "https://github.com/docker/containerd/issues/466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206567179 | Split datakit-github into datakit-github and datakit-bridge-github
datakit-github provides abstraction API for GitHub and doesn't need a lot of
depencencies. This can be used by the CI and by the local bridge without
requiring to depend on ocaml-github at all.
Signed-off-by: Thomas Gazagnaire thomas@gazagnaire.org
... | gharchive/pull-request | 2017-02-09T17:08:15 | 2025-04-01T04:56:33.050307 | {
"authors": [
"samoht"
],
"repo": "docker/datakit",
"url": "https://github.com/docker/datakit/pull/480",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
184363518 | Fix typo in set-up-dev-env.md
Describe the proposed changes
Change text BIN_DIR to BIND_DIR.
Project version
any
Related issue
none
Related issue or PR in another project
none
Please take a look
To mount the local Docker repository source into the Docker container, the developer needs to set an environment ... | gharchive/pull-request | 2016-10-20T23:13:53 | 2025-04-01T04:56:33.053727 | {
"authors": [
"johndmulhausen",
"rothrock"
],
"repo": "docker/docker.github.io",
"url": "https://github.com/docker/docker.github.io/pull/298",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
309822571 | Update upgrade.md
Proposed changes
Unreleased project version (optional)
Related issues (optional)
Can you give a bit more context into what you're trying to achieve?
Are you adding this note because previous versions of UCP allowed the TLS connection to be downgraded to TLS 1.1, and you want to make sure users... | gharchive/pull-request | 2018-03-29T16:31:40 | 2025-04-01T04:56:33.056557 | {
"authors": [
"joaofnfernandes",
"lenestopage"
],
"repo": "docker/docker.github.io",
"url": "https://github.com/docker/docker.github.io/pull/6340",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
334143944 | Docker Desktop : Add GDPR related policy regarding how we handle cleaning diagnostics in FAQs.
Please wait for validation by a few Docker Desktop colleagues before merging this.
Who should be added as a reviewer?
@joaofnfernandes can you add @rn & @stephen-turner (I can't add reviewers), thx.
And if you know who ... | gharchive/pull-request | 2018-06-20T15:57:10 | 2025-04-01T04:56:33.058915 | {
"authors": [
"gtardif",
"joaofnfernandes",
"stephen-turner"
],
"repo": "docker/docker.github.io",
"url": "https://github.com/docker/docker.github.io/pull/6915",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
196392438 | Add a note to env_file option
Proposed changes
Unreleased project version (optional)
Related issues (optional)
I added a follow-on commit to add some clarification. Thanks for your contribution.
| gharchive/pull-request | 2016-12-19T11:34:00 | 2025-04-01T04:56:33.060464 | {
"authors": [
"dankeder",
"mstanleyjones"
],
"repo": "docker/docker.github.io",
"url": "https://github.com/docker/docker.github.io/pull/932",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
62644535 | API retrieve exact cli command
Hi guys!
I'm having an issue where I'm trying to diff running containers against my configuration. Is there a way to determine Config variables passed via CLI vs. inherited from Dockerfile ... ? My current issue is that there are some ENVs specified in a Dockerfile (over which I have no... | gharchive/issue | 2015-03-18T09:59:44 | 2025-04-01T04:56:33.063001 | {
"authors": [
"asbjornenge",
"duglin"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/11460",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
77621748 | RHEL 6: Not possible to containerize ANY systemd based image (any docker version)
---- TRIAGE -----
Problem: Systemd is not supported on RHEL6 kernels (and this won't be fixed). As such containers which include systemd will not work.
Resolution: Update docs to reflect issues attempting to run systemd based images on ... | gharchive/issue | 2015-05-18T11:37:38 | 2025-04-01T04:56:33.080427 | {
"authors": [
"AXGKl",
"cpuguy83",
"mikebrow",
"thaJeztah"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/13297",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
92143395 | docker [1.7.0] ps output breaks certain compatibility
In some dokku plugins (ex: https://github.com/Kloadut/dokku-pg-plugin/blob/35edfebd9bc4eafcdf9f3ecfc32cef3404853b9b/commands#L42) the image tag was used to identify a particulr running container.
Why drop this from the output and is there a way to gain it back (wi... | gharchive/issue | 2015-06-30T16:53:56 | 2025-04-01T04:56:33.087950 | {
"authors": [
"GordonTheTurtle",
"cpuguy83",
"icecrime",
"michaelshobbs",
"runcom"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/14293",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
98882540 | Categories Docker images for industry trends
I have an idea. There are millions of Docker images in Docker hub. Say, I come from storage background and want to know what Docker images are available for storage industry. Same case could be if I am working for hardware industry I would be interested to know what system... | gharchive/issue | 2015-08-04T03:41:21 | 2025-04-01T04:56:33.098147 | {
"authors": [
"GordonTheTurtle",
"Pensu",
"ajeetraina",
"thaJeztah"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/15280",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
150020169 | Cannot remove container stopped while in "Restarting"
Output of docker version:
Client:
Version: 1.11.0
API version: 1.23
Go version: go1.5.4
Git commit: 4dc5990
Built: Wed Apr 13 18:34:23 2016
OS/Arch: linux/amd64
Server:
Version: 1.11.0
API version: 1.23
Go version: go1.5.4
... | gharchive/issue | 2016-04-21T09:36:18 | 2025-04-01T04:56:33.111182 | {
"authors": [
"AleksandrIakhnev",
"HackToday",
"Teudimundo",
"mlaventure",
"thaJeztah"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/22222",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
172988696 | docker containers' stats through UNIX socket not showing
Output of docker version:
Client:
Version: 1.11.2
API version: 1.23
Go version: go1.5.4
Git commit: 4a6e2b1
Built:
OS/Arch: linux/amd64
Server:
Version: 1.11.2
API version: 1.23
Go version: go1.5.4
Git commit: 4a6e2b... | gharchive/issue | 2016-08-24T15:45:18 | 2025-04-01T04:56:33.116893 | {
"authors": [
"cpuguy83",
"sandeepvaday"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/25984",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
201679811 | get the service details that the starting task belongs to - from within the task
I couldn't find any documentation about all dns records that can be queried from inside a container so posting my case hoping for a simple solution
trying to improve the percona cluster image
every starting task needs to know the ip ad... | gharchive/issue | 2017-01-18T20:11:35 | 2025-04-01T04:56:33.121094 | {
"authors": [
"krasi-georgiev",
"thaJeztah"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/issues/30255",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
70522300 | statsCollector: fix data race in run()
statsCollector.publishers must be protected to prevent modifications during the iteration in run().
Being locked for a long time is bad, so pairs of containers &publishers (pointers) are copied to release the lock fast. However, it gives an extra pressure to GC.
does this fix ... | gharchive/pull-request | 2015-04-23T21:51:17 | 2025-04-01T04:56:33.125872 | {
"authors": [
"LK4D4",
"jfrazelle",
"noxiouz"
],
"repo": "docker/docker",
"url": "https://github.com/docker/docker/pull/12714",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
231127823 | Scaling out a single group viamanager group commit updates every group
We have a group definition with a managers and a workers group. We want to scale out the workers group and issued the following after updating the Allocation|Size from 1->2:
Group workers with plugin group plan: Adding 1 instances to increase the ... | gharchive/issue | 2017-05-24T18:17:10 | 2025-04-01T04:56:33.342081 | {
"authors": [
"chungers",
"kaufers"
],
"repo": "docker/infrakit",
"url": "https://github.com/docker/infrakit/issues/563",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
210736593 | the 'before' tag to images
Before redeploying the stack, the vote and result services in the file docker-stack.yml are tagged with the before and in the docker stack services shows the latest tag. And, initially, the tags are before so renaming those tags.
Thank you.
ok,I see. thank you!
| gharchive/pull-request | 2017-02-28T09:50:12 | 2025-04-01T04:56:33.343949 | {
"authors": [
"dockerwang",
"mohan08p"
],
"repo": "docker/labs",
"url": "https://github.com/docker/labs/pull/178",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
119641549 | Add id/gid option to mount when using vmhgfs
Follow up of #1394
Signed-off-by: Fabio Rapposelli fabio@vmware.com
LGTM
LGTM
| gharchive/pull-request | 2015-12-01T04:50:43 | 2025-04-01T04:56:33.345232 | {
"authors": [
"dgageot",
"frapposelli",
"jeanlaurent"
],
"repo": "docker/machine",
"url": "https://github.com/docker/machine/pull/2461",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
120073459 | Generalize server keys
Unfortunately the database is still called "timestamp_keys" and I'm not sure how to fix that cleanly. Everything else has been generalized though so that one piece of ugly legacy hangover is highly contained to the database migration files, and the Key.TableName method.
@endophage I think MyS... | gharchive/pull-request | 2015-12-03T01:21:08 | 2025-04-01T04:56:33.349627 | {
"authors": [
"cyli",
"endophage"
],
"repo": "docker/notary",
"url": "https://github.com/docker/notary/pull/329",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
94833878 | Fix access controller resource type
The token server returns tokens with the type as "repository" not "repo".
Example token body
{
"access": [
{
"type": "repository",
"name": "dmcgowan/busysleep2",
"actions": [
"pull",
"push"
]
}
],
"aud": "notary.docker.io",
"e... | gharchive/pull-request | 2015-07-13T23:25:49 | 2025-04-01T04:56:33.351225 | {
"authors": [
"dmcgowan",
"endophage"
],
"repo": "docker/notary",
"url": "https://github.com/docker/notary/pull/50",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
146719123 | Do not install go vet on the Dockerfile
Not sure what changed, but looks like go vet just comes with the image now and also osxcross breaks unless pinned to a commit. Copied the OSX cross stuff from docker/docker Dockerfile.
Also bumped the min OSX version to 10.9.
I'll leave it to you to work out if godep is requ... | gharchive/pull-request | 2016-04-07T19:21:46 | 2025-04-01T04:56:33.352544 | {
"authors": [
"cyli",
"endophage",
"riyazdf"
],
"repo": "docker/notary",
"url": "https://github.com/docker/notary/pull/670",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
152721304 | use --cpu-shares instead of -c in integration test
Running integration test locally ran into such case:
# Warning: '-c' is deprecated, it will be replaced by '--cpu-shares' soon. See usage.
This pr did:
use --cpu-shares instead of -c in integration test
While --cpu-shares is always usable in each version of docker... | gharchive/pull-request | 2016-05-03T08:12:38 | 2025-04-01T04:56:33.355397 | {
"authors": [
"MHBauer",
"allencloud",
"nishanttotla"
],
"repo": "docker/swarm",
"url": "https://github.com/docker/swarm/pull/2200",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
361230334 | Use gometalinter; switch from x/net/context -> context
This PR contains a few related changes. The following is a copy-paste from commit messages. Hope it makes sense.
I. Makefile: use gometalinter
Instead of running many small source code checkers and linters one by
one, let's use gometalinter that runs them all in ... | gharchive/pull-request | 2018-09-18T10:08:05 | 2025-04-01T04:56:33.370670 | {
"authors": [
"dperny",
"kolyshkin"
],
"repo": "docker/swarmkit",
"url": "https://github.com/docker/swarmkit/pull/2750",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1895373125 | Feature/update macos quickstart
Description
Update Dockstore CLI install instructions, with an emphasis on updating the Mac OS instructions. Notably, we now correctly tell Mac users to use Java 17 instead of 11.
What's been tested
The Ubuntu instructions, because I only reformatted them, not changing any actual cont... | gharchive/pull-request | 2023-09-13T23:00:41 | 2025-04-01T04:56:33.386288 | {
"authors": [
"aofarrel",
"coverbeck",
"denis-yuen"
],
"repo": "dockstore/dockstore-ui2",
"url": "https://github.com/dockstore/dockstore-ui2/pull/1843",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
313696087 | and, or doesn't work in DQL
I migrate a mysql db to sqlAnywhere(sqla) to test my app developed with Doctrine2.
Acces to sqla works,
DQL like
$query = $em->createQuery('SELECT e FROM countries e WHERE e.conlng = :lng );
$query->setParameters(array(
'lng' => 'DE'
));
$result = $query->getResult();
also runs funny.
$que... | gharchive/issue | 2018-04-12T12:00:06 | 2025-04-01T04:56:33.412821 | {
"authors": [
"Ocramius",
"winnilein"
],
"repo": "doctrine/doctrine2",
"url": "https://github.com/doctrine/doctrine2/issues/7192",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
313166115 | Add sidebar.rst and cleanup docs homepage.
This depends on https://github.com/doctrine/doctrine-website/pull/88
LGTM, waiting for website change to be merged
| gharchive/pull-request | 2018-04-11T04:02:48 | 2025-04-01T04:56:33.414214 | {
"authors": [
"jwage",
"malarzm"
],
"repo": "doctrine/mongodb-odm",
"url": "https://github.com/doctrine/mongodb-odm/pull/1782",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1686271343 | Required Rule don't get updated properly
Duplicates
[X] I have searched the existing issues
Latest version
[X] I have tested the latest version
Current behavior 😯
After setting the required prop of i.a. a TextfieldElement from true to false, the required rule will still be active.
This is due to the rules of RHF... | gharchive/issue | 2023-04-27T07:24:17 | 2025-04-01T04:56:33.464083 | {
"authors": [
"TobiasKrahn",
"dohomi"
],
"repo": "dohomi/react-hook-form-mui",
"url": "https://github.com/dohomi/react-hook-form-mui/issues/153",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1067856322 | 3DMark06 crash
Please describe your issue as accurately as possible. If you run into a problem with a binary release, make sure to test with latest master as well.
So I've installed dxvk using winetricks and tried to lunch some games and benchmarks. However, the game tried to load for a while then crashed. Launching ... | gharchive/issue | 2021-12-01T01:43:51 | 2025-04-01T04:56:33.479337 | {
"authors": [
"Alexander-Senko",
"Blisto91",
"BruceNguyen812",
"BruhDudeWew",
"Ereski",
"K0bin",
"Kilvador",
"MonAaraj",
"bphd",
"doitsujin",
"garpu",
"guangli0510",
"rayrapetyan"
],
"repo": "doitsujin/dxvk",
"url": "https://github.com/doitsujin/dxvk/issues/2... |
1244159397 | Persona 4 Golden crashes on launch with "Application has crashed" on NVIDIA 515.43.04 drivers
Upon running Persona 4 Golden with NVIDIA 515.43.04 drivers, the game crashes immediately at launch:
This happens no matter what version of Proton is used (including known previously working ones) and it doesn't happen on N... | gharchive/issue | 2022-05-22T06:19:57 | 2025-04-01T04:56:33.487188 | {
"authors": [
"CarnageDevs"
],
"repo": "doitsujin/dxvk",
"url": "https://github.com/doitsujin/dxvk/issues/2648",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
2474274466 | 🛑 Feed is down
In 65d9e95, Feed (https://bsky-feed.dolciss.net/.well-known/did.json) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Feed is back up in 4e1033a after 4 minutes.
| gharchive/issue | 2024-08-19T21:52:06 | 2025-04-01T04:56:33.517683 | {
"authors": [
"dolciss"
],
"repo": "dolciss/upptime",
"url": "https://github.com/dolciss/upptime/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
238282983 | for..of is not IE11 compatible
https://kangax.github.io/compat-table/es6/#ie11
While I appreciate the desire to write modern JavaScript, IE11 is going to have to be "modern" through something like 2020 thanks to the Microsoft support cycle. Transpilers work pretty hard to prevent altering node modules, so the followi... | gharchive/issue | 2017-06-24T00:54:37 | 2025-04-01T04:56:33.559287 | {
"authors": [
"domenic",
"ianwremmel"
],
"repo": "domenic/chai-as-promised",
"url": "https://github.com/domenic/chai-as-promised/issues/209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
95546480 | Need support for charts in Sky
From @abarth on June 14, 2015 17:40
Possibly something like https://github.com/google/charted
Presumably we don't want this in the main framework. Charting support might be a good place to start with another Dart pub package that depends on the |sky| package.
Copied from original issue... | gharchive/issue | 2015-07-16T22:40:50 | 2025-04-01T04:56:33.580127 | {
"authors": [
"Hixie",
"abarth"
],
"repo": "domokit/sky_engine",
"url": "https://github.com/domokit/sky_engine/issues/59",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2452935033 | USER ACCOUNTING
Can you connect this panel to Mikrotik usermanager?
Hi @mpxsam , I took a look but I don't have any knowledge on this product, I'm not sure how to do that.
Cheers,
Donald
Closing due to out of scope issue :)
| gharchive/issue | 2024-08-07T08:51:17 | 2025-04-01T04:56:33.595005 | {
"authors": [
"donaldzou",
"mpxsam"
],
"repo": "donaldzou/WGDashboard",
"url": "https://github.com/donaldzou/WGDashboard/issues/295",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
309301148 | Switch to using the 'raw' binding in guides
The guides, especially the PMO guide, had some use of the
prop:from="'String value'" binding. This PR switches it to use
prop:raw="String value" instead. Closes #1087
Coverage remained the same at 96.067% when pulling 99c1472b36ca1c48cccbe73e4d11e0d5f148b4b7 on raw into ... | gharchive/pull-request | 2018-03-28T10:06:28 | 2025-04-01T04:56:33.600207 | {
"authors": [
"coveralls",
"matthewp"
],
"repo": "donejs/donejs",
"url": "https://github.com/donejs/donejs/pull/1096",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
195087719 | Modifying ClassNLLCriterion.cu
Replacing ClassNLLCriterion.cu in ~/torch/extra/cunn/lib/THCUNN/ throws up errors :
/u/<user>/torch/extra/cunn/lib/THCUNN/ClassNLLCriterion.cu(126): error: identifier "THCRealTensor_checkGPU" is undefined
/u/<user>/torch/extra/cunn/lib/THCUNN/ClassNLLCriterion.cu(130): error: identifie... | gharchive/issue | 2016-12-12T21:15:42 | 2025-04-01T04:56:33.610638 | {
"authors": [
"Demolei",
"avinash2692",
"donglixp",
"saraswat"
],
"repo": "donglixp/lang2logic",
"url": "https://github.com/donglixp/lang2logic/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
328821725 | AndroidRuntime: FATAL EXCEPTION with android.test.canceled
Version of react-native-iap
1.0.6
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
no crash, instead fail gracefully
Actual behavior
crash in android native module
Tested environment (Emulator? Real Device?)
Device: Motoralo M... | gharchive/issue | 2018-06-03T11:44:48 | 2025-04-01T04:56:33.622543 | {
"authors": [
"dooboolab",
"martnst",
"yasheshkt"
],
"repo": "dooboolab/react-native-iap",
"url": "https://github.com/dooboolab/react-native-iap/issues/177",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1556776202 | Resubscribe not triggered on iOS
I am trying to implement a subscription on my app but, it worked great the first time, I called requestSubscription then purchaseUpdatedListener has been triggered.
But days after that, the sandbox subscription has expired and when I am calling requestSubscription then purchaseUpdated... | gharchive/issue | 2023-01-25T14:45:08 | 2025-04-01T04:56:33.630350 | {
"authors": [
"Prathameshlabde",
"Relax594",
"ajouve",
"andresesfm",
"professorkolik",
"sedot42"
],
"repo": "dooboolab/react-native-iap",
"url": "https://github.com/dooboolab/react-native-iap/issues/2216",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-a... |
1340378726 | add missing proration mode
ProrationModesAndroid enum was missing IMMEDIATE_AND_CHARGE_FULL_PRICE mode
Thank you @mmajk55
@andresesfm Can You create release 8.6.8 with this change?
Unfortunately not @mmajk55. Since 9.0.0 was merged into master, any reason no to move to 9?
| gharchive/pull-request | 2022-08-16T13:42:14 | 2025-04-01T04:56:33.632180 | {
"authors": [
"andresesfm",
"mmajk55"
],
"repo": "dooboolab/react-native-iap",
"url": "https://github.com/dooboolab/react-native-iap/pull/1861",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
192441383 | Add TravisCI configuration
Title says it all 👍
Done via 2388917
| gharchive/issue | 2016-11-30T00:25:01 | 2025-04-01T04:56:33.633935 | {
"authors": [
"doomspork"
],
"repo": "doomspork/ua_parser",
"url": "https://github.com/doomspork/ua_parser/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1088283859 | [Clang Compile] Fix clang compile failed in function_case
1 通过gcc和clang编译
2 通过sql正确性测试 SELECT SUM(CASE WHEN LO_SUPPLYCOST + 10000 > 100000 then 1 else 0 END) FROM lineorder_flat;
把数组声明换成then_idx_data, 然后声明一个叫then_idx的restrict指针吧... 或者把下面用到的地方都得改成then_idx_ptr也行 不能只改memset
把数组声明换成then_idx_data, 然后声明一个叫then_idx的res... | gharchive/pull-request | 2021-12-24T09:55:44 | 2025-04-01T04:56:33.639992 | {
"authors": [
"BiteTheDDDDt",
"wangbo",
"yiguolei"
],
"repo": "doris-vectorized/doris-vectorized",
"url": "https://github.com/doris-vectorized/doris-vectorized/pull/312",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
203211562 | Replace filebrowser
Sounded like a chore, actually worked out pretty nicely out of the box.
Because migrations still contain filebrowser, we'll have to squash them to remove the dependency on it (from requirements.txt). We should await doing this until we know we're safe to do so; by testing thoroughly. Nothing sho... | gharchive/pull-request | 2017-01-25T20:20:21 | 2025-04-01T04:56:33.681654 | {
"authors": [
"sklirg"
],
"repo": "dotKom/onlineweb4",
"url": "https://github.com/dotKom/onlineweb4/pull/1797",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
415765732 | gql-gen init - Error: Cannot find module 'graphql/language/parser'
Describe the bug
Everytime I run gql-gen I get an error
module.js:549
throw err;
^
Error: Cannot find module 'graphql/language/parser'
This is happening in existing and new projects. I am using Angular CLI to generate my projects.
To Reprodu... | gharchive/issue | 2019-02-28T18:37:08 | 2025-04-01T04:56:33.688969 | {
"authors": [
"aoakeson",
"ardatan",
"dotansimha"
],
"repo": "dotansimha/graphql-code-generator",
"url": "https://github.com/dotansimha/graphql-code-generator/issues/1378",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
557051562 | [typescript-resolvers] Create a type for directive args
I wanted to enforce a better type check when implementing Apollo custom directives, but since the directive arguments are exported inside the directive resolver type I need to create a workaround to retrieve the arguments types.
Since I have several custom direc... | gharchive/issue | 2020-01-29T18:55:34 | 2025-04-01T04:56:33.692658 | {
"authors": [
"ardatan",
"dotansimha",
"victor-accarini"
],
"repo": "dotansimha/graphql-code-generator",
"url": "https://github.com/dotansimha/graphql-code-generator/issues/3418",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
940765127 | Not compatible with graphql-config@3 when multiple projects are defined in the .graphqlrc.yml
Describe the bug
here is the content of my .graphqlrc.yml:
projects:
first:
schema: ./first.graphql
documents: ./src/first-gql.js
extensions:
codegen:
generates:
./first.graphql:
... | gharchive/issue | 2021-07-09T13:26:16 | 2025-04-01T04:56:33.704982 | {
"authors": [
"FeliciaAKelley",
"Urigo",
"dotansimha",
"moshest",
"saihaj",
"waterdrop01"
],
"repo": "dotansimha/graphql-code-generator",
"url": "https://github.com/dotansimha/graphql-code-generator/issues/6282",
"license": "MIT",
"license_type": "permissive",
"license_source": "g... |
2182876507 | Device disconnected after write
Prerequisites
[X] I checked the documentation and FAQ without finding a solution
[X] I checked to make sure that this issue has not already been filed
[X] I'm sure that question is related to the library itself and not Bluetooth Low Energy or Classic in general. If that so, please pos... | gharchive/issue | 2024-03-13T00:08:16 | 2025-04-01T04:56:33.713568 | {
"authors": [
"EmmaZachara",
"ex3ndr",
"fustaro",
"gamilrr",
"jklimke",
"kurogalaxy",
"mikasius",
"nhaduongc"
],
"repo": "dotintent/react-native-ble-plx",
"url": "https://github.com/dotintent/react-native-ble-plx/issues/1179",
"license": "Apache-2.0",
"license_type": "permis... |
907987524 | Installation fails becaues of conflicting rspec dependencies on Fedora 34
Installing vagrant-vbguest fails on Fedora 34:
$ vagrant --version
Vagrant 2.2.16
$ cat /etc/redhat-release
Fedora release 34 (Thirty Four)
$ vagrant plugin list
No plugins installed.
$ ruby -v
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x... | gharchive/issue | 2021-06-01T07:26:05 | 2025-04-01T04:56:33.716426 | {
"authors": [
"mattock"
],
"repo": "dotless-de/vagrant-vbguest",
"url": "https://github.com/dotless-de/vagrant-vbguest/issues/410",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
673741987 | Is HealthCheck functionality moving to Microsoft.Extensions.Diagnostics.HealthChecks from Xabaril / AspNetCore.Diagnostics.HealthChecks?
I recently came across the Microsoft.Extensions.Diagnostics.HealthChecks nuget and was wondering if this is supposed to replace the AspNetCore.Diagnostics.HealthChecks that Xabaril ... | gharchive/issue | 2020-08-05T18:07:18 | 2025-04-01T04:56:33.741941 | {
"authors": [
"Rick-Anderson",
"guardrex",
"udlose"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/19421",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
866534958 | Provide More Details on "Common Services"
Two requests in this:
For anyone moving to prerendering, they need to know what kind of services need to be registered over on the Server, as opposed to the client. Saying "Common Services" is not at all enlightening nor helpful top that end. Can you explain what kinds of se... | gharchive/issue | 2021-04-24T03:18:13 | 2025-04-01T04:56:33.751553 | {
"authors": [
"guardrex",
"taylorchasewhite"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/22122",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1088002426 | Documentation for "Configure Identity services" is not clear
Documentation for "Configure Identity services" is not clear, Microsoft post this:
"
Services are added in Program.cs. The typical pattern is to call methods in the following order:
Add{Service}
Services.Configure{Service}
"
After that there are a example... | gharchive/issue | 2021-12-23T21:33:08 | 2025-04-01T04:56:33.760372 | {
"authors": [
"Byron2016",
"Ducki",
"Rick-Anderson"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/24405",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1260565974 | Add a topic on implementing Custom Authentication in Blazor Server
Hey @guardrex, it's your favorite end user again with another dynamite suggestion:
Add a topic (not sure where) on how to implement Custom Authentication in Blazor Server.
I am struggling to do this, and I have not found any guidance in the docs on th... | gharchive/issue | 2022-06-04T02:02:10 | 2025-04-01T04:56:33.772405 | {
"authors": [
"gregoryagu",
"guardrex",
"jereytucker"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/26050",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1624967179 | Deprecated CSS preprocessor
Delegate.SassBuilder is archived at github. Consider replacing it with AspNetCore.SassCompiler
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: 2703a48e-8b35-53fc-ac36-cfb395833077
Version Independent ID: 39d464d9-aca6-34fa-7... | gharchive/issue | 2023-03-15T08:05:41 | 2025-04-01T04:56:33.784134 | {
"authors": [
"boppbo",
"guardrex"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/28681",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1665363262 | Error when running the Update Database Command
When i run the Update Database Command this Error pops up.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is... | gharchive/issue | 2023-04-12T22:42:37 | 2025-04-01T04:56:33.792194 | {
"authors": [
"MaartenvdGoor",
"Rick-Anderson"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/28957",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1952888101 | TEST ISSUE
Description
This is a test issue.
Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-7.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/index.md
Document ID
1668c8fb-024c-c86d-d4d5-e22e3355c04b
Article author
guardrex
Leave open for a ... | gharchive/issue | 2023-10-19T19:03:26 | 2025-04-01T04:56:33.794906 | {
"authors": [
"guardrex"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/issues/30778",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1718018085 | Fix typo
Property is named ObjectId in the example shown.
Internal previews
📄 File
🔗 Preview link
aspnetcore/mvc/models/model-binding.md
Model Binding in ASP.NET Core
@dotnet-policy-service agree
@dotnet-policy-service agree
@TsukiCTF please read the following Contributor License Agreement(CLA). I... | gharchive/pull-request | 2023-05-20T03:12:06 | 2025-04-01T04:56:33.800562 | {
"authors": [
"Rick-Anderson",
"TsukiCTF"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/pull/29323",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2158990761 | Update redirecttologin-component.md
It is inside "Layout" folder. I have checked it in .NET 8.0 version of blazor wasm project.
Hello @yogyogi ... We can't do this without versioning it, and I'm ok not doing so in this case as long as the text doesn't mention it elsewhere. In fact, I may have updated it to remove t... | gharchive/pull-request | 2024-02-28T13:36:35 | 2025-04-01T04:56:33.803439 | {
"authors": [
"guardrex",
"yogyogi"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/pull/31924",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2236366819 | Native Mobile Backend: Replaced Postman with curl and jq
Internal Review: Link to edited section on testing
Fixes #31984
Removed Postman testing examples.
Replaced with curl + jq install and test instruction.
The original application example was not changed but was run and the REST API tested with the new curl inst... | gharchive/pull-request | 2024-04-10T20:22:38 | 2025-04-01T04:56:33.808457 | {
"authors": [
"wadepickett"
],
"repo": "dotnet/AspNetCore.Docs",
"url": "https://github.com/dotnet/AspNetCore.Docs/pull/32293",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.