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
131049996
Tests for warnings @colszowka , regarding #451, I found a partial solution. It seems Ruby warnings are issued without consistency: From Ruby code, using Kernel#warn From C code, using rb_warn() Printing to $stderr directly in some cases If warnings are issued within an example block, this PR will detect and fail th...
gharchive/pull-request
2016-02-03T15:00:14
2025-04-01T04:56:23.032352
{ "authors": [ "fornellas" ], "repo": "colszowka/simplecov", "url": "https://github.com/colszowka/simplecov/pull/456", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
980140612
How to handle update by multiple users at the same time As a engineer I don't want to lose information if a colleague edits at the same time So that the correct data is in de store Background: If 2 engineers are editing the same configuration the last one saving the configuration will now win. The changes of the othe...
gharchive/issue
2021-08-26T11:33:43
2025-04-01T04:56:23.036068
{ "authors": [ "dlabordus" ], "repo": "com-pas/compas-scl-data-service", "url": "https://github.com/com-pas/compas-scl-data-service/issues/80", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2382361067
feat: have routine that takes us from consensus to blocksync Feature Request Summary We have recently noticed with going to faster block speeds, when the network is spammed and validators begin to not sign in time, they continue to not sign but still make block progress. Dev correctly pointed out that the reason for...
gharchive/issue
2024-06-30T17:58:40
2025-04-01T04:56:23.053582
{ "authors": [ "cason", "czarcas7ic", "hvanz", "wllmshao" ], "repo": "cometbft/cometbft", "url": "https://github.com/cometbft/cometbft/issues/3372", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2432241833
test(p2p/pex): fix TestConnectionSpeedForPeerReceivedFromSeed flacky test Increased the timeout from 1 to 3 seconds. Almost never fails locally, but fails on the GitHub CI (e.g., https://github.com/cometbft/cometbft/actions/runs/10111986972/job/27965072382?pr=3411). PR checklist [x] Tests written/updated [ ] Change...
gharchive/pull-request
2024-07-26T13:26:38
2025-04-01T04:56:23.056869
{ "authors": [ "cason" ], "repo": "cometbft/cometbft", "url": "https://github.com/cometbft/cometbft/pull/3568", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2570422457
Allow browser launch template to be specified per-profile Suggested by Robert in our Community Slack: Currently there isn’t a way to define a browser launch template within the AWS profile file, but this seems like a good feature we could add. [profile example] granted_aws_console_browser_launch_template = "flatpak r...
gharchive/issue
2024-10-07T13:17:36
2025-04-01T04:56:23.102372
{ "authors": [ "chrnorm" ], "repo": "common-fate/granted", "url": "https://github.com/common-fate/granted/issues/772", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
791028974
5.1.7 FPT_VDP_EXT.1, Tests It seems that this is something that could at least be partially tested by the evalutors; since the list of legal values is required to be specified, it seems that it would provide more assurance than just attestation if the evaluators had to perform one test per interface where there was a...
gharchive/issue
2021-01-21T12:31:22
2025-04-01T04:56:23.105391
{ "authors": [ "robertmclemons" ], "repo": "commoncriteria/virtualization", "url": "https://github.com/commoncriteria/virtualization/issues/29", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
299593900
Add ScrollView in About activity. Description Fixes #1177 A ScrollView is added so that content does not get cut-off for mobile phones with small screen size. Screenshots showing what changed Codecov Report Merging #1178 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff ...
gharchive/pull-request
2018-02-23T04:15:13
2025-04-01T04:56:23.111372
{ "authors": [ "codecov-io", "knight-shade" ], "repo": "commons-app/apps-android-commons", "url": "https://github.com/commons-app/apps-android-commons/pull/1178", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
352806127
Feature/nearby io fix Nearby crashes when Home [From the Nav Drawer] is pressed while nearby is still loading data. Fixes #{#1846, Nearby crashes when Home [From the Nav Drawer] is pressed while nearby is still loading data } Description (required) While nearby is still loading, and home from the nav drawer is clicke...
gharchive/pull-request
2018-08-22T05:16:20
2025-04-01T04:56:23.122155
{ "authors": [ "ashishkumar468", "codecov-io", "misaochan" ], "repo": "commons-app/apps-android-commons", "url": "https://github.com/commons-app/apps-android-commons/pull/1847", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
77300321
Image stretching in lollipop 5.1 version It is creating stretched image in lollipop 5.1 version. It will good if you can fix it. I cannot help you with this limited amount of information. Quoting the documentation: Be certain to include complete steps for reproducing the issue. In this way it is getting stret...
gharchive/issue
2015-05-17T12:30:45
2025-04-01T04:56:23.127690
{ "authors": [ "amitshekhariitbhu", "commonsguy" ], "repo": "commonsguy/cwac-camera", "url": "https://github.com/commonsguy/cwac-camera/issues/281", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
943877265
BUG: Fix crash upon selecting files with DICOM browser import dialog This closes #980. Using my Windows machine and testing with 3D Slicer I was able to successfully import a file to the DICOM browser. Previously it would crash upon selecting the "Import" button of the native dialog. Fixes https://github.com/comm...
gharchive/pull-request
2021-07-13T22:33:41
2025-04-01T04:56:23.130997
{ "authors": [ "jamesobutler", "pieper" ], "repo": "commontk/CTK", "url": "https://github.com/commontk/CTK/pull/981", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
309297639
When I scan my library, new albums / artists aren't displayed directly I actually need to reload the app, which interrupt the sound. Would it be possible to update directly? It is technically possible and relatively easy to implement. Some changes should update the UI automatically, like when editing your library c...
gharchive/issue
2018-03-28T09:56:30
2025-04-01T04:56:23.153965
{ "authors": [ "almet", "vinz243" ], "repo": "compactd/compactd", "url": "https://github.com/compactd/compactd/issues/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
226709621
keep unsent msgs correlated with conversation Switching between conversations with an unsent message in the input box and the inputed msg stays constant. Expected behavior is for the input text to be part of the conversation, to be able to switch to another conversation and type a msg, and then switch back to the oth...
gharchive/issue
2017-05-05T22:42:03
2025-04-01T04:56:23.158283
{ "authors": [ "marcopeereboom", "raedah" ], "repo": "companyzero/zkc", "url": "https://github.com/companyzero/zkc/issues/37", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
2291258679
Update CONTRIBUTING.md to be consistent with ci This updates the developer instructions in CONTRIBUTING.md to be consistent with ci. Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Project coverage is 52.42%. Comparing base (09360ac) to head (b3182ce). Additional details an...
gharchive/pull-request
2024-05-12T09:50:25
2025-04-01T04:56:23.220560
{ "authors": [ "codecov-commenter", "mcbarton" ], "repo": "compiler-research/xeus-cpp", "url": "https://github.com/compiler-research/xeus-cpp/pull/86", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2674892071
feat(quic): support rustls provider aws-lc-rs Also see quinn-rs/quinn#2056 What if two features enabled together? What if the user would like to use another crypto provider? What if two features enabled together? The user has to set a default provider via CryptoProvider::install_default or rustls will complai...
gharchive/pull-request
2024-11-20T08:10:13
2025-04-01T04:56:23.227419
{ "authors": [ "AsakuraMizu", "Berrysoft", "djc" ], "repo": "compio-rs/compio", "url": "https://github.com/compio-rs/compio/pull/333", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1179889011
add deploy contract instruction archetype deploy_contract /* archetype dummy (owner : address) var n : nat = 0 entry default(i : nat) { called by none effect { n := i } } */ import "./dummy.arl" as dummy entry exec () { var okh : option<key_hash> = none; var oaddr : option<address> = none; tran...
gharchive/issue
2022-03-24T18:29:10
2025-04-01T04:56:23.228518
{ "authors": [ "guillaumeduhamel" ], "repo": "completium/archetype-lang", "url": "https://github.com/completium/archetype-lang/issues/296", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
948276974
packcheck-remote CLI [x] Should print help when no arguments are specified [x] In the help it is not clear what force mode means [x] In the help, not clear which arguments are optional which are mandatory, which take arguments etc [ ] The way of passing arguments is not the same as standard unix CLI, it uses option=...
gharchive/issue
2021-07-20T05:39:00
2025-04-01T04:56:23.260627
{ "authors": [ "adithyaov", "harendra-kumar" ], "repo": "composewell/packcheck", "url": "https://github.com/composewell/packcheck/issues/62", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
392192186
Add a licence and README Licensing software is always good and a README might be helpful for the ol' bus factor that you're pretty heavily involved with, @qaisjp... I would say an MIT licence would probably be good. (See community checklist) License added in 7e9c6c924cf7a8e4ffa8b21d2c3c41d549c0d69c
gharchive/issue
2018-12-18T14:54:07
2025-04-01T04:56:23.262202
{ "authors": [ "neanias", "qaisjp" ], "repo": "compsoc-edinburgh/bi-drive-link", "url": "https://github.com/compsoc-edinburgh/bi-drive-link/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
292821357
[WIP] Added organizations that can contain other organizations Organisaties samenvoegen en extra toevoegen onder nieuwe naam (de huidige organisaties moeten ook blijven) [ ] Alle organisaties samenvoegen in een totaal maat. [ ] Het Nordwin College Niveau 3-4, Het ROC FRIESE POORT en Het Nordwin College Niveau 1-2 sa...
gharchive/pull-request
2018-01-30T15:19:19
2025-04-01T04:56:23.266642
{ "authors": [ "emerencia", "frbl" ], "repo": "compsy/vsv", "url": "https://github.com/compsy/vsv/pull/321", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1304684606
Fix skipped unit tests on macOS / M1 They are skipped in the CMakeLists.txt. Grep on Darwin. Fixed as part of #474
gharchive/issue
2022-07-14T11:59:34
2025-04-01T04:56:23.273078
{ "authors": [ "kordejong" ], "repo": "computationalgeography/lue", "url": "https://github.com/computationalgeography/lue/issues/473", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2100455278
WIP add Hamza Adrat paper waiting for DOI and ISSN @jchiquet merge if OK sorry for the large diff, autoformatting...
gharchive/pull-request
2024-01-25T13:55:27
2025-04-01T04:56:23.277692
{ "authors": [ "mathurinm" ], "repo": "computorg/computorg.github.io", "url": "https://github.com/computorg/computorg.github.io/pull/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
975743979
what happens if we try to download (and later rerun) an ongoing CI run logs? i.e. will we just get a partial result and then upon rerun skip that run completely? @yarikoptic Any actions that are still in progress are skipped when downloading, and the timestamp saved in the statefile will be before the earliest in-p...
gharchive/issue
2021-08-20T16:10:43
2025-04-01T04:56:23.279163
{ "authors": [ "jwodder", "yarikoptic" ], "repo": "con/tinuous", "url": "https://github.com/con/tinuous/issues/135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1106881329
CONAN_BASE_PROFILE_BUILD is incorrectly passed to docker Changelog: (Fix): This is a draft PR that is just a work in progress trying to pass CONAN_BASE_PROFILE_BUILD to docker Note: This is a draft PR as it currently doesn't work and includes lots of print-debugging (some of which I don't even see in the logs). It is...
gharchive/pull-request
2022-01-18T13:00:05
2025-04-01T04:56:23.306406
{ "authors": [ "CLAassistant", "Croydon", "jmarrec" ], "repo": "conan-io/conan-package-tools", "url": "https://github.com/conan-io/conan-package-tools/pull/596", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2260133399
log same events in rete v2 fix toggle minigraph log event add logging of connection and node creation and removal @bacalj this is the 3rd PR that I thought you could review. However it has a failing jest test, so I need fix that first. I'll add you as a reviewer when the tests are all set. Since this is just logg...
gharchive/pull-request
2024-04-24T02:09:43
2025-04-01T04:56:23.372536
{ "authors": [ "scytacki" ], "repo": "concord-consortium/collaborative-learning", "url": "https://github.com/concord-consortium/collaborative-learning/pull/2275", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
141800039
What's the difference between VividStore & CommunityStore, which one do we use? Haven't really been following VividStore, but now I see this one that looks much alike. Is VividStore going it's own way, or is that project being left behind or what happened here? (https://github.com/VividWeb/vivid_store) So best questi...
gharchive/issue
2016-03-18T08:09:33
2025-04-01T04:56:23.398044
{ "authors": [ "Mesuva", "Remo", "ramonleenders" ], "repo": "concrete5-community-store/community_store", "url": "https://github.com/concrete5-community-store/community_store/issues/42", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
242129890
Build thumbnails over ajax This pull request: Disables the old thumbnail middleware Adds a route that will try to build a thumbnail one at a time Makes it so that a single thumbnail will not be built by more than one user Automatically will update 404'd images in the page as the thumbnails get built I appreciate ...
gharchive/pull-request
2017-07-11T17:47:25
2025-04-01T04:56:23.406222
{ "authors": [ "KorvinSzanto", "aembler" ], "repo": "concrete5/concrete5", "url": "https://github.com/concrete5/concrete5/pull/5699", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
374751969
Update Form.php TAB indention -> spaces Check these before submitting new pull requests [ ] I read the guidelines for contributing linked above [ ] PHP-only files follow our coding style; in order to do that use php-cs-fixer - http://cs.sensiolabs.org/ - as follows: php-cs-fixer fix --config=<webroot>/.php_cs.dis...
gharchive/pull-request
2018-10-28T13:06:20
2025-04-01T04:56:23.411243
{ "authors": [ "dausi" ], "repo": "concrete5/concrete5", "url": "https://github.com/concrete5/concrete5/pull/7256", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1095463970
Update/art 1.9.0 Checklist [X] Used a personal fork of the feedstock to propose changes [X] Bumped the build number (if the version is unchanged) [X] Reset the build number to 0 (if the version changed) [X] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in ...
gharchive/pull-request
2022-01-06T16:09:23
2025-04-01T04:56:23.422705
{ "authors": [ "AdMax18", "conda-forge-linter" ], "repo": "conda-forge/adversarial-robustness-toolbox-feedstock", "url": "https://github.com/conda-forge/adversarial-robustness-toolbox-feedstock/pull/21", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2614856531
Mention b3sum for command line Blake3 tool Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [ ] Reset the build number to 0 (if the version changed) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please ...
gharchive/pull-request
2024-10-25T18:34:13
2025-04-01T04:56:23.431560
{ "authors": [ "conda-forge-admin", "peterjc" ], "repo": "conda-forge/blake3-feedstock", "url": "https://github.com/conda-forge/blake3-feedstock/pull/24", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
603532290
Updated to v0.1.3 Updated to v0.1.3. Relocated summary, moved description to 1 line. Small fixes for pip based installer resulted in new SHA256 hash. Checklist [x] Used a fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the versio...
gharchive/pull-request
2020-04-20T21:00:49
2025-04-01T04:56:23.454575
{ "authors": [ "conda-forge-linter", "wouterpotters" ], "repo": "conda-forge/castorapi-feedstock", "url": "https://github.com/conda-forge/castorapi-feedstock/pull/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2049132582
@conda-forge-admin, please update version Additional comment: No response @conda-forge-admin, please update version
gharchive/issue
2023-12-19T17:32:24
2025-04-01T04:56:23.490481
{ "authors": [ "AntoineD" ], "repo": "conda-forge/docstring-inheritance-feedstock", "url": "https://github.com/conda-forge/docstring-inheritance-feedstock/issues/8", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1254251794
0.5.5 hf99513 Checklist [x] Used a personal fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in thi...
gharchive/pull-request
2022-05-31T18:23:36
2025-04-01T04:56:23.496838
{ "authors": [ "AJQuinn", "conda-forge-linter", "hoechenberger", "larsoner" ], "repo": "conda-forge/emd-feedstock", "url": "https://github.com/conda-forge/emd-feedstock/pull/7", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2683685759
Updated dependencies Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment...
gharchive/pull-request
2024-11-22T15:56:25
2025-04-01T04:56:23.512967
{ "authors": [ "conda-forge-admin", "sarthakpati" ], "repo": "conda-forge/gandlf-feedstock", "url": "https://github.com/conda-forge/gandlf-feedstock/pull/38", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
262947550
Refresh pinnings Refresh the pinnings to match the most recent ones. Drop libtool from requirements/run. Package the license file. Fix selector spacing in requirements. Re-render with conda-smithy 2.4.2. Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted al...
gharchive/pull-request
2017-10-04T22:13:55
2025-04-01T04:56:23.515227
{ "authors": [ "conda-forge-linter", "jakirkham" ], "repo": "conda-forge/graphviz-feedstock", "url": "https://github.com/conda-forge/graphviz-feedstock/pull/17", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
714165485
@conda-forge-admin,please add bot automerge @conda-forge-admin,please add bot automerge Hi! This is the friendly automated conda-forge-webservice. I just wanted to let you know that I added bot automerge in conda-forge/hepunits-feedstock#2.
gharchive/issue
2020-10-03T20:02:13
2025-04-01T04:56:23.516406
{ "authors": [ "chrisburr", "conda-forge-linter" ], "repo": "conda-forge/hepunits-feedstock", "url": "https://github.com/conda-forge/hepunits-feedstock/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
431306730
Split libcxx and libcxxabi Checklist [ ] Used a fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [ ] Reset the build number to 0 (if the version changed) [ ] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in...
gharchive/pull-request
2019-04-10T05:10:40
2025-04-01T04:56:23.532625
{ "authors": [ "conda-forge-linter", "isuruf" ], "repo": "conda-forge/libcxx-feedstock", "url": "https://github.com/conda-forge/libcxx-feedstock/pull/36", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
190465415
MNT: Re-render the feedstock [ci skip] Hi! This is the friendly conda-forge-admin automated user. I've re-rendered this feedstock with the latest version of conda-smithy (1.5.3) and noticed some changes. If the changes look good, then please go ahead and merge this PR. If you have any questions about the changes thou...
gharchive/pull-request
2016-11-19T01:41:31
2025-04-01T04:56:23.542393
{ "authors": [ "conda-forge-admin", "conda-forge-linter", "jakirkham" ], "repo": "conda-forge/matplotlib-venn-feedstock", "url": "https://github.com/conda-forge/matplotlib-venn-feedstock/pull/2", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
199269763
MNT: Re-rendered with conda-smithy 1.6.0 For python 3.6 Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition. Please make sure you have conda-smithy 1.7.0 installed in root. Re...
gharchive/pull-request
2017-01-06T19:32:06
2025-04-01T04:56:23.547862
{ "authors": [ "conda-forge-linter", "jakirkham", "marscher", "mpharrigan" ], "repo": "conda-forge/mdtraj-feedstock", "url": "https://github.com/conda-forge/mdtraj-feedstock/pull/4", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2730492329
[ci skip] adding user @mukhery Hi! This is the friendly automated conda-forge-webservice. I've added user @mukhery as instructed in #31. Merge this PR to add the user. Please do not rerender this PR or change it in any way. It has [ci skip] in the commit message to avoid pushing a new build and so the build configura...
gharchive/pull-request
2024-12-10T15:43:51
2025-04-01T04:56:23.550068
{ "authors": [ "conda-forge-admin", "mukhery" ], "repo": "conda-forge/mgrs-feedstock", "url": "https://github.com/conda-forge/mgrs-feedstock/pull/32", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1725262410
Update meta.yaml Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [ ] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in ...
gharchive/pull-request
2023-05-25T07:38:18
2025-04-01T04:56:23.557420
{ "authors": [ "ArshaanNazir" ], "repo": "conda-forge/nlptest-feedstock", "url": "https://github.com/conda-forge/nlptest-feedstock/pull/10", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1101769907
@conda-forge-admin, please add user @raimis [x] I read the conda-forge documentation and could not find the solution for my problem there. Issue: Environment (conda list): $ conda list Details about conda and system ( conda info ): $ conda info Hi! This is the friendly automated conda-forge-webservice...
gharchive/issue
2022-01-13T13:51:34
2025-04-01T04:56:23.561051
{ "authors": [ "conda-forge-linter", "raimis" ], "repo": "conda-forge/openmm-torch-feedstock", "url": "https://github.com/conda-forge/openmm-torch-feedstock/issues/13", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1491935034
Add dev and doc URLs. Checklist [ ] Used a personal fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [ ] Reset the build number to 0 (if the version changed) [ ] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a commen...
gharchive/pull-request
2022-12-12T13:48:38
2025-04-01T04:56:23.578545
{ "authors": [ "MaxJPRey", "conda-forge-linter" ], "repo": "conda-forge/pyaedt-feedstock", "url": "https://github.com/conda-forge/pyaedt-feedstock/pull/3", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
181360152
MNT: Re-render the feedstock [ci skip] Hi! This is the friendly conda-forge-admin automated user. I've re-rendered this feedstock with the latest version of conda-smithy (1.3.2) and noticed some changes. If the changes look good, then please go ahead and merge this PR. If you have any questions about the changes thou...
gharchive/pull-request
2016-10-06T09:04:26
2025-04-01T04:56:23.581508
{ "authors": [ "conda-forge-admin", "conda-forge-linter" ], "repo": "conda-forge/pylint-django-feedstock", "url": "https://github.com/conda-forge/pylint-django-feedstock/pull/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
707239080
layer CRS not correctly detected Issue: For some raster and vector layers conda QGIS is not able to detect the CRS. E.g. C:/miniconda/envs/qgis/Library/resources/data/world_map.gpkg|layername=countries In standard OSGeo4W QGIS the CRS is correctly detected. Also in the conda console it seams to work: (qgis) C:\Users...
gharchive/issue
2020-09-23T10:24:10
2025-04-01T04:56:23.599978
{ "authors": [ "AndreasRabe", "SrNetoChan", "gillins", "jakimowb", "ocefpaf" ], "repo": "conda-forge/qgis-feedstock", "url": "https://github.com/conda-forge/qgis-feedstock/issues/145", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1306591651
Branch 3.0 Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this P...
gharchive/pull-request
2022-07-15T22:20:51
2025-04-01T04:56:23.607731
{ "authors": [ "conda-forge-linter", "zero323" ], "repo": "conda-forge/r-sparkr-feedstock", "url": "https://github.com/conda-forge/r-sparkr-feedstock/pull/8", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2678854859
MNT: rerender Hi! This is the friendly automated conda-forge-webservice. I've started rerendering the recipe as instructed in #28. If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting! Here's a checklist to do before merging. [ ] Bump the build number if needed Fixes ...
gharchive/pull-request
2024-11-21T10:08:25
2025-04-01T04:56:23.609668
{ "authors": [ "conda-forge-admin", "mfansler" ], "repo": "conda-forge/r-spatstat.data-feedstock", "url": "https://github.com/conda-forge/r-spatstat.data-feedstock/pull/29", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2418738532
ENH: update package version Hi! This is the friendly automated conda-forge-webservice. I've started a version update as instructed in #18. I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting! Fixes #18 Sorry bot we are going to use the other PR.
gharchive/pull-request
2024-07-19T12:08:51
2025-04-01T04:56:23.615597
{ "authors": [ "conda-forge-admin", "tdejager" ], "repo": "conda-forge/rattler-build-conda-compat-feedstock", "url": "https://github.com/conda-forge/rattler-build-conda-compat-feedstock/pull/19", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
555808695
Uses Accelerate framework instead of the blas package from conda-forge Reported by @isuruf in https://github.com/conda-forge/slycot-feedstock/pull/22#issuecomment-578444017 : This package is using Accelerate framework instead of the blas package from conda-forge. See the build logs from https://dev.azure.com/conda-...
gharchive/issue
2020-01-27T20:18:45
2025-04-01T04:56:23.620973
{ "authors": [ "mbargull", "moorepants", "repagh" ], "repo": "conda-forge/slycot-feedstock", "url": "https://github.com/conda-forge/slycot-feedstock/issues/23", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
856381356
Update urls Update urls (github->gitlab) Fixes #5 Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated re...
gharchive/pull-request
2021-04-12T21:38:58
2025-04-01T04:56:23.667746
{ "authors": [ "beenje", "conda-forge-linter", "cpascual" ], "repo": "conda-forge/taurus_pyqtgraph-feedstock", "url": "https://github.com/conda-forge/taurus_pyqtgraph-feedstock/pull/7", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
646631507
Update to 12.0.4 Checklist [x] Used a fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [ ] Reset the build number to 0 (if the version changed) [ ] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR f...
gharchive/pull-request
2020-06-27T07:40:50
2025-04-01T04:56:23.672728
{ "authors": [ "conda-forge-linter", "dbast" ], "repo": "conda-forge/tokei-feedstock", "url": "https://github.com/conda-forge/tokei-feedstock/pull/18", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1993870789
vit-pytorch v1.6.4 Dependency pins updated per https://github.com/lucidrains/vit-pytorch/blob/1.6.4/setup.py Checklist [x] Used a personal fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [x] Re-rendered with ...
gharchive/pull-request
2023-11-15T01:48:50
2025-04-01T04:56:23.682314
{ "authors": [ "hmaarrfk", "weiji14" ], "repo": "conda-forge/vit-pytorch-feedstock", "url": "https://github.com/conda-forge/vit-pytorch-feedstock/pull/7", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1073886970
Try Python 3.7 Checklist [ ] Used a personal fork of the feedstock to propose changes [ ] Bumped the build number (if the version is unchanged) [ ] Reset the build number to 0 (if the version changed) [ ] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in th...
gharchive/pull-request
2021-12-08T00:45:55
2025-04-01T04:56:23.685882
{ "authors": [ "conda-forge-linter", "jan-janssen" ], "repo": "conda-forge/votca-feedstock", "url": "https://github.com/conda-forge/votca-feedstock/pull/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2648771131
Improve build pipeline Checklist [x] Used a personal fork of the feedstock to propose changes [x] Bumped the build number (if the version is unchanged) [x] Reset the build number to 0 (if the version changed) [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comme...
gharchive/pull-request
2024-11-11T09:48:54
2025-04-01T04:56:23.690706
{ "authors": [ "conda-forge-admin", "ehfd" ], "repo": "conda-forge/xclip-feedstock", "url": "https://github.com/conda-forge/xclip-feedstock/pull/3", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1638992971
conda-tree 1.1.0 package on conda-forge is flagged by conda-forga as possibly malicious https://conda-forge.org/blog/posts/2023-03-12-circle-ci-security-breach/#circleci-security-incident contains a json listing packages which potentially are malicious since they were released during the time when conda-forge's keys ...
gharchive/issue
2023-03-24T09:03:12
2025-04-01T04:56:23.696081
{ "authors": [ "cafhach", "rvalieris" ], "repo": "conda-incubator/conda-tree", "url": "https://github.com/conda-incubator/conda-tree/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
227718910
use conda-build's get_build_index function rather than conda's get_index The hope is that this will allow the package resolving process to respect condarc. It may also be faster due to caching on the conda-build side. Codecov Report Merging #18 into master will decrease coverage by 1.3%. The diff coverage is 100%...
gharchive/pull-request
2017-05-10T15:26:23
2025-04-01T04:56:23.718897
{ "authors": [ "codecov-io", "msarahan" ], "repo": "conda/conda-concourse-ci", "url": "https://github.com/conda/conda-concourse-ci/pull/18", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2100938872
Privileges escalate by default for Windows on CI Checklist [X] I added a descriptive title [X] I searched open reports and couldn't find a duplicate What happened? @jaimergp, when testing the Windows installers for Spyder, menuinst creates the shortcut for _mode=system rather than _mode=user, but only on CI. This d...
gharchive/issue
2024-01-25T18:24:13
2025-04-01T04:56:23.801961
{ "authors": [ "jaimergp", "marcoesters", "mrclary" ], "repo": "conda/menuinst", "url": "https://github.com/conda/menuinst/issues/178", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2150396129
Allow users to configure embeddings for RAGAS metrics Is your feature request related to a problem? Please describe. The versions of deepeval and ragas that I'm using: deepeval==0.20.70 ragas==0.1.1 I was trying to use RAGASAnswerRelevancyMetric to evaluate the generated output of my Microsoft Azure Endpoints for t...
gharchive/issue
2024-02-23T05:33:29
2025-04-01T04:56:23.827650
{ "authors": [ "Li0425", "penguine-ip" ], "repo": "confident-ai/deepeval", "url": "https://github.com/confident-ai/deepeval/issues/513", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1846124065
cloud-api-adaptor ds rolling update Follow up of the issue https://github.com/confidential-containers/cloud-api-adaptor/issues/1240. The proposed solution is to leverage the rolling update feature in Daemonset in CR and add additional probes: liveness, readiness or startup probes containers postStart hook So, we ca...
gharchive/issue
2023-08-11T02:52:08
2025-04-01T04:56:23.834645
{ "authors": [ "huoqifeng", "katexochen" ], "repo": "confidential-containers/cloud-api-adaptor", "url": "https://github.com/confidential-containers/cloud-api-adaptor/issues/1322", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
527921929
스프린트 회의 로그 (3차) 🏃‍♀️🏃‍♂️ 스프린트 회의 로그 (3차) 🏃‍♀️🏃‍♂️ 스프린트 목표 🏈 버전 1.0 배포 중간 데모 드로피로 시연하기 메인페이지에서 채널새성과 채널입장이 가능하다. 채널 페이지에서 스피커와 리스너의 슬라이드 동기화가 이루어진다. 채널 페이지에서 사용자 채팅이 가능하다. 마이페이지에서 사용자의 히스토리를 확인 할 수 있다. 스프린트 단위 🗓 3일 (2019.11.26(화) ~ 2019.11.28(목)) 스크럼 마스터 👨‍🔧 김재원 @load0ne 회의 내용 💬 목요일까지 버전 1을 배포하기 위해 MVP...
gharchive/issue
2019-11-25T08:16:09
2025-04-01T04:56:23.887765
{ "authors": [ "aereeeee", "always-awake", "happydhKim", "load0ne" ], "repo": "connect-foundation/2019-02", "url": "https://github.com/connect-foundation/2019-02/issues/49", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1493553269
[feat] Render vocaList if it exists 설명 voca item이 존재하는 경우, voca item 렌더링하기 할일 [ ] voca 페이지에 접근했을 때, 유저가 vaca list를 가지고 있는지 확인한다. (서버에 요청) [ ] 가지고 있다면 voca List를 렌더링한다. [ ] 가지고 있지 않다면 +버튼 요소만 렌더링한다. 참조 Route methods 진행해주세요 해당 issue 지금 진행해도 될까요?
gharchive/issue
2022-12-13T07:13:24
2025-04-01T04:56:23.894866
{ "authors": [ "leejaelll", "parkseonup" ], "repo": "connectTo2/SweetMe", "url": "https://github.com/connectTo2/SweetMe/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1589742384
Optimise calculate relayer fee Description Type of change [ ] Docs change / dependency upgrade [ ] Configuration / tooling changes [ ] Refactoring [ ] Bug fix (non-breaking change which fixes an issue) [ ] New feature (non-breaking change which adds functionality) [ ] Breaking change (fix or feature that would cau...
gharchive/pull-request
2023-02-17T17:48:28
2025-04-01T04:56:23.898155
{ "authors": [ "just-a-node", "sanchaymittal" ], "repo": "connext/monorepo", "url": "https://github.com/connext/monorepo/pull/3548", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2029287553
Make Semaphore.core container Operational semaphore-core Base image: python 3.10 Ports: None Files: src directory (except for API directory and runner.py .h5 files, dspec files at runtime? .env Library: from requirements.txt Volume: Status ALL tests pass! Need entry point
gharchive/issue
2023-12-06T19:58:37
2025-04-01T04:56:23.900820
{ "authors": [ "matdenkas" ], "repo": "conrad-blucher-institute/semaphore", "url": "https://github.com/conrad-blucher-institute/semaphore/issues/154", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
55448477
Btnotificationenabler on iOS 8.1.1 problem Hello conradev, I'm on iOS 8.1.1 I installed and reinstalled btnotificationenabler a lot of times to see if it fix this problem but it won't, my problem is I don't have that view over bluetooth option in notifications... even with the show on lock screen switch on won't work...
gharchive/issue
2015-01-26T05:41:27
2025-04-01T04:56:23.903961
{ "authors": [ "javiert30", "richwash" ], "repo": "conradev/BTNotificationEnabler", "url": "https://github.com/conradev/BTNotificationEnabler/issues/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
368679372
Fork implementing GraphQL API + React frontend - How to organize PRs? Hey Conrado, I made a fork for the project with lot's of changes. Modifications include: Addition of a merkle root to the block header. Miners now use the block header for the hashing input in the proof-of-work algorithm. This makes mining more pe...
gharchive/issue
2018-10-10T13:57:16
2025-04-01T04:56:23.908867
{ "authors": [ "conradoqg", "eaverdeja" ], "repo": "conradoqg/naivecoin", "url": "https://github.com/conradoqg/naivecoin/issues/55", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2076096838
GMP: Execution of IpcEnvelope [x] Implementation of new data structures for IpcEnvelope and cross-net messages as described here [x] Implementation of the new subnet actor and gateway methods required in the gateway to forward and trigger the execution of the IpcEnvelope as detailed here. Remember that the design st...
gharchive/issue
2024-01-11T09:04:05
2025-04-01T04:56:23.911620
{ "authors": [ "adlrocha", "raulk" ], "repo": "consensus-shipyard/ipc", "url": "https://github.com/consensus-shipyard/ipc/issues/530", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
140844105
knownArch in gb/importer/pkg.go misses s390x Go in Ubuntu 16.04 has a patch enabling support for s390x, but gb doesn't realize that it shouldn't compile files called things like asm_s390x.s. I'll do a 0.4.1 release soon to pick up these small improvements. On Tue, Mar 15, 2016 at 12:30 PM, Michael Hudson-Doyle < no...
gharchive/issue
2016-03-15T01:30:52
2025-04-01T04:56:23.916358
{ "authors": [ "davecheney", "mwhudson" ], "repo": "constabulary/gb", "url": "https://github.com/constabulary/gb/issues/580", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2382612789
🛑 degelite.org is down In a5085f0, degelite.org (https://degelite.org) was down: HTTP code: 0 Response time: 0 ms Resolved: degelite.org is back up in d6e8d85.
gharchive/issue
2024-07-01T01:40:51
2025-04-01T04:56:23.919274
{ "authors": [ "trivoallan" ], "repo": "constructions-incongrues/status", "url": "https://github.com/constructions-incongrues/status/issues/4361", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
871233230
implement PNC artifacts download and fetch-artifacts-schema Story MMENG-1252 Epic MMENG-1282 Maintainers will complete the following section [x] Commit messages are descriptive enough [x] Code coverage from testing does not decrease and new code is covered [x] JSON/YAML configuration changes are updated in the relev...
gharchive/pull-request
2021-04-29T16:44:26
2025-04-01T04:56:23.929822
{ "authors": [ "hjmodi" ], "repo": "containerbuildsystem/atomic-reactor", "url": "https://github.com/containerbuildsystem/atomic-reactor/pull/1619", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1382986246
report which specific task was sucessful CLOUDBLD-10933 Signed-off-by: Robert Cerven rcerven@redhat.com Maintainers will complete the following section [ ] Commit messages are descriptive enough [ ] Code coverage from testing does not decrease and new code is covered [ ] Python type annotations added to new code [...
gharchive/pull-request
2022-09-22T20:36:25
2025-04-01T04:56:23.933441
{ "authors": [ "mkosiarc", "rcerven" ], "repo": "containerbuildsystem/atomic-reactor", "url": "https://github.com/containerbuildsystem/atomic-reactor/pull/1995", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
806788594
TestRuntimeHandler logging empty string in CRI Integration tests Description The CRI Integration Test logs for the TestRuntimeHandler test are logging empty strings. Steps to reproduce the issue: Run the TestRuntimeHandler apart of the CRI integration tests Check the output logs Describe the results you received: ...
gharchive/issue
2021-02-11T22:19:57
2025-04-01T04:56:23.937158
{ "authors": [ "chrisfregly", "mikebrow" ], "repo": "containerd/containerd", "url": "https://github.com/containerd/containerd/issues/5032", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1588834271
cgroup.event_control: operation not supported Description When deploying a container I have this error: level=error msg="add cg to OOM monitor" error="write /sys/fs/cgroup/memory/docker/85658e63e3ce613704e58cdc71d9dc8ff571d980e062937fbb47d0105561e841/cgroup.event_control: operation not supported" time="2023-02-16T12:...
gharchive/issue
2023-02-17T06:45:40
2025-04-01T04:56:23.941918
{ "authors": [ "rgomezceis", "samyakjain10" ], "repo": "containerd/containerd", "url": "https://github.com/containerd/containerd/issues/8127", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
413835646
diff: set "containerd.io/empty-layer" label to an empty layer This fix is intended to allow BuildKit to detect empty layers without comparing the magic digest value. https://github.com/moby/buildkit/blob/f1dac983fa3e64d98964dfb91a45ae0adde2c253/exporter/containerimage/writer.go#L30 https://github.com/moby/buildkit/bl...
gharchive/pull-request
2019-02-24T15:50:00
2025-04-01T04:56:23.955370
{ "authors": [ "AkihiroSuda", "codecov-io", "dmcgowan", "fuweid" ], "repo": "containerd/containerd", "url": "https://github.com/containerd/containerd/pull/3044", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1094705593
Prepare release notes for v1.6.0-beta.5 See generated notes https://gist.github.com/dmcgowan/d9eba0f8f79c11c46734a109b6f7faef /retest /retest
gharchive/pull-request
2022-01-05T20:10:20
2025-04-01T04:56:23.957283
{ "authors": [ "dmcgowan" ], "repo": "containerd/containerd", "url": "https://github.com/containerd/containerd/pull/6407", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2334377264
nerdctl login should warn about passing along an explicit scheme Description While pull and push do not allow explicit schemes (as image identifiers do not), both docker and nerdctl login DO allow it, albeit ignoring them entirely. Our suggestion is to: warn the user that this syntax is only supported as a convenien...
gharchive/issue
2024-06-04T21:12:11
2025-04-01T04:56:23.962754
{ "authors": [ "apostasie", "fahedouch" ], "repo": "containerd/nerdctl", "url": "https://github.com/containerd/nerdctl/issues/3052", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2503992697
Documentation: adding new contributors git cheat-sheet New open-source contributors - well-intended, competent developers that are not used to public contributions, do regularly struggle with some of the git athletics: https://github.com/containerd/nerdctl/pull/3366#issuecomment-2311082228 Pretty simple stuff that se...
gharchive/pull-request
2024-09-03T23:32:14
2025-04-01T04:56:23.968384
{ "authors": [ "AkihiroSuda", "apostasie" ], "repo": "containerd/nerdctl", "url": "https://github.com/containerd/nerdctl/pull/3406", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1680785455
cmd: improve user interface for help message by add default text Default values were missing in help text after v0.6.1, this patch fixes it. And sorted out some usage information. Current help message: NAME: containerd-nydus-grpc - Nydus remote snapshotter for containerd USAGE: containerd-nydus-grpc [global ...
gharchive/pull-request
2023-04-24T09:07:11
2025-04-01T04:56:23.976840
{ "authors": [ "adamqqqplay", "changweige", "codecov-commenter" ], "repo": "containerd/nydus-snapshotter", "url": "https://github.com/containerd/nydus-snapshotter/pull/456", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1865848863
Automate crates publishing This PRs add a workflows that can be launched from the Github UI to publish a crate. LGTM I don't seem to have ability to re-run actions. The windows failure here is #153, I will try to get some time to fix that next week.
gharchive/pull-request
2023-08-24T20:37:30
2025-04-01T04:56:23.978227
{ "authors": [ "jsturtevant", "mxpv" ], "repo": "containerd/rust-extensions", "url": "https://github.com/containerd/rust-extensions/pull/182", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1486990051
Stop pre-installing podman utils/tools Commit https://github.com/containers/podman/commit/c7827957a427c8c85c37fcb67b3d5999dd372aa7 altered the way tooling is installed for podman making it incompatible with a c/automation_images pre-install. Several attempts were made to update podman's scripts and Makefile to de-ha...
gharchive/pull-request
2022-12-09T15:56:28
2025-04-01T04:56:23.985250
{ "authors": [ "cevich" ], "repo": "containers/automation_images", "url": "https://github.com/containers/automation_images/pull/240", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1800675341
Fix forget_grandchild retain condition What type of PR is this? /kind bug What this PR does / why we need it: I think the retain condition in ChildReaper::forget_grandchild was flipped. The function passed to retain specifies which elements to keep, but the specified condition returned which element we want to remove...
gharchive/pull-request
2023-07-12T10:29:38
2025-04-01T04:56:24.037008
{ "authors": [ "codecov-commenter", "mgjm", "saschagrunert" ], "repo": "containers/conmon-rs", "url": "https://github.com/containers/conmon-rs/pull/1505", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1627971219
More podman wiring containers reasonably small refinements to vm functions as i have begun to wire up podman with libhvee. some changes are based on testing and are simply fixes; otherwise new changes. /lgtm
gharchive/pull-request
2023-03-16T17:35:07
2025-04-01T04:56:24.090160
{ "authors": [ "baude", "n1hility" ], "repo": "containers/libhvee", "url": "https://github.com/containers/libhvee/pull/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
580246203
XDG_CONFIG_HOME ignored on linux Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line) /kind bug Description The XDG_CONFIG_HOME environment variable is ignored Steps to reproduce the issue: export XDG_DATA_HOME=/tmp/podman/local export XDG_CONFIG_HOME=/tmp/podman/config pkill podman rm -rf $HOM...
gharchive/issue
2020-03-12T21:54:58
2025-04-01T04:56:24.097711
{ "authors": [ "djerius", "giuseppe", "mheon" ], "repo": "containers/libpod", "url": "https://github.com/containers/libpod/issues/5487", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
412100971
Podman pod create now errors on receiving CLI args It has never accepted arguments, so we should error when passed args we will never use. I was bitten by this, yesterday. LGTM I was bitten by this, yesterday. LGTM LGTM /lgtm
gharchive/pull-request
2019-02-19T20:04:58
2025-04-01T04:56:24.099790
{ "authors": [ "TomSweeneyRedHat", "mheon", "rhatdan" ], "repo": "containers/libpod", "url": "https://github.com/containers/libpod/pull/2373", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
620519615
Implement detached exec Implement detached exec for containers (ability to run a command in a container without attaching to it). TODO: Support for exec exit commands has been added, but they are not yet being used. Modify podman container cleanup so it can clean up an individual exec session and generate exit comma...
gharchive/pull-request
2020-05-18T21:33:16
2025-04-01T04:56:24.103202
{ "authors": [ "baude", "mheon" ], "repo": "containers/libpod", "url": "https://github.com/containers/libpod/pull/6270", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2744782880
Release v0.8.0 Release Process [x] Create and push new release branch Local release preparations (on the release branch) [x] Run e2e tests [x] Sync/tidy up dependencies. [x] Run go mod tidy. [x] Run git commit -m 'go.mod,go.sum: update dependencies.' go.{mod,sum}, if necessary. [x] Run git tag -a -m "NRI plugins...
gharchive/issue
2024-12-17T12:17:12
2025-04-01T04:56:24.109676
{ "authors": [ "klihub" ], "repo": "containers/nri-plugins", "url": "https://github.com/containers/nri-plugins/issues/454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
535860506
rewrite-target invalid for kubernetes ingress on root path Do you want to request a feature or report a bug? Bug What did you do? Creating an Ingress resource on a subdomain having only one rule on / that point to a backend handling requests on /app. apiVersion: extensions/v1beta1 kind: Ingress metadata: name: my-...
gharchive/issue
2019-12-10T16:57:07
2025-04-01T04:56:24.219408
{ "authors": [ "dtomcej", "seboudry", "traefiker" ], "repo": "containous/traefik", "url": "https://github.com/containous/traefik/issues/5990", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2426154617
Fixes 4339: add uploads API Summary Testing steps Create a repository in the UI or Api use the ./scripts/upload.py script to upload some repositories IDENTITY_HEADER="eyJpZGVudGl0eSI6eyJvcmdfaWQiOiI5IiwgInR5cGUiOiJVc2VyIiwidXNlciI6eyJ1c2VybmFtZSI6ImZvbyJ9LCJhY2NvdW50X251bWJlciI6ImZvbyIsImludGVybmFsIjp7Im9yZ19pZCI6I...
gharchive/pull-request
2024-07-23T21:22:01
2025-04-01T04:56:24.236905
{ "authors": [ "jlsherrill" ], "repo": "content-services/content-sources-backend", "url": "https://github.com/content-services/content-sources-backend/pull/753", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1576765807
Option to completely disable Richtext Commands dialogue box from 'field-editor-rich-text' Hi there. Is there a way to completely disable the functionality of the dialogue box / richtext commands? Currently, if you do not have embed as a selected option for the RTF, then a slash will result in a buggy situation where ...
gharchive/issue
2023-02-08T20:35:17
2025-04-01T04:56:24.240443
{ "authors": [ "jackbudow" ], "repo": "contentful/field-editors", "url": "https://github.com/contentful/field-editors/issues/1341", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2697570083
bad compatibility/deprecation issues hi. 1- most the games using UIManager.cs as main script for managing ui components. and this is package tool! so plz add namespace to uimanager. like: namespace TonSdk { } 2- using double filed is deprecating all unity versions before 2022 without any real upgrading to this tool. ...
gharchive/issue
2024-11-27T08:06:57
2025-04-01T04:56:24.276923
{ "authors": [ "MrVeit", "mkfcga" ], "repo": "continuation-team/unity-ton-connect", "url": "https://github.com/continuation-team/unity-ton-connect/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2498327596
SQLITE_BUSY: Implement busy_timeout and WAL for all connections Description Add busy_timeout and WAL to all SQLite connections Set busy_timeout on all SQLite connections to avoid SQLITE_BUSY errors during concurrent access. Enable Write-Ahead Logging (WAL) for better concurrency and performance. These changes improv...
gharchive/pull-request
2024-08-30T22:34:47
2025-04-01T04:56:24.305228
{ "authors": [ "rootedbox", "sestinj" ], "repo": "continuedev/continue", "url": "https://github.com/continuedev/continue/pull/2142", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
256781504
APP_ENDPOINT for symfony is /index.php instead of /app.php PR #394 has broken our build! /usr/local/share/40-stack has this line: export APP_ENDPOINT=${APP_ENDPOINT:-/index.php} Before DEFAULT_APP_ENDPOINT was computed and used to set APP_ENDPOINT to /app.php in /usr/local/share/env/30-framework This logic with DEFA...
gharchive/issue
2017-09-11T17:25:36
2025-04-01T04:56:24.308803
{ "authors": [ "TerjeBr", "kierenevans" ], "repo": "continuouspipe/dockerfiles", "url": "https://github.com/continuouspipe/dockerfiles/issues/405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
648339285
Add support for IAM Instance profiles Deployment of EC2 instances as Go Agents currently does not support IAM Instance Profiles. Any tasks a Go Agent runs that uses an instance profile for authentication to the AWS API will not work. Provide a way to specify an instance profile in an elastic agent profile so that ec2...
gharchive/issue
2020-06-30T16:58:18
2025-04-01T04:56:24.310491
{ "authors": [ "brettcave", "v-sky" ], "repo": "continuumsecurity/GoCD-EC2-Elastic-Agent-Plugin", "url": "https://github.com/continuumsecurity/GoCD-EC2-Elastic-Agent-Plugin/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2119295887
Some small corrections and fix automatic adjustement of atlas size Closes https://github.com/contour-terminal/contour/issues/1049 Issue was with atlas size, magic factor of 3 is enough for 2k resolution to not get this bug I am not sure about 4k resolution though since i can test only on 2k, so @christianparpart may...
gharchive/pull-request
2024-02-05T19:22:11
2025-04-01T04:56:24.312094
{ "authors": [ "Yaraslaut", "christianparpart" ], "repo": "contour-terminal/contour", "url": "https://github.com/contour-terminal/contour/pull/1458", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2568771413
🛑 MPS - TESTPROCESS is down In 58345f6, MPS - TESTPROCESS ($TESTPROCESS_URL) was down: HTTP code: 200 Response time: 480 ms Resolved: MPS - TESTPROCESS is back up in 0e7784f after 1 hour, 52 minutes.
gharchive/issue
2024-10-06T17:05:45
2025-04-01T04:56:24.328731
{ "authors": [ "conuti-das" ], "repo": "conuti-das/status-lfrcs", "url": "https://github.com/conuti-das/status-lfrcs/issues/525", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2384423430
Removing pillow dependency? revisited This question was asked in 2017 -- Remove dependency on Pillow? #1286 -- but it seems worth bringing up again. While reviewing my dependencies from my cookie-cutter generated Django project, I noticed the sizable and dependency on Pillow. As far as I can tell, this dependency is...
gharchive/issue
2024-07-01T17:54:45
2025-04-01T04:56:24.393629
{ "authors": [ "foarsitter", "luzfcb", "picturedots" ], "repo": "cookiecutter/cookiecutter-django", "url": "https://github.com/cookiecutter/cookiecutter-django/issues/5183", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
97596725
support after suite callbacks Currently, rrrspec does not support "config.aster(:suite)". This pr may work well but I can not add the test. It’s over my head. LGTM LGTM. This pr may work well but I can not add the test. It’s over my head. Add config.after(:suite) case to local_test specs. We can check the behav...
gharchive/pull-request
2015-07-28T02:07:23
2025-04-01T04:56:24.399324
{ "authors": [ "eagletmt", "eudoxa", "k0kubun" ], "repo": "cookpad/rrrspec", "url": "https://github.com/cookpad/rrrspec/pull/51", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
130741186
travis enabling caches will (hopefully speed up the build/tests). looking at the built time of the pull request this is way faster
gharchive/pull-request
2016-02-02T16:44:23
2025-04-01T04:56:24.403846
{ "authors": [ "LeanderK" ], "repo": "coolcrowd/object-service", "url": "https://github.com/coolcrowd/object-service/pull/60", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2626970893
[Enhancement]: Add the possibility to manage Volume and persistent storage of applications with Coolify API Request Type Improvement Description Is it possible to add the possibility to manage volume and persistent storage with the Coolify API Are you planning to add a bounty to this issue, otherwise I will convert...
gharchive/issue
2024-10-31T14:14:02
2025-04-01T04:56:24.407980
{ "authors": [ "APKiosk-Developers", "peaklabs-dev" ], "repo": "coollabsio/coolify", "url": "https://github.com/coollabsio/coolify/issues/4084", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1534685763
[Feature]: Add SOURCE_COMMIT and SOURCE_BRANCH ENV variables Is there an existing issue for this? [X] I have searched the existing issues Summary Adding build-time or runtime-variables such as SOURCE_COMMIT, SOURCE_BRANCH, SOURCE_PRMR_ID. Why should this be worked on? I see that there's such a SOURCE_COMMIT build a...
gharchive/issue
2023-01-16T10:29:04
2025-04-01T04:56:24.411506
{ "authors": [ "andrasbacsai", "zek" ], "repo": "coollabsio/coolify", "url": "https://github.com/coollabsio/coolify/issues/854", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
644272657
手机作为中心,如何连接多个外设 你好,这个蓝牙库非常好用,最近有个需求要同时连接两个外设,实际开发过程中 连接第二个外设的时候会断开第一个外设,请问该如何操作,谢谢。 不可以
gharchive/issue
2020-06-24T02:39:30
2025-04-01T04:56:24.412436
{ "authors": [ "DevDu", "yangxiangwei" ], "repo": "coolnameismy/BabyBluetooth", "url": "https://github.com/coolnameismy/BabyBluetooth/issues/228", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
564160559
HungerOverhaul is overwriting HungerTweaker changes I can't figure out how to make HT load after HO What specifically is it overriding? The loading order definitely doesn't matter, but there could be issues elsewhere, and I'll need more information to track them down. Any change that I make using HT gets override...
gharchive/issue
2020-02-12T17:42:14
2025-04-01T04:56:24.428686
{ "authors": [ "Flypaste", "coolsquid" ], "repo": "coolsquid/HungerTweaker", "url": "https://github.com/coolsquid/HungerTweaker/issues/3", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1593931523
Avoid extra copying in ParserContextImpl.getSurroundingText Fix a few places where unnecessary String or List copies were made. This fix is now released in 4.0.1
gharchive/pull-request
2023-02-21T18:29:17
2025-04-01T04:56:24.450964
{ "authors": [ "cjbrooks12", "kilink" ], "repo": "copper-leaf/kudzu", "url": "https://github.com/copper-leaf/kudzu/pull/9", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }