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
1263133951
Error occured after command: "docker-compose up" The error messages are listed below: ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions ...
gharchive/issue
2022-06-07T11:21:39
2025-04-01T06:40:04.879149
{ "authors": [ "fish1968", "hobo0cn" ], "repo": "primihub/primihub", "url": "https://github.com/primihub/primihub/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2649854484
CTC Prediction using Regression Models CTC Prediction of freshers with the data available as College data , city data etc . Different Regression Models are used and the accuracy levels are tested and scrutinized . Revert for any concern
gharchive/pull-request
2024-11-11T16:45:21
2025-04-01T06:40:04.885741
{ "authors": [ "debmillionaire" ], "repo": "prince-chhirolya/ChhirolyaTech_AI_ML_Intern_Candidates_Assignments", "url": "https://github.com/prince-chhirolya/ChhirolyaTech_AI_ML_Intern_Candidates_Assignments/pull/32", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-ap...
2039112034
Using crows pairs multiple times will result in different measurements hi, I ran into a problem with multiple crows-pairs metrics with different results. After training the model using bert-base-cased/ save locally, I used crows pairs multiple times to measure different results. Figure: Thank you very much for answe...
gharchive/issue
2023-12-13T07:24:02
2025-04-01T06:40:04.895588
{ "authors": [ "jacqueline-he", "struggle12" ], "repo": "princeton-nlp/MABEL", "url": "https://github.com/princeton-nlp/MABEL/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2336362833
Bugfix v1.3.4 @David-Yan1 Fixed bug where individual export would fail on objects hidden from viewport @mazeyu Fixed Terrain.populated_bounds bad merge Fixes #247
gharchive/pull-request
2024-06-05T16:35:07
2025-04-01T06:40:04.897158
{ "authors": [ "araistrick" ], "repo": "princeton-vl/infinigen", "url": "https://github.com/princeton-vl/infinigen/pull/251", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
668773451
Suggestions only given for first word in line If I have two words underlined as mispelled and want to leave the first as is (without adding to the dictionary) the suggestions remain for the even if the cursor is in the second. Can anyone confirm? Yes, this is how it currently works. I think that when the cursor ...
gharchive/issue
2020-07-30T14:11:20
2025-04-01T06:40:04.898828
{ "authors": [ "mardukbp", "reagle" ], "repo": "priner/micro-aspell-plugin", "url": "https://github.com/priner/micro-aspell-plugin/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
946743911
Incorrect example queries in the next steps page of the MongoDB Getting Started guide Context The Next Steps page in the MongoDB getting started guide has a number of example queries under the subsection Expand for more Prisma Client API examples. However, most of these queries do not match the schema provided in th...
gharchive/issue
2021-07-17T07:27:45
2025-04-01T06:40:04.906289
{ "authors": [ "TasinIshmam", "janpio" ], "repo": "prisma/docs", "url": "https://github.com/prisma/docs/issues/2049", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
637621305
We should highlight that using prisma.raw() with parameters is not secure and recommend using prisma.raw`` Problem Users are using prisma.raw() like const data = await prisma.raw( `SELECT * FROM "ProviderItemAttribute" WHERE "provider_item" = ${root.id} AND "user" = ${auth.user.id} limit 1;`, ); This example is us...
gharchive/issue
2020-03-25T13:58:53
2025-04-01T06:40:04.913374
{ "authors": [ "Jolg42", "janpio", "mhwelander", "steebchen" ], "repo": "prisma/docs", "url": "https://github.com/prisma/docs/issues/449", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1656601728
:cyclone: Move database deconnection to the finally block Describe this PR The purpose of this PR is to refactor the legacy code which disconnects the database twice : 1 . In the Success phase of the promise. 2. In the Failed phase of the promise. It is possible to set await prisma.$disconnect() in the finally block ...
gharchive/pull-request
2023-04-06T03:20:41
2025-04-01T06:40:04.917661
{ "authors": [ "alamenai", "jharrell" ], "repo": "prisma/docs", "url": "https://github.com/prisma/docs/pull/4641", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
406639246
Fix/light theme display Fixes #900 (not implementing an option to clear what accumulates in the subscription). Changes proposed in this pull request: enable display time showed in light theme. Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contrib...
gharchive/pull-request
2019-02-05T05:47:26
2025-04-01T06:40:04.920499
{ "authors": [ "CLAassistant", "Huvik", "yoshiakis" ], "repo": "prisma/graphql-playground", "url": "https://github.com/prisma/graphql-playground/pull/957", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
658101526
Chaining relations Problem JS Client supports chained relations, but the Go client does not const postsByUser: Post[] = await prisma.user .findOne({ where: { email: 'alice@prisma.io' } }) .posts() Suggested Solution posts, err := client.User.FindOne(...).Posts(...).Exec(ctx) duplicate of https://github.com/pr...
gharchive/issue
2020-07-16T11:15:35
2025-04-01T06:40:04.922792
{ "authors": [ "matthewmueller", "steebchen" ], "repo": "prisma/prisma-client-go", "url": "https://github.com/prisma/prisma-client-go/issues/198", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1156629399
Order by Relations not work Bug description Order by Relations not work in version 2.21.2 How to reproduce My code: prisma.product.findMany({ orderBy: { analytics: { id: 'acs' } } }) Type '{ analytics: {}; }' is not assignable to type 'Enumerable<ProductOrderByInput>'. Obj...
gharchive/issue
2022-03-02T07:14:30
2025-04-01T06:40:04.934803
{ "authors": [ "M15sy", "NguyenKyThinh94", "arielvieira", "fabriciosautner", "janpio", "jonrcrowell", "pantharshit00", "pimeys" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/12108", "license": "Apache-2.0", "license_type": "permissive", "licens...
1814230988
called Option::unwrap() on a None value Hi Prisma Team! My Prisma Client just crashed. This is the report: Versions Name Version Node v20.4.0 OS debian-openssl-3.0.x Prisma Client in-memory Query Engine 6b0aef69b7cdfc787f822ecd7cdc76d5f1991584 Database mongodb Logs prisma:client:libraryEngine sendin...
gharchive/issue
2023-07-20T15:10:45
2025-04-01T06:40:04.942821
{ "authors": [ "GoodBoyNeon", "SevInf", "janpio", "millsp" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/20312", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
324003061
Support for Vitess Feature Request What feature are you missing? Support for Vitess (https://vitess.io/) How could this feature look like in detail? Tradeoffs? Luckily, this would be very similar to MySQL support, with some extra work on top. Vitess is the MySQL based sharding framework used by google. And also sup...
gharchive/issue
2018-05-17T12:33:53
2025-04-01T06:40:04.947546
{ "authors": [ "derekperkins", "marcus-sa", "meodemsao", "netspencer", "tslater" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/2451", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
408124983
Go client: prisma.Client.GraphQL() unmashal result into struct When i run a custom query using GraphQL() I always have to use libraries like mitchellh/mapstructure to bind map values to a structure. Adding a parameter to GraphQL() (resp interface{}) would allow to decode data directly into my struct because machinebo...
gharchive/issue
2019-02-08T12:07:07
2025-04-01T06:40:04.951353
{ "authors": [ "chris-rock", "dominikh", "karrim" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/4023", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
777509431
Panic: Did not find a relation for model I'm using prisma 2.13.1. model Movie { id String @id @default(cuid()) title String slug String @unique synopsis String year Int runtime Int imdb String @unique rating Float poster String genres Strin...
gharchive/issue
2021-01-02T19:05:57
2025-04-01T06:40:04.972396
{ "authors": [ "albertoperdomo", "brielov", "do4gr", "janpio", "mic1983", "schwarzsky", "tomhoule" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/4854", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
912243476
MSSQL Prisma: ConnectorError { user_facing_error: None, kind: QueryError(Utf8) Bug description Kinda premise is here: https://github.com/prisma/prisma/discussions/7475 In short: Introspected via prisma already existing database on localhost (which was created via .bak file earlier with MS SQL Server Studio), tried to...
gharchive/issue
2021-06-05T12:34:59
2025-04-01T06:40:05.012413
{ "authors": [ "Allislove", "BJladika", "janpio", "pimeys" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/7476", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
915389259
Migrate could automatically create a CITEXT extension if it is used in the schema (Postgres) Assume this schema (Postgres): model User { id String @id email String } When I run migrate dev for this, all is good. But now, when I try to change the email field to use the Citext native type: model User { id String...
gharchive/issue
2021-06-08T19:08:57
2025-04-01T06:40:05.018246
{ "authors": [ "madebysid", "pantharshit00" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/7535", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1810170237
ci(benchmark.yml): use Node v16 https://prisma-company.slack.com/archives/C04UKP1JSE7/p1689693487127009 PR to try removing V8 flags causing this in https://github.com/prisma/prisma/pull/20281
gharchive/pull-request
2023-07-18T15:27:04
2025-04-01T06:40:05.019916
{ "authors": [ "Jolg42" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/pull/20280", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
58346485
Hide c or c++ symbols in the pod distribution The current pod exposes all symbols in the webrtc project such as nss/sha512.cc containing symbols such as _SHA256_Update. Those symbols are susceptible to conflict with other libraries such as openssl. Is it possible to just expose ObjectC related symbols in the pod dist...
gharchive/issue
2015-02-20T12:34:02
2025-04-01T06:40:05.030672
{ "authors": [ "tomfisher" ], "repo": "pristineio/webrtc-build-scripts", "url": "https://github.com/pristineio/webrtc-build-scripts/issues/70", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2129962199
chore: added placeholder to repo info form Description Added dynamic placeholder for the parameter input element Related Issue issue #385 Does this introduce a breaking change? [ ] Yes [x] No Other information Hey! Your solution is great, but someone created a PR 2 days ago to solve the same issue: https...
gharchive/pull-request
2024-02-12T11:44:28
2025-04-01T06:40:05.040195
{ "authors": [ "0xjei", "gabrieltemtsen", "vplasencia" ], "repo": "privacy-scaling-explorations/bandada", "url": "https://github.com/privacy-scaling-explorations/bandada/pull/388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
630306946
🆕 Software Suggestion | Opticole Basic Information Name: Opticole Category: Windows Privacy Tool & File Encryption URL: www.riserbo.com/opticole.html Description Opticole is an easy-to-use Windows privacy toolkit with a simple GUI. I think it's best to compare it to a Swiss army knife, but for privacy. It all runs i...
gharchive/issue
2020-06-03T20:33:07
2025-04-01T06:40:05.062618
{ "authors": [ "Onit333", "blacklight447-ptio", "danarel", "ph00lt0" ], "repo": "privacytools/privacytools.io", "url": "https://github.com/privacytools/privacytools.io/issues/1942", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2671555708
feat: Use HTML to format train_test_split warnings in vscode/jupyter Probably in another task we could display those strings as formatted HTML if running in a notebook. Maybe something like (not tested): with contextlib.suppress(ImportError): from IPython.core.interactiveshell import InteractiveSh...
gharchive/issue
2024-11-19T09:58:37
2025-04-01T06:40:05.117753
{ "authors": [ "rouk1", "tuscland" ], "repo": "probabl-ai/skore", "url": "https://github.com/probabl-ai/skore/issues/770", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
941206513
Detect timeout when reading from USB HID device The return value from HidDevice::read_timeoutwas not checked, so we did not detect when a timeout occured. With the changes in this PR, it should be possible to try multiple reports when connecting to a CMSIS-DAP probe, as is planned in #721. bors retry Perhaps we c...
gharchive/pull-request
2021-07-10T08:50:13
2025-04-01T06:40:05.120680
{ "authors": [ "Tiwalun", "Yatekii", "adamgreig" ], "repo": "probe-rs/probe-rs", "url": "https://github.com/probe-rs/probe-rs/pull/733", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1192406948
Error in Equation 25.14 [version 2022-03-14] I think there might be a mistake in Equation 25.14 (Section 25.2 line 42, page 865 (latex)). In the text the partition function appears inside the exponential but I think it should be outside, something more like: $$ \int \exp (- E_{\boldsymbol{\theta}}(\mathbf{x})) Z_{\bo...
gharchive/issue
2022-04-04T23:07:08
2025-04-01T06:40:05.122887
{ "authors": [ "gileshd", "murphyk" ], "repo": "probml/pml2-book", "url": "https://github.com/probml/pml2-book/issues/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
329677204
Allow handlebars to be referenced easily Feature Request Is your feature request related to a problem? Please describe. I am creating a probot application that requires a few http routes. I as they're not totally trivial I'd like to write them using a templating language and I've noticed probot already uses handlebar...
gharchive/issue
2018-06-06T01:17:16
2025-04-01T06:40:05.177282
{ "authors": [ "BPScott", "bkeepers" ], "repo": "probot/probot", "url": "https://github.com/probot/probot/issues/560", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
180430146
Bug when using the refresh button when running code. When I run code in the p5js editor and press the refresh button it stops the whole program from running after. video explanation here: http://screencast.com/t/eEhRSyI5a29Z I'm experiencing the same problem. Aside from that, I would prefer a dark environment over ...
gharchive/issue
2016-10-01T01:17:43
2025-04-01T06:40:05.179951
{ "authors": [ "SimonBuxx", "otakucode", "tegacodes", "twilson33" ], "repo": "processing/p5.js-editor", "url": "https://github.com/processing/p5.js-editor/issues/268", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1478654520
Add documentation for AudioVoice.dispose() Add missing documentation for AudioVoice.dispose() Thanks for merging this!
gharchive/pull-request
2022-12-06T09:32:22
2025-04-01T06:40:05.180984
{ "authors": [ "lf32" ], "repo": "processing/p5.js-sound", "url": "https://github.com/processing/p5.js-sound/pull/692", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
603259253
Added p5.js books to book page Fixes #699 Changes: Added Generative design book. Screenshots of the change: @jeremydouglass Thank you so much for the review! Earlier I was wondering if there was some standard file size or width for the images. I will update the image with 600px width and amend the commit. I will s...
gharchive/pull-request
2020-04-20T13:56:49
2025-04-01T06:40:05.201166
{ "authors": [ "ayushjainrksh", "jeremydouglass", "lmccart", "scotthmurray" ], "repo": "processing/p5.js-website", "url": "https://github.com/processing/p5.js-website/pull/716", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1160373491
Update lint-staged from 12.3.4 to 12.3.5 Change-type: patch Signed-off-by: Josh Bowling josh@balena.io @balena-ci I self certify!
gharchive/pull-request
2022-03-05T15:05:28
2025-04-01T06:40:05.236447
{ "authors": [ "joshbwlng" ], "repo": "product-os/jellyfish-assert", "url": "https://github.com/product-os/jellyfish-assert/pull/259", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1129162235
No negative Values with 1.1.2 Hey, with 1.1.0 the Consumption stops at 0. I got negative Values (PV Power :D ) with V1.1.2 the spend / negative values -X Watt will be show in positive values. Can you display negative values or can you add a checkbox for „stop at 0 W“? workaround for me: use V1.1.0 index.js erweiter...
gharchive/issue
2022-02-09T23:11:03
2025-04-01T06:40:05.244544
{ "authors": [ "produdegr", "thechris1992" ], "repo": "produdegr/homebridge-3em-energy-meter", "url": "https://github.com/produdegr/homebridge-3em-energy-meter/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2080436461
i can not format 64 GB transcend sd card That picture shows a successful format. The erase option is expected to fail for some cards and USB card readers. You can ignore the error message.
gharchive/issue
2024-01-13T19:02:10
2025-04-01T06:40:05.268173
{ "authors": [ "profi200", "sohanatrana" ], "repo": "profi200/sdFormatLinux", "url": "https://github.com/profi200/sdFormatLinux/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
247143711
macOS Sierra, go and install drivers fails: ./profitbricks.go:258: cannot use profitbricks.Lan literal (type profitbricks.Lan) as type profitbricks.CreateLanRequest in argument to profitbricks.CreateLan make: *** [compile] Error 2 macOS Sierra go installed via brew When I try to install the drivers via go, this happe...
gharchive/issue
2017-08-01T17:29:31
2025-04-01T06:40:05.270081
{ "authors": [ "alibazlamit", "apietsch" ], "repo": "profitbricks/docker-machine-driver-profitbricks", "url": "https://github.com/profitbricks/docker-machine-driver-profitbricks/issues/30", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2439919443
v2.11-beta2+fall2024 Backend version SDK SHA Please fix the spelling and listing errors
gharchive/pull-request
2024-07-31T12:19:56
2025-04-01T06:40:05.323861
{ "authors": [ "ccruzagralopes", "hiltonlima" ], "repo": "project-chip/certification-tool-backend", "url": "https://github.com/project-chip/certification-tool-backend/pull/121", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1039106700
Need a template class for linked list Problem LinkedList is a useful data structure for holding a list of uncertain number items (since we cannot have containers like std::vector due to tight memory), but we don't have one. Proposed Solution Implement (or port) one. Intrusive or not? @erjiaqing Does IntrusiveList...
gharchive/issue
2021-10-29T02:35:48
2025-04-01T06:40:05.325338
{ "authors": [ "bzbarsky-apple", "erjiaqing" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/11171", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1271882267
TC-GR-2.3 Groups Cluster - AddGroupIfIdentifying command not working 1.Problem - 1. When TH adds the group using AddGroupIfIdentifying command, the group doesn't exists in GroupTable 2. when TH adds n+1 group using AddGroupIfIdentifying command, we are unable to get RESOUCE_EXHAUSTED response 2.Sequence of steps A...
gharchive/issue
2022-06-15T08:41:30
2025-04-01T06:40:05.331300
{ "authors": [ "bzbarsky-apple", "sethunk", "woody-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/19611", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1977707351
[Build] Build issue(s) when i use this commond sevene@sevenedeMacBook-Pro CHIPTool % ./gradlew build reslut failed, how to solve, branch is master, i want Building Android CHIPTool from Android Studio /Users/sevene/matter/connectedhomeip/out/android_arm64/CMakeLists.txt : C/C++ debug|arm64-v8a : CMake Warning at /U...
gharchive/issue
2023-11-05T09:33:04
2025-04-01T06:40:05.334815
{ "authors": [ "Qianweiyin" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/30222", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1276311147
[Ameba] Populate other threadmetrics fields Problem When reading threadmetrics, stackSize and stackFreeCurrent shows garbage values. Change overview Get stackSize and stackFreeCurrent using implemented API Testing Read threadmetrics and checked that these 2 fields shows the correct values. Fast tracking platform ch...
gharchive/pull-request
2022-06-20T03:30:15
2025-04-01T06:40:05.337374
{ "authors": [ "pankore", "woody-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/19752", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1565451740
Add a timer to track whether we have received BDX init after a query … …image was successful Currently if an ota requester has a successful query image and an image it available but if for any reason, the ota requester doesn't send BDX init, the provider will be stuck until we reboot the resident. In order to have ...
gharchive/pull-request
2023-02-01T05:16:20
2025-04-01T06:40:05.340007
{ "authors": [ "nivi-apple", "selissia" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/24777", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
924335619
Adding request-commissioning CHIPTool command Problem Support for Initializing setup via "commissioner-discovery-from-an-on-network-device" is pending implementation of commands for Steps 7-12. Note: Steps 3-5 were previously implemented as a discover-commissioner command in the CHIPTool (see PR) What is being fixed...
gharchive/pull-request
2021-06-17T21:09:00
2025-04-01T06:40:05.346421
{ "authors": [ "msandstedt", "sharadb-amazon" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/7729", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2745477127
Update AppWrappers from 0.27.0 to v0.30.0 Changes: Define aw as a shortname for appwrapper (PR-288) Promote AppWrapperLabel to v1beta2 api (PR-282) Ensure consistent resource status if create errors (PR-273) Flag config error if admissionGP exceeds warmupGP (PR-278) This is independent of #642, but it probably ma...
gharchive/pull-request
2024-12-17T16:51:38
2025-04-01T06:40:05.348827
{ "authors": [ "dgrove-oss" ], "repo": "project-codeflare/codeflare-operator", "url": "https://github.com/project-codeflare/codeflare-operator/pull/643", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
321597899
Switch to Nginx instead of Express for serving files Use Docker image for Nginx see: https://github.com/cloudigrade/frontigrade/blob/2-build-skeleton-page/Dockerfile https://github.com/project-koku/koku-ui/pull/53
gharchive/issue
2018-05-09T14:39:01
2025-04-01T06:40:05.350513
{ "authors": [ "chambridge", "dmiller9911" ], "repo": "project-koku/koku-ui", "url": "https://github.com/project-koku/koku-ui/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
715142604
Tertiary nav alignment https://issues.redhat.com/browse/COST-604 Before After Codecov Report Merging #1687 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #1687 +/- ## ======================================= Coverage 77.86% ...
gharchive/pull-request
2020-10-05T20:33:30
2025-04-01T06:40:05.356963
{ "authors": [ "codecov-commenter", "dlabrecq" ], "repo": "project-koku/koku-ui", "url": "https://github.com/project-koku/koku-ui/pull/1687", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1051539942
Team page Generic team page needed to establish more trust with end users. A few <Avatar /> components would be good, along with a short blurb from each team member. Link socials Short blurb Avatar In the future, we will have a Figma wireframe designed by our Head Designer to work with. But as of current we don't h...
gharchive/issue
2021-11-12T03:08:07
2025-04-01T06:40:05.374164
{ "authors": [ "AnthonyKuang", "IamTregsthedev", "NebuDev14" ], "repo": "project-lumiere/lumiere.codes", "url": "https://github.com/project-lumiere/lumiere.codes/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
689694908
Chart Legend Label Wrapping on SE iPhone: Reduce Line Height On the SE iPhone (1st gen - i am not sure about 2nd gen, but i would assume so), the 7-day average legend label wraps. We should reduce the line height between the two words (see screenshot below): Next build should have this fixed.
gharchive/issue
2020-09-01T00:14:40
2025-04-01T06:40:05.391199
{ "authors": [ "ahurworth", "floridemai" ], "repo": "project-vagabond/covid-green-app", "url": "https://github.com/project-vagabond/covid-green-app/issues/184", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2050282914
feat(log): print traceback when panics occur What type of PR is this? Which issue does this PR fix: What does this PR do / Why do we need it: If an issue # is not available please add repro steps and logs showing the issue: Testing done on this change: Automation added to e2e: Will this break upgrades or downgrad...
gharchive/pull-request
2023-12-20T10:35:40
2025-04-01T06:40:05.396748
{ "authors": [ "peusebiu", "rchincha" ], "repo": "project-zot/zot", "url": "https://github.com/project-zot/zot/pull/2145", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1924236388
Contract interaction does not support multiple calldata This does not account for cases where the contract call may have more than 1 calldata. It should be an object instead. An example is get_lp_balance in this contract. Fixed; https://github.com/project3fusion/StarkSharp/commit/eb73a55e38354d1e40f603282271c239164...
gharchive/issue
2023-10-03T14:08:56
2025-04-01T06:40:05.398747
{ "authors": [ "LastCeri", "jelilat" ], "repo": "project3fusion/StarkSharp", "url": "https://github.com/project3fusion/StarkSharp/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2122670827
feat: create eventStore to share stores logic What does this PR do? This PR adds the event-store class so we can share some common code between stores. Screenshot / video of UI N/A What issues does this PR fix or reference? N/A How to test this PR? run tests or start studio and check that everything works as before....
gharchive/pull-request
2024-02-07T10:16:54
2025-04-01T06:40:05.439195
{ "authors": [ "feloy", "lstocchi" ], "repo": "projectatomic/ai-studio", "url": "https://github.com/projectatomic/ai-studio/pull/239", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
279155378
hospitable README could the buildah README.md have some copy paste example on running it, rather than so much build instructions? it would seem much more useful to people searching for it and just giving it a 10second review like, at first glance i would be 10x more likely to use/try a project if the README showed ho...
gharchive/issue
2017-12-04T21:25:08
2025-04-01T06:40:05.442340
{ "authors": [ "nalind", "vbatts" ], "repo": "projectatomic/buildah", "url": "https://github.com/projectatomic/buildah/issues/347", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
141924797
Fixes for reading from the journald log driver This is the set of fixes being proposed for https://bugzilla.redhat.com/show_bug.cgi?id=1314463, which fix a couple of race conditions and improve error reporting when we're reading from the journald log driver. LGTM LGTM @nalind this needs to be applied on rhel7-1...
gharchive/pull-request
2016-03-18T17:00:53
2025-04-01T06:40:05.446388
{ "authors": [ "nalind", "rhatdan", "runcom" ], "repo": "projectatomic/docker", "url": "https://github.com/projectatomic/docker/pull/82", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
327161828
Executing commands on bind mounts doesn't always work Is this a BUG REPORT or FEATURE REQUEST?: Uncomment only one, leave it on its own line: /kind bug /kind feature Description When using podman to launch a container, with a bind mount, attachment to the container doesn't always succeed. Steps to reproduce the ...
gharchive/issue
2018-05-29T03:50:32
2025-04-01T06:40:05.466182
{ "authors": [ "ajacocks", "giuseppe", "mheon", "rhatdan" ], "repo": "projectatomic/libpod", "url": "https://github.com/projectatomic/libpod/issues/835", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
117329172
Calico with libnetwork not support Profile rules? I cannot find any guide to use profile rules with libnetwork And in this doc, https://github.com/projectcalico/calico-docker/blob/master/docs/calicoctl/profile.md , it says: NOTE: The calicoctl profile commands should NOT be used when running Calico with the Docker...
gharchive/issue
2015-11-17T10:50:33
2025-04-01T06:40:05.491062
{ "authors": [ "frostynova", "robbrockbank" ], "repo": "projectcalico/calico-docker", "url": "https://github.com/projectcalico/calico-docker/issues/630", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
268462495
Still seeing "error adding host side routes for interface: xxx, error: failed to add route file exists" in Calico 2.6.1 Still seeing error adding host side routes for interface: xxx, error: failed to add route file exists which is keeping containers from starting (stuck in "ContainerCreating"). This is detailed in h...
gharchive/issue
2017-10-25T16:22:48
2025-04-01T06:40:05.517292
{ "authors": [ "MikaelCluseau", "bradbehle", "caseydavenport", "fasaxc", "gunjan5", "msavlani", "r0bj" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/issues/1253", "license": "Apache-2.0", "license_type": "permissive", "license_source": "gith...
568987380
vxlan interface always down , cause calico-node failed to add route for pods on other node calico version: 3.11.2 k8s version: 1.17 I have a k8s cluster with 3 nodes , which uses calico CNI . 2 calico ippool is set up , both of them use vxvlan mode # calicoctl get ippool -o wide NAME CIDR ...
gharchive/issue
2020-02-21T14:26:38
2025-04-01T06:40:05.526203
{ "authors": [ "rgarcia89", "weizhouBlue" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/issues/3271", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1081527014
Request to build multiarch docker images When attempting to use Calico with operator install and enable the apiserver the api pod fails to deploy as no arm64 image is available Events: Type Reason Age From Message ---- ------ ---- ---- ---...
gharchive/issue
2021-09-06T13:56:54
2025-04-01T06:40:05.531926
{ "authors": [ "caseydavenport", "frozenprocess", "jonstevecg" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/issues/5222", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1964335049
Calico on EKS - disable source/destination check Hey, I am sorry if this is a bit silly but I am trying to get Calico configured on my EKS cluster and I don't quite get what I am supposed to do about the AWS src/dest check setting I am following the Tigera Operator approach and the doc has no reference to it. However...
gharchive/issue
2023-10-26T20:38:32
2025-04-01T06:40:05.534975
{ "authors": [ "MatteoMori" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/issues/8166", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2123875892
Calico-apiserver pods are all restarting on change to extension-apiserver-authentication Configmap causing webhooks to fail Expected Behavior calico-apiservers should always be available to service webhooks. Current Behavior Currently when calico-apiserver pods detect a change to the extension-apiserver-authentica...
gharchive/issue
2024-02-07T20:57:24
2025-04-01T06:40:05.545348
{ "authors": [ "2rs2ts", "MichalFupso", "caseydavenport", "lhopki01" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/issues/8493", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1106064131
Added dummy routetable for network policy only mode Description This PR adds a config flag for felix named RouteSyncDisabled: The default value is false. Setting this to true will prevent felix from doing any updates on the route table. This is applied to all instances of RouteTable (IPv4, IPv6, VXLAN and Wireguard)...
gharchive/pull-request
2022-01-17T16:37:00
2025-04-01T06:40:05.560853
{ "authors": [ "CLAassistant", "caseydavenport", "juanfresia", "mgleung", "song-jiang" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/pull/5454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
227713701
Documented CALICO_NAT_OUTGOING Parameter Added documentation for CALICO_NAT_OUTGOING added by pull request #1640. Fixes #516 Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You hav...
gharchive/pull-request
2017-05-10T15:10:57
2025-04-01T06:40:05.567876
{ "authors": [ "CLAassistant", "VincentS", "robbrockbank", "tmjd" ], "repo": "projectcalico/calico", "url": "https://github.com/projectcalico/calico/pull/775", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
255456097
Clean up Makefile Description A few sentences describing the overall goals of the pull request's commits. Please include the type of fix - (e.g. bug fix, new feature, documentation) some details on why this PR should be merged the details of the testing you've done on it (both manual and automated) which components ...
gharchive/pull-request
2017-09-06T01:44:56
2025-04-01T06:40:05.605704
{ "authors": [ "caseydavenport" ], "repo": "projectcalico/k8s-policy", "url": "https://github.com/projectcalico/k8s-policy/pull/122", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1574100143
Moving scripts to vm_manager_binaries project Tracked-On: OAM-105759 Signed-off-by: tprabhu vignesh.t.prabhu@intel.com LGTM
gharchive/pull-request
2023-02-07T10:48:03
2025-04-01T06:40:05.613233
{ "authors": [ "YadongQi", "iViggyPrabhu" ], "repo": "projectceladon/vm_manager", "url": "https://github.com/projectceladon/vm_manager/pull/309", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
724136126
Adds Contour and Envoy Service Support Adds support for managing the Contour and Envoy Service. Fixes https://github.com/projectcontour/contour-operator/issues/51 Requires https://github.com/projectcontour/contour-operator/pull/65 for port variables. /assign @jpeach @stevesloka /cc @Miciah Signed-off-by: Daneyon Hans...
gharchive/pull-request
2020-10-18T22:33:18
2025-04-01T06:40:05.619469
{ "authors": [ "Miciah", "danehans", "jpeach" ], "repo": "projectcontour/contour-operator", "url": "https://github.com/projectcontour/contour-operator/pull/52", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1438199611
Use utils helper libraries Use utils. This PR closes #68. Thanks @edoardottt !
gharchive/pull-request
2022-11-07T11:24:09
2025-04-01T06:40:05.620714
{ "authors": [ "Mzack9999", "edoardottt" ], "repo": "projectdiscovery/fastdialer", "url": "https://github.com/projectdiscovery/fastdialer/pull/69", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2137549107
Inability to List Both Normal URLs and Extensions in a Single Operation Katana Version: v1.0.5 Current Behavior: Currently, Katana does not provide a way to list both normal URLs and specific file extensions in one operation. Users can either obtain a list of URLs using the default settings or apply the extension mat...
gharchive/issue
2024-02-15T22:24:34
2025-04-01T06:40:05.626793
{ "authors": [ "olearycrew", "swdbo" ], "repo": "projectdiscovery/katana", "url": "https://github.com/projectdiscovery/katana/issues/764", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
965247169
Notify config file isn't loading Hello guys, I am using a fully updated kali Linux on a VPS. Notify Version: 0.0.2 As i installed notify and runt it as root, i got this message: Running as root, skipping config file write to avoid permissions issues: /root/.config/notify/notify.conf Could not read configuration file ...
gharchive/issue
2021-08-10T18:41:34
2025-04-01T06:40:05.631538
{ "authors": [ "ehsandeep", "sh0tal" ], "repo": "projectdiscovery/notify", "url": "https://github.com/projectdiscovery/notify/issues/69", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
166387961
Geo predicates wiki Create wiki doc listing geo specific predicates that are used in GeoConcerns. Requested by @tpendragon and the Hydra URI Management Working Group. Let's take another look at projection​ predicate. DCMI Box encoding scheme also accommodates recording projection. Would that be a solution? http:/...
gharchive/issue
2016-07-19T17:27:19
2025-04-01T06:40:05.701158
{ "authors": [ "eliotjordan", "johnhuck" ], "repo": "projecthydra-labs/geo_concerns", "url": "https://github.com/projecthydra-labs/geo_concerns/issues/170", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
177914612
"Integrate tab" - Actions not working Repro steps Create a new function via Empy C# template Go to integrate tab Add "Azure Storage blob" as output binding Click save Click "Go" button in the actions section Expected result +New functions page should have opened with "blobTrigger-c#" template selected and settings ...
gharchive/issue
2016-09-19T22:26:26
2025-04-01T06:40:05.727167
{ "authors": [ "fashaikh", "soninaren" ], "repo": "projectkudu/AzureFunctionsPortal", "url": "https://github.com/projectkudu/AzureFunctionsPortal/issues/567", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
187264602
Not possible anymore to deploy a sln which also contains a new project.json .net core project ? I'm not sure if this is the correct entry point to ask a questions, but I noticed that's not possible anymore to deploy a webjob from github if the project contains a project.json .net core project. It seems that msbuild i...
gharchive/issue
2016-11-04T06:47:25
2025-04-01T06:40:05.742670
{ "authors": [ "StefH", "davidebbo", "tbolon", "watashiSHUN" ], "repo": "projectkudu/kudu", "url": "https://github.com/projectkudu/kudu/issues/2213", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
747324383
Fix synctriggers for functions This commit added code to make sure that synctriggers is always called after a function app has finished deploying. Additionally, this change also adds an empty settriggers call that is required by the front end to notify the zip cache that changes were made. Fixes https://github.com/pr...
gharchive/pull-request
2020-11-20T09:20:22
2025-04-01T06:40:05.745384
{ "authors": [ "ankitkumarr" ], "repo": "projectkudu/kudu", "url": "https://github.com/projectkudu/kudu/pull/3245", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
696173120
Release 4.0.1 Pull requests into cqm-execution require the following. Submitter and reviewer should :white_check_mark: when done. For items that are not-applicable, note it's not-applicable ("N/A") and :white_check_mark:. Submitter: [ ] This pull request describes why these changes were made. [ ] Internal ticket for...
gharchive/pull-request
2020-09-08T20:58:38
2025-04-01T06:40:05.782646
{ "authors": [ "adongare", "serhii-ilin" ], "repo": "projecttacoma/cqm-execution", "url": "https://github.com/projecttacoma/cqm-execution/pull/192", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
373706352
When making a FromArray deriving shouldn't an enum use fromValue instead of fromName? Code generated is: public static function fromArray(array $data): Commission { $condition = \BolCom\RetailerApi\Model\Offer\Condition::fromValue($data['condition']); } It would make sense in my mind that the value of a payload...
gharchive/issue
2018-10-24T22:45:25
2025-04-01T06:40:05.809677
{ "authors": [ "paales", "prolic" ], "repo": "prolic/fpp", "url": "https://github.com/prolic/fpp/issues/100", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
60918819
namespace attributes and ressources This is the fix for issue #12 :+1:
gharchive/pull-request
2015-03-12T22:15:36
2025-04-01T06:40:05.810731
{ "authors": [ "Fgabz", "dandc87" ], "repo": "prolificinteractive/material-calendarview", "url": "https://github.com/prolificinteractive/material-calendarview/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
810041684
JSON Parse Failures count keeps growing We're running elasticsearch and elasticsearch_exporter on k8s and querying elasticsearch_cluster_health_json_parse_failures with Grafana. Each time our elasticsearch pod restarts, we see increments of this value, which makes sense since the health-check may not receive an expe...
gharchive/issue
2021-02-17T10:10:51
2025-04-01T06:40:05.817769
{ "authors": [ "alfieyfc" ], "repo": "prometheus-community/elasticsearch_exporter", "url": "https://github.com/prometheus-community/elasticsearch_exporter/issues/403", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1183756832
Remote write receiver support It would be awesome to have remote write receiver support in prom-label-proxy, so we are able to push metrics into Prometheus through prom-label-proxy which forces the metrics on all incoming metrics. The endpoint that should be supported is /api/v1/write, docs can be found here. I thi...
gharchive/issue
2022-03-28T17:27:31
2025-04-01T06:40:05.864718
{ "authors": [ "Wouter0100", "squat" ], "repo": "prometheus-community/prom-label-proxy", "url": "https://github.com/prometheus-community/prom-label-proxy/issues/104", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2385832636
matcher is not native regexp why? What did you do? I found that the matcher is not a native regexp when configuring routes using alertmanager, for example - receiver: DBA matchers: - cluster =~ "^(mysql|redis)" Can only match 'mysql' or 'redis' itself, but not match start with 'mysql01','mysql02','redis01'... Use as...
gharchive/issue
2024-07-02T10:09:32
2025-04-01T06:40:05.869653
{ "authors": [ "linuxfan1", "simonpasquier" ], "repo": "prometheus/alertmanager", "url": "https://github.com/prometheus/alertmanager/issues/3915", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
107446567
Basic state persistence for the alertmanager silences Extends the silences.json model to have the memoryAlertManager persist its state to an on-disk JSON file. This allows restarts to avoid re-dispatching sent notifications. The persistence file can be disabled by setting it to a blank string "". Hey, thanks for se...
gharchive/pull-request
2015-09-21T05:26:23
2025-04-01T06:40:05.873450
{ "authors": [ "juliusv", "wrouesnel" ], "repo": "prometheus/alertmanager", "url": "https://github.com/prometheus/alertmanager/pull/123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
257951749
silences: avoid deadlock Calling gossip.GossipBroadcast() will cause a deadlock if there is a currently executing OnBroadcast* function. See #982 LGTM
gharchive/pull-request
2017-09-15T07:33:41
2025-04-01T06:40:05.874694
{ "authors": [ "iksaif", "olive42" ], "repo": "prometheus/alertmanager", "url": "https://github.com/prometheus/alertmanager/pull/995", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
227392121
Document that invalid label name chars get replaced by underscores in SD meta label names This is about SD meta labels like __meta_kubernetes_node_label_<labelname>. https://prometheus.io/docs/operating/configuration does not mention that fact anywhere. Can I take this one? Go ahead. @infoverload are you still ...
gharchive/issue
2017-05-09T14:47:55
2025-04-01T06:40:05.881974
{ "authors": [ "brian-brazil", "hdost", "infoverload", "juliusv" ], "repo": "prometheus/docs", "url": "https://github.com/prometheus/docs/issues/735", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
232423205
Carry over pre-allocation sizes across TSDB blocks and targets We see in #2774 that new TSDB blocks being cut as well as pods being scaled cause significant memory spikes. (Seems we regressed a bit in the former since alpha.0 – not exactly sure why.) One possible reason is that we allocate maps and slices, which then...
gharchive/issue
2017-05-31T00:52:10
2025-04-01T06:40:05.905853
{ "authors": [ "Gouthamve", "fabxc" ], "repo": "prometheus/prometheus", "url": "https://github.com/prometheus/prometheus/issues/2784", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
341465533
TimeOut in Histogram and Summaries Proposal: Sometimes a user start timer, but don't want to stop it. In such cases, the duration is not logged in any bucket. So, there should be a timeout settings in Histogram/Summary, so that user can configure after how much time, the timer should be automatically stopped, and log...
gharchive/issue
2018-07-16T10:30:57
2025-04-01T06:40:05.908407
{ "authors": [ "atulverma1997", "brian-brazil" ], "repo": "prometheus/prometheus", "url": "https://github.com/prometheus/prometheus/issues/4387", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
964635793
remote write filesystem data disorder What did you do? we use remote write and nodeexporter to forward data to other system。but we find that filesystem is error. the value and mountain of one host is others. /gitlab is not exist in this host, it belong to other host remotewrite by the same Prometheus. we cant fin...
gharchive/issue
2021-08-10T06:21:25
2025-04-01T06:40:05.912251
{ "authors": [ "codesome", "hs02041102" ], "repo": "prometheus/prometheus", "url": "https://github.com/prometheus/prometheus/issues/9182", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1273232353
Reduce chunk write queue memory usage 1 This avoids wasting memory on the c.chunkRefMap by re-initializing it regularly. When re-initializing it, it gets initialized with a size which is half of the peak usage of the time period since the last re-init event, for this we also track the peak usage and reset it on every...
gharchive/pull-request
2022-06-16T08:29:35
2025-04-01T06:40:05.921157
{ "authors": [ "bboreham", "pstibrany" ], "repo": "prometheus/prometheus", "url": "https://github.com/prometheus/prometheus/pull/10873", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
654047231
test sorry
gharchive/pull-request
2020-07-09T13:08:42
2025-04-01T06:40:05.922242
{ "authors": [ "rara-tan" ], "repo": "prometheus/prometheus", "url": "https://github.com/prometheus/prometheus/pull/7543", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
62113637
Change is_superuser to support #88557194 We need to only show the admin dashboard to cloud_admin. Is this a change we can make? Could it be added to the OPENSTACK_KEYSTONE_ADMIN_ROLES env variable? I'll try that now Jeff, if so I'll close this PR and update the other. Found a better way to do this thanks to @je...
gharchive/pull-request
2015-03-16T15:22:52
2025-04-01T06:40:05.931682
{ "authors": [ "jeffdeville", "mattamizer" ], "repo": "promptworks/django_openstack_auth", "url": "https://github.com/promptworks/django_openstack_auth/pull/1", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
106833895
Add Mark a todo as done functionality Fixes issue #1 build failed, please fix php cs
gharchive/pull-request
2015-09-16T18:31:29
2025-04-01T06:40:05.932723
{ "authors": [ "DannyvdSluijs", "prolic" ], "repo": "prooph/proophessor-do", "url": "https://github.com/prooph/proophessor-do/pull/25", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2271653
[gh-55] Revert change that was made to postgres schema parsing that caus... ...es regressions and has no tests. Can you be more specific about the regression, and point the original commit and associated issue? Click through to the old ticket. Basically a default of Default ''::character varying Stopped being par...
gharchive/issue
2011-11-17T17:55:08
2025-04-01T06:40:05.936149
{ "authors": [ "apinstein", "fzaninotto", "willdurand" ], "repo": "propelorm/Propel2", "url": "https://github.com/propelorm/Propel2/issues/56", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
152572190
Installation not working I'm trying to install propel-laravel through composer in my Laravel 5.2.* framework, but it's not working for me. First of all I tried to do what the documentation said, editting my composer.json like so: "config": { "preferred-install": "dist" }, "minimum-stability": "alpha" But when I ...
gharchive/issue
2016-05-02T15:03:09
2025-04-01T06:40:05.940717
{ "authors": [ "Big-Shark", "SCIF", "chinookproject" ], "repo": "propelorm/PropelLaravel", "url": "https://github.com/propelorm/PropelLaravel/issues/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1333903019
Add support for running CFU-Playground natively with notebook in rad-lab env Updated environment with CFU-Playground packages, repo, and other needed toolchains. Added CFU-Playground notebook after converting to markdown. FYI @tcal-x
gharchive/pull-request
2022-08-10T00:01:52
2025-04-01T06:40:05.941915
{ "authors": [ "ShvetankPrakash" ], "repo": "proppy/rad-lab", "url": "https://github.com/proppy/rad-lab/pull/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
129753567
Only insert 1 line break after frontmatter Fixes #916 - unless there was some other reason to insert 2 lines? If so, we can probably just trim a leading \n off content. Jekyll doesn't care if there's a \n after frontmatter, and parsing the leading \n off content is more trouble than it's worth. I'm fine with this, ...
gharchive/pull-request
2016-01-29T12:34:23
2025-04-01T06:40:05.946412
{ "authors": [ "dereklieu", "timwis" ], "repo": "prose/prose", "url": "https://github.com/prose/prose/pull/919", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2369787435
🛑 pl-launchpad.io is down In 7f83ca3, pl-launchpad.io (https://pl-launchpad.io) was down: HTTP code: 0 Response time: 0 ms Resolved: pl-launchpad.io is back up in 75e3813 after 8 minutes.
gharchive/issue
2024-06-24T09:57:32
2025-04-01T06:40:05.973854
{ "authors": [ "mastrwayne" ], "repo": "protocol/upptime-pln", "url": "https://github.com/protocol/upptime-pln/issues/1618", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2512172441
🛑 nftschool.dev is down In e29a6fc, nftschool.dev (https://nftschool.dev) was down: HTTP code: 0 Response time: 0 ms Resolved: nftschool.dev is back up in c6f535b after 1 hour, 24 minutes.
gharchive/issue
2024-09-08T03:10:46
2025-04-01T06:40:05.976283
{ "authors": [ "mastrwayne" ], "repo": "protocol/upptime-pln", "url": "https://github.com/protocol/upptime-pln/issues/2251", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2527504450
🛑 nftschool.dev is down In 8eed021, nftschool.dev (https://nftschool.dev) was down: HTTP code: 0 Response time: 0 ms Resolved: nftschool.dev is back up in 6bc7afe after 46 minutes.
gharchive/issue
2024-09-16T04:59:32
2025-04-01T06:40:05.978802
{ "authors": [ "mastrwayne" ], "repo": "protocol/upptime-pln", "url": "https://github.com/protocol/upptime-pln/issues/2535", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2531586520
🛑 nftschool.dev is down In 42e9d06, nftschool.dev (https://nftschool.dev) was down: HTTP code: 0 Response time: 0 ms Resolved: nftschool.dev is back up in 4189521 after 19 minutes.
gharchive/issue
2024-09-17T16:27:02
2025-04-01T06:40:05.981241
{ "authors": [ "mastrwayne" ], "repo": "protocol/upptime-pln", "url": "https://github.com/protocol/upptime-pln/issues/2586", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1825387229
Display value as HEX Issue submitter TODO list [X] I've searched for an already existing issues here [X] I'm running a supported version of the application which is listed here and the feature is not present there Is your proposal related to a problem? I'm frustrated when I'm trying to view a binary message posted ...
gharchive/issue
2023-07-27T23:44:03
2025-04-01T06:40:06.026116
{ "authors": [ "iliax", "jcpunk" ], "repo": "provectus/kafka-ui", "url": "https://github.com/provectus/kafka-ui/issues/4067", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2522356346
Roomba Remote Client: Unknown disconnection error: ID=16 I am regularly getting a warning saying "Unexpectedly disconnected from Roomba xxx.xxx.xxx.xxx, code The connection was lost" which I usually ignore. But today I got this warning asking to create a new issue. So here it is. Thanks Logger: roombapy.remote_client...
gharchive/issue
2024-09-12T13:09:21
2025-04-01T06:40:06.351882
{ "authors": [ "Pastaloverzzz", "snowmangh" ], "repo": "pschmitt/roombapy", "url": "https://github.com/pschmitt/roombapy/issues/355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2341655473
Add psptoolchain-extra dispatch Right now this is missing. I'm not sure if this would require us to still set some variables in the github runner settings or if they are already set. I don’t have grants in this repo to setup the keys That's a bother, me neither 😬 I'll convert this to a draft for now until we h...
gharchive/pull-request
2024-06-08T13:23:26
2025-04-01T06:40:06.431087
{ "authors": [ "fjtrujy", "sharkwouter" ], "repo": "pspdev/psp-pacman", "url": "https://github.com/pspdev/psp-pacman/pull/29", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1343150862
Appstudio update build-suite-test-component-git-source-omst Pipelines as Code configuration proposal Pipelines as Code CI/build-suite-test-component-git-source-omst-on-pull-request has successfully validated your commit. StatusDurationName ✅ Succeeded 7 seconds appstudio-init ✅ Succeeded 14 seconds clone-reposi...
gharchive/pull-request
2022-08-18T14:00:25
2025-04-01T06:40:06.439546
{ "authors": [ "psturc" ], "repo": "psturc-org/devfile-sample-hello-world", "url": "https://github.com/psturc-org/devfile-sample-hello-world/pull/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
257711943
WIP: Coveralls combined Test pr to check Coveralls test coverage if we run one combined test in Travis. Changes Unknown when pulling 272a11cec44841c2da8f2b368b2cd5dd6451de26 on coveralls-combined into ** on develop**. @cam156 well, that's interesting. @awead That is interesting. I'm guessing coveralls uses th...
gharchive/pull-request
2017-09-14T13:04:01
2025-04-01T06:40:06.443683
{ "authors": [ "awead", "cam156", "coveralls" ], "repo": "psu-stewardship/scholarsphere", "url": "https://github.com/psu-stewardship/scholarsphere/pull/1034", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
882321646
Better map appearance Change the appearance of the map to look more like League Of Legends (not only some grass-tiles repeated, but maybe some lanes, water, etc) Connected to #23
gharchive/issue
2021-05-09T13:31:41
2025-04-01T06:40:06.455142
{ "authors": [ "EliottBICS", "ptal" ], "repo": "ptal/lol2D", "url": "https://github.com/ptal/lol2D/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
69228131
Cache is global, can potentially conflict with external modules Since required modules are cached in Node.js, it means that multiple modules could be using the same cache at the same time. There should be a .createStore() method that creates a new cache instance. I think this is a matter of personal opinion. There...
gharchive/issue
2015-04-17T22:17:36
2025-04-01T06:40:06.472113
{ "authors": [ "amenadiel", "brandonculver", "olalonde", "springuper" ], "repo": "ptarjan/node-cache", "url": "https://github.com/ptarjan/node-cache/issues/41", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
796474660
CoinRanking Auth Updated the authentication for CoinRanking from "No" to "apiKey. [x] My submission is formatted according to the guidelines in the contributing guide [x] My addition is ordered alphabetically [x] My submission has a useful description [x] The description does not end with punctuation [x] Each tabl...
gharchive/pull-request
2021-01-29T00:17:50
2025-04-01T06:40:06.501718
{ "authors": [ "matheusfelipeog", "pawelbr", "tannershimanek" ], "repo": "public-apis/public-apis", "url": "https://github.com/public-apis/public-apis/pull/1540", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }