pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
4,786 | null | PaddlePaddle/PaddleX | # Repository Context
Name: PaddlePaddle/PaddleX
Description:
# Pull Request
## [Feat] use official safetensors
WIP; DO NOT MERGE!!!
# Relevant Files Found
## paddlex/inference/models/common/transformers/transformers/model_utils.py
```
# Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed u... |
1,346 | null | open-mmlab/mmcv | # Repository Context
Name: open-mmlab/mmcv
Description:
# Pull Request
## [Feature] Support SigmoidFocalLoss with Cambricon MLU backend
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... |
5,083 | null | angr/angr | # Repository Context
Name: angr/angr
Description:
# Pull Request
## OptimizationPass._get_block: Support getting blocks with block ID being None.
# Relevant Files Found
## angr/analyses/decompiler/optimization_passes/optimization_pass.py
```
# pylint:disable=unused-argument
from __future__ import annotations
im... |
393 | null | stanfordnlp/dspy | # Repository Context
Name: stanfordnlp/dspy
Description:
# Pull Request
## fix dspy.assert backtracking
# Relevant Files Found
## dspy/primitives/assertions.py
```
import inspect
from typing import Any, Callable
import dsp
import dspy
import logging
import uuid
#################### Assertion Helpers ##########... |
315 | null | Emory-HITI/Niffler | # Repository Context
Name: Emory-HITI/Niffler
Description:
# Pull Request
## Multi_Study_Duration Encounter
Now we can calculate ScannerUtilization, which able to encounter Multi Study Duration.
# Relevant Files Found
## modules/suvpar/Suvpar.py
```
import pandas
import logging
import json
import numpy
import ha... |
2,216 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## refactor: `get_normalized_directions`
The `get_normalized_directions` and `shift_directions_for_tcnn` performed the same function but were placed in two separate files. This PR places them in `base_field` and refactors other usa... |
20 | null | sktime/sktime-dl | # Repository Context
Name: sktime/sktime-dl
Description:
# Pull Request
## Tensorflow v2
#### Reference Issues/PRs
Fixes #16
TensorFlow 2 compatibility
#### What does this implement/fix? Explain your changes.
Enable use of TensorFlow 2.0 as a backend.
Added a second build to Travis so there is one that... |
1,445 | null | Kludex/starlette | # Repository Context
Name: Kludex/starlette
Description:
# Pull Request
## Add `raw_path` to `TestClient` scope
- Supersedes #805
# Relevant Files Found
## starlette/testclient.py
```
import asyncio
import http
import inspect
import io
import json
import queue
import threading
import types
import typing
from url... |
277 | null | City-of-Helsinki/parkkihubi | # Repository Context
Name: City-of-Helsinki/parkkihubi
Description:
# Pull Request
## Fix 0047_populate_permitarea_allowed_users migration (HPH-36)
Fix the function name to run when executing the migration (in forward direction).
# Relevant Files Found
## parkings/migrations/0047_populate_permitarea_allowed_users... |
86 | null | 0xHJK/music-dl | # Repository Context
Name: 0xHJK/music-dl
Description:
# Pull Request
## 对搜索结果歌曲大小从大到小排序
对搜索结果歌曲大小从大到小排序
fixes #82
# Relevant Files Found
## music_dl/__main__.py
```
#!/usr/bin/env python
# -*- coding:utf-8 _*-
"""
@author: HJK
@file: main.py
@time: 2019-01-08
"""
import sys
import re
import gettext
import ... |
7 | null | jdtibochab/coralme | # Repository Context
Name: jdtibochab/coralme
Description:
# Pull Request
## Refactoring simulation methods into optimization.py
New optimization.py that contains simulation methods (optimize, feasibility, etc) and helper functions.
New test_optimization.py to test simulation methods and helper functions
# Releva... |
3,790 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## [Feature] Setting number of apiserver workers automatically
根据max-num-seqs自动配置workers,避免高并发下受限于API-Server协程切换导致吞吐下降
# Relevant Files Found
## fastdeploy/engine/common_engine.py
```
"""
# Copyright (c) 2025 PaddlePaddle Authors. Al... |
104 | null | maximhq/maxim-py | # Repository Context
Name: maximhq/maxim-py
Description:
# Pull Request
## openai sdk .parse support
# Add support for OpenAI's chat.completions.parse method
### TL;DR
Added support for tracing OpenAI's `chat.completions.parse` method in the Maxim SDK.
### What changed?
- Implemented the `parse` method in the `... |
118 | null | iterative/dvc-studio-client | # Repository Context
Name: iterative/dvc-studio-client
Description:
# Pull Request
## studio: Update token authorization in DVC studio client
Refactored the token authorization in DVC studio client. Introduced distinct error classes such as 'StudioAuthError', 'InvalidScopesError', 'AuthorizationExpired' for improve... |
1,694 | null | MontrealAI/AGI-Alpha-Agent-v0 | # Repository Context
Name: MontrealAI/AGI-Alpha-Agent-v0
Description:
# Pull Request
## [alpha_factory] Add loader overlay during simulator init
## Summary
- show spinner overlay when the simulator starts
- expose load start/end events from llm and wasm bridge modules
- add spinner styles
- test loader visibility w... |
445 | null | opiproject/opi-api | # Repository Context
Name: opiproject/opi-api
Description:
# Pull Request
## feat: (EVPN GW API) Add "components" field to each API object's status
This is an API enhancement for the EVPN GW use case.
The addition of a "components" field in the status sector of each API object will enable the capture of the stat... |
94 | null | blaylockbk/goes2go | # Repository Context
Name: blaylockbk/goes2go
Description:
# Pull Request
## Single Point Downloader
A potential solution for https://github.com/blaylockbk/goes2go/issues/84
Allows you to open a series of sequential scans focused entirely one one latitude/longitude point. You must still download each individual ... |
30 | null | ynput/ayon-sitesync | # Repository Context
Name: ynput/ayon-sitesync
Description:
# Pull Request
## Fix alternative sites
It was already fixed before, but something overwrote it. Fix again, safer pulling of sites from project settings instead.
# Relevant Files Found
## client/ayon_sitesync/addon.py
```
import os
import sys
import tim... |
570 | null | CastagnaIT/plugin.video.netflix | # Repository Context
Name: CastagnaIT/plugin.video.netflix
Description:
# Pull Request
## Implemented numeric mask input
### Check if this PR fulfills these requirements:
* [x] My changes respect the [Kodi add-on development rules](https://kodi.wiki/view/Add-on_rules)
* [x] I have read the [**CONTRIBUTING**](Cont... |
2,198 | null | zarr-developers/zarr-python | # Repository Context
Name: zarr-developers/zarr-python
Description:
# Pull Request
## Default to RemoteStore for fsspec URIs
This allows for specifying a RemoteStore by an fsspec URI + storage options, as a convenience (and backwards compatibility shim) for creating a `RemoteStore`:
```python
In [1]: import z... |
721 | null | acdh-oeaw/apis-core-rdf | # Repository Context
Name: acdh-oeaw/apis-core-rdf
Description:
# Pull Request
## refactor(generic): move url methods to GenericModel
We ship generic views with the generic app and those views are activated
for a model that inherits from GenericModel. Therefore we can now also
add methods to GenericModel that retur... |
23,542 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## ASP-based solver: variants set from cli are considered as defaults
refers #23474
Variants explicitly set in an abstract root spec are considered as defaults for the package they refer to, and they override what is in `packages.yaml` and in `p... |
2,103 | null | alan-turing-institute/data-safe-haven | # Repository Context
Name: alan-turing-institute/data-safe-haven
Description:
# Pull Request
## Add application icons
## :white_check_mark: Checklist
<!--
Thank you for your pull request!
- Before going any further, please review the [guidelines for contributing](../CONTRIBUTING.md) to this repository.
- If... |
96 | null | feature-engine/feature_engine | # Repository Context
Name: feature-engine/feature_engine
Description:
# Pull Request
## initial commit for FeatureEliminator
added a suite of tests
added a section under docs for selector
updated the index to include new class
# Relevant Files Found
# Edits
This PR adds a new `DropFeatures` class (initially ... |
38 | null | r-kells/scream | # Repository Context
Name: r-kells/scream
Description:
# Pull Request
## optionally print debug logs, and standardize cli args
# Relevant Files Found
## scream/cli/main.py
```
# !/usr/bin/env python
import argparse
import logging
import os
import sys
from scream import utils
from scream.commands import deploy... |
2 | null | fireflyprotocol/firefly-client-python | # Repository Context
Name: fireflyprotocol/firefly-client-python
Description:
# Pull Request
## [BFLY-998] Implemented order signing method
- Created Order Signer class
- Added `sign_order` method
- Added Constants, Interfaces and laid down the initial structure of the repo.
# Relevant Files Found
## src/Utils.... |
37 | null | rockingrohit9639/TextAnalyzer | # Repository Context
Name: rockingrohit9639/TextAnalyzer
Description:
# Pull Request
## Added Feature to search Emails
## Related Issuse
- Info about Issue or bug
Closes: #[issue number that will be closed through this PR]
#10
#### Describe the changes you've made
Added regex module
## Type of chang... |
12,689 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Fixed typos leading to missing examples
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file us... |
21 | null | agentclientprotocol/python-sdk | # Repository Context
Name: agentclientprotocol/python-sdk
Description:
# Pull Request
## feat: follow agent-client-protocol 0.6.3
- [x] bump protocol
- [x] follow other sdk
# Relevant Files Found
## scripts/gen_schema.py
```
#!/usr/bin/env python3
from __future__ import annotations
import argparse
import ast
i... |
150 | null | gboeing/osmnx | # Repository Context
Name: gboeing/osmnx
Description:
# Pull Request
## Custom errors on core.py operations
Updated all generic `ValueError` errors in the `core.py` script to have custom errors (or be replaced by `TypeError` where appropriate).
This helps with error handling when using OSMnx.
Example use cas... |
20,326 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## integration: Fix overflowing display name on open collective page.
Removed extra text to stop display name from flowing out of logo
container.
<img width="1296" alt="Screenshot 2021-11-22 at 10 02 14 AM" src="https://user-images.githubuserconte... |
90 | null | NCALM-UH/CODEM | # Repository Context
Name: NCALM-UH/CODEM
Description:
# Pull Request
## unindent WebSocketHandler definition
This addresses the issue where there is an isinstance check in __del__ for the log handler that checks if the log handler is of type WebSocketHandler, and the WebSocketHandler is defined inside the else blo... |
11 | null | asqi-engineer/asqi-engineer | # Repository Context
Name: asqi-engineer/asqi-engineer
Description:
# Pull Request
## Use typer for cli
Migrated the main CLI from `argparse` to `typer`, restructuring execution modes as subcommands for improved user experience and maintainability.
**CLI Structure:**
- Before: Single command with boolean flag... |
235 | null | opensanctions/nomenklatura | # Repository Context
Name: opensanctions/nomenklatura
Description:
# Pull Request
## Fix unstable alignment pairs
Fixes #234
# Relevant Files Found
## nomenklatura/matching/compare/names.py
```
from typing import List, Dict, Tuple
from itertools import product
from followthemoney.proxy import E
from followthemon... |
189 | null | potassco/clinguin | # Repository Context
Name: potassco/clinguin
Description:
# Pull Request
## New version
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www... |
580 | null | mlco2/codecarbon | # Repository Context
Name: mlco2/codecarbon
Description:
# Pull Request
## Handle empty response from Colab Entreprise
It seems that the Google API of Colab Pro response with empty data, see https://github.com/mlco2/codecarbon/issues/572
Will close #572
# Relevant Files Found
## codecarbon/external/geography.... |
3,714 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fix #3698: Exception handling shifted for NotLoggedInException so that it does not generate log errors.
#3698
Exception handling shifted for NotLoggedInException so that it does not generate log errors.
# Relevant Files Found
## core/cont... |
3,088 | null | pytorch/rl | # Repository Context
Name: pytorch/rl
Description:
# Pull Request
## [Quality] Readability improvements in value estimation
## Description
Describe your changes in detail.
## Motivation and Context
- [ ] I have raised an issue to propose this change ([required](https://github.com/pytorch/rl/issues) fo... |
210 | null | orchestracities/ngsi-timeseries-api | # Repository Context
Name: orchestracities/ngsi-timeseries-api
Description:
# Pull Request
## Fix GH #206
This PR is a fix for #206.
### Notes
#### Attribute names
Call `AN` the set of all valid attribute names and consider the following equivalence relation on `AN`
x ~ y ⟺ lower(x) = lower(y)
wh... |
1,951 | null | snowflakedb/snowflake-connector-python | # Repository Context
Name: snowflakedb/snowflake-connector-python
Description:
# Pull Request
## SNOW-1412405: fix ocsp validating sha384 signed certificate
Please answer these questions before submitting your pull requests. Thanks!
1. What GitHub issue is this PR addressing? Make sure that there is an accompany... |
545 | null | inveniosoftware/invenio-app-ils | # Repository Context
Name: inveniosoftware/invenio-app-ils
Description:
# Pull Request
## front: Ux/ui book details page


The activation function is called Soft Plus activation. It is given by f(x) = log to base e of (1 + e^x). It's derivative is given by 1/(1 + e^-x). This is an important activation function used in... |
22 | null | pablosalvador10/gbb-ai-audio-agent | # Repository Context
Name: pablosalvador10/gbb-ai-audio-agent
Description:
# Pull Request
## feat: Enhance Bicep templates and scripts for improved configuration and security
Note: the current state of IaC is still not fully tested/functional. See details on the current state within the [infra/README.md](infra/READ... |
75 | null | brightwind-dev/brightwind | # Repository Context
Name: brightwind-dev/brightwind
Description:
# Pull Request
## Add tests and update docstring for twelve_by_24(). Iss #57
Pull request for iss #57
# Relevant Files Found
## brightwind/analyse/analyse.py
```
# brightwind is a library that provides wind analysts with easy to use tools for... |
959 | null | datajoint/datajoint-python | # Repository Context
Name: datajoint/datajoint-python
Description:
# Pull Request
## Update test_s3 to work for undockerized testing
Fixes #958
# Relevant Files Found
## tests/test_s3.py
```
from . import S3_CONN_INFO
from minio import Minio
import json
import urllib3
import certifi
from nose.tools import asser... |
693 | null | adcontextprotocol/salesagent | # Repository Context
Name: adcontextprotocol/salesagent
Description:
# Pull Request
## fix: populate custom targeting keys when editing products
## Summary
Fixed issue where custom targeting keys weren't showing as pre-selected when editing a product. The keys were saved correctly but the edit form wasn't displayi... |
105 | null | daily-co/pipecat-cloud | # Repository Context
Name: daily-co/pipecat-cloud
Description:
# Pull Request
## Add option to retrieve logs by Session ID
Plus some linting fixes.
# Relevant Files Found
## src/pipecatcloud/api.py
```
#
# Copyright (c) 2025, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
import json
from functools i... |
262 | null | sgkit-dev/sgkit | # Repository Context
Name: sgkit-dev/sgkit
Description:
# Pull Request
## PCA implementation
Implementation for https://github.com/pystatgen/sgkit/issues/95.
Notes:
### Upstream Fixes
Some upstream fixes necessary for this were:
- Dask SVD broken for short-fat arrays (https://github.com/dask/dask/pull/6... |
390 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## fix test dependent on time
closes #387
# Relevant Files Found
## tests/test_chronos_serviceinit.py
```
#!/usr/bin/env python
# Copyright 2015 Yelp Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this... |
70 | null | ealcobaca/pymfe | # Repository Context
Name: ealcobaca/pymfe
Description:
# Pull Request
## Meta-feature's table is now wide
Meta-feature table is now fixed
# Relevant Files Found
## docs/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common option... |
1,501 | null | keras-team/keras-hub | # Repository Context
Name: keras-team/keras-hub
Description:
# Pull Request
## Add bloom presets
I checked the output of all the models and I think they are good to go.
Absolute Differences between hf output and keras output Ranges from 2.6825064e-09 to 1.1849e-07.
# Relevant Files Found
## keras_nlp/models/bl... |
862 | null | graphql-python/graphene-django | # Repository Context
Name: graphql-python/graphene-django
Description:
# Pull Request
## Only warn if a field doesn't exist on the Django model
Also don't warn if the field name matches a custom field.
Resolves issues from #842
# Relevant Files Found
## graphene_django/tests/test_types.py
```
from collections... |
2,260 | null | canonical/charmcraft | # Repository Context
Name: canonical/charmcraft
Description:
# Pull Request
## feat(extensions, templates): Add OpenFGA
Add [OpenFGA](https://charmhub.io/openfga-k8s) on `_CHARM_LIBS` and on `charmcraft.yaml` templates to support OpenFGA integration in [paas-charm](https://github.com/canonical/paas-charm/pull/64).
... |
125 | null | kas-lab/suave | # Repository Context
Name: kas-lab/suave
Description:
# Pull Request
## Updated README with things discussed in meeting.
Sorry for being lazy and not listing all changes haha...
# Relevant Files Found
## suave_metacontrol/launch/suave_metacontrol.launch.py
```
import os
from ament_index_python.packages import g... |
1,109 | null | ethereum/execution-specs | # Repository Context
Name: ethereum/execution-specs
Description:
# Pull Request
## Add tracing support for daemon
### What was wrong?
Related to ethereum/execution-spec-tests#1174
Tracing is not currently working via daemon when ``--traces`` is passed via EEST when filling tests.
### How was it fixed?
-... |
34 | null | EVerest/cbexigen | # Repository Context
Name: EVerest/cbexigen
Description:
# Pull Request
## Make the generated code for coding abstract elements and types recogn…
…izable
The generated code for abstract elements and types is identified by a corresponding comment.
# Relevant Files Found
## src/cbexigen/SchemaAnalyzer.py
```
# ... |
6,547 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## dagster-pandera
This PR includes the new integration lib `dagster-pandera` and an associated guide. There are still a few minor remaining items:
- Generate screenshots for guide and a little more material
- A little bit of work around ... |
108 | null | AboudyKreidieh/h-baselines | # Repository Context
Name: AboudyKreidieh/h-baselines
Description:
# Pull Request
## Multi fcnet value
# Relevant Files Found
## hbaselines/algorithms/off_policy.py
```
"""Script algorithm contain the base off-policy RL algorithm class.
Supported algorithms through this class:
* Twin Delayed Deep Deterministi... |
507 | null | repobee/repobee | # Repository Context
Name: repobee/repobee
Description:
# Pull Request
## [misc] Replace bin/repobee with entry point
Fix #506
Using an entry point in `setup.py` makes setuptools generate the shell script instead.
# Relevant Files Found
## setup.py
```
import re
import pathlib
import os
from setuptools impor... |
1,327 | null | fledge-iot/fledge | # Repository Context
Name: fledge-iot/fledge
Description:
# Pull Request
## FOGL-8610 last_object reset in streams fixes when readings stored in memory on restart
Fixes [issue](https://github.com/fledge-iot/fledge/issues/1310)
# Relevant Files Found
## python/fledge/services/core/server.py
```
#!/usr/bin/env pyt... |
104 | null | praw-dev/praw | # Repository Context
Name: praw-dev/praw
Description:
# Pull Request
## Updated require_moderator decorator to support multi-reddits
# Relevant Files Found
## praw/decorators.py
```
# This file is part of PRAW.
#
# PRAW is free software: you can redistribute it and/or modify it under the
# terms of the GNU Gene... |
941 | null | haosulab/ManiSkill | # Repository Context
Name: haosulab/ManiSkill
Description:
# Pull Request
## [Feature] Initial mac support
First merging in initial mac support for testing before the mac build for sapien is released on pypi (it is currently available as a nightly wheel: https://github.com/haosulab/SAPIEN/releases)
# Relevant File... |
1,590 | null | cmu-delphi/covidcast-indicators | # Repository Context
Name: cmu-delphi/covidcast-indicators
Description:
# Pull Request
## Don't drop positivity signal when interpolating
### Description
Fixes positivity signal drop.
### Changelog
- Add the positivity dataframe before moving on
- Sort by geo for every signal, before outputting (for easier di... |
26,759 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## SANTA_FE_2022: add missing FW versions
***** Template: Car port *****
**Checklist**
- [x] added entry to CarInfo in selfdrive/car/*/values.py and ran `selfdrive/car/docs.py` to generate new docs
- [ ] test route added to [routes.py](ht... |
1,182 | null | efeone/beams | # Repository Context
Name: efeone/beams
Description:
# Pull Request
## feat: ToDo Assignment From Employee Travel Request doctype
## Feature description
1. When a Journal Entry is created from the Employee travel Request( ETR). ToDo should be assigned to the Account user only if the ETR is LInked to journal ent... |
46 | null | attach-dev/attach-gateway | # Repository Context
Name: attach-dev/attach-gateway
Description:
# Pull Request
## Fix/memory events endpoint
## **Fix Rate Limiting & Align Development/Production Parity**
### **Summary**
This PR fixes critical issues with the rate limiting feature and ensures functional parity between the development entry p... |
343 | null | pyiron/pysqa | # Repository Context
Name: pyiron/pysqa
Description:
# Pull Request
## Define interface in QueueAdapterAbstractClass
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Introduced an abstract base class for queue management, enhancing the str... |
6,640 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## pdfium: add pdfium/cci.20210730 recipe
Specify library name and version: **pdfium/cci.20210703**
The upstream pdfium project uses gn as build system, but I found it hard to patch that system to create a minimal pdfium library ... |
1,610 | null | mage-ai/mage-ai | # Repository Context
Name: mage-ai/mage-ai
Description:
# Pull Request
## [jk] Add button for installing packages from requirements.txt file
# Summary
- When user clicks on `requirements.txt` file in root project folder, they can pip install the packages saved in that file by clicking on a button (instead of havi... |
10,598 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## Remote multihost (basic)
to test locally:
`PYTHONPATH=. PORT=6667 DEBUG=1 python tinygrad/runtime/ops_remote.py`
`PYTHONPATH=. PORT=6668 DEBUG=1 python tinygrad/runtime/ops_remote.py`
`PYTHONPATH=. REMOTE=1 HOST=127.0.0.1:6667*4,127.0.0.... |
774 | null | alerta/alerta | # Repository Context
Name: alerta/alerta
Description:
# Pull Request
## Not conflict if email belongs to user already
# Relevant Files Found
## alerta/views/users.py
```
from flask import current_app, g, jsonify, request
from flask_cors import cross_origin
from alerta.app import qb
from alerta.auth.decorators ... |
155 | null | AllenInstitute/render-python | # Repository Context
Name: AllenInstitute/render-python
Description:
# Pull Request
## pointmatch: add functions for fast and deep copy
This adds a function to "copy" pointmatch dictionaries such that changes to the match arrays of the original do not affect the copy.
As background for why this is useful, BigFet... |
97 | null | ankushdixit/solokit | # Repository Context
Name: ankushdixit/solokit
Description:
# Pull Request
## refactor: Consolidate JSON file I/O operations into core/file_ops
## Summary
Consolidated duplicate JSON file I/O operations into a centralized, well-tested utility in `core/file_ops.py` to eliminate code duplication and ensure consisten... |
970 | null | open-mmlab/mmpose | # Repository Context
Name: open-mmlab/mmpose
Description:
# Pull Request
## [Fix] fix bug in `mmpose/apis/train.py`
## Motivation
Fix #959, a bug related to the default value of dataloader_setting in `mmpose/apis/train.py`.
## Modification
1. In `mmpose/apis/train.py`, change the default value of `workers_p... |
3,441 | null | tensorflow/datasets | # Repository Context
Name: tensorflow/datasets
Description:
# Pull Request
## Fix unbound error for corrupted datasets during documentation
Fix unbound error for corrupted datasets during documentation
# Relevant Files Found
## tensorflow_datasets/scripts/documentation/document_datasets.py
```
# coding=utf-8
# ... |
16,261 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Implement login throttling
This PR implements login throttling. Details can be found in [RFC](https://github.com/saleor/saleor/discussions/16201)
Port to: https://github.com/saleor/saleor/pull/16219
<!-- Please mention all relevant issue ... |
11,060 | null | TheAlgorithms/Python | # Repository Context
Name: TheAlgorithms/Python
Description:
# Pull Request
## Add bitap_string_match algo
### Describe your change:
* [X] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.... |
734 | null | useblocks/sphinx-needs | # Repository Context
Name: useblocks/sphinx-needs
Description:
# Pull Request
## Needuml fix import issue and loop detection
I try to fix #730, fix #731, fix #732, fix #737 and fix #742.
I want to refactor the double processing in needuml [uml()](https://github.com/useblocks/sphinx-needs/blob/427194f27e178553df964... |
59 | null | DovaX/dbhydra | # Repository Context
Name: DovaX/dbhydra
Description:
# Pull Request
## Dev to master
# Relevant Files Found
## dbhydra/dbhydra_core.py
```
"""DB Hydra ORM"""
import abc
import json
import math
import sys
import threading
from contextlib import contextmanager
#from copy import copy
from sys import platform
impo... |
396 | null | crate/crate-operator | # Repository Context
Name: crate/crate-operator
Description:
# Pull Request
## Tolerate any if we can't remove tolerations
## Summary of changes
## Checklist
- [ ] Relevant changes are reflected in `CHANGES.rst`
- [ ] Added or changed code is covered by tests
- [ ] Documentation has been updated if necess... |
1,417 | null | mandiant/capa | # Repository Context
Name: mandiant/capa
Description:
# Pull Request
## tests: fix proto tests on windows
closes #1416
### Checklist
<!-- CHANGELOG.md has a `master (unreleased)` section. Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning in the rele... |
108 | null | cherrytea-dev/la_searcher_bot | # Repository Context
Name: cherrytea-dev/la_searcher_bot
Description:
# Pull Request
## improved functions_registry: added change_id to [ide_topics]
# Relevant Files Found
## src/identify_updates_of_topics/main.py
```
"""Script takes as input the list of recently-updated forum folders. Then it parses first 20 s... |
544 | null | google-deepmind/mujoco_warp | # Repository Context
Name: google-deepmind/mujoco_warp
Description:
# Pull Request
## update njmax documentation and jax_test
# Relevant Files Found
## mujoco_warp/_src/io.py
```
# Copyright 2025 The Newton Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil... |
2,967 | null | openvinotoolkit/nncf | # Repository Context
Name: openvinotoolkit/nncf
Description:
# Pull Request
## Increase threshold for test_memory_values_isolated
### Changes
Update threshold
### Reason for changes
https://github.com/openvinotoolkit/nncf/actions/runs/10793346745/job/29935059876
# Relevant Files Found
## tests/tools/... |
85 | null | PUTvision/qgis-plugin-deepness | # Repository Context
Name: PUTvision/qgis-plugin-deepness
Description:
# Pull Request
## Export tool bug fix and unit test updated
Fixes bug reported in #84
# Relevant Files Found
## src/deepness/deepness.py
```
"""Main plugin file - entry point for the plugin.
Links the UI and the processing.
Skeleton of this... |
632 | null | django-commons/django-simple-history | # Repository Context
Name: django-commons/django-simple-history
Description:
# Pull Request
## Enable/ disable revert using only a settings attribute
<!--- Provide a general summary of your changes in the Title above -->
## Description
Some installations may not wish to allow users to revert original model inst... |
508 | null | openforcefield/openff-interchange | # Repository Context
Name: openforcefield/openff-interchange
Description:
# Pull Request
## Update regression/energy tests
Closes https://github.com/openforcefield/openff-interchange/issues/507 and helps https://github.com/openforcefield/openff-toolkit/issues/1051
- [x] Remove older tests that assumed on `ForceF... |
1,465 | null | apache/libcloud | # Repository Context
Name: apache/libcloud
Description:
# Pull Request
## Cherry pick changes for the v2.8.3 release
This pull request cherry pick the following changes / bug fixes from trunk for the v2.8.3 release:
* https://github.com/apache/libcloud/pull/1459
* https://github.com/apache/libcloud/pull/1457
#... |
127 | null | Duke-GCB/DukeDSClient | # Repository Context
Name: Duke-GCB/DukeDSClient
Description:
# Pull Request
## Display messages after prompting for msg-file
Fixes #126
# Relevant Files Found
## ddsc/ddsclient.py
```
""" Runs the appropriate command for a user based on arguments. """
from __future__ import print_function
from builtins import i... |
112 | null | samdoghor/GomerceBE | # Repository Context
Name: samdoghor/GomerceBE
Description:
# Pull Request
## docs & feat: orders and order details & product subcategories
# Relevant Files Found
## src/models/__init__.py
```
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
from .admin import Admin
from .coupon import Coupon
from .... |
21,072 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## add version 3.1 to r-leaps
# Relevant Files Found
## var/spack/repos/builtin/packages/r-leaps/package.py
```
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT fil... |
563 | null | pallets/werkzeug | # Repository Context
Name: pallets/werkzeug
Description:
# Pull Request
## Use native strings for memcached keys
Fix #539
# Relevant Files Found
## tests/contrib/test_cache.py
```
# -*- coding: utf-8 -*-
"""
tests.cache
~~~~~~~~~~~
Tests the cache system
:copyright: (c) 2014 by Armin Ronacher.... |
413 | null | Nandaka/PixivUtil2 | # Repository Context
Name: Nandaka/PixivUtil2
Description:
# Pull Request
## Patched process_user to ignore checkUpdateCount when alwaysCheckFileExists in use
# Relevant Files Found
## PixivUtil2.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
# pylint: disable=I0011, C, C0302
import sys
import os
import re
... |
1,055 | null | sql-machine-learning/elasticdl | # Repository Context
Name: sql-machine-learning/elasticdl
Description:
# Pull Request
## Implement lookup_embedding and update_embedding
Part of #988 and #1017
* `embedding_service.py`: Implement `lookup_embedding` and `update_embedding`. `lookup_embedding` reads data from distributed storage service, `update_e... |
325 | null | catalyst-cooperative/pudl-archiver | # Repository Context
Name: catalyst-cooperative/pudl-archiver
Description:
# Pull Request
## Fix auto publish and ferc 6/714 archivers
This PR cleans up some minor bugs introduced in recent changes. It fixes auto-publishing behavior, which was publishing even when disabled, and fixes ferc 6/714 archivers, which wer... |
15,550 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Fix external shipping method calls on checkout lines add
I want to merge this change because it's a port of https://github.com/saleor/saleor/pull/15532
<!-- Please mention all relevant issue numbers. -->
# Impact
- [ ] New migrations
... |
9 | null | kosty-cloud/kosty | # Repository Context
Name: kosty-cloud/kosty
Description:
# Pull Request
## feat: Add configurable cross-account roles and organization admin support
## 🎯 Overview
This PR adds flexible cross-account role configuration for organization scanning and improves error handling, addressing issues #7 and #8.
## ✨ New... |
1,949 | null | canonical/charmcraft | # Repository Context
Name: canonical/charmcraft
Description:
# Pull Request
## chore: add oracular as a valid base
# Relevant Files Found
## charmcraft/const.py
```
# Copyright 2023 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in complianc... |
800 | null | oceanprotocol/ocean.py | # Repository Context
Name: oceanprotocol/ocean.py
Description:
# Pull Request
## Ensure all addresses returned by utils are checksummed
Fixes #795 .
Changes proposed in this PR:
- Ensure all utils that retrieve an address from `address.json` checksum the address before returning it.
# Relevant Files Found
#... |
315 | null | BasisResearch/chirho | # Repository Context
Name: BasisResearch/chirho
Description:
# Pull Request
## Remove some trivial dynamical test cases
This small PR strengthens or removes trivial cases in two tests of interventions in dynamical systems. I found these while working on another refactoring PR.
# Relevant Files Found
## tests/dyna... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.