pr_id
int64
repo_id
null
repo_name
string
text
string
53
null
namehash/namegraph
# Repository Context Name: namehash/namegraph Description: # Pull Request ## read names in csv # Relevant Files Found ## generator/domains.py ``` import json import random from pathlib import Path from typing import Set, Dict, List, Tuple # from generator.filtering import SubnameFilter, ValidNameFilter from ge...
275
null
laminlabs/nbproject
# Repository Context Name: laminlabs/nbproject Description: # Pull Request ## Improve error message when empty notebook is passed Fixes #274 # Relevant Files Found ## nbproject/dev/_notebook.py ``` from pathlib import Path from typing import Union import orjson from pydantic import BaseModel class Notebook(B...
1,149
null
rlworkgroup/garage
# Repository Context Name: rlworkgroup/garage Description: # Pull Request ## Mark some tests as flaky See #1147 and #1150 # Relevant Files Found ## tests/garage/sampler/test_ray_batched_sampler.py ``` from unittest.mock import Mock import numpy as np import pytest import ray from garage.envs import PointEnv f...
1,220
null
genialis/resolwe
# Repository Context Name: genialis/resolwe Description: # Pull Request ## Use existing annotation if filtering collections by entity count # Relevant Files Found ## resolwe/flow/filters.py ``` """.. Ignore pydocstyle D400. ============ Flow Filters ============ """ import re import types from copy import de...
428
null
nschloe/meshio
# Repository Context Name: nschloe/meshio Description: # Pull Request ## better stl binary read # Relevant Files Found ## meshio/_stl.py ``` """ I/O for the STL format, cf. <https://en.wikipedia.org/wiki/STL_(file_format)>. """ import logging import numpy from ._mesh import Mesh def read(filename): """R...
155
null
ovn-org/ovn-scale-test
# Repository Context Name: ovn-org/ovn-scale-test Description: # Pull Request ## Set lport address correctly when MAC or IP address is empty Passing an empty ("") IP address to OvnNbctl.lport_set_addresses(), which is what we do in OvnScenario._create_lports(), results in an invalid address string (i.e. there is ...
74
null
mbr/simplekv
# Repository Context Name: mbr/simplekv Description: # Pull Request ## forward max_connections to azure API Very helpful if you want to control the number of connections (more connections == maybe more speed but also more network load). # Relevant Files Found ## simplekv/net/azurestore.py ``` #!/usr/bin/env pyth...
1,455
null
PaddlePaddle/PaddleClas
# Repository Context Name: PaddlePaddle/PaddleClas Description: # Pull Request ## add esnet & [cherry-pick]fix class_num in quickstart # Relevant Files Found ## ppcls/arch/backbone/__init__.py ``` # copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (...
192
null
googleapis/gapic-generator-python
# Repository Context Name: googleapis/gapic-generator-python Description: # Pull Request ## Remove support for passing directories as --sample args # Relevant Files Found ## gapic/generator/options.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may n...
1,237
null
hyperledger/indy-plenum
# Repository Context Name: hyperledger/indy-plenum Description: # Pull Request ## [INDY-1860] move init to separate helper class Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com> # Relevant Files Found ## plenum/server/node.py ``` import json import os import time from binascii import unhexlify ...
18
null
panther-labs/mcp-panther
# Repository Context Name: panther-labs/mcp-panther Description: # Pull Request ## refactor: standardize HTTP client usage in rules and helpers ### Description Our calls to the rest api were very verbose. This simplifies our logic a bit. Specifics of the change include: - Replace manual aiohttp usage with get_...
15
null
Frozen-Queen-Elsa/Elsa-Owo-Selfbot-ver-Full
# Repository Context Name: Frozen-Queen-Elsa/Elsa-Owo-Selfbot-ver-Full Description: # Pull Request ## Hotfix # Relevant Files Found ## mainvip.py ``` import base64 import subprocess import sys import requests from signal import signal, SIGINT from colorama import init from requests import get, post init() impo...
66
null
zimeon/ocfl-py
# Repository Context Name: zimeon/ocfl-py Description: # Pull Request ## Catch inconsistent id between versions Fixes #57 # Relevant Files Found ## ocfl/inventory_validator.py ``` """OCFL Inventory Validator. Code to validate the Python representation of an OCFL Inventory as read with json.load(). Does not exa...
5,358
null
DataBiosphere/toil
# Repository Context Name: DataBiosphere/toil Description: # Pull Request ## WDL `Directory` support This adds support for WDL's `Directory` type in WDL workflows. This is tested by some new `Directory` tests in `wdl-confromance-tests`. This fixes #5296. There's logic to make sure that sibling Directories, and D...
1,853
null
PaddlePaddle/docs
# Repository Context Name: PaddlePaddle/docs Description: # Pull Request ## this is a pull-request to revise the release notes, test=develop revise the release notes in both en and cn # Relevant Files Found # Edits This pull request adds a script to convert Markdown files into HTML with enhanced rendering supp...
55
null
clarketm/wait-for-it
# Repository Context Name: clarketm/wait-for-it Description: # Pull Request ## Add support for Python 3.12 # Relevant Files Found ## setup.py ``` import setuptools from wait_for_it import __version__ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="wait-for-it",...
33
null
3dgeo-heidelberg/4DGeo
# Repository Context Name: 3dgeo-heidelberg/4DGeo Description: # Pull Request ## Documentation of processing the use case examples via jupyter notebooks # Relevant Files Found # Edits This pull request adds documentation and Jupyter notebook support for processing use case examples in the 4DGeo dashboard, ena...
1,746
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Fix cellauth output # Relevant Files Found ## synapse/tools/cellauth.py ``` import sys import logging import functools import traceback import synapse.exc as s_exc import synapse.common as s_common import synapse.glob as s_glob imp...
1,314
null
rapid7/insightconnect-plugins
# Repository Context Name: rapid7/insightconnect-plugins Description: # Pull Request ## [SOAR-9507] AWS EC2 - Add unit tests ## Proposed Changes ### Description - Create unit tests for AWS EC2 plugin ## PR Requirements Developers, verify you have completed the following items by checking them off: ...
4,557
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Update version of the Floquet calibration This change upgrades the version of the Floquet calibration. The new version is supported by QE currently. It is possible to switch back to the old version by setting the `version` parameter to `1`. ...
117
null
Bounties-Network/BountiesAPI
# Repository Context Name: Bounties-Network/BountiesAPI Description: # Pull Request ## Use message_deduplication_id Check against the message_deduplication_id and continue if it has been set. This should have been part of the code a long time ago! # Relevant Files Found ## bounties_api/std_bounties/management/co...
223
null
fib-international/structuralcodes
# Repository Context Name: fib-international/structuralcodes Description: # Pull Request ## fix: MC2010 punching refactoring and tests coverage improvements Thanks @talledodiego and @mortenengen, for explaining repo code writing guidelines! The PR resolves #220. I was not trying to include reasonable value ...
33
null
RedHatQE/widgetastic.patternfly4
# Repository Context Name: RedHatQE/widgetastic.patternfly4 Description: # Pull Request ## Updated donut chart as per patternfly-react.surge.sh # Relevant Files Found ## src/widgetastic_patternfly4/donutchart.py ``` import re from widgetastic.widget import ( Widget, View, ParametrizedLocator, P...
64
null
Insight-Services-APAC/ingenious
# Repository Context Name: Insight-Services-APAC/ingenious Description: # Pull Request ## update doc # Relevant Files Found ## ingenious/files/azure/__init__.py ``` from azure.storage.blob import BlobServiceClient from azure.identity import DefaultAzureCredential import ingenious.dependencies as ig_deps from in...
537
null
kitzeslab/opensoundscape
# Repository Context Name: kitzeslab/opensoundscape Description: # Pull Request ## Removed redundant empty load method from base model modules # Relevant Files Found ## opensoundscape/torch/architectures/utils.py ``` # copying from https://github.com/zhmiao/BirdMultiLabel/blob/b31edf022e5c54a5d7ebe994460fec1579...
583
null
OSOceanAcoustics/echopype
# Repository Context Name: OSOceanAcoustics/echopype Description: # Pull Request ## Add water_level to compute_Sv return and create a unit test for it This PR is in reference to issue #516. I have included `water_level` as a variable in the returned Dataset from `compute_Sv`, if it exists. I made sure to put a ...
1,829
null
microsoft/onnxscript
# Repository Context Name: microsoft/onnxscript Description: # Pull Request ## IR-based inliner Add utility to inline all functions in a model. Still TODO: * Some edge cases to be considered for renaming and avoiding conflicts, especially with subgraphs. * Must ensure no variable capture happens (part of abo...
3,620
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## feat: Add `__notes__` support Supersedes #3056 Closes #3050 --- Thank you for contributing to `sentry-python`! Please add tests to validate your changes, and lint your code using `tox -e linters`. Running the test suite on y...
439
null
spacetelescope/drizzlepac
# Repository Context Name: spacetelescope/drizzlepac Description: # Pull Request ## add config object instantiation Added some code to hapsequencer.py to instantiate configuration objects into each product object defined by hlautils.poller_utils.interpret_obset_input(). These configuration objects contain all neces...
280
null
artis-mcrt/artistools
# Repository Context Name: artis-mcrt/artistools Description: # Pull Request ## plotspectra: Add --gamma and -xunit angstrom, Hz, keV # Relevant Files Found ## artistools/spectra/__init__.py ``` """Artistools - spectra related functions.""" __all__ = ["plot"] from artistools.spectra import plotspectra as plot...
709
null
Syncplay/syncplay
# Repository Context Name: Syncplay/syncplay Description: # Pull Request ## Special-case MOTD in showMessage procedures. Hello, for a MOTD it is natural to use ASCII art but since messages in the chat box are added using QT's HTML-like text fragments, multiple spaces are merged together and the default variable-wid...
86
null
eliasbenb/PlexAniBridge
# Repository Context Name: eliasbenb/PlexAniBridge Description: # Pull Request ## Release v0.3.3 ### Description This PR merges the develop branch into main for the v0.3.3 release. This release primarily fixes bugs and improves logging, however, the primary goal of the release was to prepare for the [v2 schema m...
891
null
ROCm/aiter
# Repository Context Name: ROCm/aiter Description: # Pull Request ## Nano-vllm model enable ## Motivation Nano-vllm model enable, fix some graph breaks related in aiter ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> ## Test Plan <!-- Explain any relevant testi...
3,677
null
TIM-JYU/TIM
# Repository Context Name: TIM-JYU/TIM Description: # Pull Request ## Fix deleting account Clear password when deleting user. # Relevant Files Found ## timApp/admin/user_cli.py ``` import csv import itertools import json import smtplib import time from dataclasses import dataclass from email.mime.text import MIM...
20
null
cloudforet-io/python-core
# Repository Context Name: cloudforet-io/python-core Description: # Pull Request ## Refactor Locator ### Category - [ ] New feature - [ ] Bug fix - [ ] Improvement - [x] Refactor - [ ] etc ### Description - Support object type in locator # Relevant Files Found ## src/spaceone/core/locator.py ``` import ...
174
null
MAAP-Project/maap-api-nasa
# Repository Context Name: MAAP-Project/maap-api-nasa Description: # Pull Request ## added additional fields for updating process Now all fields being ported over for a PUT after adding new fields to processes # Relevant Files Found ## api/endpoints/ogc.py ``` import logging import os import traceback from date...
26
null
pyenergyplus/witheppy
# Repository Context Name: pyenergyplus/witheppy Description: # Pull Request ## created noeppy.rawidf # Relevant Files Found # Edits This pull request adds a new module `rawidf.py` to the `witheppy.noteppy` package, enabling reading and writing IDF files without relying on the `eppy` library. It introduces tw...
79
null
nebius/pysdk
# Repository Context Name: nebius/pysdk Description: # Pull Request ## PUBLICAPI-699: get token # Relevant Files Found ## src/nebius/aio/channel.py ``` from asyncio import ( FIRST_COMPLETED, AbstractEventLoop, CancelledError, Task, create_task, gather, get_event_loop, iscoroutine...
136
null
bes-dev/stable_diffusion.openvino
# Repository Context Name: bes-dev/stable_diffusion.openvino Description: # Pull Request ## adding GPU caching to reduce init time Added the caching for OpenVINO and so when we use GPU it won't need to recompile. https://docs.openvino.ai/latest/openvino_docs_OV_UG_Model_caching_overview.html # Relevant Fil...
9,753
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## fix: log_code function would not properly set the config code path Description ----------- <!-- Include reference to internal ticket "Fixes WB-NNNNN" and/or GitHub issue "Fixes #NNNN" (if applicable) --> - Fixes WB-21466 What does the PR ...
133
null
Aurite-ai/aurite-agents
# Repository Context Name: Aurite-ai/aurite-agents Description: # Pull Request ## hardcode list of valid component types This PR changes the behavior of config API routes to use a hardcoded list of valid component types when type checking. The previous setup only allowed types which were currently included in the C...
35
null
qim-center/qim3d
# Repository Context Name: qim-center/qim3d Description: # Pull Request ## Random slice William Michael Laprade developed a library called interactive-unet where we can find a very good method to extract a random oriented slice from a given volume. I created a subclass of William’s Slicer that overrides get_sli...
130
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Fixed errors and cleaned descriptions # Relevant Files Found ## tensorflow_datasets/audio/librispeech.py ``` # coding=utf-8 # Copyright 2019 The TensorFlow Datasets Authors. # # Licensed under the Apache License, Version 2.0 (the "Lic...
273
null
aws/aws-parallelcluster-node
# Repository Context Name: aws/aws-parallelcluster-node Description: # Pull Request ## Add retries to change_resource_record_sets Route53 API call change_resource_record_sets Route53 API has an account why throttling. I'm adding some retry to slurm_resume in order to better handle such failures. By submitting th...
8
null
Bluetooth-Devices/ibeacon-ble
# Repository Context Name: Bluetooth-Devices/ibeacon-ble Description: # Pull Request ## fix: round distance # Relevant Files Found ## src/ibeacon_ble/__init__.py ``` from __future__ import annotations import struct from dataclasses import dataclass from typing import cast from uuid import UUID from home_assis...
30
null
cuda-networks/django-eb-sqs
# Repository Context Name: cuda-networks/django-eb-sqs Description: # Pull Request ## make sure kwarg is popped in any case # Relevant Files Found ## eb_sqs/decorators.py ``` from __future__ import absolute_import, unicode_literals from eb_sqs import settings from eb_sqs.worker.worker_factory import WorkerFact...
647
null
tenstorrent/tt-forge
# Repository Context Name: tenstorrent/tt-forge Description: # Pull Request ## Lower PCC threshold for LLMs Closes #646 # Relevant Files Found ## benchmark/tt-xla/llm_benchmark.py ``` # SPDX-FileCopyrightText: (c) 2025 Tenstorrent AI ULC # # SPDX-License-Identifier: Apache-2.0 # Built-in modules import os impor...
1,532
null
embeddings-benchmark/mteb
# Repository Context Name: embeddings-benchmark/mteb Description: # Pull Request ## fix: Correct typos superseeded -> superseded <!-- If you are submitting a dataset or a model for the model registry please use the corresponding checklists below otherwise feel free to remove them. --> <!-- add additional descrip...
7
null
ChoiceCoin/Quantum
# Repository Context Name: ChoiceCoin/Quantum Description: # Pull Request ## Add files via upload # Relevant Files Found # Edits This pull request adds two Python scripts aimed at predicting Bitcoin block parameters (like nonce and version) using neural networks and attempting to validate potential block head...
732
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Fix external data for complex URL # Relevant Files Found ## truss/contexts/image_builder/image_builder.py ``` from abc import ABC, abstractmethod from pathlib import Path from typing import Optional from truss.docker import Docker from...
3
null
kmike/django-admin-user-stats
# Repository Context Name: kmike/django-admin-user-stats Description: # Pull Request ## Refactored the Chart modules to be more generic Now, you still can have the User Chart unchanged, but you can also use the BaseChart and BaseCharts objects to create lots more modules as needed. # Relevant Files Found ## admi...
124
null
YuzuRyo61/Misskey.py
# Repository Context Name: YuzuRyo61/Misskey.py Description: # Pull Request ## Fix NoteSchema.reaction_acceptance field ## 変更点 NoteSchemaのreactionAcceptanceフィールドenumの値が 正しくバリデーション出来ていない問題を修正しました。 # Relevant Files Found ## misskey/schemas/notes.py ``` from __future__ import annotations import datetime import i...
521
null
opsani/servox
# Repository Context Name: opsani/servox Description: # Pull Request ## Changes for v2.2.4 - Update default EventProgress interval to 60s - Update api path for AppdynamicsOptimizer Close OPTSERV-545 and OPTSERV-547 # Relevant Files Found ## servo/configuration.py ``` # Copyright 2022 Cisco Systems, Inc. and/...
33,811
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## pandoc: add version 2.19.2 # Relevant Files Found ## var/spack/repos/builtin/packages/pandoc/package.py ``` # Copyright 2013-2022 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file...
369
null
ExcitedStates/qfit-3.0
# Repository Context Name: ExcitedStates/qfit-3.0 Description: # Pull Request ## Updating BIC hyperparameter ### Pull Request Checklist - [X] Will your PR merge into the `dev` branch? Exceptions will be made for _urgent_ bugfixes. - [X] Have you **forked from `dev`**? If not, please [rebase](https...
1,669
null
netket/netket
# Repository Context Name: netket/netket Description: # Pull Request ## enable changing the mode of PauliStrings To facilitate internal experimentations. Not for public consumption. # Relevant Files Found ## netket/operator/_pauli_strings/jax.py ``` # Copyright 2023 The NetKet Authors - All rights reserved. # # ...
22
null
django-cms/djangocms-column
# Repository Context Name: django-cms/djangocms-column Description: # Pull Request ## Fixed migrations to use settings for default/choices # Relevant Files Found ## djangocms_column/migrations_django/0001_initial.py ``` # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import model...
10,963
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Fix:wrong describe_with_prompt() in ollama ### What problem does this PR solve? change: wrong describe_with_prompt() in ollama ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) # Relevant Files Found ...
1,066
null
ros2/rclpy
# Repository Context Name: ros2/rclpy Description: # Pull Request ## Fix `test_publisher` linter for pydocstyle 6.2.2 (backport #1063) This is an automatic backport of pull request #1063 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More condition...
540
null
NHSDigital/ftrs-directory-of-services
# Repository Context Name: NHSDigital/ftrs-directory-of-services Description: # Pull Request ## feat(crud): FTRS-1367 added logging for null validation on active <!-- markdownlint-disable-next-line first-line-heading --> ## Description added validation error message around active field being missing ## Context...
20
null
mikepqr/resume-markdown
# Repository Context Name: mikepqr/resume-markdown Description: # Pull Request ## fix: add workaround for Windows permissions error We were getting errors like ``` PermissionError: [WinError 5] Access is denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\resume.md_k098zhaj\\CrashpadMetrics-active.pma' ``` and...
585
null
Weed-AI/Weed-AI
# Repository Context Name: Weed-AI/Weed-AI Description: # Pull Request ## Improve documentation and code for non-species categories Perhaps the code changes here go further than they need to... Would one of you like to review? Fixes #582 # Relevant Files Found ## weedcoco/utils.py ``` import json import pathl...
10,176
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## install_symlink: Handle $DESTDIR case for links with absolute path In case a link is pointing_to an absolute path and we are using $DESTDIR we fail in case the target is missing. This is incorrect because we may need to use an absolute p...
56
null
apluslms/a-plus-rst-tools
# Repository Context Name: apluslms/a-plus-rst-tools Description: # Pull Request ## Added functionality for "annotated" directive This PR adds two things: 1) inlined annotations (rendered as spans not divs); 2) replacement texts that can be added to annotations as html attributes (and can be rendered by fro...
1,243
null
kivymd/KivyMD
# Repository Context Name: kivymd/KivyMD Description: # Pull Request ## Removed the `badge_icon` default argument in the `MDTab` class to fix a bug with a red spot on the icon In material design version 2 there is a bug in which a red dot is displayed on top of the icon, this is due to the fact that there is a stan...
3,051
null
Ericsson/codechecker
# Repository Context Name: Ericsson/codechecker Description: # Pull Request ## [server] Fix multiple negative file path in source component filter We joined the source component filter values with OR expression even if the component value was contained only excludes. E.g: -*/a.cpp -*/b.cpp This patch will ...
10
null
sisl/VisionBasedAircraftDAA
# Repository Context Name: sisl/VisionBasedAircraftDAA Description: # Pull Request ## Updated documentation # Relevant Files Found ## src/model/test_predict.py ``` import os import argparse from ultralytics import YOLO from PIL import Image def basic_predict(): '''Helper function for predicting on select t...
158
null
Trust-Code/odoo-brasil
# Repository Context Name: Trust-Code/odoo-brasil Description: # Pull Request ## Fix - Corrige a exportação de xml que estava incorreta. # Relevant Files Found ## br_nfe/models/invoice_eletronic.py ``` # -*- coding: utf-8 -*- # © 2016 Danimar Ribeiro <danimaribeiro@gmail.com>, Trustcode # License AGPL-3.0 or la...
4,531
null
canonical/microk8s
# Repository Context Name: canonical/microk8s Description: # Pull Request ## [1.29] Backport Add optional skip to community addons, bump upgrade path (#4529) # Relevant Files Found ## tests/test-cluster-agent.py ``` import requests class TestClusterAgent(object): """ Validates the cluster agent in Mic...
293
null
kislyuk/argcomplete
# Repository Context Name: kislyuk/argcomplete Description: # Pull Request ## Fix multiple command registration for non-bash shells Fixes a bug introduced in #288 where the first executable would be used to complete all passed executables if no script was specified. # Relevant Files Found ## argcomplete/shell_int...
661
null
mlco2/codecarbon
# Repository Context Name: mlco2/codecarbon Description: # Pull Request ## doc(api): update local deployment procedure - Add env var example file for the API (no autoload from .env) - Downgrade fastapi_pagination temporarily to avoid bug introduced in latest fastapi release (https://github.com/uriyyo/fastapi-pagin...
12
null
sightmachine/SimpleCV
# Repository Context Name: sightmachine/SimpleCV Description: # Pull Request ## Fixed spelling mistake. Even though it doesn't do anything yet.. but # Relevant Files Found ## SimpleCV/Camera.py ``` # SimpleCV Cameras & Devices #load system libraries from SimpleCV.base import * from SimpleCV.ImageClass import I...
877
null
raspiblitz/raspiblitz
# Repository Context Name: raspiblitz/raspiblitz Description: # Pull Request ## add Python3+ compatibility for lnd.unlock Tested with both a correct and an incorrect passphrase and output is the same on both Python2 and Python3. Related to #822 # Relevant Files Found ## home.admin/config.scripts/lnd.unlock.py...
319
null
magenta/magenta
# Repository Context Name: magenta/magenta Description: # Pull Request ## Avoid pulling in magenta deps when building pip package Fixes #317 Also regenerate the main magenta dependencies. # Relevant Files Found ## magenta/__init__.py ``` # Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the...
8,566
null
numba/numba
# Repository Context Name: numba/numba Description: # Pull Request ## Update workqueue abort message on concurrent access. This updates the error message when the workqueue threading layer has to abort due to concurrent access being detected. It now includes: * That it is Numba workqueue that is causing the `SIG...
1,311
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## DIALS 2.2.7 * `dials.refine_bravais_settings`: Fix crash with large (>2gb) reflection tables and reduce memory use * `dials.integrate`: Reduce log noise levels # Relevant Files Found ## algorithms/integration/parallel_integrator.py ``` from _...
11
null
devopshq/teamcity
# Repository Context Name: devopshq/teamcity Description: # Pull Request ## Add possibility to psass proxy parameter Possibility to poss proxy parameter to TeamCity client, https://github.com/devopshq/teamcity/issues/10 # Relevant Files Found ## dohq_teamcity/custom/client.py ``` from dohq_teamcity.api_client im...
1,590
null
browser-use/browser-use
# Repository Context Name: browser-use/browser-use Description: # Pull Request ## Enable playwright tests in Github CI <!-- This is an auto-generated description by mrge. --> ## Summary by mrge Enabled Playwright tests to run in GitHub CI by updating the workflow to install Playwright, cache its binaries, an...
6
null
ihmeuw/gbd_mapping
# Repository Context Name: ihmeuw/gbd_mapping Description: # Pull Request ## Added lack_of_lipid_lowering_therapy to gbd_mapping. - new coverage_gap # Relevant Files Found ## src/gbd_mapping/coverage_gap.py ``` """Mapping of coverage gaps. This code is automatically generated by gbd_mapping_generator/coverage_...
237
null
python-beaver/python-beaver
# Repository Context Name: python-beaver/python-beaver Description: # Pull Request ## Attempt to fix memory leaks. Closes #186 Actually doesn't close, just fixes 1 of a few issues. # Relevant Files Found ## beaver/worker/tail.py ``` # -*- coding: utf-8 -*- import collections import datetime import errno import ...
6,013
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Refactor and speed up `cirq.transformers.stratify` This PR refactors `cirq.transformers.stratify.stratified_circuit`, making it considerably faster. I have not contributed to `cirq` before, so I apologize if I am not doing things the "corr...
14,513
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Bugfix: Fix TypeError in monitor_pod We have seen several task failures because of this issue. If the log read is interrupted before any logs are produced then `last_log_time` will not be set and the line `delta = pendulum.now() - last_lo...
987
null
spesmilo/electrum
# Repository Context Name: spesmilo/electrum Description: # Pull Request ## Fix the line terminator in csv currently the csv output's line breaks are `\r\r\n` where the default line terminator for csv.writer is `\r\n` and the extra `\r` is probably being inserted from writing a dict to csv. I get around this by cha...
333
null
CodeForPhilly/chime
# Repository Context Name: CodeForPhilly/chime Description: # Pull Request ## Remove confirmed cases & detection prob These are irrelevant to the calculations and only cause user confusion. "Currently Known Regional Infections" does not impact the projections since we estimate total number of infections using th...
14
null
sandervoerman/channels
# Repository Context Name: sandervoerman/channels Description: # Pull Request ## Scaffolding for version 0.6 # Relevant Files Found ## sav/channels/__init__.py ``` """Point-to-point object streams between coroutines.""" from __future__ import annotations from asyncio import get_running_loop from itertools impor...
229
null
julesontheroad/NSC_BUILDER
# Repository Context Name: julesontheroad/NSC_BUILDER Description: # Pull Request ## add rsv for 11.0.0 and 11.0.1 # Relevant Files Found ## py/ztools/lib/sq_tools.py ``` import random import os, codecs import Hex from binascii import hexlify as hx, unhexlify as uhx import Keys import re from hashlib import sh...
175
null
bdaiinstitute/spatialmath-python
# Repository Context Name: bdaiinstitute/spatialmath-python Description: # Pull Request ## Change to new RAI Institute copyright Automated update to fix copyright headers with new organization name. "Boston Dynamics AI Institute LLC" has been changed to "Robotics and AI Institute LLC" or "RAI Institute" for short....
427
null
eccentriccoder01/TalkHeal
# Repository Context Name: eccentriccoder01/TalkHeal Description: # Pull Request ## Cleanup file names from Sidebar Cleanup file names from Sidebar ![WhatsApp Image 2025-10-09 at 00 14 31_2e67d946](https://github.com/user-attachments/assets/6a505e67-9c8a-4869-9216-15d578550cbb) # Relevant Files Found ## TalkHe...
422
null
CarperAI/trlx
# Repository Context Name: CarperAI/trlx Description: # Pull Request ## Pad prompts to the right in T5 examples and add EOS token to seq2seq prompts The default T5 tokenizer will generate padded `input_ids` tensors like below (0 is BOS and PAD token, 1 is EOS token) ``` prompt = ["Some prompt</s><pad><pad>", "A...
163
null
datarobot/syftr
# Repository Context Name: datarobot/syftr Description: # Pull Request ## Cerebras experiments # Relevant Files Found ## syftr/flows.py ``` import time import typing as T from dataclasses import asdict, dataclass, field from enum import Enum from functools import cached_property from uuid import uuid4 import l...
3
null
CSOgroup/cellcharter
# Repository Context Name: CSOgroup/cellcharter Description: # Pull Request ## Automated template update from cookiecutter-scverse A new version of the [scverse cookiecutter template](https://github.com/scverse/cookiecutter-scverse/releases) got released. This PR adds all new changes to your repository and helps to...
440
null
google-deepmind/mujoco_warp
# Repository Context Name: google-deepmind/mujoco_warp Description: # Pull Request ## update docstrings # Relevant Files Found ## mujoco_warp/_src/derivative.py ``` # Copyright 2025 The Newton Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in co...
2,730
null
gdsfactory/gdsfactory
# Repository Context Name: gdsfactory/gdsfactory Description: # Pull Request ## CrossSection Factory fix `get_cross_sections` return types # Relevant Files Found ## gdsfactory/cross_section.py ``` # type: ignore """You can define a path as list of points. To create a component you need to extrude the path wit...
876
null
squeaknode/squeaknode
# Repository Context Name: squeaknode/squeaknode Description: # Pull Request ## Use config for offer deletion interval # Relevant Files Found ## squeaknode/config/config.py ``` import logging from pathlib import Path from typedconfig import Config from typedconfig import group_key from typedconfig import key f...
412
null
rhayes777/PyAutoFit
# Repository Context Name: rhayes777/PyAutoFit Description: # Pull Request ## Feature/search drawer A Drawer non-linear search, which simply draws a fixed number of samples from the model uniformly from the priors. Therefore, it does not seek to determine model parameters which maximize ...
25,430
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## GM: Chevy Bolt EV 2022-23 support Note: We don't have any owners yet so fingerprint is an inert placeholder. I'm pretty sure at least one person inquired about it, but I don't seem to have any fingerprints. One of them is awaiting delive...
9,028
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## feat(gcp): add cloudstorage_bucket_soft_delete_enabled check ### Context Implements a new GCP Cloud Storage check to verify that **Soft Delete** is enabled on buckets, following Google Cloud recommendations. Soft Delete helps pro...
16,586
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## cleanup a few refs In refactoring the Prefect client, two "heavy" refs slipped by: - prefect.states.Scheduled which imports all its friends and inflates memory - prefect.client.schemas.sorting enums. Enums suck here, because you have to i...
18
null
dtmilano/AndroidViewClient
# Repository Context Name: dtmilano/AndroidViewClient Description: # Pull Request ## Make View.getXY() work w/ UIAutomator UIAutomator xml file returns bounds of view in global (screen) coords, not relative to parent window(s), view(s), or statusbar. View.getXY() is adapted to not do coordinate translation when UIA...
113
null
hillerlab/TOGA
# Repository Context Name: hillerlab/TOGA Description: # Pull Request ## don't execute buckets with no jobs Right now TOGA sets joblist_abspath to None if there aren't any jobs in the current bucket but still creates and executes a job manager. This PR just adds an if condition to make sure joblist_abspath isn't...