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
1128373194
New command: Ensure that the particular Azure AD app registration exists and updates its properties if necessary Usage m365 aad app ensure [options] Description Ensures that the particular Azure AD app registration exists and updates its properties if necessary Options Option Description --manifest <manifest> ...
gharchive/issue
2022-02-09T10:50:30
2025-04-01T04:35:31.686271
{ "authors": [ "martinlingstuyl", "vipulkelkar", "waldekmastykarz" ], "repo": "pnp/cli-microsoft365", "url": "https://github.com/pnp/cli-microsoft365/issues/3035", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
516626351
Create environment request form The user must be able to request an environment to the podcast API. Closed by #6
gharchive/issue
2019-11-02T15:18:38
2025-04-01T04:35:31.807563
{ "authors": [ "hericlesme" ], "repo": "pod-cast/podcast-client", "url": "https://github.com/pod-cast/podcast-client/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1201824110
Links at top of screen in Chrome The links in the black bar at the top of the POD screen are displaying correctly in Firefox. In Chrome, though, they're not correctly spaced, and overlap each other. Resizing the window doesn't make a difference. Screenshots attached. Pull Request: https://github.com/pod4lib/agg...
gharchive/issue
2022-04-12T13:06:42
2025-04-01T04:35:31.810359
{ "authors": [ "bobpersing", "corylown", "ktamaral" ], "repo": "pod4lib/aggregator", "url": "https://github.com/pod4lib/aggregator/issues/579", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2309913683
feat(HMS-4156): confirmation checkbox in delete domain confirm modal Add confirmation checkbox that enables delete button to warn user that the action cannot be undone. In unit test, some jest calls were replaced by newer variants as the older were deprecated. I tested the change locally but the UI was unchanged....
gharchive/pull-request
2024-05-22T08:31:15
2025-04-01T04:35:31.812089
{ "authors": [ "frasertweedale", "pvoborni" ], "repo": "podengo-project/idmsvc-frontend", "url": "https://github.com/podengo-project/idmsvc-frontend/pull/68", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2259134916
Unnecessary "observe" warning Description Warning "An "observe" was called from another "observe" closure, which can lead to over-observation and unintended side effects." was added in version 1.9.3 and become at unnecessary cases I attach example project where you can see that bug BadObserveExample.zip Checklist [ ...
gharchive/issue
2024-04-23T15:08:56
2025-04-01T04:35:31.912272
{ "authors": [ "nmalevich", "stephencelis" ], "repo": "pointfreeco/swift-composable-architecture", "url": "https://github.com/pointfreeco/swift-composable-architecture/issues/3005", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2101076297
Unable to use @DependencyEndpoint with a typealias Description Not sure if this is a dependencies bug, macros bug, or macros feature? works! extension MyFeature { @DependencyClient struct Client { var refreshRequest: @Sendable (MyFeaturesRequest) async throws -> MyFeaturesRequest.Content } } Doesnt work e...
gharchive/issue
2024-01-25T19:56:59
2025-04-01T04:35:31.918288
{ "authors": [ "JOyo246", "mbrandonw" ], "repo": "pointfreeco/swift-dependencies", "url": "https://github.com/pointfreeco/swift-dependencies/issues/178", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1233077490
Request header unexpectedly mutated In this example, I'm supplying an uppercased request header but it's getting lowercased somewhere within the parsing library. I couldn't easily figure out where this was happening to fix with a PR so opening as an issue! enum TestRoute { case testing(value: String) } let testi...
gharchive/issue
2022-05-11T19:14:44
2025-04-01T04:35:31.921260
{ "authors": [ "eappel", "stephencelis" ], "repo": "pointfreeco/swift-url-routing", "url": "https://github.com/pointfreeco/swift-url-routing/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1487987090
🛑 Pokanop Apps Frontend is down In c47bbae, Pokanop Apps Frontend (https://pokanop.com) was down: HTTP code: 500 Response time: 3149 ms Resolved: Pokanop Apps Frontend is back up in 2106e87.
gharchive/issue
2022-12-10T05:22:13
2025-04-01T04:35:31.930224
{ "authors": [ "saheljalal" ], "repo": "pokanop/uptime", "url": "https://github.com/pokanop/uptime/issues/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1000975924
Support triple backtick Treats ``` as a single token when do you use triple backtactics? markdown
gharchive/pull-request
2021-09-20T13:31:12
2025-04-01T04:35:31.971677
{ "authors": [ "pokey" ], "repo": "pokey/cursorless-vscode", "url": "https://github.com/pokey/cursorless-vscode/pull/279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2404367774
🛑 Pokko - auth service is down In b25cf78, Pokko - auth service (https://id.pokko.io) was down: HTTP code: 0 Response time: 0 ms Resolved: Pokko - auth service is back up in be605bd after 4 minutes.
gharchive/issue
2024-07-11T23:45:24
2025-04-01T04:35:31.974039
{ "authors": [ "brendanmckenzie" ], "repo": "pokkocms/pokko-status", "url": "https://github.com/pokkocms/pokko-status/issues/124", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1762030913
[Persistence] Update KVStore to use Badger wrapper functions Description This PR introduces unit tests to cover the KVStore's functionality as well as updating the KVStore logic to use the Badger wrapper functions update, view, etc. This fixes the issues around deleting keys from the KVStore. Issue Fixes N/A Type of ...
gharchive/pull-request
2023-06-17T23:29:38
2025-04-01T04:35:31.984598
{ "authors": [ "Olshansk", "dylanlott", "h5law" ], "repo": "pokt-network/pocket", "url": "https://github.com/pokt-network/pocket/pull/838", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
708159647
Ensure qform/sform copy doesn't modify zooms (or warn if it does) What version of fMRIPrep are you using? 20.2.0rc0 What kind of installation are you using? Containers (Singularity, Docker), or "bare-metal"? TACC Run ds000229 - sub-07 Did fMRIPrep generate the visual report for this particular subject? If yes, could...
gharchive/issue
2020-09-24T13:12:34
2025-04-01T04:35:32.012193
{ "authors": [ "effigies", "oesteban" ], "repo": "poldracklab/fmriprep", "url": "https://github.com/poldracklab/fmriprep/issues/2284", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
570909751
FIX: Amend some error types Trying to normalize a little between TypeErrors and ValueErrors. Let's check on all error types when merging into nibabel (#110).
gharchive/pull-request
2020-02-25T23:17:01
2025-04-01T04:35:32.013435
{ "authors": [ "oesteban" ], "repo": "poldracklab/nitransforms", "url": "https://github.com/poldracklab/nitransforms/pull/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2516507471
Tidying Tox runs ruff format -diff. Remove suggestion to run tox -e reformat from readme. GitHub action automatically applies linting (ruff, trailing-whitespace and end-of-file-fixer) to PRs. Note that a .pre-commit-config.yaml file was added to the repo for running pre-commit. Also, bots must be given read and writ...
gharchive/pull-request
2024-09-10T13:36:42
2025-04-01T04:35:32.025898
{ "authors": [ "Stoops-ML", "astrojuanlu" ], "repo": "poliastro/czml3", "url": "https://github.com/poliastro/czml3/pull/153", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
267876932
Simplify 2D plotting After @Juanlu001 creating the sample function, simplification of 2d plotting got significantly easier. The changes are the following: Now set_frame works also when a frame already exists, by removing all the lines and patches (not the legend), and replotting again. a list of tuples (orbit, legen...
gharchive/pull-request
2017-10-24T02:29:45
2025-04-01T04:35:32.030483
{ "authors": [ "Juanlu001", "anhiga" ], "repo": "poliastro/poliastro", "url": "https://github.com/poliastro/poliastro/pull/269", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
316248778
Added an option to choose propagator in OrbitPlotter Now we can choose appropriate propagator in OrbitPlotter while calling plot(). Solves #347 Just for reference It's great that we have so much flexibility, but perhaps it's too much. We are already setting the number of sampling points in the OrbitPlotter const...
gharchive/pull-request
2018-04-20T12:31:08
2025-04-01T04:35:32.037336
{ "authors": [ "Juanlu001", "shreyasbapat" ], "repo": "poliastro/poliastro", "url": "https://github.com/poliastro/poliastro/pull/350", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
257242926
5.9 Adecuar el login al entorno web para el administrador Es necesario adecuar el formulario de login para que también pueda ser usado de manera web por el administrador Al ejecutar el issue #96 en la que se pretende crear eventos se hizo el inicio de sesión debido a que se considero necesario para continuar con di...
gharchive/issue
2017-09-13T02:59:49
2025-04-01T04:35:32.039364
{ "authors": [ "DanteVDrako", "drvelasquezq" ], "repo": "polieduco/practicaaplicada20172", "url": "https://github.com/polieduco/practicaaplicada20172/issues/102", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1511697173
Уточнение типов https://github.com/polina-nn/news/blob/805447a13cea1bb97fbf977c85472a0541ee8e2c/src/EndPoints/GetAuthorsNewsSearchList.hs#L81 Лишние уточнения типов. Присутствуют очень часто. Если не уверена что тип выводится, то лучше поставь hls и уточняй там где это действительно необходимо. Добрый день! Вроде б...
gharchive/issue
2022-12-27T11:07:35
2025-04-01T04:35:32.040749
{ "authors": [ "pavelzarubin", "polina-nn" ], "repo": "polina-nn/news", "url": "https://github.com/polina-nn/news/issues/16", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2531553298
[Polkadot WIki Migration] Set up a RPC node This page was migrated from https://wiki.polkadot.network/docs/maintain-rpc Scan for Vale false positives. Resolved convos = made it on the update list and should go away now. I left comments for the legit flags with suggested edits. Thank you! Alrighty, made a bunch ...
gharchive/pull-request
2024-09-17T16:09:26
2025-04-01T04:35:32.045362
{ "authors": [ "CrackTheCode016", "dawnkelly09" ], "repo": "polkadot-developers/polkadot-docs", "url": "https://github.com/polkadot-developers/polkadot-docs/pull/32", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1046835730
[feat]: implement public/private key authentication This is an issue to track the implementation of public/private key authentication for Stormi Using HMAC with a private key seems a more practical way to do this. I may consider replacing RSA with HMAC hashing or removing hashing completely. I may consider removi...
gharchive/issue
2021-11-07T19:58:22
2025-04-01T04:35:32.072000
{ "authors": [ "michaelgrigoryan25" ], "repo": "polygon-isecure/stormi", "url": "https://github.com/polygon-isecure/stormi/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
454217158
floor level not right on alpha5 quest Context : oculus quest Version : Alpha5 Heya I can't seem to have the floor level set right in steamVR and its games. It's like i'm sitting while actually standing. I'm sure there's a way to set that somewhere but can't figure out where Great job on the software, it works mostly ...
gharchive/issue
2019-06-10T15:04:54
2025-04-01T04:35:32.078706
{ "authors": [ "Myhamof", "POEDaley", "Yoshidk", "falcoriss", "iamliamiam", "machenmusik", "zxsdklfhskyrvk" ], "repo": "polygraphene/ALVR", "url": "https://github.com/polygraphene/ALVR/issues/404", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
101906199
glucose starvation vs. glucose limitation In #1687, we discussed "glucose limitation" and whether it's the same as "glucose starvation" or not. We eventually added FYPO:0003743, decreased cell population growth during glucose limitation, with a comment explaining glucose limitation as below about 4.4 mM (0.08%), but ...
gharchive/issue
2015-08-19T14:24:24
2025-04-01T04:35:32.106409
{ "authors": [ "Antonialock", "ValWood", "mah11" ], "repo": "pombase/fypo", "url": "https://github.com/pombase/fypo/issues/2300", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
179428118
interphase and mitotic microtubule nucleation PMID:19001497 Interphase (cytoplasmic) microtubules, can be nucleated from the cytoplasm, or from the SPB. There are mutants where 'cytoplasmic microtubule nucleation" is abolished, BUT interphase microtubules are present in the cytoplasm, because they "These intranucl...
gharchive/issue
2016-09-27T08:29:08
2025-04-01T04:35:32.119487
{ "authors": [ "ValWood", "mah11" ], "repo": "pombase/fypo", "url": "https://github.com/pombase/fypo/issues/2833", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1330756024
This is getting slow The way I'm using Prejournal for the Ponder Source Books in practice, a localhost reset which imports 1300 movements from about 10 .pj files is already taking 2.5 minutes to execute. Maybe this is due to Postgres connections not being pooled in php -S localhost:8080 src/server.php, or maybe it's ...
gharchive/issue
2022-08-06T13:43:22
2025-04-01T04:35:32.133514
{ "authors": [ "michielbdejong" ], "repo": "pondersource/prejournal", "url": "https://github.com/pondersource/prejournal/issues/125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
46808215
not able to setup bs grid Uncaught TypeError: Cannot read property 'error_message' of undefined jquery.bs_grid.js:1060 I am also getting this error. JS $("#demo_grid1").bs_grid({ ajaxFetchDataURL: '/Home/GetLabels', row_primary_key: "LabelTypeID", columns: [ { field: "LabelTypeI...
gharchive/issue
2014-10-25T10:21:15
2025-04-01T04:35:32.144097
{ "authors": [ "HarveyEV", "ManimaranUVI", "jcphlux", "juaby", "valaydesai3", "yjd074" ], "repo": "pontikis/bs_grid", "url": "https://github.com/pontikis/bs_grid/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
460695536
Fix return type checking to allow aliasing for non-ephemeral return types. This PR fixes return type checking to allow aliasing for non-ephemeral return types. I discovered this type system issue after a discussion with @rkallos in which we discussed how to fix Map.insert (and others) to not have an unreachable error...
gharchive/pull-request
2019-06-25T23:49:17
2025-04-01T04:35:32.149391
{ "authors": [ "SeanTAllen", "jemc" ], "repo": "ponylang/ponyc", "url": "https://github.com/ponylang/ponyc/pull/3201", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1930280243
Build UI for Page 2 🚀 Task : Follow the UI given in Canva below and develop the UI for page 2 Use Futura Font Set for the UI GET STARTED button should hit the route /player/ @pooranjoyb hi I want to work on this issue @pooranjoyb hi I want to work on this issue Go Ahead @CS50X-RGB 🔥 Ohhk @pooranjoyb sure ...
gharchive/issue
2023-10-06T14:21:03
2025-04-01T04:35:32.157010
{ "authors": [ "CS50X-RGB", "pooranjoyb" ], "repo": "pooranjoyb/BeatBridge", "url": "https://github.com/pooranjoyb/BeatBridge/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1817256080
🛑 PrivilegedBA is down In 50c9b48, PrivilegedBA (https://privilegedba.com.ar) was down: HTTP code: 0 Response time: 0 ms Resolved: PrivilegedBA is back up in 70e4134.
gharchive/issue
2023-07-23T18:38:36
2025-04-01T04:35:32.235259
{ "authors": [ "porrale" ], "repo": "porrale/status", "url": "https://github.com/porrale/status/issues/262", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
993420066
[seq], opening a file while playing should restart when you open a file when reading an old file, it plays from the same spot as the old file was at. It should restart It should restart things don't really work well in MAX like that, but screw it, I'm doing this anyway, and I'm not documenting it :)
gharchive/issue
2021-09-10T16:58:08
2025-04-01T04:35:32.236455
{ "authors": [ "porres" ], "repo": "porres/pd-cyclone", "url": "https://github.com/porres/pd-cyclone/issues/559", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1373736466
Build image from uploaded file: button not enabled Bug description On the build image page the "Build the image button" button stays disabled after entering the image name, selecting Upload and uploading a file. Expected behavior The button should be enabled so the user can initiate the image build. Portainer Logs ...
gharchive/issue
2022-09-15T00:26:55
2025-04-01T04:35:32.243187
{ "authors": [ "duncanw", "tamarahenson" ], "repo": "portainer/portainer", "url": "https://github.com/portainer/portainer/issues/7666", "license": "Zlib", "license_type": "permissive", "license_source": "github-api" }
71534166
feature request : Standalone Pod and white list Hello, I need : A way to configure a standalone pod which can't communicate with other pods. A way to create a white list of pods the pod is authorized to talk. Use case : I would like to install a pod for a school / a list of school. Wrong issue tracker? This isn't D...
gharchive/issue
2015-04-28T09:25:53
2025-04-01T04:35:32.253864
{ "authors": [ "Proxiweb", "posativ" ], "repo": "posativ/isso", "url": "https://github.com/posativ/isso/issues/188", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
282679145
403 Forbidden Error when posting new comments I am testing isso on a live server with a domain. After posting serval comments successfully, isso sends 403 403 FORBIDDEN status code. Here is how it looks: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>403 Forbidden</title> <h1>Forbidden</h1> <p>3 direc...
gharchive/issue
2017-12-17T08:43:49
2025-04-01T04:35:32.255312
{ "authors": [ "noisytoken" ], "repo": "posativ/isso", "url": "https://github.com/posativ/isso/issues/364", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
528418847
minor grammar improvements to quickstart.rst Very minor changes to improve grammar and fix two misspelled word. Closing, this is being tracked in https://github.com/posativ/isso/pull/590
gharchive/pull-request
2019-11-26T00:42:07
2025-04-01T04:35:32.256440
{ "authors": [ "jasdeepgill", "jelmer" ], "repo": "posativ/isso", "url": "https://github.com/posativ/isso/pull/592", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
688318888
smtp only has 2 instances (should have 1) * smtp.2 is not running (Failed) postal I have recently installed postal mail server on my VPS. After that when I am trying to connect to my sever using smtp credentials i am not able to do so. I am getting error. After doing 'postal restart' I got the result given below. I ...
gharchive/issue
2020-08-28T19:46:46
2025-04-01T04:35:32.279474
{ "authors": [ "samg8520", "willpower232", "yomiit" ], "repo": "postalhq/postal", "url": "https://github.com/postalhq/postal/issues/1193", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1999476558
Corrected a typo in Readme file Please review this typo correction. Sure let me do that! thank you 👍 Closes #59
gharchive/pull-request
2023-11-17T16:16:32
2025-04-01T04:35:32.296776
{ "authors": [ "LKoech", "loopDelicious" ], "repo": "postmanlabs/pmquickstarts", "url": "https://github.com/postmanlabs/pmquickstarts/pull/61", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
177254822
Installation: 301 on cookbooks installation Hi! I am trying to set up a development server of my own. I am now on step 5 and I get a following error: [nina@leafblade tomatoes]$ librarian-chef install Could not cache bluepill/1.0.6 <http://community.opscode.com/api/v1> from http://community.opscode.com/api/v1/cookbook...
gharchive/issue
2016-09-15T18:37:35
2025-04-01T04:35:32.366246
{ "authors": [ "Liarra", "matteodepalo", "potomak" ], "repo": "potomak/tomatoes", "url": "https://github.com/potomak/tomatoes/issues/143", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2521891478
Please consider fixing issues detected by repository checker Notification from ioBroker Check and Service Bot Dear adapter developer, I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter warp for...
gharchive/issue
2024-09-12T09:43:29
2025-04-01T04:35:32.385451
{ "authors": [ "ioBroker-Bot" ], "repo": "pottio/ioBroker.warp", "url": "https://github.com/pottio/ioBroker.warp/issues/134", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2063163496
🛑 PowBot SDN is down In ca5117d, PowBot SDN (https://api.powbot.org/products) was down: HTTP code: 502 Response time: 658 ms Resolved: PowBot SDN is back up in 3d4e750 after 9 minutes.
gharchive/issue
2024-01-03T02:31:02
2025-04-01T04:35:32.406599
{ "authors": [ "constt" ], "repo": "powbot/status", "url": "https://github.com/powbot/status/issues/279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
845088230
Update kubernetes/master/golang/master build This is an automated PR via build-bot [APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ltccci To complete the pull request process, please assign after the PR has been reviewed. You can assign the PR to them by writing /assign in a com...
gharchive/pull-request
2021-03-30T19:08:36
2025-04-01T04:35:32.443153
{ "authors": [ "ltccci" ], "repo": "ppc64le-cloud/builds", "url": "https://github.com/ppc64le-cloud/builds/pull/1857", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2279737843
How to find the number of records in a relation? I'm trying to use pagination to display product cards. However I have a connection Typeorm as: Products <-> ​accounting ProductsEntity: @OneToMany(() => AccountingEntity, (accounting) => accounting.product, {}) accounting: AccountingEntity[]; AccountingEntity: ...
gharchive/issue
2024-05-05T21:20:57
2025-04-01T04:35:32.447493
{ "authors": [ "MrSharpp", "kenvals", "ppetzold" ], "repo": "ppetzold/nestjs-paginate", "url": "https://github.com/ppetzold/nestjs-paginate/issues/916", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1338007729
是否有人曾提过类似的问题? 否(No) 你觉得APP有什么不足之处? no 你觉得该怎么去完善会比较好?【非必答】 No response 等下一个版本发布 或 下载每周构建版本
gharchive/issue
2022-08-13T16:53:04
2025-04-01T04:35:32.460972
{ "authors": [ "daidaojianke", "pppscn" ], "repo": "pppscn/SmsForwarder", "url": "https://github.com/pppscn/SmsForwarder/issues/204", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
651552045
Fix setting GridContainer content by index resolves #3657 The problem is that an array does not notify about changing its elements. This PR adds a GridContainerContent class which wraps a jagged array and provides notifications for its elements changes. Awesome, but this is a pretty large breaking change. Is it pos...
gharchive/pull-request
2020-07-06T13:44:53
2025-04-01T04:35:32.467703
{ "authors": [ "UselessToucan", "bdach", "smoogipoo" ], "repo": "ppy/osu-framework", "url": "https://github.com/ppy/osu-framework/pull/3692", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1345879912
Fix potential startup crash if resolution/display pair from configuration results in no valid resolution Closes https://github.com/ppy/osu/issues/19877#issuecomment-1221438234. I wasn't able to reproduce what the user was seeing even when trying my best to break it, but have tested the flow works by artifically addin...
gharchive/pull-request
2022-08-22T06:21:53
2025-04-01T04:35:32.469538
{ "authors": [ "peppy" ], "repo": "ppy/osu-framework", "url": "https://github.com/ppy/osu-framework/pull/5371", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2588017357
tests script does not work outside of nix environment When I try to run tests func locally (in a python environment with click installed), I get: (venv) > mlkem-c-aarch64 % tests func INFO > Functional Test INFO > make CROSS_PREFIX= mlkem AUTO=1 OPT=1 make: Circular test/build/lib/libfips202.a <- test/build/lib/lib...
gharchive/issue
2024-10-15T08:23:44
2025-04-01T04:35:32.533841
{ "authors": [ "hanno-becker" ], "repo": "pq-code-package/mlkem-c-aarch64", "url": "https://github.com/pq-code-package/mlkem-c-aarch64/issues/240", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1562993866
fix: improve types While the files property can also be populated with new files, it is advised to add new files using only the addFile and addFiles methods. When using React or other cases, such as a quickstart example: const [files, setFiles] = useState<FilePondFile[]>([]); <FilePond files={files} onupdatefi...
gharchive/pull-request
2023-01-30T18:38:50
2025-04-01T04:35:32.537400
{ "authors": [ "CarelessCourage", "songhn233" ], "repo": "pqina/filepond", "url": "https://github.com/pqina/filepond/pull/887", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1119393251
Feature - Reverse Transliteration Is there any plan for including Hindi-Hinglish transliteration (the reverse of what the library has currently)? Hey, as of now we don't have any plans for the same. To my knowledge, I also think that datasets for reverse transliteration are extremely scarce. I wasn't able to find a...
gharchive/issue
2022-01-31T12:56:13
2025-04-01T04:35:32.541296
{ "authors": [ "hetarth18", "praatibhsurana" ], "repo": "praatibhsurana/Hinglish_Hindi_WSD", "url": "https://github.com/praatibhsurana/Hinglish_Hindi_WSD/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
653986503
Criar esboço técnico de uma sala de telepresença O documento pode ter uma única página que liste os itens de uma sala de telepresença e a suas interações entre si. Além disso, o documento deve conter uma ilustração de uma sala de aula e onde os elementos estarão posicionados. Os itens são os seguintes: Central (Rasp...
gharchive/issue
2020-07-09T11:28:27
2025-04-01T04:35:32.566468
{ "authors": [ "Dovyski", "phdmauricio" ], "repo": "practice-uffs/programa", "url": "https://github.com/practice-uffs/programa/issues/57", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1055518622
Qual a estrutura do curso? Derivada da macro tarefa AUR-1.3. Esta micro tarefa depende da conclusão das micro tarefas de 41 a 63. Atentem para o fato que a pergunta é um norteador, o responsável pela tarefa deve pensar em variações pertinentes daquela pergunta. Limitar-se a colocar as informações da pergunta da taref...
gharchive/issue
2021-11-16T23:07:03
2025-04-01T04:35:32.570748
{ "authors": [ "Claudineia-VR", "PracticeUFFSBot", "morgana-mo" ], "repo": "practice-uffs/programa", "url": "https://github.com/practice-uffs/programa/issues/923", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
340145002
Optout confirmation This PR adds a confirmation message when the optout button is pressed asking the user to confirm to minimise mistakes. I also fixed the problem where you need to refresh to get the optout button to hide after a successful optout and I made the extra info on the address look better. I did everythin...
gharchive/pull-request
2018-07-11T08:40:10
2025-04-01T04:35:32.575001
{ "authors": [ "DevChima", "erikh360" ], "repo": "praekelt/seed-control-interface", "url": "https://github.com/praekelt/seed-control-interface/pull/71", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
167587111
Only use decimal digits in MTN Nigeria XML over TCP transport session IDs. Currently we use hexadecimal digits, but non-decimal digits are not allowed. Anyone have any opinions on using: session_id = "".join(random.choice("0123456789") for i in range(SESSION_ID_LENGTH)) as a method for generating a session id? :...
gharchive/pull-request
2016-07-26T11:43:31
2025-04-01T04:35:32.576689
{ "authors": [ "hodgestar", "justinvdm" ], "repo": "praekelt/vumi", "url": "https://github.com/praekelt/vumi/pull/1050", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1794997832
Adding a web development project: Word Counter [gssoc23] Title and Issue number Web development project: Word Counter [gssoc23] Please add the tag of gssoc23 Close #3065 Checklist: [X] I have mentioned the issue number in my Pull Request. [X] I have commented my code, particularly in hard-to-understand areas [X] I...
gharchive/pull-request
2023-07-08T15:56:08
2025-04-01T04:35:32.598206
{ "authors": [ "thevirengarg" ], "repo": "pranjay-poddar/Dev-Geeks", "url": "https://github.com/pranjay-poddar/Dev-Geeks/pull/3263", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
265033453
[issue-32] Table Connector Change log description add FlinkPravegaTableSource add FlinkPravegaTableSink add FlinkTableITCase add JSON serialization schema add jackson as a 'provided' (by Flink) dependency Purpose of the change Introduces Flink Table API support, including a table source and append-only table sink. ...
gharchive/pull-request
2017-10-12T18:01:23
2025-04-01T04:35:33.977955
{ "authors": [ "EronWright", "chrisdail" ], "repo": "pravega/flink-connectors", "url": "https://github.com/pravega/flink-connectors/pull/61", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
822027765
Document demand chain objects Documents https://github.com/prebid/Prebid.js/pull/6383 and https://github.com/prebid/Prebid.js/pull/6380 Will be part of 4.30
gharchive/pull-request
2021-03-04T11:11:16
2025-04-01T04:35:34.059533
{ "authors": [ "bretg", "patmmccann" ], "repo": "prebid/prebid.github.io", "url": "https://github.com/prebid/prebid.github.io/pull/2737", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
920688261
Farm HNZ Farm in NC it went down because gateway was knock over by something (presumably a person with a baseball) gateway needs to be replaced. gateway got full of water. Baseball is a fun plot twist! Anna Paulk Birnbaum Agricultural Specialist UGA-Department of Crop and Soil Sciences 1420 Experiment Station Rd Wa...
gharchive/issue
2021-06-14T18:56:13
2025-04-01T04:35:34.072017
{ "authors": [ "annabirnbaum", "elhenriq" ], "repo": "precision-sustainable-ag/On-farm-Protocols", "url": "https://github.com/precision-sustainable-ag/On-farm-Protocols/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2185684636
Want Lorax with newer version of TGI Feature request hello,our models are deploying with TGI(v1.4.3), and we alse want to use lorax. But I find that the tgi version lorax is based on is very different with TGI version v1.4.3。 We are trying to integrate lorax(v0.8) into TGI(v1.4.3)。Is there possible to upgrade TGI of ...
gharchive/issue
2024-03-14T07:59:57
2025-04-01T04:35:34.078417
{ "authors": [ "abhibst", "giyaseddin", "tgaddair", "yangelaboy" ], "repo": "predibase/lorax", "url": "https://github.com/predibase/lorax/issues/329", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2398105992
Add pixi entry to tldr-pages Problem description Would be cool if pixi had an entry in tldr pages: https://github.com/tldr-pages/tldr/issues/13248 Sweet, this was already implemented!
gharchive/issue
2024-07-09T12:41:04
2025-04-01T04:35:34.082337
{ "authors": [ "corneliusroemer" ], "repo": "prefix-dev/pixi", "url": "https://github.com/prefix-dev/pixi/issues/1595", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1954222675
Make project.name and project.version optional Problem description Currently pixi can not install a project without these two values: [project] name = "myproject" version = "0.1.0" I suggest making them optional because in a project that does not only use pixi, the name and version may already be defined in another ...
gharchive/issue
2023-10-20T12:48:56
2025-04-01T04:35:34.084781
{ "authors": [ "ruben-arts", "silverwind" ], "repo": "prefix-dev/pixi", "url": "https://github.com/prefix-dev/pixi/issues/399", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1578442626
Install as LaunchDaemons Closes https://github.com/preludeorg/libraries/issues/333 Install needs to run as sudo sudo -E -- ./install.sh ...
gharchive/pull-request
2023-02-09T19:08:42
2025-04-01T04:35:34.086017
{ "authors": [ "mireaulf" ], "repo": "preludeorg/libraries", "url": "https://github.com/preludeorg/libraries/pull/335", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
478900496
use tagged version instead of latest update the helm chart to use a tagged version instead of latest. Hi @cpanato, we set those fields at tag time using some scripts. This is helpful only when installing the chart from file. Is there a workflow that will help to have those fileds set? @AMecea ah thanks for the ex...
gharchive/pull-request
2019-08-09T09:50:12
2025-04-01T04:35:34.110224
{ "authors": [ "AMecea", "cpanato" ], "repo": "presslabs/mysql-operator", "url": "https://github.com/presslabs/mysql-operator/pull/383", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
529672109
query the phoenix table , desc table , can't find the TIMESTAMP type columns,how can i do? when use phoenix i can see the timestamp type columns, but can't find in presto: the presto version is 324 Unfortunately, the type isn't supported for now. https://github.com/prestosql/presto/blob/master/presto-phoe...
gharchive/issue
2019-11-28T03:26:45
2025-04-01T04:35:34.143453
{ "authors": [ "ebyhr", "rongyousu" ], "repo": "prestosql/presto", "url": "https://github.com/prestosql/presto/issues/2126", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
453442098
why discontinued? Hi, as you know firebase is only platform that support flutter but firebase will be too expensive in grow. Will you continue this library or finished? I don't want to call it discontinued. It is just that I am currently not able to provide enough time on this, that's all. But i am open to review a...
gharchive/issue
2019-06-07T10:21:01
2025-04-01T04:35:34.219748
{ "authors": [ "Aschen", "c2c2", "prijindal", "stafyniaksacha" ], "repo": "prijindal/kuzzle_dart", "url": "https://github.com/prijindal/kuzzle_dart/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
416382726
React does not recognize the maxWidth prop on a DOM element when using Box When using the Box component with the maxWidth prop, I receive an error saying: React does not recognize the maxWidth prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase maxwid...
gharchive/issue
2019-03-02T10:19:43
2025-04-01T04:35:34.291812
{ "authors": [ "Acidic9", "broccolini", "emplums" ], "repo": "primer/components", "url": "https://github.com/primer/components/issues/416", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
926926531
is this should be distance? cosine(embeddings[0], embeddings[1]) is the cosine similarities of 0 and 1,then 1-cosine should be called distance of 0 an 1? ##Calculate cosine similarities ##Cosine similarities are in [-1, 1]. Higher means more similar cosine_sim_0_1 = 1 - cosine(embeddings[0], embeddings[1]) cosine_s...
gharchive/issue
2021-06-22T07:36:00
2025-04-01T04:35:34.297821
{ "authors": [ "gaotianyu1350", "qiuyu666" ], "repo": "princeton-nlp/SimCSE", "url": "https://github.com/princeton-nlp/SimCSE/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1637195037
CoreData: warning: Unable to load class named '' for entity 'Entity'. Class not found, using default NSManagedObject instead. CoreData: warning: Unable to load class named '' for entity 'Entity'. Class not found, using default NSManagedObject instead. How to resolve this warning? Ipad mini 6(Ios 16.3) Mac Air 2020 ...
gharchive/issue
2023-03-23T09:54:01
2025-04-01T04:35:34.301916
{ "authors": [ "geor-kasapidi", "jidaojiuyou" ], "repo": "prisma-ai/Sworm", "url": "https://github.com/prisma-ai/Sworm/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
694040622
Associate with graphqls file extension Fixes #176 and here as well https://github.com/prisma-labs/vscode-graphql/blob/6f1e9252f9b5074333b02999d12cfc54f46a0859/src/extension.ts#L76 PR updated, thank you for the indications. I'll be cutting a new pre-release of the language server by monday, so once we cut that, ...
gharchive/pull-request
2020-09-05T09:04:03
2025-04-01T04:35:34.305240
{ "authors": [ "acao", "cailloumajor" ], "repo": "prisma-labs/vscode-graphql", "url": "https://github.com/prisma-labs/vscode-graphql/pull/211", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
366901131
Order in express middleware Hello, I currently use apollo-server-express with next.js. I REALLY want to replace apollo-server with graphql-yoga but it does not work. In graphql-yoga, middlewares are triggered before endpoint and playground createHttpServer next's router is a catch all that returns 404 if there is no ...
gharchive/issue
2018-10-04T17:50:18
2025-04-01T04:35:34.313021
{ "authors": [ "djgrant", "gsanikidze", "heymartinadams", "kevinya" ], "repo": "prisma/graphql-yoga", "url": "https://github.com/prisma/graphql-yoga/issues/456", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1092571454
Full-text search doesn't work with filter operators/ conditions – OR Bug description Executing the following query throws an error when using the OR operator with full-text search: const query = 'Prisma rocks'.split(' ').join('&') const results = await prisma.book.findMany({ where: { OR: { title: { ...
gharchive/issue
2022-01-03T14:46:40
2025-04-01T04:35:34.323080
{ "authors": [ "ruheni" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/10930", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1796376010
PrismaClient is unable to be run in the browser. Bug description Got this error in the prismaClient configuration file. How to reproduce Expected behavior No response Prisma information generator client { provider = "prisma-client-js" } datasource db { provider = "postgresql" url = env("DATABASE_URL") ...
gharchive/issue
2023-07-10T09:39:32
2025-04-01T04:35:34.340500
{ "authors": [ "AbelR007", "Oliveira-86", "TakashiAihara", "alvesvaren", "evanrosa", "exosky12", "gutodiasdev", "janpio", "jkomyno", "millsp", "nukkerone" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/20147", "license": "Apache-2.0", ...
811067103
POC using Prisma Migrate for CD Acceptance criteria: Generic steps to apply for CD A working POC of applying migrations to a cloud deployment via prisma migrate deploy with Heroku Release Rough documentation with the steps involved and any potential caveats This is done: Generic deployment guide Vercel deploymen...
gharchive/issue
2021-02-18T12:45:11
2025-04-01T04:35:34.344789
{ "authors": [ "albertoperdomo" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/issues/5725", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1466112693
ci(no-docker client tests): lower --max-old-space-size for linux and windows https://prisma-company.slack.com/archives/CUXLS0Z6K/p1669489504119379 the conditional works!
gharchive/pull-request
2022-11-28T09:45:52
2025-04-01T04:35:34.346352
{ "authors": [ "Jolg42" ], "repo": "prisma/prisma", "url": "https://github.com/prisma/prisma/pull/16485", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
539253246
Prisma migration engine on s3 has been deleted, cannot install on CI Problem When installing Prisma2, certain files from an s3 bucket (prisma-native) are downloaded. Just starting this morning, these files can now not be found. How To Reproduce Run npm i -g --unsafe-perm prisma2@2.0.0-preview014.2 in CircleCI Than...
gharchive/issue
2019-12-17T19:02:43
2025-04-01T04:35:34.348811
{ "authors": [ "aleccool213", "janpio" ], "repo": "prisma/prisma2", "url": "https://github.com/prisma/prisma2/issues/1172", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2144982408
Native node modules for downloading artifacts Related Issue(s) Closes #166 Checklist [x] My code follows the style guidelines of this project [x] I have performed a self-review of my code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the docume...
gharchive/pull-request
2024-02-20T18:10:13
2025-04-01T04:35:34.370009
{ "authors": [ "0xjei", "cedoor" ], "repo": "privacy-scaling-explorations/zk-kit", "url": "https://github.com/privacy-scaling-explorations/zk-kit/pull/173", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
932473105
🆕 Software Suggestion | Responding to reply on post being removed Basic Information Name: lazyweb.ai (redditor lazy-jem) Category: Search engine URL: lazyweb.ai Description Hi, I'm sorry. I posted earlier tonight seeking feedback about our alpha version of a new search engine app. It isn't a commercial app yet, so i...
gharchive/issue
2021-06-29T10:32:16
2025-04-01T04:35:34.405428
{ "authors": [ "freddy-m", "jedwhite", "ph00lt0" ], "repo": "privacytools/privacytools.io", "url": "https://github.com/privacytools/privacytools.io/issues/2360", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
916616092
typescript definition declare module 'html-to-docx' { interface Margins { /** * top <Number> distance between the top of the text margins for the main document and the top of the page for all pages in this section in TWIP. * Defaults to 1440. Supports equivalent measurement in pixel,...
gharchive/issue
2021-06-09T19:42:36
2025-04-01T04:35:34.421162
{ "authors": [ "RoxnnyABarriosC", "jafin", "lvndry", "privateOmega", "rossanodr", "whis20" ], "repo": "privateOmega/html-to-docx", "url": "https://github.com/privateOmega/html-to-docx/issues/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1806392404
feat: Add Theme Component for Toggling light/dark mode What feature? Want to add a Theme Component for Toggling light/dark mode in Next.js 13 ...Could you assign this issue to me as a GSSOC23 contributor? I want to make it this way when users click the moon icon UI will appear in dark mode & when it is the sun icon t...
gharchive/issue
2023-07-16T01:30:46
2025-04-01T04:35:34.428869
{ "authors": [ "crocmons", "priyankarpal" ], "repo": "priyankarpal/ProjectsHut", "url": "https://github.com/priyankarpal/ProjectsHut/issues/1719", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2139916238
hoist change copyright date code from NeXus definitions close #5 Needs some unit tests and documentation. Pull Request Test Coverage Report for Build 7940777040 Details 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage remained the same...
gharchive/pull-request
2024-02-17T09:29:18
2025-04-01T04:35:34.433823
{ "authors": [ "coveralls", "prjemian" ], "repo": "prjemian/murky", "url": "https://github.com/prjemian/murky/pull/35", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
587316759
Double attach is possibly bad? The problem In most cases we perform a double attach. When the user creates a probe, we call attach on the probe: https://github.com/probe-rs/probe-rs/blob/master/probe-rs/src/probe/mod.rs#L123 And when the user attaches to a target, we call attach on the probe again: https://github.com...
gharchive/issue
2020-03-24T22:25:19
2025-04-01T04:35:34.514163
{ "authors": [ "Yatekii" ], "repo": "probe-rs/probe-rs", "url": "https://github.com/probe-rs/probe-rs/issues/199", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1190496784
Book 2 (version 2022-04-01), Section 8.8, Page 373: Code listing uses wrong string quote The string quote before A needs to be corrected. It should be jnp.einsum('A ...') An alternative could be use LaTeX listings, that way the code would also be directly copy-pasteable (will not give quote problems). Example output...
gharchive/issue
2022-04-02T04:45:29
2025-04-01T04:35:34.516652
{ "authors": [ "murphyk", "nipunbatra" ], "repo": "probml/pml-book", "url": "https://github.com/probml/pml-book/issues/299", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
559273871
docs: update ZEIT Now deployment instructions Fixes #985 View rendered docs/deployment.md nice docs! small comment (it's outside of your range of changes so couldn't comment on the code): you need to update the hyperlink to the Now docs, since you changed the section name (L17) - 1. [Now](#now) + 1. [Now](#zei...
gharchive/pull-request
2020-02-03T19:06:00
2025-04-01T04:35:34.532403
{ "authors": [ "benjlevesque", "gr2m", "styfle" ], "repo": "probot/probot", "url": "https://github.com/probot/probot/pull/1130", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
544084625
Plugin not replacing img with Gatsby Img tag I've installed everything locally and I'm able to display content from my local wordpress site. The issue I'm having is that the images are all urls from the wordpress site, when I thought that they would be downloaded as static images to the gatsby site and sourced from t...
gharchive/issue
2019-12-31T04:27:48
2025-04-01T04:35:34.632746
{ "authors": [ "jenkin", "spencersmb" ], "repo": "progital/gatsby-wpgraphql-blog-example", "url": "https://github.com/progital/gatsby-wpgraphql-blog-example/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1996949892
Pods with unready Containers exist on this node, we can't clean the slots yet Describe the bug Akri agent daemonset keeps reporting following error whenever any of pod running on a cluster is not ready. 2023-11-16T13:44:46Z TRACE agent::util::slot_reconciliation] reconcile - Pods with unready Containers exist on this...
gharchive/issue
2023-11-16T14:12:00
2025-04-01T04:35:34.649637
{ "authors": [ "rpieczon" ], "repo": "project-akri/akri", "url": "https://github.com/project-akri/akri/issues/681", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2567649776
Pap 221 frontend create UI components Ticket ID: PAP-221 Link: https://project-ascend-io.atlassian.net/browse/PAP-221?atlOrigin=eyJpIjoiNTNjY2Q4YTY4YTIzNDI3ZTgxNWJiYzE5YjQzMGU1ZTIiLCJwIjoiaiJ9 Design File: https://www.figma.com/design/siiCloyWGa7e19lYRr8RP4/Messanging?node-id=0-1&node-type=canvas&t=3M0OEULDR89OcSz6-0...
gharchive/pull-request
2024-10-05T04:23:20
2025-04-01T04:35:34.654563
{ "authors": [ "bobbygrdn", "oestrada1001" ], "repo": "project-ascend-io/intracom-electron", "url": "https://github.com/project-ascend-io/intracom-electron/pull/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2515266769
service "backend" is not running Describe the bug This problem occurs when I execute the start script. How do I fix it?I tried upgrading and clearing, and then restarting the script, but it didn't work. Steps to reproduce the behavior 1、Clone the TH repository 2、Goto to TH folder 3、Install/configure the TH dependenc...
gharchive/issue
2024-09-10T02:32:26
2025-04-01T04:35:34.659639
{ "authors": [ "hiltonlima", "song7788" ], "repo": "project-chip/certification-tool", "url": "https://github.com/project-chip/certification-tool/issues/412", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1960632125
subprocess.CalledProcessError: Command '['ninja', '-C', '/home/patri/connectedhomeip/.environment/gn_out', '-v', ':python_packages.install']' returned non-zero exit status 1.[BUG] Reproduction steps I use this link to setup Matter Device https://community.arm.com/arm-community-blogs/b/internet-of-things-blog/posts/bu...
gharchive/issue
2023-10-25T06:22:06
2025-04-01T04:35:34.671067
{ "authors": [ "andy31415", "patrickwang0821" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/29985", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1983978435
[Build] Build issue(s) I have stated my initial question here: https://github.com/project-chip/connectedhomeip/issues/30237 but it was closed before I could test the proposed solution so I opened it as a new issue. I have changed the lighting-app.zap as suggested to only have one slider in the HomeApp IOs for dimming...
gharchive/issue
2023-11-08T16:27:07
2025-04-01T04:35:34.676154
{ "authors": [ "BartJozwicki", "bzbarsky-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/30324", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2047220145
[Android] The QR code payload parser does not support optional fields Reproduction steps On Android call parseQrCode("MT:SA6K48.E15R5WY5.D3P0SOCE0LDQJ1DK5N1K8SQ1RYCU1O0") in SetupPayloadParser class Examine returned payload Expected: An optional field for serialNumber should be present Actual: No optional fields ar...
gharchive/issue
2023-12-18T18:35:39
2025-04-01T04:35:34.681322
{ "authors": [ "stevePalmerin", "yunhanw-google" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/31079", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
837650639
Compile error when CHIP_BLE_END_POINT_DEBUG_LOGGING_ENABLED is set Problem When compiling with the CHIP_BLE_END_POINT_DEBUG_LOGGING_ENABLED enabled, I get compile errors in src/ble/BLEEndPoint.cpp Proposed Solution I propose to use the following patch: diff --git a/src/ble/BLEEndPoint.cpp b/src/ble/BLEEndPoint.cpp i...
gharchive/issue
2021-03-22T12:04:01
2025-04-01T04:35:34.683529
{ "authors": [ "tlykkeberg-grundfos", "woody-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/issues/5534", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1066521117
Improve doxygen Docker Image Problem The Doxygen GitHub action is not using the connectedhomeip/chip-build-doxygen image and also executes a script which only requires two external tools (doxygen and graphviz). Change overview This change fixes the source code to pass the doxygen execution and includes a lighter Dock...
gharchive/pull-request
2021-11-29T21:26:49
2025-04-01T04:35:34.685968
{ "authors": [ "electrocucaracha", "woody-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/12337", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
659411128
error: invalid conversion from 'const char*' to 'char*' [-fpermissive… …] in screen-framework Problem While building the ESP32 demo on my Mac. Adding @mlepage-google since I believe it may knows this code. The casts are necessary to compile because the TFT functions incorrectly take non-const arguments. The corre...
gharchive/pull-request
2020-07-17T16:38:52
2025-04-01T04:35:34.688186
{ "authors": [ "mlepage-google", "vivien-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/1639", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1288120762
[BL602] Enable command line to flash chip Problem What is being fixed? Examples: Enable command line to flash chip Change overview Enable command line to flash chip Testing How was this tested? (at least one bullet point required) command line: cd third_party/bouffalolab/bl602_sdk/repo/tools/flash_tool ubuntu: ....
gharchive/pull-request
2022-06-29T03:20:09
2025-04-01T04:35:34.691835
{ "authors": [ "jczhang777", "woody-apple" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/20094", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
721638397
Drive the vscode esp32 wifi example through a separate script Problem The existing ESP32 script is the CI script, which has sideffects: clobbers the sdkconfig defaults on every run (would lose things like wifi configuration) builds two boards at once every time (extra work) every bloard clean is after a sdk config r...
gharchive/pull-request
2020-10-14T17:14:50
2025-04-01T04:35:34.695776
{ "authors": [ "andy31415", "mspang" ], "repo": "project-chip/connectedhomeip", "url": "https://github.com/project-chip/connectedhomeip/pull/3258", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1097645380
Dependency package not found I am trying to get the tool running by following the instructions the the main README.md and docs/instructions.md. In the root directory of the project I have tried executing npm ci and npm install, following from the documentation files listed above. Both of these fail to install the dep...
gharchive/issue
2022-01-10T09:23:25
2025-04-01T04:35:34.698307
{ "authors": [ "hicklin", "tecimovic" ], "repo": "project-chip/zap", "url": "https://github.com/project-chip/zap/issues/361", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2352519037
feat(erofs): initial commit for erofs support Fixes https://github.com/opencontainers/image-spec/issues/1190 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:...
gharchive/pull-request
2024-06-14T05:08:51
2025-04-01T04:35:34.750706
{ "authors": [ "hsiangkao", "rchincha" ], "repo": "project-stacker/stacker", "url": "https://github.com/project-stacker/stacker/pull/626", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
95047829
atomic-reactor fails on RHEL7 because of python-requests version The version of python-requests that is in RHEL7 (core OS package set), and derivative distros (CentOS, et al), is too old. I built an rpm from my git checkout with tito build --test --builder mock --arg mock=epel-7-x86_64 --rpm and then installed the re...
gharchive/issue
2015-07-14T21:37:26
2025-04-01T04:35:34.824743
{ "authors": [ "TomasTomecek", "bkabrda", "lsm5", "maxamillion", "mmilata" ], "repo": "projectatomic/atomic-reactor", "url": "https://github.com/projectatomic/atomic-reactor/issues/225", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
255640385
Avoid traceback when pulp_pull fails Signed-off-by: Tim Waugh twaugh@redhat.com Release note: Bugfix: ** failure of the pulp_pull plugin no longer causes the store_metadata_in_osv3 plugin to fail
gharchive/pull-request
2017-09-06T15:12:39
2025-04-01T04:35:34.826524
{ "authors": [ "twaugh" ], "repo": "projectatomic/atomic-reactor", "url": "https://github.com/projectatomic/atomic-reactor/pull/817", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
190162644
We want to execute docker-storage-setup on the host system If docker-storage-setup is run from a Super Privileged Container (SPC) we want to execute the script on the host machine. $HOST indicates the mountpoint of the host root fs of the container. This patch will chroot to this rootfs and execute the script. @rhv...
gharchive/pull-request
2016-11-17T21:00:10
2025-04-01T04:35:34.832233
{ "authors": [ "rhatdan", "rhvgoyal" ], "repo": "projectatomic/docker-storage-setup", "url": "https://github.com/projectatomic/docker-storage-setup/pull/173", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
86848529
docker-storage-setup.1: fix typos Signed-off-by: Alex Jia ajia@redhat.com :+1:
gharchive/pull-request
2015-06-10T05:40:34
2025-04-01T04:35:34.833264
{ "authors": [ "cgwalters", "chuanchang" ], "repo": "projectatomic/docker-storage-setup", "url": "https://github.com/projectatomic/docker-storage-setup/pull/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2726912147
V0.0.18 added ERC721 deployable and smart character token address to the artifacts as part of the deployer image output agreed! from v2 it can be written directly to json file from the scripts instead of console.logs
gharchive/pull-request
2024-12-09T12:31:38
2025-04-01T04:35:34.835132
{ "authors": [ "0xxlegolas" ], "repo": "projectawakening/world-chain-contracts", "url": "https://github.com/projectawakening/world-chain-contracts/pull/340", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1211855459
Is the -root-tld flag still working ? ./interactsh-server -domain example.com -hostmaster admin@example.com -ip X.X.X.X -listen-ip X.X.X.X -root-tld flag provided but not defined: -root-tld https://github.com/projectdiscovery/interactsh/issues/17 Is it now enabled by default ? @greckko flag name is updated with bel...
gharchive/issue
2022-04-22T05:54:51
2025-04-01T04:35:34.842649
{ "authors": [ "ehsandeep", "greckko" ], "repo": "projectdiscovery/interactsh", "url": "https://github.com/projectdiscovery/interactsh/issues/268", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
788500898
resolves infinite loop when received value was zero this commit solves the problem in projectdiscovery/naabu#123 hi, is there any plan to release a new version to fix this problems? @LazyMaple the latest release is after this commit - are you still having this issue?
gharchive/pull-request
2021-01-18T19:27:58
2025-04-01T04:35:34.843965
{ "authors": [ "LazyMaple", "nicolascb", "olearycrew" ], "repo": "projectdiscovery/ipranger", "url": "https://github.com/projectdiscovery/ipranger/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }