pr_id
int64
repo_id
null
repo_name
string
text
string
292
null
tensorflow/fairness-indicators
# Repository Context Name: tensorflow/fairness-indicators Description: # Pull Request ## Fix Werkzeug version to <2 Fix Werkzeug version to <2 # Relevant Files Found ## tensorboard_plugin/setup.py ``` # Copyright 2019 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2....
427
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## tbb: warn about static linkage for shared=False, not for shared=True Specify library name and version: **tbb/all** - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-reque...
50
null
tjensen/dayz-dev-tools
# Repository Context Name: tjensen/dayz-dev-tools Description: # Pull Request ## Switch native extension to Rust Mainly for my own interest, but also to gain a little more memory safety. # Relevant Files Found ## dayz_dev_tools/expand.py ``` from dayz_dev_tools import pbo_file_reader import dayz_dev_tools_ext #...
18
null
moe18/DeepMLeet
# Repository Context Name: moe18/DeepMLeet Description: # Pull Request ## added autograph q, also changed how to check answers # Relevant Files Found ## app/DL_problems.py ``` problems = { "Deep Learning": { "section": True, "description": """## Deep Learning Deep Learning (DL) is a transfo...
13
null
AXErunners/axerunner
# Repository Context Name: AXErunners/axerunner Description: # Pull Request ## Drop deprecated options # Relevant Files Found ## bin/axevote.py ``` #!/usr/bin/env python import atexit import curses import datetime import json import os import random import re import subprocess import sys import tempfile import...
251
null
redis/redis-benchmarks-specification
# Repository Context Name: redis/redis-benchmarks-specification Description: # Pull Request ## Enabled triggering build/benchmarks on forks # Relevant Files Found ## redis_benchmarks_specification/__cli__/args.py ``` # BSD 3-Clause License # # Copyright (c) 2021., Redis Labs Modules # All rights reserved. # ...
1,314
null
NeuralEnsemble/python-neo
# Repository Context Name: NeuralEnsemble/python-neo Description: # Pull Request ## do not allow Groups to contain Segments as proposed in #1026, which this PR partially replaces # Relevant Files Found ## neo/core/group.py ``` """ This module implements :class:`Group`, which represents a subset of the channels i...
94
null
mariostoev/finviz
# Repository Context Name: mariostoev/finviz Description: # Pull Request ## Increased scraping speed, added progress bar - Refactored the primary (sequential) scraping method to use exponential backoff wait times for retries vs. static wait times - Added progress bar for data retrieval - Set up dependency managem...
411
null
RedHatProductSecurity/osidb
# Repository Context Name: RedHatProductSecurity/osidb Description: # Pull Request ## after-flaw-update tracker update This PR introduces the after-flaw-update actions as some flaw updates might result in a necessity to update some related tracker(s). There are also some extra pieces in this PR. - On is the rest...
302
null
kozistr/pytorch_optimizer
# Repository Context Name: kozistr/pytorch_optimizer Description: # Pull Request ## [Feature] Implement Muon optimizer ## Problem (Why?) implement Muon optimizer ## Solution (What/How?) - [x] implement Muon optimizer ## Other changes (bug fixes, small refactors) N/A ## Notes N/A # Relevant Fi...
433
null
NHSDigital/dos-integration
# Repository Context Name: NHSDigital/dos-integration Description: # Pull Request ## Add Python Script for downloading a Dynamodb Table to CSV # Automation Branch Pull Request ## Description of Changes This PR is to add a python script to allow downloading a dynamodb table to csv to allow for easy interaction...
14
null
ajy25/TableMage
# Repository Context Name: ajy25/TableMage Description: # Pull Request ## [debug] added scaling to NB, poisson, and count regression # Relevant Files Found ## tabularmagic/_src/linear/countglm.py ``` import statsmodels.api as sm import numpy as np from ..metrics.regression_scoring import RegressionScorer from ....
229
null
WorldconVotingSystems/nomnom
# Repository Context Name: WorldconVotingSystems/nomnom Description: # Pull Request ## Collection of bugfixes - ensure that combining works handles cases where the other work has nominationsa - restrict nomination associations to the same category - case insensitive nomination association - check the name of the...
240
null
atlassian-api/atlassian-python-api
# Repository Context Name: atlassian-api/atlassian-python-api Description: # Pull Request ## Bamboo: fix error in base_list_call() Fixing `TypeError: base_list_call() missing 1 required positional argument: 'label'` # Relevant Files Found ## atlassian/bamboo.py ``` # coding: utf8 import logging from .rest_client...
694
null
wrangleworks/WranglesPY
# Repository Context Name: wrangleworks/WranglesPY Description: # Pull Request ## Add timeout, multiprocessing and log suppressed errors # Relevant Files Found ## tests/recipes/wrangles/test_main.py ``` import pytest import wrangles import pandas as pd import numpy as np import time from datetime import datetim...
22,657
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Python 3 Compat for new transport files # Relevant Files Found ## salt/transport/client.py ``` # -*- coding: utf-8 -*- ''' Encapsulate the different transports available to Salt. This includes client side transport, for the ReqServer and ...
157
null
NOAA-GSL/pygraf
# Repository Context Name: NOAA-GSL/pygraf Description: # Pull Request ## Add ensemble panel plots to support RRFSE. This reorganizes some of the code to slim-down create_graphics.py to organize data and setup parallelism for the most part. Utilities and graphics-building have been moved out to the adb_graphics pac...
93
null
jambonrose/django-improved-user
# Repository Context Name: jambonrose/django-improved-user Description: # Pull Request ## Upgrade project for Python 3.7 and Django 2.1 This also removes support for Django 1.10, but leaves support for Django 1.8. # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 """ ==================== Django Impro...
722
null
blue-marble/gridpath
# Repository Context Name: blue-marble/gridpath Description: # Pull Request ## Allow soft startup and shutdown ramp constraints Use the same violation penalty as for the normal operations ramp constraints. # Relevant Files Found ## gridpath/project/operations/operational_types/gen_commit_bin.py ``` #!/usr/bin/en...
20
null
ansys/pyspeos
# Repository Context Name: ansys/pyspeos Description: # Pull Request ## Add badges, links and labels - [x] Add Badges and target links for the badges in README file. - [x] Add labeler.yml file for automatically label new pull requests based on the paths of files being changed. - [x] Modify Makefile pdf builder ...
1,517
null
pytorch/torchtitan
# Repository Context Name: pytorch/torchtitan Description: # Pull Request ## [llama4] store expert weights such that we can transpose before grouped mm to have col-major memory layout # Summary Rather than store experts weights pre-transposed (E, in_dim, out_dim), we should store the expert weights non-transposed ...
3,030
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix media_player descriptions and select_source **Description:** - Fix names of services and attributes in yaml description. - Remove select_source service from `SERVICE_TO_METHOD` dict. This service has its own service callback. **Rel...
471
null
HumanSignal/label-studio-sdk
# Repository Context Name: HumanSignal/label-studio-sdk Description: # Pull Request ## fix: BROS-32: Task retrieval SDK bugs <!-- Follow Merge --> This PR was automatically generated via Follow Merge. [Workflow Run](https://github.com/HumanSignal/label-studio-sdk/actions/runs/15326325164) Please ensure that all lin...
60,823
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Add clarification to docs for cron.absent ### What does this PR do? Clarify the handling of the `identifier` parameter in the docs. ### What issues does this PR fix or reference? Fixes: #60649 ### Merge requirements satisfied? **[NOT...
6,899
null
cython/cython
# Repository Context Name: cython/cython Description: # Pull Request ## Avoid pessimizing sequence checks on 'range' It's possible that we might want to generalize this rule, rather than leave it as a very specific special-case. However: `range` is going to be a very common function to be looping over and we know t...
690
null
DataDog/datadog-api-client-python
# Repository Context Name: DataDog/datadog-api-client-python Description: # Pull Request ## Document query in `MonitorSearchResult` See [DataDog/datadog-api-spec#1292](https://github.com/DataDog/datadog-api-spec/pull/1292) Test branch [datadog-api-spec/test/therve/search-query](https://github.com/DataDog/datadog-a...
45
null
spraakbanken/korp-backend
# Repository Context Name: spraakbanken/korp-backend Description: # Pull Request ## Tests: Improvements to test corpus utilities **What** A few improvements, mainly to processing test corpus source files: 1. **Support specifying test corpus source files in XML** of the kind of Sparv XML export formats, with t...
14
null
EfficientMoE/MoE-Infinity
# Repository Context Name: EfficientMoE/MoE-Infinity Description: # Pull Request ## Support Open MoE LLM Leaderboard - Added a sequence ID list (`seq_id_list`) in the forward method call. This update prevents the `AttributeError` that previously occurred when invoking `_loglikelihood_tokens` within the `HFLMWithMea...
201
null
botify-labs/simpleflow
# Repository Context Name: botify-labs/simpleflow Description: # Pull Request ## Relax DeciderPoller task list check Issue: #194 # Relevant Files Found ## simpleflow/swf/process/decider/base.py ``` from __future__ import absolute_import import logging import swf.actors import swf.exceptions import swf.format ...
2,565
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Don't look for RGW pods in independent clusters At the moment, upon every instantiation of an MCG object, an RGW pod check is run. However, this check fails at clusters running in independent mode. This PR is supposed to fix this by ...
507
null
flagos-ai/FlagScale
# Repository Context Name: flagos-ai/FlagScale Description: # Pull Request ## [Cherry-Pick] Cherry pick to 0.8.0 This PR cherry pick three prs to 0.8.0. # Relevant Files Found ## setup.py ``` import os import subprocess import sys from setuptools import find_packages, setup from setuptools.command.install impo...
31
null
gilesknap/mciwb
# Repository Context Name: gilesknap/mciwb Description: # Pull Request ## Restructure Tests OK that was bad. The tests are better structured now but boy was it hard to get backup working in GHA. I don't understand why the container's files appear locked after it has stopped. But after 3 days of fruitless a...
151
null
user-cont/conu
# Repository Context Name: user-cont/conu Description: # Pull Request ## Http context Resolves #25 - Is the `HttpClient` class in a good location? - Is the naming/style ok? # Relevant Files Found ## conu/apidefs/container.py ``` # -*- coding: utf-8 -*- # # This program is free software: you can redistribute...
192
null
tlambert03/ome-types
# Repository Context Name: tlambert03/ome-types Description: # Pull Request ## test: rearranging tests # Relevant Files Found ## src/ome_types/__init__.py ``` try: from importlib.metadata import PackageNotFoundError, version except ImportError: from importlib_metadata import PackageNotFoundError, versio...
814
null
NVIDIA-NeMo/Skills
# Repository Context Name: NVIDIA-NeMo/Skills Description: # Pull Request ## add MathOlympiadBench add MathOlympiadBench dataset from Goedel-Prover-V2 paper # Relevant Files Found # Edits This PR adds support for the MathOlympiadBench dataset from the Goedel-Prover-V2 paper to evaluate Lean4-based formal proof...
33
null
QuantStack/jupyterlab-snippets
# Repository Context Name: QuantStack/jupyterlab-snippets Description: # Pull Request ## Port to JupyterLab 3 Fixes #32 # Relevant Files Found ## jupyterlab-snippets/__init__.py ``` from ._version import __version__ from .handlers import setup_handlers from .loader import SnippetsLoader def _jupyter_server_ex...
2,551
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## Fix(tsql): preserve column projection quotes for newly added Alias nodes # Relevant Files Found ## sqlglot/dialects/tsql.py ``` from __future__ import annotations import datetime import re import typing as t from sqlglot import exp, gen...
33
null
ArangoDB-Community/pyArango
# Repository Context Name: ArangoDB-Community/pyArango Description: # Pull Request ## add test for whether hasCollection() works properly, which was previo… …usly missing. # Relevant Files Found ## pyArango/tests/tests.py ``` import unittest, copy import os from pyArango.connection import * from pyArango.datab...
45
null
simonsobs/sodetlib
# Repository Context Name: simonsobs/sodetlib Description: # Pull Request ## Change band relock to setup_notches This branch adds a simple change that we made before the demo to the optimization script. It also moves the pkl file to the SMuRF output directory. This was also supposed to contain the change to ru...
1,822
null
spacetx/starfish
# Repository Context Name: spacetx/starfish Description: # Pull Request ## Ensure that LocalMaxPeakFinder works in 3D 1. Thread the `is_volume` parameter through, and use that to determine which axes to group by. 2. `image_to_spots` now takes an xarray, and uses the `Z` data on the xarray coordinate to record the ...
1,335
null
openshift/lightspeed-service
# Repository Context Name: openshift/lightspeed-service Description: # Pull Request ## Idiomatic iteration over dictionary keys ## Description Idiomatic iteration over dictionary keys ## Type of change - [x] Refactor - [ ] New feature - [ ] Bug fix - [ ] CVE fix - [ ] Optimization - [ ] Documentation ...
77
null
neozhaoliang/surround-view-system-introduction
# Repository Context Name: neozhaoliang/surround-view-system-introduction Description: # Pull Request ## Modify setting image format before setting resolution Modify the image format setting before setting the resolution. If it is set after the resolution, it will not work. # Relevant Files Found ## surround_view...
26
null
E3SM-Project/mache
# Repository Context Name: E3SM-Project/mache Description: # Pull Request ## Add command-line tools for syncing diagnostics data This tool can be used to update diagnostics on any supported machine without a firewall with a command like: ``` mache sync diags from anvil -u <ac.user> ``` The LCRC username `<ac.us...
6
null
jg-rp/python-jsonpath-rfc9535
# Repository Context Name: jg-rp/python-jsonpath-rfc9535 Description: # Pull Request ## Update CTS and fix Update the compliance test suite and fix some issues. - Fixed decoding of escape sequences in quoted name selectors and string literals. We now raise a `JSONPathSyntaxError` for invalid code points. - Fixe...
31,396
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [servicebus] migrate test recordings to external repo https://github.com/Azure/azure-sdk-for-python/issues/31399 # Relevant Files Found ## sdk/servicebus/azure-mgmt-servicebus/setup.py ``` #!/usr/bin/env python #---------------...
11,670
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Adopt wmcore_pileup Rucio account in workqueue Fixes #11669 #### Status Not tested #### Description This pull request changes the Rucio account used for secondary input data location, using `wmcore_pileup` instead of `wmcore_transferor` ...
2,109
null
RedHatQE/openshift-virtualization-tests
# Repository Context Name: RedHatQE/openshift-virtualization-tests Description: # Pull Request ## CherryPicked: [cnv-4.18] Remove cdi metrics recording rules tests ##### Short description: Removing tests for metrics kubevirt_cdi_clone_pods_high_restart kubevirt_cdi_upload_pods_high_restart kubevirt_cdi_operator...
1,412
null
IBM/lale
# Repository Context Name: IBM/lale Description: # Pull Request ## Increment lale version to 0.9.1 Dependency updates: * Make graphviz dependency optional * Increase upper bound on jsonschema * Upper bound pyspark dependency to < 4.0 * Support newer versions of numpy * Add autoai-fairness dependency set with a...
567
null
aio-libs/aiomysql
# Repository Context Name: aio-libs/aiomysql Description: # Pull Request ## Fix typo <!-- Thank you for your contribution! --> ## What do these changes do? Fix typo ## Are there changes in behavior for the user? No ## Checklist - [x] I think the code is well written - [ ] Unit tests for the changes e...
1,330
null
codalab/codabench
# Repository Context Name: codalab/codabench Description: # Pull Request ## Leaderboard number of entries # @ mention of reviewers @Didayolo # A brief description of the purpose of the changes contained in this PR. In leaderboard, exclude failed and canceled submissions from num_entries # Issues this P...
4,958
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## perf: graph_rewrite line reduction and make it a little bit faster Tried to make rewrite fast but in the end it's not significantly faster than before. However I've achieved some line reduction that are nice to have, I guess. In my lo...
4,423
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Make sure to schedule pruning for all jobs. It seems like some projects are not getting pruning tasks. This might be because we were not querying jobs correctly until this patch. # Relevant Files Found ## src/clusterfuzz/_internal/cron/s...
160
null
larinam/vacal
# Repository Context Name: larinam/vacal Description: # Pull Request ## test: cover absence email updates ## Summary - refine absence email update test to reuse shared fixtures and avoid manual DB cleanup - mock email sending, date, and holidays to assert email content and dispatch ## Testing - `pytest backend/tes...
84
null
IBM/sqlalchemy-ibmi
# Repository Context Name: IBM/sqlalchemy-ibmi Description: # Pull Request ## Remove unused imports # Relevant Files Found ## sqlalchemy_ibmi/base.py ``` # +--------------------------------------------------------------------------+ # | Licensed Materials - Property of IBM | ...
379
null
MTES-MCT/sparte
# Repository Context Name: MTES-MCT/sparte Description: # Pull Request ## MEP V5.5.1 # Relevant Files Found ## project/tasks/project.py ``` """ Asyn tasks runned by Celery Below functions are dedicated to loading a project data and pre calculate all the indicators required to speedup process REFACTORING : mov...
105
null
NeuralEnsemble/ephyviewer
# Repository Context Name: NeuralEnsemble/ephyviewer Description: # Pull Request ## Allow new EpochEncoder labels to be created from the options window ![image](https://user-images.githubusercontent.com/241234/94093288-d8d16e80-fdea-11ea-93dc-8bfc4c6208b1.png) # Relevant Files Found ## ephyviewer/datasource/epo...
30
null
michaeltremeer/azure-openai-benchmark
# Repository Context Name: michaeltremeer/azure-openai-benchmark Description: # Pull Request ## Add extract_raw_samples CLI Add a new CLI to extract the raw call data from a combined_logs CSV into a new, expanded DF. # Relevant Files Found ## benchmark/contrib/combine_logs.py ``` import argparse import json impo...
157
null
thedropbears/pycrescendo
# Repository Context Name: thedropbears/pycrescendo Description: # Pull Request ## Led integration Currently climbing has no status lights as more logic needs to be added to stop race conditions and prioritise certain status's over others. # Relevant Files Found ## components/led.py ``` import dataclasses import...
118
null
ollama/ollama-python
# Repository Context Name: ollama/ollama-python Description: # Pull Request ## fix 'content' check on messages in chat() In `chat()` in `Client` and `AsyncClient`, if `message['content']` is `""`, the following would raise an error since `bool("")` also returns `False` like `bool(None)`: ```python if not messa...
464
null
IAMconsortium/pyam
# Repository Context Name: IAMconsortium/pyam Description: # Pull Request ## Add `order` arg to stackplot # Please confirm that this PR has done the following: - [x] Tests Added - [x] Documentation Added - ~Name of contributors Added to AUTHORS.rst~ - [x] Description in RELEASE_NOTES.md Added # Description...
2,925
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Update libquo's homepage, url, and description. LANL moved to github.com/lanl (from losalamos). # Relevant Files Found ## var/spack/repos/builtin/packages/libquo/package.py ``` ##################################################################...
62,097
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [DOCS] Fix grammar used in pre-commit and by PR Bot ### What does this PR do? Fixes use of `it's` to `its` because it's driving me up the bend every time I see it in pre-commit and PR Bot. https://www.merriam-webster.com/words-at-play/whe...
701
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Serving] Add base runtime env The serving function was overriding the `_get_runtime_env` method but wasn't calling the super (and extending its value) that caused the `MLRUN_DBPATH` to not be configured on the serving pod, which caused the pod t...
1
null
ofek/binary
# Repository Context Name: ofek/binary Description: # Pull Request ## Remove support for end-of-life Pythons Python < 3.5 is end of life. They are no longer receiving bug fixes, including for security issues. Here is a list of end of life Pythons and their dates: https://devguide.python.org/devcycle/#end-of-li...
7,046
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [New features] refactor llm ci testing <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Other...
975
null
bluesky/ophyd-async
# Repository Context Name: bluesky/ophyd-async Description: # Pull Request ## Add implementation for NDROIStats plugin implementation consists of a device vector containing the desired number of NDROIStatN channels, each of which allows configuration of ROI name and dimensions and computes basic stats for said ROI....
74
null
CiscoDevNet/ansible-dcnm
# Repository Context Name: CiscoDevNet/ansible-dcnm Description: # Pull Request ## Dcnm network enhancements Changes for DCNM network module enhancements. Support for following parameters are added to network module as part of this change - Layer 2 Only - Vlan Name - Interface Description - MTU for L3 interfa...
115
null
TheRenegadeCoder/SnakeMD
# Repository Context Name: TheRenegadeCoder/SnakeMD Description: # Pull Request ## Expanded Testing to 100% Coverage Fixed #106 The results of testing have minor implications on the Inline and Paragraph classes. Inline always followed a precedence of styling, but that precedence is now documented and tested. Pa...
275
null
pymoca/pymoca
# Repository Context Name: pymoca/pymoca Description: # Pull Request ## Bump Python >= 3.8 and test to 3.11 Python 3.7 is EOL. Also, the recent CasADi 3.6.3 release supports Python up to 3.11. Since we do not pin the max Python and CasADi versions, we need to test up to Python 3.11. # Relevant Files Found ## s...
910
null
PaddlePaddle/PaddleSpeech
# Repository Context Name: PaddlePaddle/PaddleSpeech Description: # Pull Request ## [asr]trainer eval when not train <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ]...
628
null
Yelp/detect-secrets
# Repository Context Name: Yelp/detect-secrets Description: # Pull Request ## Improve `DiscordBotTokenDetector` and its tests. Fixes #627. See the linked issue for more context. As mentioned, this is the "bare minimum" fix for the implementation. Lots of test cases have also been added and/or clarified. # Relev...
3,463
null
zauberzeug/nicegui
# Repository Context Name: zauberzeug/nicegui Description: # Pull Request ## Allow specifying the list of click events for `ui.scene` Inspired by discussion #3451, this PR introduces a new parameter for specifying which click event to subscribe to: ```py click_events: List[str] = ['click', 'dblclick'] ``` ...
109
null
towhee-io/towhee
# Repository Context Name: towhee-io/towhee Description: # Pull Request ## call function fix. mainly add the parameter of image tensor. # Relevant Files Found ## towhee/tests/mock_operators/pytorch_cnn_operator/pytorch_cnn_operator.py ``` # Copyright 2021 Zilliz. All rights reserved. # # Licensed under the Apach...
52,639
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [v3-0-test] Bump pyarrow to 16.1.0 minimum version for several providers (#52635) <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work fo...
1,308
null
modelscope/ms-swift
# Repository Context Name: modelscope/ms-swift Description: # Pull Request ## Fix internvl2 template # PR type - [x] Bug Fix - [ ] New Feature - [ ] Document Updates - [ ] More Models or Datasets Support # PR information Write the detail information belongs to this PR. ## Experiment results Paste yo...
74
null
opengisch/QFieldCloud
# Repository Context Name: opengisch/QFieldCloud Description: # Pull Request ## Create command to create superuser directly from command line # Relevant Files Found # Edits This pull request adds a custom Django management command to create a user (including superusers) directly from the command line, with th...
104
null
bachya/pyairvisual
# Repository Context Name: bachya/pyairvisual Description: # Pull Request ## Make data error detection more robust **Describe what the PR does:** The API documentation now features some error codes we didn't have before. This PR adds them and also ensures data error messages include the entire data payload (for ...
670
null
GlasgowEmbedded/glasgow
# Repository Context Name: GlasgowEmbedded/glasgow Description: # Pull Request ## manual: exempt GitHub from anchor checking as a whole This is currently breaking #669. # Relevant Files Found ## docs/manual/src/conf.py ``` import os, time is_production = True if os.getenv("DOCS_IS_PRODUCTION", "").lower() in ('1...
22
null
starhel/dataslots
# Repository Context Name: starhel/dataslots Description: # Pull Request ## Add version 5 of pickle protocol to tests # Relevant Files Found ## tests/test_pickle.py ``` import pickle from dataclasses import dataclass, field, astuple import pytest from dataslots import dataslots # As mentioned in https://docs...
547
null
nokia/moler
# Repository Context Name: nokia/moler Description: # Pull Request ## Remove state from state machine dict - UnixRemote conditionally deletes PROXY_PC # Relevant Files Found ## moler/device/textualdevice.py ``` # -*- coding: utf-8 -*- """ Moler's device has 2 main responsibilities: - be the factory that returns...
72
null
StephanAkkerman/axie-manager-bot
# Repository Context Name: StephanAkkerman/axie-manager-bot Description: # Pull Request ## Iss22 # Relevant Files Found ## src/cogs/startup/listeners.py ``` import discord from discord.ext import commands class Listeners(commands.Cog): def __init__(self, bot): self.bot = bot @commands.Cog.lis...
150
null
ethz-asl/moma
# Repository Context Name: ethz-asl/moma Description: # Pull Request ## Fix state machine crash on keypoint depth estimation error This catches any exceptions thrown by `object_keypoints_ros` in the PILOTING state machine, most prominently any depth estimation errors. # Relevant Files Found ## moma_mission/src/mo...
1,085
null
ministryofjustice/cla_backend
# Repository Context Name: ministryofjustice/cla_backend Description: # Pull Request ## Fix for deductions being ignored unless all non-zero # Relevant Files Found ## cla_backend/libs/eligibility_calculator/calculator.py ``` import datetime import json import types import requests from django.conf import setti...
136
null
zayKenyon/VALORANT-rank-yoinker
# Repository Context Name: zayKenyon/VALORANT-rank-yoinker Description: # Pull Request ## Rewritten and commented src/logs.py The logging logic was confusing and not commented, so I've parcially rewritten the code and throughly commented it. # Relevant Files Found ## src/logs.py ``` import glob import os import ...
27,176
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## TST Extend tests for `scipy.sparse.*array` in `sklearn/feature_selection/tests/test_chi2.py` Towards #27090 # Relevant Files Found ## sklearn/feature_selection/tests/test_chi2.py ``` """ Tests for chi2, currently the only featur...
8,949
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix spacing lint issues. # Relevant Files Found ## salt/modules/file.py ``` # -*- coding: utf-8 -*- ''' Manage information about regular files, directories, and special files on the minion, set/read user, group, mode, and data ''' # TODO:...
11,112
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## Update _help.py fix typos (conditon => condition) --- This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] The PR has modified HISTORY.rst describing any customer-facing, functional ch...
365
null
nextstrain/ncov-ingest
# Repository Context Name: nextstrain/ncov-ingest Description: # Pull Request ## Add RKI data to open (genbank) data Adapts the existing ingest workflow to additionally ingest RKI data from https://github.com/robert-koch-institut/SARS-CoV-2-Sequenzdaten_aus_Deutschland RKI data is ingested as part of the existin...
1,519
null
uchicago-cs/chigame
# Repository Context Name: uchicago-cs/chigame Description: # Pull Request ## [API] Created Serializers for New Game Models While there there are several models within the src/chigame/games/models.py that have been serialized in the src/chigame/api/serializers, many still remain. This issue covers the serializers f...
16
null
cuebook/CueSearch
# Repository Context Name: cuebook/CueSearch Description: # Pull Request ## fixes for Limit result to selected suggestion # Relevant Files Found ## api/cueSearch/elasticSearch/elastic_search_indexing.py ``` import os import time import logging from typing import List, Dict from collections import deque # from s...
471
null
yzhao062/pyod
# Repository Context Name: yzhao062/pyod Description: # Pull Request ## Fix all cloning issues with pyod models Signed-off-by: Antoni Baum <antoni.baum@protonmail.com> This PR fixes all issues with pyod model cloning by ensuring that scikit-learn API requirements are followed. No logic has been changed. The prev...
567
null
SciPhi-AI/R2R
# Repository Context Name: SciPhi-AI/R2R Description: # Pull Request ## Feature/return failed files list <!-- ELLIPSIS_HIDDEN --> | :rocket: | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 024c0347b1823533a9b362bcbb675a1b41c64869 | |--------|--------| ### Summary: Introduced...
2,694
null
axolotl-ai-cloud/axolotl
# Repository Context Name: axolotl-ai-cloud/axolotl Description: # Pull Request ## feat: add chat_template kwargs <!--- Provide a general summary of your changes in the Title above --> # Description <!--- Describe your changes in detail --> Closes https://github.com/axolotl-ai-cloud/axolotl/issues/2658 ...
453
null
VUIIS/dax
# Repository Context Name: VUIIS/dax Description: # Pull Request ## Update dax_manager.py # Relevant Files Found ## dax/dax_manager.py ``` from multiprocessing import Pool import os from datetime import datetime import copy import logging import traceback import random import yaml import redcap import dax fro...
482
null
BrainPad/cliboa
# Repository Context Name: BrainPad/cliboa Description: # Pull Request ## #481 update pypi deployment (due 2025/08/31) ## Brief ## Fix issue #481, based on issue #479 branch. ## Points to Check ## * any unforeseen impact ### Test ### Confirmed Success to upload to TestPyPI via CI. (The PyPI setup is s...
124
null
Learning-and-Intelligent-Systems/predicators
# Repository Context Name: Learning-and-Intelligent-Systems/predicators Description: # Pull Request ## small refactor to abstract before segmenting this will make life easier when implementing the approaches described here: https://docs.google.com/document/d/1O7IqkUz6KCIlG7dZy4GJ8D40kVnuksKG6bzLzLeVQxQ/edit al...
4,825
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## [RHCEPHQE-18510]: [Case-sensitivity]: Post-upgrade validation # Description Included case sensitivity validation on the pre-upgrade volume ## Changes - tests/cephfs/cephfs_upgrade/cephfs_post_upgrade_validation.py (Included ad...
663
null
scrapinghub/dateparser
# Repository Context Name: scrapinghub/dateparser Description: # Pull Request ## Test files integrity I added a test to check that the content of the files generated by the `write_complete_data` script is correct. This is to avoid merging changes in the `.py` files not reflected in the YAML files (and hopefully the...
2,583
null
bramstroker/homeassistant-powercalc
# Repository Context Name: bramstroker/homeassistant-powercalc Description: # Pull Request ## fix issue with playbook returning old values when stopped # Relevant Files Found ## custom_components/powercalc/strategy/playbook.py ``` from __future__ import annotations import csv import logging import os from coll...
36
null
GoBig87/code-jam-6
# Repository Context Name: GoBig87/code-jam-6 Description: # Pull Request ## hotfix to AMR platform code # Relevant Files Found ## tactless-tricksters/auto_morse_recognizer/auto_morse_recognizer.py ``` from kivy.utils import platform import os from typing import List IS_ANDROID = platform() == 'android' if no...