pr_id
int64
repo_id
null
repo_name
string
text
string
442
null
llamastack/llama-stack
# Repository Context Name: llamastack/llama-stack Description: # Pull Request ## change schema -> dataset_schema for Dataset class # What does this PR do? - `schema` should not a field w/ pydantic warnings - change `schema` to `dataset_schema` <img width="855" alt="image" src="https://github.com/user-attachm...
34,440
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Fix super tiny extra space typo # What does this PR do? Hi thanks for the library! When using the Trainer (and TrainingArguments) I see an extra space. Thus this super very tiny PR :) <!-- Congratulations! You've made it this ...
158
null
mne-tools/mne-nirs
# Repository Context Name: mne-tools/mne-nirs Description: # Pull Request ## Update plot_10_hrf.py again just typos # Relevant Files Found ## examples/plot_10_hrf.py ``` """ .. _tut-fnirs-hrf: GLM Analysis (Measured Data) ============================ In this example we analyse data from a real multichannel fNI...
156
null
ansys/pyfluent-visualization
# Repository Context Name: ansys/pyfluent-visualization Description: # Pull Request ## Matplot issue # Relevant Files Found ## src/ansys/fluent/visualization/matplotlib/plotter_defns.py ``` """Module providing matplotlib plotter functionality.""" from typing import List, Optional import matplotlib.pyplot as p...
6,203
null
PaddlePaddle/PaddleDetection
# Repository Context Name: PaddlePaddle/PaddleDetection Description: # Pull Request ## Tipc add serving cpp infer test shell - fix serving/python and serving/cpp - add tipc: serving_cpp_infer shell - fix fleet train shell to remove "gpu" # Relevant Files Found ## deploy/serving/cpp/serving_client.py ``` # Copy...
238
null
PanidaRumriankit/ku-vein
# Repository Context Name: PanidaRumriankit/ku-vein Description: # Pull Request ## Submit note rework # Why am I doing this work at this time? 1. The upload button will be disabled and changes the text to "uploading..." 2. Hide the delete box when the user is not the author # Relevant Files Found ## backend/for...
153
null
choderalab/espaloma
# Repository Context Name: choderalab/espaloma Description: # Pull Request ## Support for modern openff-toolkit versions (>=0.11) Support for newer and modern versions of `openff-toolkit` is accomplished by using the `openff-units` quantities in `Molecule` objects instead of `openmm.unit`. # Relevant Files Found...
2,741
null
instructlab/instructlab
# Repository Context Name: instructlab/instructlab Description: # Pull Request ## add success messages for generate train convert evaluate test cmds <!-- Thank you for contributing to InstructLab! --> <!-- STEPS TO FOLLOW: 1. Add a description of the changes (frequently the same as the commit description) ...
5
null
JAEarly/latextable
# Repository Context Name: JAEarly/latextable Description: # Pull Request ## Short captions Added the option to add captions in square brackets that are used in TOC (table of contents). # Relevant Files Found ## latextable.py ``` """ Drawing functions for outputting a Texttable table in a Latex format. """ cla...
225
null
dracidoupe/graveyard
# Repository Context Name: dracidoupe/graveyard Description: # Pull Request ## User search (refs #178) # Relevant Files Found ## ddcz/views.py ``` from hashlib import md5 import logging from django.apps import apps from django.conf import settings from django.core.paginator import Paginator from django.http im...
21
null
home-assistant-libs/python-go2rtc-client
# Repository Context Name: home-assistant-libs/python-go2rtc-client Description: # Pull Request ## Fix producers can be null # Proposed Changes /api/streams may have stream with null producers. If stream has only name with empty source list. This is useful for input stream. go2rtc config: ```yaml streams: camer...
430
null
Ensembl/ensembl-genomio
# Repository Context Name: Ensembl/ensembl-genomio Description: # Pull Request ## genomio.fasta.chunk fixed, refactored, tests added The chunking code was broken, though that didn't affect writing to individual chunk files. But when writing to the joined output file it was reopened for writing for each chunk, poss...
3,082
null
lsst-sqre/phalanx
# Repository Context Name: lsst-sqre/phalanx Description: # Pull Request ## DM-43342: Fix Argo CD documentation information Fix the Argo CD configuration parsing for the restructuring of the Argo CD Helm charts, and add better formatting of the new role-based access control rules. # Relevant Files Found ## src/ph...
2,522
null
activeloopai/deeplake
# Repository Context Name: activeloopai/deeplake Description: # Pull Request ## Error out for invalid path in deeplake.delete ## 🚀 🚀 Pull Request ### Impact <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes expec...
407
null
proofit404/stories
# Repository Context Name: proofit404/stories Description: # Pull Request ## Migrate from pre-commit to tox. Fix #406 # Relevant Files Found ## tests/test_configuration.py ``` # -*- coding: utf-8 -*- """Tests related to the project configuration.""" import collections import configparser import datetime import ...
914
null
meyer-lab/tHMM
# Repository Context Name: meyer-lab/tHMM Description: # Pull Request ## Fixes by autopep8 action This is an auto-generated PR with fixes by autopep8. # Relevant Files Found ## lineage/Analyze.py ``` """ Calls the tHMM functions and outputs the parameters needed to generate the Figures. """ import itertools impo...
298
null
open-mmlab/mmsegmentation
# Repository Context Name: open-mmlab/mmsegmentation Description: # Pull Request ## [fix]: fix docstring Fix doctring misspelled in `loading.py`. # Relevant Files Found ## mmseg/datasets/pipelines/loading.py ``` import os.path as osp import mmcv import numpy as np from ..builder import PIPELINES @PIPELINES.r...
20,076
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## simplify clean orphans script The case where the ReportConfig has been deleted was cleared in the last run, but the case where the ReportConfiguration is_deleted has not been cleared. This cleaning hopefully also removed a bug. @emord...
21,932
null
hongbo-miao/hongbomiao.com
# Repository Context Name: hongbo-miao/hongbomiao.com Description: # Pull Request ## feat(machine-learning): add mineru # Relevant Files Found # Edits This pull request adds support for MinerU, a free and open-source tool for PDF data extraction that can recognize complex elements like layouts, tables, and ma...
130
null
runwayml/sdk-python
# Repository Context Name: runwayml/sdk-python Description: # Pull Request ## release: 2.3.8 Automated Release PR --- ## 2.3.8 (2025-03-27) Full Changelog: [v2.3.7...v2.3.8](https://github.com/runwayml/sdk-python/compare/v2.3.7...v2.3.8) ### Chores * fix typos ([#129](https://github.com/runwayml/sdk-python/iss...
36
null
YadavGulshan/MedAlthea
# Repository Context Name: YadavGulshan/MedAlthea Description: # Pull Request ## functions for signup # Relevant Files Found ## apps/app.py ``` # importing depended modules import sys from PyQt5 import QtWidgets from PyQt5.QtWidgets import QApplication # importing LocalDb from Frames.functions.localdb im...
4,948
null
hydroshare/hydroshare
# Repository Context Name: hydroshare/hydroshare Description: # Pull Request ## [#4947] no checking of file/folder names on resource page load <!-- Please read, and add your text at the bottom of this message. Thanks for contributing code to HydroShare. In order to maintain code quality and expedite this proc...
15,782
null
zulip/zulip
# Repository Context Name: zulip/zulip Description: # Pull Request ## push_notifications: Return if push_notify already active. If the push_notification for the UserMessage is already active, we don't send any push notification to the user. This may happen due to race conditions. Added and fixed test cases aff...
158
null
tenstorrent/tt-forge-fe
# Repository Context Name: tenstorrent/tt-forge-fe Description: # Pull Request ## Lowered transpose op; working training of matmul. Lowered transpose op, added test. Modified training to support matmul. #23 #21 #15 # Relevant Files Found ## pybuda/pybuda/op/eval/pybuda/transpose.py ``` # SPDX-FileCopyrightT...
62
null
dynotx/liminal-orm
# Repository Context Name: dynotx/liminal-orm Description: # Pull Request ## add translation link # Relevant Files Found ## liminal/enums/benchling_api_field_type.py ``` from liminal.base.str_enum import StrEnum class BenchlingAPIFieldType(StrEnum): """This enum represents the different types a Benchling ...
20,114
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [external-assets] Implement AssetGraph with AssetNode and RemoteAssetNode ## Summary & Motivation Internal companion PR: https://github.com/dagster-io/internal/pull/8537 Initial implementation of asset nodes for the `AssetGraph`. ...
61
null
fen0x/marvin
# Repository Context Name: fen0x/marvin Description: # Pull Request ## Controllo validità del commento postato tramite /comment e migliorato riconoscimento comandi Come segnalato in #59 e #60 # Relevant Files Found ## marvin.py ``` #!/usr/bin/env python3 import json import logging import requests import io imp...
434
null
lightkurve/lightkurve
# Repository Context Name: lightkurve/lightkurve Description: # Pull Request ## Bugfix: `tpf.wcs` is invalid for TPF's produced using TessCut In #124 we discovered that the `TargetPixelFile.wcs` property is invalid for TPFs produced using the TessCut service, which presently only populates a valid WCS in the second...
13
null
jjleng/code-panda
# Repository Context Name: jjleng/code-panda Description: # Pull Request ## feat: feed back sql error to LLM memory # Relevant Files Found ## cp-agent/cp_agent/agents/coder/agent.py ``` """Implementation of an AI coding agent with parallel tool execution capabilities and memory management.""" import asyncio fr...
47
null
baloise/gitopscli
# Repository Context Name: baloise/gitopscli Description: # Pull Request ## Add delete preview cmd https://bitbucket.baloise.dev/projects/DPL/repos/incubator-non-prod/pull-requests/78/diff Running it again: INFO delete_preview_command: There was no preview with name: example-32a0668e-preview # Relevant Files ...
576
null
projectsyn/commodore
# Repository Context Name: projectsyn/commodore Description: # Pull Request ## Use each repo's default branch as the PR base branch for `package sync` Follow-up for #572. Labeled as `ignore` since `package sync` has not been released yet. ## Checklist <!-- Remove items that do not apply. For completed items, c...
1
null
yohanatubike/Bitcoin-Deepseek-Trader
# Repository Context Name: yohanatubike/Bitcoin-Deepseek-Trader Description: # Pull Request ## Main Added initial implementation for the trading bot # Relevant Files Found # Edits This pull request adds an initial implementation of a Bitcoin trading bot that uses the DeepSeek API to generate trade signals base...
18
null
Arustinal/fluentogram
# Repository Context Name: Arustinal/fluentogram Description: # Pull Request ## Fix message reference inside nodes and some any changes for stubs generator # Relevant Files Found ## fluentogram/tests/test_stub_generation.py ``` # coding=utf-8 import unittest from fluentogram.typing_generator import ParsedRawFT...
308
null
plone/cookieplone-templates
# Repository Context Name: plone/cookieplone-templates Description: # Pull Request ## Add `.mxdev_cache` to .gitignore in backend addons Closes #307 # Relevant Files Found ## tests/templates/add-ons/backend/conftest.py ``` """Pytest configuration.""" from copy import deepcopy import pytest ROOT_FILES = [ ...
279
null
adriangb/scikeras
# Repository Context Name: adriangb/scikeras Description: # Pull Request ## Allow functools.partial in wrappers.py Allow for model instantiation functions which are built using functools.partial. I imagine this is a common use case, where model functions might need to have certain parameters set using functools....
4,788
null
cocotb/cocotb
# Repository Context Name: cocotb/cocotb Description: # Pull Request ## Correct typing on cocotb.test decorator Noticed that mypy wasn't happy since the decorator was "making a typed function untyped" because the decorator wasn't applying correctly. mypy apparently treats unions of callables and function overloads ...
6,150
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Add note of shape `option` in `compute_cell_quality` ### Overview <!-- Please insert a high-level description of this pull request here. --> See https://github.com/pyvista/pyvista/discussions/6143. <!-- Be sure to link other PRs or iss...
470
null
City-of-Helsinki/kerrokantasi
# Repository Context Name: City-of-Helsinki/kerrokantasi Description: # Pull Request ## chore: dual support tunnistamo/keycloak in authorization field # Relevant Files Found ## kerrokantasi/settings/base.py ``` import environ import logging import os import sentry_sdk import subprocess from sentry_sdk.integrati...
7,006
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## Add B200 to common accelerators in `sky show-gpus` Currently need to run `sky show-gpus -a` to see B200s. This PR fixes it to show in regular `sky show-gpus`. # Relevant Files Found ## sky/catalog/__init__.py ``` """Service catalog."...
1,172
null
open-mmlab/mmengine
# Repository Context Name: open-mmlab/mmengine Description: # Pull Request ## [Fix] logger error Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the...
8,165
null
Project-MONAI/MONAI
# Repository Context Name: Project-MONAI/MONAI Description: # Pull Request ## Skip torch trt convert test with torch newer than or equal to 2.5.0 Fixes # . ### Description related bug https://github.com/pytorch/pytorch/issues/138674 ### Types of changes <!--- Put an `x` in all the boxes that apply, and rem...
17
null
Dobiasd/undictify
# Repository Context Name: Dobiasd/undictify Description: # Pull Request ## Distinguish between optional and mandatory converters These changes allow the user to decide if the usage of a custom converter should be optional or mandatory (see related discussion in [issue 15](https://github.com/Dobiasd/undictify/issue...
173
null
OpenNMT/OpenNMT-tf
# Repository Context Name: OpenNMT/OpenNMT-tf Description: # Pull Request ## Average checkpoint variables in a float32 array Fixes #161. # Relevant Files Found ## opennmt/utils/checkpoint.py ``` """Checkpoint utilities.""" import os import six import tensorflow as tf import numpy as np from opennmt.utils.voca...
290
null
ros2/ci
# Repository Context Name: ros2/ci Description: # Pull Request ## Fix CMake syntax for CentOS builds Regression caused by #289 # Relevant Files Found ## create_jenkins_job.py ``` #!/usr/bin/env python3 # Copyright 2015 Open Source Robotics Foundation, Inc. # # Licensed under the Apache License, Version 2.0 (the...
227
null
huggingface/evaluate
# Repository Context Name: huggingface/evaluate Description: # Pull Request ## Force get_supported_tasks() to return a list instead of dict keys Minor thing; the type signature says it returns a list but it currently returns a `dict_keys` object. # Relevant Files Found ## src/evaluate/evaluator/__init__.py ``` #...
57
null
HunterMcGushion/docstr_coverage
# Repository Context Name: HunterMcGushion/docstr_coverage Description: # Pull Request ## Fix --help / -h This is a quick-fix to allow to use `-h` and `--help` again, before introducing the counting version discussed in #52. Thus, is fixes #51 #### About the fix: 1. The click.Choice docs states that `(...) A...
1,310
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Fix: Test mode doesn't block deletion notifications (#1276) # Relevant Files Found ## lambdas/indexer/app.py ``` """ Chalice application module to receive and process DSS event notifications. """ from collections import Counter, defaul...
20
null
coendevente/SlicerNNInteractive
# Repository Context Name: coendevente/SlicerNNInteractive Description: # Pull Request ## Fix extension These commits fix issues related to building and packaging the extension to be included in the Slicer Extensions Index and improve documentation for Windows users. see #14 # Relevant Files Found ## slicer_pl...
709
null
XanaduAI/strawberryfields
# Repository Context Name: XanaduAI/strawberryfields Description: # Pull Request ## Combine assert modes **Context:** There are two methods that check that a various number of mode parameters are within the allowed limit specified in the device specification. These can easily, and should, be combined into a single...
32
null
ucsb-seclab/greed
# Repository Context Name: ucsb-seclab/greed Description: # Pull Request ## use bytes.fromhex to load contract bytecode Hi, there is an issue when trying to load the contract bytecode. When using `rb` mode, for contract bytecode like `608060`, we get `b'608060'` instead of `b'\x60\x80\x60'`. I believe the latter is...
19,963
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## RabbitMQ: Adding the `queue_delivery_metrics` OpenMetrics endpoint ### What does this PR do? As part of `/detailed` metric endpoints, there's a queue delivery metrics one ([docs](https://www.rabbitmq.com/docs/prometheus#queue-deliv...
30
null
evgfilim1/userbot
# Repository Context Name: evgfilim1/userbot Description: # Pull Request ## Migrate project to Python 3.11 Bumps python from 3.10-alpine to 3.11.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-ve...
5,593
null
flet-dev/flet
# Repository Context Name: flet-dev/flet Description: # Pull Request ## v1: Add `Dropdown.text` property, add `on_select` event ## Summary by Sourcery Add a `text` property and `on_select` event to the Dropdown control, update the underlying implementations, refactor the properties table logic, and refresh example...
136
null
FreeJournal/freejournal
# Repository Context Name: FreeJournal/freejournal Description: # Pull Request ## Stop main channel spam I believe this test file was the only reason why the main channel spam existed. After merging this change, we should also change the main channel address again. # Relevant Files Found ## bitmessage/bitmessag...
266
null
Bounties-Network/BountiesAPI
# Repository Context Name: Bounties-Network/BountiesAPI Description: # Pull Request ## user-dismissed-banner-track - Added new endpoint. - Added new integer item to user model. - Added migration. # Relevant Files Found ## bounties_api/user/models.py ``` import uuid from django.db import models from django.cont...
110
null
LeapBeyond/scrubadub
# Repository Context Name: LeapBeyond/scrubadub Description: # Pull Request ## Ensure Filth have non-zero length This tweaks a few bit to require that Filth cannot have zero size. This will raise an error on Filth class initialization if you make a zero length filth, useful for when a detector is returning invalid ...
27,645
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## FIX IsolationForest accepts sparse matrix with float value contamination closes #27626 This PR makes sure to convert to CSR the validated CSC matrix when contamination is a floating number. We still don't want to call `score_sam...
947
null
hydroshare/hydroshare
# Repository Context Name: hydroshare/hydroshare Description: # Pull Request ## 940 - Described By relation [#940] Added Described By relation and help text below the button to add relations. # Relevant Files Found ## hs_core/models.py ``` import os.path import json from uuid import uuid4 from languages_iso imp...
8
null
StackStorm-Exchange/stackstorm-aws_boto3
# Repository Context Name: StackStorm-Exchange/stackstorm-aws_boto3 Description: # Pull Request ## Ensure credentials are correctly hidden when running on 2.8.0 Some fixes that have come to light during testing. - Disable both the example workflows. - Mark `token_code` on `assume_role` as a secret. - Fix examp...
11
null
plus3it/satsuki
# Repository Context Name: plus3it/satsuki Description: # Pull Request ## Version 0.1.7 * [BUG FIX] Many bug fixes improving compatibility with Windows. * [ENHANCEMENT] Use new GravityBee file (``gravitybee-files.json``). # Relevant Files Found ## satsuki/__init__.py ``` # -*- coding: utf-8 -*- """satsuki modul...
247
null
nebari-dev/nebari
# Repository Context Name: nebari-dev/nebari Description: # Pull Request ## Docs fix # Relevant Files Found ## docs/conf.py ``` # import sphinx.writers.html5 # sphinx.writers.html5.HTML5Translator.visit_pending_xref = lambda *x:... # sphinx.writers.html5.HTML5Translator.depart_pending_xref = lambda *x:... BLOG_...
61,466
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix exception in color_rgb_to_rgbww ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature reques...
2
null
seung-lab/cloud-files
# Repository Context Name: seung-lab/cloud-files Description: # Pull Request ## feat: adds mem:// protocol Enables memory based operations. # Relevant Files Found ## automated_test.py ``` from __future__ import print_function from six.moves import range import os import pytest import re import shutil import tim...
2,252
null
ktbyers/netmiko
# Repository Context Name: ktbyers/netmiko Description: # Pull Request ## Readme updates # Relevant Files Found ## setup.py ``` from setuptools import setup from setuptools import find_packages import os import re with open("README.md", "r") as fs: long_description = fs.read() def find_version(*file_pat...
11,406
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Bypass the missing jid files [Re-submitted for the broken PR #11376] The most recent release 2014.1.1 has a little logic issue while cleaning old jobs. At exactly 65 seconds after the master started, one of the master processes get defunct. ...
60
null
openverse-orca/OrcaGym
# Repository Context Name: openverse-orca/OrcaGym Description: # Pull Request ## 修改左右臂位置防止回放击倒物体 # Relevant Files Found ## envs/manipulation/openloong_env.py ``` from datetime import datetime import numpy as np from gymnasium.core import ObsType from orca_gym.robomimic.dataset_util import DatasetWriter from...
9
null
VincentHenauGithub/ark-save-parser
# Repository Context Name: VincentHenauGithub/ark-save-parser Description: # Pull Request ## feat(actor, transform): added more map coords - i wasn't sure, if ark-save-parser also supporting ASE? If so, i can offer to refactor all maps for ASA to `*_WP` :) Just let me know! - [Source for the new map coords](https:...
2,479
null
tskit-dev/tskit
# Repository Context Name: tskit-dev/tskit Description: # Pull Request ## Add a sort to ts.subset() Fixes #2473. Docs adjusted to imply that migrations may be reordered (as a side effect of `sort()`). Simple test case used to check topological identity after reordering nodes (which would be too time consuming for l...
29,767
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## remove manage app releases permissions ## Summary Remove ICDS feature flag for restricting permissions on managing app releases by user role. This feature flag was restricted to ICDS environments so it is not available to any other env...
219
null
roboflow/roboflow-python
# Repository Context Name: roboflow/roboflow-python Description: # Pull Request ## no need to pin pyparsing # Description We have `pyparsing==2.4.7` pinned to our requirements.txt, which we shouldn't need because it's already brought in by matplotlib. This minimizes the risk of dependency problems when installin...
50
null
GitGuardian/py-gitguardian
# Repository Context Name: GitGuardian/py-gitguardian Description: # Pull Request ## implement `create_honeytoken` method Add create honeytoken feature with marshmallow models # Relevant Files Found ## pygitguardian/client.py ``` import os import platform import tarfile import urllib.parse from io import BytesI...
44
null
PaddlePaddle/PaddleRec
# Repository Context Name: PaddlePaddle/PaddleRec Description: # Pull Request ## fix validation.py #45 # Relevant Files Found ## core/utils/validation.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this...
11
null
pavelacamposp/data-driven-quad-control
# Repository Context Name: pavelacamposp/data-driven-quad-control Description: # Pull Request ## Wrap env steps with `torch.no_grad()` This PR disables gradient calculation in control loops by wrapping environment simulation steps with `torch.no_grad()`. This is standard practice for PyTorch model evaluations that...
166
null
BitMind-AI/bitmind-subnet
# Repository Context Name: BitMind-AI/bitmind-subnet Description: # Pull Request ## [Testnet] Broken Pipes Fix BMDendrite class with explicit connection pool configuration to address the rampant broken pipes in validator:miner communications. Original dendrite: ``` @property async def session(self) ->...
307
null
upconsulting/IsisCB
# Repository Context Name: upconsulting/IsisCB Description: # Pull Request ## [ISISCB-851] switched db update calls to model save calls # Relevant Files Found ## isiscb/curation/actions.py ``` from __future__ import absolute_import from django import forms from isisdata.models import * class BaseAction(obje...
162
null
webcomics/dosage
# Repository Context Name: webcomics/dosage Description: # Pull Request ## Add two comics, fix three others - Add WintersLight - Add LazJonesAndTheMayfieldRegulators - Fix GrowingTroubles (migrated to ComicFury) - Fix filenames for IslaAukate (removes a new cache-busting postfix) - Fix Bethellium navigation (#1...
185
null
macrobond/macrobond-data-api
# Repository Context Name: macrobond/macrobond-data-api Description: # Pull Request ## Bump types-setuptools from 79.0.0.20250422 to 80.0.0.20250429 Bumps [types-setuptools](https://github.com/typeshed-internal/stub_uploader) from 79.0.0.20250422 to 80.0.0.20250429. <details> <summary>Commits</summary> <ul> <li>See...
2,167
null
google/timesketch
# Repository Context Name: google/timesketch Description: # Pull Request ## Make session sticky for API clients This PR adds the parameter `remember=True` to `login_user()` for oauth API sessions. This is needed since we moved to Flask 2.x. # Relevant Files Found ## timesketch/views/auth.py ``` # Copyright 2015...
23
null
fabriziomiano/covidashit
# Repository Context Name: fabriziomiano/covidashit Description: # Pull Request ## v4.6.1: 📅 Fix important dates (#22) * fix lockdown day and add vaccine day * update translations # Relevant Files Found ## constants.py ``` """ General configuration file """ import datetime as dt import os from collections im...
327
null
containerbuildsystem/atomic-reactor
# Repository Context Name: containerbuildsystem/atomic-reactor Description: # Pull Request ## add `__version__` to main package, test if versions are the same Related #324 This means, that all the releases should be done via PR. # Relevant Files Found ## atomic_reactor/__init__.py ``` """ Copyright (c) 2015 R...
374
null
ministryofjustice/money-to-prisoners-api
# Repository Context Name: ministryofjustice/money-to-prisoners-api Description: # Pull Request ## Allow for storage of billing address and card brand with payment # Relevant Files Found ## mtp_api/apps/payment/admin.py ``` from django.contrib import admin from django.core.urlresolvers import reverse from djang...
121
null
cognizant-ai-lab/neuro-san-studio
# Repository Context Name: cognizant-ai-lab/neuro-san-studio Description: # Pull Request ## Fed Ex day (05/20/2025) real estate project Agent network for real estate. Uses Brave search for web searching. # Relevant Files Found ## run.py ``` # Copyright (C) 2023-2025 Cognizant Digital Business, Evolutionary AI. ...
4,728
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Make folding to ignore indented comments Fixes #4708 Related to #2845 # Relevant Files Found ## spyder/widgets/sourcecode/api/folding.py ``` # -*- coding: utf-8 -*- # # Copyright © Spyder Project Contributors # Copyright © <2013-...
4
null
chaobrain/saiunit
# Repository Context Name: chaobrain/saiunit Description: # Pull Request ## fix readthedocs environment variables This pull request includes several changes to the documentation configuration and generation scripts to support multiple packages (`brainunit` and `saiunit`). The most important changes include updating...
1,132
null
AI4Bharat/Shoonya-Backend
# Repository Context Name: AI4Bharat/Shoonya-Backend Description: # Pull Request ## Reports caching task count - Added Task Count Cron Job - Updated Cumulative Count from OrgPublicViewSet # Relevant Files Found ## backend/organizations/views.py ``` from cProfile import label from rest_framework import viewsets ...
45
null
SUSE/pcw
# Repository Context Name: SUSE/pcw Description: # Pull Request ## Add migration file for new field `vault_namespace` This file belongs to commit commit 7236a6cc177db0c46088738b7233b02c24cd7191 # Relevant Files Found # Edits This pull request adds a migration to introduce a new `vault_namespace` field to the `...
276
null
glotzerlab/gsd
# Repository Context Name: glotzerlab/gsd Description: # Pull Request ## Better error handling for GSD_IO_ERRORs ## Description Only call `close()` when files are opened without error so that `errno` still contains the correct error code, which allows Python to throw the correct Exception. ## Motivation and C...
19
null
nuanced-dev/nuanced-py
# Repository Context Name: nuanced-dev/nuanced-py Description: # Pull Request ## Implement CodeGraph#enrich and enrich CLI command ## Why? Users need a way to query the graph for information specific to a function. ## How? - Implement `CodeGraph#enrich` - Traverse call graph - If a function is part o...
9
null
dora-rs/dora-drives
# Repository Context Name: dora-rs/dora-drives Description: # Pull Request ## Adding IMFnet operators # Relevant Files Found ## carla/_generate_world.py ``` import random import time from carla import Client, Location, Rotation, Transform, command IMAGE_WIDTH = 800 IMAGE_HEIGHT = 600 def add_lidar(world, tr...
5,872
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [misc] fix typos ## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [ ] I have added rele...
177
null
dsp-jetpack/JetPack
# Repository Context Name: dsp-jetpack/JetPack Description: # Pull Request ## CES-9805 - Set boot_mode in ironic node's capabilities Set 'boot_mode' in 'capabilities' parameter within 'properties' field of ironic node to 'bios' or 'uefi'. # Relevant Files Found ## src/pilot/config_idrac.py ``` #!/usr/bin/python ...
88
null
Arize-ai/client_python
# Repository Context Name: Arize-ai/client_python Description: # Pull Request ## Project import generated by Copybara. GitOrigin-RevId: 5ba41ae75754a11c3310ca5b5fbfc20291d3dd09 # Relevant Files Found ## arize/pandas/logger.py ``` # type: ignore[pb2] import base64 import copy import json import os import re impor...
4
null
rackerlabs/kthresher
# Repository Context Name: rackerlabs/kthresher Description: # Pull Request ## Use it as a script, bumping version 0.2.3. # Relevant Files Found ## kthresher/kthresher.py ``` from __future__ import print_function # Copyright 2015 Tony Garcia # # Licensed under the Apache License, Version 2.0 (the "License"); #...
63
null
avengineers/spl-core
# Repository Context Name: avengineers/spl-core Description: # Pull Request ## Add targets for creation of component documentation # Relevant Files Found # Edits This pull request adds support for generating component-level documentation using Sphinx within the CMake-based Software Product Line (SPL) framewor...
47
null
DataBiosphere/hca-ingest
# Repository Context Name: DataBiosphere/hca-ingest Description: # Pull Request ## ra dspdc 1547 hca utils logging ## Why We should use logging in our tools, not print statements ## This PR Switches from print statements to logging in business logic (quick clean up before using in dagster solid) # Relevant Fi...
101
null
arviz-devs/preliz
# Repository Context Name: arviz-devs/preliz Description: # Pull Request ## Add ChiSquared distribution # Relevant Files Found ## preliz/distributions/__init__.py ``` from .continuous import * from .discrete import * all_continuous = [ Beta, BetaScaled, Cauchy, Exponential, Gamma, HalfC...
4
null
pbui/dredd
# Repository Context Name: pbui/dredd Description: # Pull Request ## Add Haskell support I'd love to try some of your programming challenges with Haskell, and I'm sure that eventually somebody else will too # Relevant Files Found ## dredd/handler.py ``` ''' handler.py: Web Handlers ''' from .quiz import Quiz i...
64
null
trustlines-protocol/py-eth-index
# Repository Context Name: trustlines-protocol/py-eth-index Description: # Pull Request ## Load abi from tlbin by default in `importabi` Use the tlbin package to load abi when no contracts.json is provided in command `ethindex importabi`. This avoids having to bother finding out the abi. Requires: https://gith...
739
null
viur-framework/viur-core
# Repository Context Name: viur-framework/viur-core Description: # Pull Request ## feat: Delete old pending `FileSkeletons` Over time, pending FileSkeletons (datastore entities) can accumulate when upload urls have been requested but nothing has been uploaded. Therefore this adds the PeriodicTask `start_delete_pend...
7,448
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Backport PR #7446 on branch 5.0 (Fix bug which causes Fido.search to crash if SSL verification fails for HelioClient) Backport PR #7446: Fix bug which causes Fido.search to crash if SSL verification fails for HelioClient # Relevant Files Found ...