pr_id
int64
repo_id
null
repo_name
string
text
string
77
null
jfkirk/tensorrec
# Repository Context Name: jfkirk/tensorrec Description: # Pull Request ## BUG: Fixes py_func failure on int32 return Addresses https://github.com/jfkirk/tensorrec/issues/73 Failures can be a result of the np.random.choice method returning int32 values in some environments, while the TensorFlow py_func expects s...
2,017
null
inductiva/inductiva
# Repository Context Name: inductiva/inductiva Description: # Pull Request ## Fix pack_input # Relevant Files Found ## inductiva/api/methods.py ``` """Methods that interact with the lower-level inductiva-web-api-client. The relevant function for usage outside of this file is submit_task(). Check the demos dire...
256
null
datajuicer/data-juicer
# Repository Context Name: datajuicer/data-juicer Description: # Pull Request ## Dev/watermark filter Add watermark filter ops for images and videos. # Relevant Files Found ## data_juicer/ops/filter/__init__.py ``` # yapf: disable from . import (alphanumeric_filter, audio_duration_filter, audio_nm...
288
null
SWE-bench/SWE-bench
# Repository Context Name: SWE-bench/SWE-bench Description: # Pull Request ## Replace `modal.Mount(` with suggested fix @azliu0 and the Modal team, I'm seeing a `PendingDeprecationError` due to the use of `modal.Mount` ![Screenshot 2025-01-15 at 2 46 50 PM](https://github.com/user-attachments/assets/50825749-370...
2,899
null
vladmandic/sdnext
# Repository Context Name: vladmandic/sdnext Description: # Pull Request ## Improve installer for ZLUDA ## Description - Automatically replace dll files of PyTorch with ZLUDA's ones at first launch (or no torch installed). - Add `--use-zluda` for the first launch. - No conflict with existing DirectML installat...
6,730
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: bug in BlockManager._get_numeric_data, with invalid combine # Relevant Files Found ## pandas/core/internals.py ``` import itertools import re import operator from datetime import datetime, timedelta import copy from collections imp...
1
null
AndreiDrang/python3-anticaptcha
# Repository Context Name: AndreiDrang/python3-anticaptcha Description: # Pull Request ## Класс NoCaptcha Начал НоКапча класс, правки опечаток # Relevant Files Found ## python3_anticaptcha/AntiCaptchaControl.py ``` import requests import time # from .errors import RuCaptchaError from config import get_balance_...
418
null
flatironinstitute/nemos
# Repository Context Name: flatironinstitute/nemos Description: # Pull Request ## Import error fix This PR addresses issue #415. In particular, it adds more specific error messages regarding which package are missing and explicitly includes `tqdm` as an optional dependency for examples and docs. # Relevant Files F...
17
null
antoniomedrano/p-center
# Repository Context Name: antoniomedrano/p-center Description: # Pull Request ## Development # Relevant Files Found ## LSCP.py ``` # Copyright 2017 Antonio Medrano # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obta...
1,816
null
ansible/ansible-zuul-jobs
# Repository Context Name: ansible/ansible-zuul-jobs Description: # Pull Request ## Bump AWS Integration tests to later Python The AWS Integration tests run against Ansible "milestone". The milestone release has been updated and dropped support for Python 3.9 on controllers, and as such we need to bump the version...
368
null
OneGov/onegov-cloud
# Repository Context Name: OneGov/onegov-cloud Description: # Pull Request ## Ogc 455 # Relevant Files Found ## tests/onegov/town6/test_views.py ``` import onegov.core import onegov.org from tests.shared import utils def test_view_permissions(): utils.assert_explicit_permissions(onegov.org, onegov.org.Org...
699
null
nameko/nameko
# Repository Context Name: nameko/nameko Description: # Pull Request ## Fix dependencies (2.x) * Pin `dnspython<2` - resolves #688 * Fix connection retry tests relying on changed kombu internals # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os from codecs import open from setuptools impor...
17
null
doronz88/pytun-pmd3
# Repository Context Name: doronz88/pytun-pmd3 Description: # Pull Request ## wintun: Add `async_read()` (#16) # Relevant Files Found ## pytun_pmd3/wintun.py ``` import ctypes import platform import subprocess from ctypes import POINTER, Structure, WinDLL, byref, c_ubyte, c_ulonglong, c_void_p, create_unicode_b...
1,629
null
dpgaspar/Flask-AppBuilder
# Repository Context Name: dpgaspar/Flask-AppBuilder Description: # Pull Request ## feat: Add support for before_request hooks ### Description This PR adds support for a `before_request` hook that can be used in FAB's view and API classes to execute some code just before the route handler is invoked. It has the ...
109
null
pycolibri/pycolibri
# Repository Context Name: pycolibri/pycolibri Description: # Pull Request ## 107 optimization based recovery methods # Relevant Files Found ## colibri_hdsp/optics/cassi.py ``` import torch from colibri_hdsp.optics.functional import forward_color_cassi, backward_color_cassi, forward_dd_cassi, backward_dd_cassi,...
1,352
null
spacetelescope/jdaviz
# Repository Context Name: spacetelescope/jdaviz Description: # Pull Request ## snackbar queue priority and history <!-- This comments are hidden when you submit the pull request, so you do not need to remove them! --> <!-- Please be sure to check out our code of conduct, https://github.com/spacetelescope/jdav...
191
null
open-telemetry/sig-security
# Repository Context Name: open-telemetry/sig-security Description: # Pull Request ## CVE data source workflow needs higher API rate limit Latest failure: https://github.com/open-telemetry/sig-security/actions/runs/19834724738/job/56829112734 # Relevant Files Found ## tools/update-cve-data.py ``` import argparse...
8,818
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Remove useless attribute initialization in `mlflow/server/auth/sqlalchemy_store.py` <!-- 🚨 We recommend pull requests be filed from a non-master branch on a repository fork (e.g. <username>:fix-xxx). 🚨 --> ## Related Issues/PRs <!-- Pl...
111
null
EleutherAI/gpt-neox
# Repository Context Name: EleutherAI/gpt-neox Description: # Pull Request ## Updating from main # Relevant Files Found ## gpt_neox/utils.py ``` import os import tarfile import argparse import deepspeed import json from collections import defaultdict import shutil import re import random import numpy as np impo...
15,486
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [formrecognizer] fix env var name # Relevant Files Found ## sdk/formrecognizer/azure-ai-formrecognizer/tests/testcase.py ``` # coding: utf-8 # ------------------------------------------------------------------------- # Copyrig...
186
null
ticdat/ticdat
# Repository Context Name: ticdat/ticdat Description: # Pull Request ## Issue 181 #181 # Relevant Files Found ## examples/expert_section/amplpy/fantop/fantop.py ``` # # Author: Pete Cacioppi https://lnkd.in/bUhfyNn # # Solves a fantasy football drafting problem. Tries to maximize the weighted # expected points ...
445
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## libtiff: fix pkg_config file name Specify library name and version: **lib/1.0** - [ ] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) for contributing. - [ ] I've f...
722
null
apple/axlearn
# Repository Context Name: apple/axlearn Description: # Pull Request ## Support SplashAttention. # Relevant Files Found ## axlearn/common/attention.py ``` # Copyright © 2023 Apple Inc. # # Some of the code in this file is adapted from: # # tensorflow/lingvo: # Copyright 2018 The TensorFlow Authors. All Rights R...
88
null
smoia/phys2cvr
# Repository Context Name: smoia/phys2cvr Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate <!--pre-commit.ci start--> updates: - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake...
104
null
mjennings061/viking-log-keeper
# Repository Context Name: mjennings061/viking-log-keeper Description: # Pull Request ## Filter Launches Closes #98 Currently live on https://viking-log-keeper-865pwv2xsotfkujpnbe7gj.streamlit.app/ ## GUR summary table Added a GUR summary table to match the actual GUR. Makes things easier on a Sunday ![im...
156
null
Tencent/PatrickStar
# Repository Context Name: Tencent/PatrickStar Description: # Pull Request ## [NFC] Translate comments in unitest # Relevant Files Found ## unitest/common.py ``` # Copyright (C) 2021 THL A29 Limited, a Tencent company. # All rights reserved. # Licensed under the BSD 3-Clause License (the "License"); you may # n...
8,182
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## Fix comparison with casting in hdf5 serializer test Fixes #8181 Succeeded 100,000 times without a failure. # Relevant Files Found ## tests/chainer_tests/serializers_tests/test_hdf5.py ``` import os import sys import tempfile import uni...
27
null
danielperna84/ha-philipsjs
# Repository Context Name: danielperna84/ha-philipsjs Description: # Pull Request ## Added new function to read recordings/list Hi, in preparation on adding a function to Home Assistant to show the recordings of my TV, I added the needed functions to this library. I hope I understood the typing.py well enough. ...
70
null
cchangelabs/openepd
# Repository Context Name: cchangelabs/openepd Description: # Pull Request ## Fixes for openEPD GE/IEPD API # Relevant Files Found ## src/openepd/model/base.py ``` # # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not ...
1
null
bakashigure/AquaBot
# Repository Context Name: bakashigure/AquaBot Description: # Pull Request ## v 2.1.0 # Relevant Files Found ## src/plugins/aquabot/__init__.py ``` import json from email.utils import formatdate from json.decoder import JSONDecodeError from os import remove as os_remove from os import walk as os_walk from os.pa...
14
null
getslash/dessert
# Repository Context Name: getslash/dessert Description: # Pull Request ## Add python 3.10 support Fix `ast.alias` call in Python 3.10+ ``` Traceback (most recent call last): File "/tmp/app/dessert/rewrite.py", line 144, in exec_module source_stat, co = _rewrite_test(fn, self.config) File "/tmp/app/d...
104
null
cisagov/trustymail
# Repository Context Name: cisagov/trustymail Description: # Pull Request ## Org rename # Relevant Files Found ## setup.py ``` """ setup module for trustymail Based on: - https://github.com/dhs-ncats/pshtt """ from setuptools import setup from trustymail import __version__ def readme(): with open('READ...
109
null
AresSC2/ares-sc2
# Repository Context Name: AresSC2/ares-sc2 Description: # Pull Request ## fix: only select persistent worker if enabled # Relevant Files Found ## src/ares/build_runner/build_order_runner.py ``` from typing import TYPE_CHECKING, Optional, Union from sc2.data import Race from sc2.ids.unit_typeid import UnitType...
3
null
rzhu3/YellowFin_MXNet
# Repository Context Name: rzhu3/YellowFin_MXNet Description: # Pull Request ## Dev Revise unit tests # Relevant Files Found ## yellowfin.py ``` import numpy as np import math import mxnet as mx from mxnet.ndarray import zeros, NDArray, square, sqrt, abs, sum, norm @mx.optimizer.Optimizer.register class YFOptim...
25,462
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ParaView: disable externals for fmt and exprtk Fixes #25387 Let ParaView build `fmt` and `exprtk` third-party libraries for VTK. There is no spack package for `exprtk` and I could not get the `fmt` spack package to build with `intel@19.0.4` w...
676
null
chaoss/augur
# Repository Context Name: chaoss/augur Description: # Pull Request ## cntrb worker fix # Relevant Files Found ## workers/contributor_worker/contributor_worker/worker.py ``` from multiprocessing import Process, Queue from urllib.parse import urlparse import requests, sys import pandas as pd import sqlalchemy as...
1,655
null
openwallet-foundation/acapy
# Repository Context Name: openwallet-foundation/acapy Description: # Pull Request ## Add cred_def_id to metadata when using an Endorser When publishing a new credential definition to the ledger (with the Author/Endorser workflow), the `cred_def_id` is nowhere to be found in the transaction response or the webhooks...
42
null
xsuite/xtrack
# Repository Context Name: xsuite/xtrack Description: # Pull Request ## Handle memory alignment New features: - Use ```get_test_contexts``` from xobjects - Use non-aligned objects in tracker instances, aligned objects elsewhere # Relevant Files Found ## tests/test_aperture_turn_ele_and_monitor.py ``` impor...
141
null
YiVal/YiVal
# Repository Context Name: YiVal/YiVal Description: # Pull Request ## Fix bug in readme demo # Relevant Files Found ## src/yival/combination_improvers/lite_experiment.py ``` from concurrent.futures import ThreadPoolExecutor from typing import Dict, List from tqdm import tqdm from ..experiment.evaluator import...
31
null
AESMatias/ConnectX-Project
# Repository Context Name: AESMatias/ConnectX-Project Description: # Pull Request ## Dev # Relevant Files Found ## Frames/edit_profile.py ``` from time import sleep import sys import os from PyQt6.QtGui import QIcon from PyQt6 import QtCore from PyQt6.QtWidgets import (QFileDialog, QStackedLayout, QStackedWidge...
1,037
null
RasaHQ/rasa
# Repository Context Name: RasaHQ/rasa Description: # Pull Request ## bugfix for Chinese pipeline related issues **Proposed changes**: - set default value of `num_threads` to 1 (from None) - fix incorrect settings in `config_jieba_mitie_sklearn.yml` This PR try to fix #1024 **Status (please check what you ...
842
null
datalens-tech/datalens-backend
# Repository Context Name: datalens-tech/datalens-backend Description: # Pull Request ## refactor: BI-0 remove QueryExecutorBase # Relevant Files Found ## lib/dl_api_lib/dl_api_lib/dataset/view.py ``` from __future__ import annotations import asyncio import logging from typing import ( TYPE_CHECKING, T...
214
null
digital-land/digital-land.info
# Repository Context Name: digital-land/digital-land.info Description: # Pull Request ## Test/list filter acceptance Ticket: https://trello.com/c/h7Ky8r1a/767-write-acceptance-tests-for-the-list-filter ### What's new - Added acceptance tests for the list filter ### Why was this change made? - because this use...
1,788
null
comet-ml/opik
# Repository Context Name: comet-ml/opik Description: # Pull Request ## OPIK-1412 - automation improvements - project creation on each test - improving cleanup - fixing flakiness (custom waits) # Relevant Files Found ## tests_end_to_end/page_objects/ThreadsPage.py ``` import time from playwright.sync_api imp...
18,214
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Add a ReviewActionReasonLog model ~~Depends on https://github.com/mozilla/addons-server/pull/18206~~ Fixes mozilla/addons#8555 # Relevant Files Found ## src/olympia/activity/models.py ``` import json import string import uuid from...
2,498
null
spotify/luigi
# Repository Context Name: spotify/luigi Description: # Pull Request ## added a new event 'progress' @ulzha PTAL <!--- This template is optional. Please use it as a starting point to help guide PRs --> <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your ...
809
null
choderalab/yank
# Repository Context Name: choderalab/yank Description: # Pull Request ## MPI exception handling Fix #798 : NaN handling fails with MPI. This adds exception handling support in the `mpi.py` module. Briefly, if a node's task raises an exception, it gets propagated the other nodes according to the `propagate_excep...
25,789
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## WarpX/HiPACE/openPMD-api: Use when(...) Use the new with `when()` syntax for variant dependencies. Re: https://github.com/spack/spack/pull/25771/files#r701706403 # Relevant Files Found ## var/spack/repos/builtin/packages/hipace/package.py `...
99
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Update BERT converter to the latest usage. <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | O...
1,773
null
OpenCTI-Platform/connectors
# Repository Context Name: OpenCTI-Platform/connectors Description: # Pull Request ## [feedly connector] Add main observable type to indicators ### Proposed changes * Add main observable type to indicators ### Related issues N/A ### Checklist - [x] I consider the submitted work as finished - [x] I t...
1,964
null
AI-Hypercomputer/maxtext
# Repository Context Name: AI-Hypercomputer/maxtext Description: # Pull Request ## Reverts 5527b2a5e904f7aa96825197a236886873d8f7ae Reverts 5527b2a5e904f7aa96825197a236886873d8f7ae # Relevant Files Found ## MaxText/layers/moe.py ``` # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2....
208
null
opengeos/leafmap
# Repository Context Name: opengeos/leafmap Description: # Pull Request ## Added support for STAC MosaicJSON #206 # Relevant Files Found ## leafmap/common.py ``` """This module contains some common functions for both folium and ipyleaflet. """ import csv import os import requests import shutil import tarfile i...
958
null
lk-geimfari/mimesis
# Repository Context Name: lk-geimfari/mimesis Description: # Pull Request ## Improve test coverage of stock_image() # I have made things! ## Checklist - [x] I have read [contributing guidelines](https://github.com/lk-geimfari/mimesis/blob/master/CONTRIBUTING.rst) - [x] I'm sure that I did not unrelated chan...
22,441
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Throw better error if no patch exec found Salt did not report a good error message if file.patch was called but there was no patch executable available. # Relevant Files Found ## salt/modules/file.py ``` # -*- coding: utf-8 -*- ''' Manage ...
44
null
ambitioninc/django-manager-utils
# Repository Context Name: ambitioninc/django-manager-utils Description: # Pull Request ## Added documentation and python3 compatability @wesleykendall @erikswanson - python 3 compatibility - Added docs - using new template setup # Relevant Files Found ## manage.py ``` #!/usr/bin/env python import os import sy...
4,709
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Update order status after fullfilled digital products We don't update order status after the automatic fulfillment of digital products. Update of order history was missing. Related to #4682 # Relevant Files Found ## saleor/order/utils.py...
84
null
smoia/phys2cvr
# Repository Context Name: smoia/phys2cvr Description: # Pull Request ## Add option to add orthogonalised regressors in phys2cvr <!-- Write all of the issues that are linked to this pull request. --> <!-- If this PR is enough to close them you can write something like "Closes #314 and closes #42" --> <!-- If you ...
1
null
esotericnonsense/bitcoind-ncurses
# Repository Context Name: esotericnonsense/bitcoind-ncurses Description: # Pull Request ## Whitespace Clean Up and Config File Argument - Clean-up some whitespace issues so that future commits are easier :) - Add the ability to specify the config file with "-c" # Relevant Files Found ## bitcoind-ncurses.py ```...
3,690
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## kth order statistic divide and conquer algorithm ### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** * [x] I have read [CONTR...
17
null
bwignall/typochecker
# Repository Context Name: bwignall/typochecker Description: # Pull Request ## Add typo gathering utility, which uses Levenshtein-style heuristics # Relevant Files Found # Edits This pull request adds a new typo-gathering utility to the `typochecker` tool that identifies potential typos in codebases using Lev...
1,221
null
kyegomez/swarms
# Repository Context Name: kyegomez/swarms Description: # Pull Request ## Fix HierarchicalSwarm silently swallowing validation errors Summary HierarchicalSwarm was catching and logging validation errors but not re-raising them, causing initialization to silently succeed when it should have failed. ...
37,254
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Bugs/37191 minion hangs ### What does this PR do? This reverts commit c9c45a5d790f9e8ee259650d0b014ea5b498d4dd. Set the `daemon` flag on MultiprocessingLoggingListener subprocess. This fixes a number of issues related to minion hang. The comm...
747
null
SkBlaz/py3plex
# Repository Context Name: SkBlaz/py3plex Description: # Pull Request ## Add declarative file export to DSL v2 Extends DSL v2 with declarative file exports, allowing users to write query results to disk as part of the pipeline rather than post-processing in Python. ## Changes ### Core Implementation - **AST**: Ad...
354
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [Docs] Add docs for distinct metric and unified_transformer. ### PR types Others ### PR changes APIs ### Description Add docs for distinct metric and unified_transformer. # Relevant Files Found ## paddlenlp/data/collate.py...
1,845
null
camel-ai/camel
# Repository Context Name: camel-ai/camel Description: # Pull Request ## feat: Enhanced BrowserToolkit > rewrite fill_input_id(57, xxxxx) to fill_input_id(57, "xxxxx") to avoid the command cannot be executed by _act ## Description Describe your changes in detail (optional if the linked issue already contains ...
26,184
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## xdriinfo: uses glXGetProcAddressARB, add: depends_on('gl') xdriinfo uses `glXGetProcAddressARB`. Add a `depends_on('gl')` to compile and link with the preferred OpenGL package. # Relevant Files Found ## var/spack/repos/builtin/packages/xdrii...
146
null
SainsburyWellcomeCentre/crabs-exploration
# Repository Context Name: SainsburyWellcomeCentre/crabs-exploration Description: # Pull Request ## Save model checkpoint regularly during training This PR adds functionality that saves model checkpoints regularly during training. - We now use MLflow and Lightning functionality (so no longer need `save_model`). -...
667
null
girder/girder
# Repository Context Name: girder/girder Description: # Pull Request ## Bug fixes and improvements to static file serving - Allow static files to be served within Girder "Resource" classes - Allow the content type of a static file to be explicity provided # Relevant Files Found ## girder/api/rest.py ``` #!/usr/...
20,674
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Fixes #20653: Add `object_type_id` filter for Jobs <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assig...
12
null
TengHu/ActionWeaver
# Repository Context Name: TengHu/ActionWeaver Description: # Pull Request ## Use openai 0.28.0 - Use openai 0.28.0 - Support stream # Relevant Files Found ## actionweaver/llms/openai/chat.py ``` import json import logging import time import uuid import openai from actionweaver.actions.action import ( Act...
1,943
null
qiita-spots/qiita
# Repository Context Name: qiita-spots/qiita Description: # Pull Request ## All tests should be fixed we just need to wait a few minutes to see if it is true! # Relevant Files Found ## qiita_pet/handlers/api_proxy/tests/test_artifact.py ``` # --------------------------------------------------------------------...
18
null
jobless-devs/Jobhub
# Repository Context Name: jobless-devs/Jobhub Description: # Pull Request ## Limit fetch jobs added lambda function to fetch 'x' rows of job listings instead of fetching all rows from database # Relevant Files Found # Edits This pull request adds a new Lambda function to fetch a limited number of job list...
1,223
null
Textualize/textual
# Repository Context Name: Textualize/textual Description: # Pull Request ## Various tests for reactivity Adds multiple tests for reactivity. Many of them fail (and are marked as xfail). I've created corresponding issues and linked between the test/issue: - [Reactive watch method incorrectly called when value ch...
499
null
litex-hub/litex-boards
# Repository Context Name: litex-hub/litex-boards Description: # Pull Request ## Corrected DE10-Nano Pin Number Corrected HDMI pin number # Relevant Files Found ## litex_boards/platforms/terasic_de10nano.py ``` # # This file is part of LiteX-Boards. # # Copyright (c) 2020 Paul Sajna <sajattack@gmail.com> # SPDX-...
191
null
scrutinydebugger/scrutiny-main
# Repository Context Name: scrutinydebugger/scrutiny-main Description: # Pull Request ## Handle enum fully in watch component - Watch component can now display and edit values by their enums entry # Relevant Files Found ## scrutiny/core/embedded_enum.py ``` # embedded_enum.py # Contains the definition ...
119
null
Calysto/metakernel
# Repository Context Name: Calysto/metakernel Description: # Pull Request ## Improvements to bash handling from bash_kernel Fixes #92. # Relevant Files Found ## metakernel/pexpect.py ``` # Convenience imports from pexpect from __future__ import absolute_import from pexpect import is_executable_file, EOF, TIMEOUT...
11
null
google-deepmind/dm_pix
# Repository Context Name: google-deepmind/dm_pix Description: # Pull Request ## Internal changes. Internal changes. # Relevant Files Found ## dm_pix/_src/color_conversion_test.py ``` # Copyright 2020 DeepMind Technologies Limited. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "Li...
205
null
APrioriInvestments/typed_python
# Repository Context Name: APrioriInvestments/typed_python Description: # Pull Request ## [set] add support for difference, copy, union, intersection, minor bug fixes The PR enriches the `Set(T)` API with additional commonplace functionality that is expected when working with sets; namely the API was extended to in...
408
null
IDinsight/ask-a-question
# Repository Context Name: IDinsight/ask-a-question Description: # Pull Request ## Hotfix language Reviewer: @suzinyou Estimate: 10mins --- ## Ticket Fixes: HOTFIX ## Description Hotfix to check `generate_llm_response`directly from `query_refined`. ### Goal ### Changes ### Future Tasks (opti...
72
null
KoljaB/RealtimeSTT
# Repository Context Name: KoljaB/RealtimeSTT Description: # Pull Request ## fix: make sure shutdown() wakes up the recording_thread This also ensures that the `reader_process` is not accessed if it hasn't been initialized due to use_microphone=False. The check was wrongly checking for the object and not the value...
2,873
null
PrincetonUniversity/PsyNeuLink
# Repository Context Name: PrincetonUniversity/PsyNeuLink Description: # Pull Request ## llvm: Use checked/universal API to access binary structures Drop more unused parameters from compiled structures. Convert Projection to the new API. Convert Port to the new API. Remove unused cost calculation code from Contr...
84
null
networkx/nx-parallel
# Repository Context Name: networkx/nx-parallel Description: # Pull Request ## Clean up and bump deps, ruff, pre-commit # Relevant Files Found ## _nx_parallel/__init__.py ``` # This file was automatically generated by update_get_info.py from .config import _config def get_info(): """Return a dictionary w...
1,454
null
chatchat-space/Langchain-Chatchat
# Repository Context Name: chatchat-space/Langchain-Chatchat Description: # Pull Request ## 升级到langchain==0.0.287,fschat==0.0.28;处理langchain.Milvus bug(#10492) # Relevant Files Found ## server/knowledge_base/kb_service/milvus_kb_service.py ``` from typing import List, Dict, Optional import numpy as np from fai...
6
null
dev-dull/PyTerraBackTyl
# Repository Context Name: dev-dull/PyTerraBackTyl Description: # Pull Request ## Documentation, documentation, documentation, documentation... # Relevant Files Found ## backends/git_backend.py ``` import os import git import json import logging import tempfile from abc_tylstore import TYLStore from collections...
292
null
juftin/camply
# Repository Context Name: juftin/camply Description: # Pull Request ## Update pyproject.toml + fake-useragent fixes # Description Update fake-useragent to latest version (1.2.1). Disclaimer: I'm the maintainer. No need to use the external parameter anymore. And just use `random` on the list of chrome user ag...
33
null
opencui/opendu
# Repository Context Name: opencui/opendu Description: # Pull Request ## Ft09 # Relevant Files Found ## converter/exemplar.py ``` ``` ## converter/openai_parser.py ``` #!/usr/bin/env python3 import json from abc import ABC from datasets import Dataset from core.commons import SkillInfo, DatasetFactory, SlotI...
27,956
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## libxslt: define cmake additional variable prefixes - Define `cmake_additional_variable_prefixes` so that variables prefixed with all upper case `LIBXSLT` are added in the generated config files, to match the legacy behaviour of ht...
18
null
liminal-ai-security/liminal-sdk-python
# Repository Context Name: liminal-ai-security/liminal-sdk-python Description: # Pull Request ## bug: Dev/cgladney/ld 266 python sdk error ## Fixes <!-- If PR doesn't fully resolve the issue, replace 'Fixes' below with 'Related to'. --> <!-- If there is no issue being resolved, please consider opening one befor...
1,214
null
scverse/scanpy
# Repository Context Name: scverse/scanpy Description: # Pull Request ## Hide some FutureWarnings This hides some FutureWarnings that are generated from moving neighbor graphs to obsp. # Relevant Files Found ## scanpy/datasets/_datasets.py ``` from pathlib import Path from typing import Optional import numpy as...
426
null
github/issue-metrics
# Repository Context Name: github/issue-metrics Description: # Pull Request ## test: improve auth test coverage improve auth test coverage by adding invalid and failed app install tests # Pull Request <!-- PR title needs to be prefixed with a conventional commit type (build,chore,ci,docs,feat,fix,perf,refac...
194
null
tpm2-software/tpm2-pytss
# Repository Context Name: tpm2-software/tpm2-pytss Description: # Pull Request ## More PEP8 style changes in ESAPI (test methods, internal vars in ESAPI and a missed method param, start docstrings, add TPM2_HANDLE type) # Relevant Files Found ## test/test_esapi.py ``` #!/usr/bin/python3 -u """ SPDX-License-Ide...
17
null
Hendrik-code/spineps
# Repository Context Name: Hendrik-code/spineps Description: # Pull Request ## CPU support added -cpu flag that lets SPINEPS run on cpu, time loss of factor x11 # Relevant Files Found ## spineps/entrypoint.py ``` import argparse import cProfile import os from argparse import Namespace from pathlib import Path fr...
5,629
null
feast-dev/feast
# Repository Context Name: feast-dev/feast Description: # Pull Request ## feat: Add aggregation in OnDemandFeatureView <!-- Thanks for sending a pull request! Here are some tips for you: 1. Ensure that your code follows our code conventions: https://github.com/feast-dev/feast/blob/master/CONTRIBUTING.md#code-s...
10,274
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## aws - Quicksight DataSource and Dashboard support Closes #10265 ``` "name": "test-aws-quicksight-dashboards", 'resource': 'aws.quicksight-dashboard', 'filters': [ {'tag:Owner': 'c7n'}...
4
null
jeertmans/DiffeRT
# Repository Context Name: jeertmans/DiffeRT Description: # Pull Request ## chore(lib): add Rust impl. # Relevant Files Found ## differt/rt/utils.py ``` from functools import lru_cache as cache import jax.numpy as jnp from jaxtyping import Array, Bool, Float, UInt, jaxtyped from typeguard import typechecked as...
7
null
landmaj/mkdocs-d2-plugin
# Repository Context Name: landmaj/mkdocs-d2-plugin Description: # Pull Request ## Close cache connection on post-build When running `mkdocs serve`, the following error will appear on hot-reloading ``` Traceback (most recent call last): File "/Users/masked/.venv/lib/python3.12/site-packages/mkdocs/livereload...
15
null
facebookresearch/CodeGen
# Repository Context Name: facebookresearch/CodeGen Description: # Pull Request ## Clarifications and small fixes # Relevant Files Found ## codegen_sources/model/src/model/transformer.py ``` # Copyright (c) 2019-present, Facebook, Inc. # All rights reserved. # # This source code is licensed under the license fo...
2,026
null
Chainlit/chainlit
# Repository Context Name: Chainlit/chainlit Description: # Pull Request ## Added tags tracing on LangChain tracer Tags are not traced on LangChain Tracer due to this missing line. I added it so that they can also be traced. # Relevant Files Found ## backend/chainlit/langchain/callbacks.py ``` import json import...
8,130
null
Azure/azure-cli-extensions
# Repository Context Name: Azure/azure-cli-extensions Description: # Pull Request ## {ServiceConnector-passwordless}: update dependencies --- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command <!--- Please provide the related command with az {comma...
810
null
SFDO-Tooling/CumulusCI
# Repository Context Name: SFDO-Tooling/CumulusCI Description: # Pull Request ## Add an UpdateDependencies option for which dependencies to install # Critical Changes # Changes * Add a `dependencies` option to the `update_dependencies` task to override the project dependencies. # Issues Closed # Relevant ...