pr_id
int64
repo_id
null
repo_name
string
text
string
17
null
ddebeau/zfs_uploader
# Repository Context Name: ddebeau/zfs_uploader Description: # Pull Request ## Add basic CLI and tests Closes: https://github.com/ddebeau/zfs_uploader/issues/16 # Relevant Files Found ## zfs_uploader/__main__.py ``` import argparse import logging from logging.handlers import RotatingFileHandler import sys from ...
1,293
null
noironetworks/acc-provision
# Repository Context Name: noironetworks/acc-provision Description: # Pull Request ## Add k8s-1.33 flavor support Add support for k8s v1.33 version and hide v1.30 # Relevant Files Found ## provision/acc_provision/test_main.py ``` from __future__ import print_function, unicode_literals import ast import collect...
5
null
bekkermans/llm-api-server
# Repository Context Name: bekkermans/llm-api-server Description: # Pull Request ## Vllm This PR implements support for vllm models. Added support for Mistral LLM # Relevant Files Found ## llm_api_server/api.py ``` import logging import time import uuid import json import tiktoken from starlette.responses impor...
785
null
Striveworks/valor
# Repository Context Name: Striveworks/valor Description: # Pull Request ## Boundiing Box Examples as dict # Issues - Vague bounding box tuples are causing UI issues. # Changes - Moved to an explicit bounding boxes format when reporting examples in Object Detection. **Previous Format** ``` (xmin, xmax, ym...
1,289
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## fix tag sorting on py3 Fixes #1161 # Relevant Files Found ## tests/test_tags.py ``` import unittest from troposphere import Tags from troposphere.autoscaling import Tags as ASTags class TestTags(unittest.TestCase): def test_Ta...
78
null
pybotters/pybotters
# Repository Context Name: pybotters/pybotters Description: # Pull Request ## Sphinxのドキュメントを追加 以下、Read The Docs側の手順です Read The Docsにアクセスします これから登録する場合はGitHubアカウントがおすすめです https://readthedocs.org ![image](https://user-images.githubusercontent.com/10865659/128591166-c0e49f28-bf3a-45d5-bc23-56b5d8cc2ce5.png...
541
null
pfnet-research/chainer-compiler
# Repository Context Name: pfnet-research/chainer-compiler Description: # Pull Request ## Implement gradient of Concat properly TODO(hamaji): This implementation may be slow. # Relevant Files Found ## compiler/gen_node.py ``` """Generates boilerplate code for chainer_compiler::Node class. Nodes in ONNX are very...
43
null
dlite-tools/NLPiper
# Repository Context Name: dlite-tools/NLPiper Description: # Pull Request ## Fix embeddings normalizers Order - When embeddings are placed, then is not possible to run another normalizer or embedding transform. close #40 close #42 # Relevant Files Found ## nlpiper/transformers/__init__.py ``` """Transformers...
1,027
null
metoppv/improver
# Repository Context Name: metoppv/improver Description: # Pull Request ## Improve forecast times Following from #1019 , this PR tidies up the unit tests for `improver.metadata.forecast_times.forecast_period_coord` and restricts this function to generate a coordinate with the IMPROVER-expected units and datatype. ...
196
null
HarrisonKramer/optiland
# Repository Context Name: HarrisonKramer/optiland Description: # Pull Request ## Use FFT PSF sampling behavior in FFT MTF Change the default sampling behavior of the FFT MTF to be the same as the default FFT PSF behavior. When making these changes, I also noticed a circular import, see #195. As a result, I coul...
1,106
null
PaddlePaddle/ERNIE
# Repository Context Name: PaddlePaddle/ERNIE Description: # Pull Request ## fix vl configuration. # Relevant Files Found ## ernie/configuration.py ``` # Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ...
868
null
fonttools/fontbakery
# Repository Context Name: fonttools/fontbakery Description: # Pull Request ## fix Apache licensing text string that we expect to see at the font fi… …les name table There are roughtly 3 hundred fonts at Google Fonts git repo using this wording, so that'll be our normative reference. (fixes issue #843) # Relevan...
329
null
lucidrains/DALLE-pytorch
# Repository Context Name: lucidrains/DALLE-pytorch Description: # Pull Request ## Fix for VQGAN after update of taming transformer dependency in the v3 of their paper, taming transformers authors changed the implementation of the VectorQuantizer see https://github.com/CompVis/taming-transformers/commit/04c8ad6c0f...
5,972
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## fix new pylint W1401 (Anomalous backslash in string) warnings # Relevant Files Found ## salt/modules/rdp.py ``` ''' Manage RDP Service on Windows servers ''' # Import python libs import re # Import salt libs import salt.utils def __virt...
1,346
null
aio-libs/yarl
# Repository Context Name: aio-libs/yarl Description: # Pull Request ## Make _normalize_path a staticmethod `cls` is unused here so it did not need to be a `classmethod` # Relevant Files Found ## yarl/_url.py ``` import math import re import sys import warnings from collections.abc import Iterable, Mapping, Sequ...
3,873
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Set task_name for uworker_main # Relevant Files Found ## src/clusterfuzz/_internal/bot/tasks/commands.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ex...
153
null
tpm2-software/tpm2-pytss
# Repository Context Name: tpm2-software/tpm2-pytss Description: # Pull Request ## test_tsskey.py: test TSSPrivKey with persistent parent Also fix a bug found with the tests # Relevant Files Found ## test/test_tsskey.py ``` #!/usr/bin/python3 -u """ SPDX-License-Identifier: BSD-3 """ import binascii import itert...
2,267
null
pytorch/tutorials
# Repository Context Name: pytorch/tutorials Description: # Pull Request ## Add shapes tutorial Tutorial for https://github.com/pytorch/pytorch/issues/97118 # Relevant Files Found # Edits This pull request adds a tutorial on reasoning about tensor shapes in PyTorch using the `meta` device to efficiently determ...
94
null
USNavalResearchLaboratory/eispac
# Repository Context Name: USNavalResearchLaboratory/eispac Description: # Pull Request ## Patching dtype issues with numpy 2.0 * Fixed issue with removed "unicode_" dtype in numpy 2.0 * Also patched outdated code for reading fits files in `EISMap` # Relevant Files Found ## eispac/core/eismap.py ``` """ `~sunpy...
12,399
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## iCloud location tracking improvements ## Description: Added some improved error handling and logging for device name collisions; without it restored devices or other kinds of collisions result in silent and hard to debug failures. Als...
4,495
null
feast-dev/feast
# Repository Context Name: feast-dev/feast Description: # Pull Request ## fix: Hao xu request source timestamp_field <!-- 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-sty...
14,241
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## Update to v0.12.dev0 This bumps all the version numbers following the v0.11.0 branch cut. Fixes #14208. # Relevant Files Found ## python/tvm/_ffi/libinfo.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or more contributor ...
4,174
null
pydata/xarray
# Repository Context Name: pydata/xarray Description: # Pull Request ## use assert_allclose in the aggregation-with-units tests I can't really test this, but I think the errors in #4172 should be fixed by using `assert_allclose` instead of `assert_equal` / `assert_identical`. - [x] Closes #4172 - [ ] Tests a...
1
null
baikonur-oss/aws-eden-cli
# Repository Context Name: baikonur-oss/aws-eden-cli Description: # Pull Request ## Initialize repository eden 2/3: CLI tool # Relevant Files Found # Edits This pull request initializes the `aws-eden-cli` repository, introducing a CLI tool for managing dynamic ECS environments by cloning and deploying configur...
12,268
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: Do not Allow Assignment Rule on Todo Frappe uses ToDo to track Assignments Each Assignment creates a ToDo If an assignment rule is created on ToDo it forms a loop because each assignment creates a ToDo which triggers another assignme...
36
null
bretello/pdbpp
# Repository Context Name: bretello/pdbpp Description: # Pull Request ## PyPi Release - gha: release: bump nox, add uv extra - deps: install fancycompleter from PyPi - setup.py: add maintainer, update URLs - README: update installation instructions - bump to `fancycompleter==0.11.0` (drops `pyrepl` for python ...
3,141
null
RDFLib/rdflib
# Repository Context Name: RDFLib/rdflib Description: # Pull Request ## fix: do not automatically generate header id in RDF patch generation and fix missing fullstop # Summary of changes Fixes a bug in `PatchSerializer` where the `H prev` header line missed a trailing period. Also, `header_id` is now treated as ...
2,845
null
mozilla/pontoon
# Repository Context Name: mozilla/pontoon Description: # Pull Request ## Exclude obsolete entities when aggregating locale stats We'll add tests one day! (As part of fixing #2040 if not earlier.) # Relevant Files Found ## pontoon/base/models.py ``` import hashlib import json import logging import math import...
2,884
null
mitodl/mitxpro
# Repository Context Name: mitodl/mitxpro Description: # Pull Request ## Release 0.138.2 ## Asad Ali - [x] feat: add prod zd-site-verification and hard code it (#2883) ([e8b7827f](../commit/e8b7827f7d423a4c7f37b95e1bbac9ea825ab080)) # Relevant Files Found ## mitxpro/settings.py ``` # pylint: disable=too-many-...
21,403
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [tune] remove unused return_or_clean_cached_pg. <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assign...
76
null
johnoneil/arib
# Repository Context Name: johnoneil/arib Description: # Pull Request ## Development v0.7.4 # Relevant Files Found ## arib/ass.py ``` # vim: set ts=2 expandtab: # -*- coding: utf-8 -*- """ Module: ass.py Desc: Advanced SubStation Alpha subtitle file formatter Author: John O'Neil Email: oneil.john@gmail.com DATE...
835
null
pyro-ppl/pyro
# Repository Context Name: pyro-ppl/pyro Description: # Pull Request ## Fix node ordering after Trace.copy() This fixes a node ordering bug introduced in #801, caused by the networkx bug https://github.com/networkx/networkx/issues/2889 ## Tested - added a regression test that fails before this PR and passes a...
1,790
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add Python support to gdb. # Relevant Files Found ## var/spack/repos/builtin/packages/gdb/package.py ``` ############################################################################## # Copyright (c) 2013-2016, Lawrence Livermore National Sec...
1,752
null
cocotb/cocotb
# Repository Context Name: cocotb/cocotb Description: # Pull Request ## Make dff example use async instead of cocotb.coroutine # Relevant Files Found ## cocotb/regression.py ``` # Copyright (c) 2013, 2018 Potential Ventures Ltd # Copyright (c) 2013 SolarFlare Communications Inc # All rights reserved. # # Redi...
128
null
crate/crash
# Repository Context Name: crate/crash Description: # Pull Request ## configuration file # Relevant Files Found ## src/crate/crash/command.py ``` # vim: set fileencodings=utf-8 # -*- coding: utf-8; -*- # PYTHON_ARGCOMPLETE_OK # # Licensed to CRATE Technology GmbH ("Crate") under one or more contributor # licens...
84
null
NaomiProject/Naomi
# Repository Context Name: NaomiProject/Naomi Description: # Pull Request ## DeepSpeech plugin for Naomi This is my DeepSpeech plugin for running Naomi with DeepSpeech This does not work so well on Raspberry Pi, but it runs well on a regular laptop or desktop computer. You really need at least 2 GiB's of RAM, an...
149
null
menpo/menpo
# Repository Context Name: menpo/menpo Description: # Pull Request ## PCA bug fixed Tiny PCA fix # Relevant Files Found ## pybug/decomposition/base.py ``` from __future__ import division import numpy as np from scipy.linalg.blas import dgemm class PCA(object): r""" Principal Component Analysis (PCA) b...
224
null
python-bonobo/bonobo
# Repository Context Name: python-bonobo/bonobo Description: # Pull Request ## Adding services to naive execution strategy This let me run bonobo with the naive execution strategy in unit tests. # Relevant Files Found ## bonobo/strategies/naive.py ``` from bonobo.constants import BEGIN, END from bonobo.strategie...
133
null
ghga-de/datameta
# Repository Context Name: ghga-de/datameta Description: # Pull Request ## Polish rest design # Relevant Files Found ## datameta/api/files.py ``` # Copyright (c) 2021 Universität Tübingen, Germany # Authors: Leon Kuchenbecker <leon.kuchenbecker@uni-tuebingen.de>, # Kersten Breuer <k.breuer@dkfz.de> # #...
27,834
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Annotate UserFieldsView with waf_allow https://dimagi-dev.atlassian.net/browse/SAAS-10996 ##### SUMMARY <!--- Describe the change below, including rationale and design decisions --> ##### FEATURE FLAG <!--- If this is specific to a...
421
null
encode/httpx
# Repository Context Name: encode/httpx Description: # Pull Request ## Make HTTPError importable from the top-level Fixes #367 I've updated the only two tests that used `HTTPError` to use the top-level package too. I did not find any reference in the documentation. # Relevant Files Found ## httpx/__init__.py ...
1
null
legacysurvey/obiwan
# Repository Context Name: legacysurvey/obiwan Description: # Pull Request ## Notebooks priors.py now runs to completion fitting KDE and making plots in an easy to see from command line way, e.g. in a notebook # Relevant Files Found ## py/obiwan/priors.py ``` # See LICENSE.rst for BSD 3-clause license info # -*-...
131
null
ansys/scade-apitools
# Repository Context Name: ansys/scade-apitools Description: # Pull Request ## fix: Add a function to create numeric cast expressions Fixes #130. # Relevant Files Found ## src/ansys/scade/apitools/create/__init__.py ``` # Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT...
87
null
cloudera-labs/cdpy
# Repository Context Name: cloudera-labs/cdpy Description: # Pull Request ## Add extra API parameters for CDW data visualization # Relevant Files Found ## src/cdpy/dw.py ``` # -*- coding: utf-8 -*- from cdpy.common import CdpSdkBase, Squelch, CdpError ENTITLEMENT_DISABLED = 'Data Warehousing not enabled on CD...
203
null
qurator-spk/eynollah
# Repository Context Name: qurator-spk/eynollah Description: # Pull Request ## join_polygons: try to catch rare case of MultiPolygon Thanks @bertsky this fixes (works around) the issue we had with MultiPolygons due to "bridges" being removed due to rounding to 0. # Relevant Files Found ## src/eynollah/utils/conto...
1,736
null
meerk40t/meerk40t
# Repository Context Name: meerk40t/meerk40t Description: # Pull Request ## SpoolerJob Notifications The goal here is to tweak the spooler execution to permit demarcation of entire jobs and to potentially provide a mechanism for determining job size and location for potential rejection. # Relevant Files Found ## ...
35
null
kiwicom/pytest-recording
# Repository Context Name: kiwicom/pytest-recording Description: # Pull Request ## fix: Restore ability to handle relative paths in `pytest.mark.vcr` Fixes #34 # Relevant Files Found ## src/pytest_recording/_vcr.py ``` from copy import deepcopy from itertools import chain, starmap import attr from vcr import V...
2
null
0x20F/ix
# Repository Context Name: 0x20F/ix Description: # Pull Request ## Breaking-Change: all helper parameters will now be named, this allows… … them to be in any order # Relevant Files Found ## ix.py ``` import os, configparser, argparse import re, threading, json, hashlib from datetime import datetime # Colors ...
372
null
truefoundry/cognita
# Repository Context Name: truefoundry/cognita Description: # Pull Request ## Added arg to supply docker registry # Relevant Files Found ## deployment/audio.py ``` from truefoundry.deploy import ( HealthProbe, HttpProbe, Image, NodeSelector, Port, Resources, Service, ) from deployme...
110
null
OHF-Voice/hassil
# Repository Context Name: OHF-Voice/hassil Description: # Pull Request ## Migrate scripts to Python # Relevant Files Found ## hassil/_resources.py ``` """Shared access to package resources""" import os import typing from pathlib import Path try: import importlib.resources files = importlib.resources...
173
null
eriklindernoren/Keras-GAN
# Repository Context Name: eriklindernoren/Keras-GAN Description: # Pull Request ## Replace hardcoded 'self.latent_dim' value in ACGan code. Substitute the default '100' value of 'self.latent_dim' to its variable name. # Relevant Files Found ## acgan/acgan.py ``` from __future__ import print_function, division ...
1,855
null
numenta/nupic-legacy
# Repository Context Name: numenta/nupic-legacy Description: # Pull Request ## Fix for broken test #1831 Fixes #1831 # Relevant Files Found ## nupic/algorithms/anomaly_likelihood.py ``` # ---------------------------------------------------------------------- # Numenta Platform for Intelligent Computing (NuPIC)...
202
null
CirQuS-UTS/QuanGuru
# Repository Context Name: CirQuS-UTS/QuanGuru Description: # Pull Request ## improvements for the file names of the saved results closes #201 # Relevant Files Found ## src/quanguru/extensions/saveReadCSV.py ``` r""" Contains data saving (into CSV) functions. .. currentmodule:: quanguru.extensions.saveR...
9
null
bhky/targetran
# Repository Context Name: bhky/targetran Description: # Pull Request ## Add image seq is path option # Relevant Files Found ## examples/kaggle/run_image_classification_kaggle_example.py ``` """ Usage example of Targetran with TFDS for image classification model training. On a Kaggle Notebook, select the "Acce...
1
null
petergroth/kermut
# Repository Context Name: petergroth/kermut Description: # Pull Request ## add AA_TO_IDX dict # Relevant Files Found ## src/__init__.py ``` # Plotly colors COLORS = [ "#636EFA", "#EF553B", "#00CC96", "#AB63FA", "#FFA15A", "#19D3F3", "#FF6692", "#B6E880", "#FF97FF", ] ALPHABE...
152
null
rsalmei/alive-progress
# Repository Context Name: rsalmei/alive-progress Description: # Pull Request ## Fix #151 - Disabled alive_bar crashes when using bar.text with dual_line option Bug #151 was traced back to line 141, inside the `set_text` function on `core.progress`: ```python def set_text(text=None): if text and config...
555
null
blakeblackshear/frigate-hass-integration
# Repository Context Name: blakeblackshear/frigate-hass-integration Description: # Pull Request ## Adapt to upstream stats structure change for cameras For compatibility with this [PR](https://github.com/blakeblackshear/frigate/pull/8151). # Relevant Files Found ## custom_components/frigate/camera.py ``` """Supp...
3,996
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Fix dropdown default issue Fixes: https://github.com/gradio-app/gradio/issues/3994 Try with: ```python import gradio as gr choices = ["World", "Gradio", "World2", "abc "*50, "You"] with gr.Blocks() as demo: drop1 = gr.Dropdow...
1,153
null
dj-stripe/dj-stripe
# Repository Context Name: dj-stripe/dj-stripe Description: # Pull Request ## Make Account.payouts_enabled nullable Updated version of #1108, resolves #1107. # Relevant Files Found ## djstripe/models/connect.py ``` import stripe from django.db import models from .. import enums from .. import settings as djstri...
5
null
vigonotion/aiomusiccast
# Repository Context Name: vigonotion/aiomusiccast Description: # Pull Request ## Fix requests # Relevant Files Found ## aiomusiccast/musiccast_device.py ``` from aiomusiccast.exceptions import MusicCastGroupException import asyncio import logging import math from datetime import datetime from typing import Dic...
74
null
guardrails-ai/guardrails
# Repository Context Name: guardrails-ai/guardrails Description: # Pull Request ## System prompts for Chat APIs Let's try out different system prompts, to see what works well. I've updated the default one with something that's worked well for me. # Relevant Files Found ## guardrails/llm_providers.py ``` import o...
1,129
null
Sage-Bionetworks/schematic
# Repository Context Name: Sage-Bionetworks/schematic Description: # Pull Request ## Add `use_schema_label` parameter to manifest submission endpoint, separate manifest submission and table upsert tests Add `use_schema_label` paramter to manifest submission endpoint as a boolean with default value `true`, preservin...
783
null
apache/cassandra-python-driver
# Repository Context Name: apache/cassandra-python-driver Description: # Pull Request ## Better state cleaning in HostConnection.shutdown # Relevant Files Found ## cassandra/pool.py ``` # Copyright 2013-2017 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
1
null
LukeAllen/optimeyes
# Repository Context Name: LukeAllen/optimeyes Description: # Pull Request ## added missing gaussianBlur.png # Relevant Files Found ## eyeDetect.py ``` from SimpleCV import * import cv2 import cv2.cv as cv import numpy as np import ClassyVirtualReferencePoint as ClassyVirtualReferencePoint import ransac false ...
101
null
langroid/langroid
# Repository Context Name: langroid/langroid Description: # Pull Request ## allow agent addressing using TO[...] Helps disambiguate intended message recipients when an agent is talking to two others. # Relevant Files Found ## examples/dockerchat/chat.py ``` from llmagent.utils.logging import setup_colored_lo...
755
null
meerk40t/meerk40t
# Repository Context Name: meerk40t/meerk40t Description: # Pull Request ## Additional optimisation options 1. Burn Complete Subpaths - with this option, closed subpaths can be entered anywhere, but non-closed subpaths will always be burned from one of the ends. 2. Group Inner Burns - when the first inner element ...
113
null
manykarim/robotframework-doctestlibrary
# Repository Context Name: manykarim/robotframework-doctestlibrary Description: # Pull Request ## Feature/improve movement detection # Relevant Files Found ## DocTest/Downloader.py ``` import tempfile import uuid import urllib import os def is_url(url): """ Check if the provided string is a valid URL. ...
26,613
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [dagster-dbt][refactor] Use AssetOut.from_spec() to create AssetOuts for dbt_assets decorator ## Summary & Motivation As title -- prepares us for a world in which the DagsterDbtTranslator just returns an AssetSpec ## How I Tested These C...
4,544
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## MRG : add support for vol source spaces in spatial_src_connectivity I guess I should add support in spatio_temporal_src_connectivity too. maybe tomorrow... my debug script : https://gist.github.com/agramfort/df1c55fd60682680eb87512...
41
null
fylein/sageintacct-sdk-py
# Repository Context Name: fylein/sageintacct-sdk-py Description: # Pull Request ## Add access to raw response of HTTP POST request. - Added a function __post_request_for_raw_response() that allows the developers to access the raw response even when an error is encountered while making an HTTP POST request. - The ...
1,689
null
RasaHQ/rasa
# Repository Context Name: RasaHQ/rasa Description: # Pull Request ## Empty tokens **Proposed changes**: - fixed issue #1603 **Status (please check what you already did)**: - [x] made PR ready for code review - [x] added some tests for the functionality # Relevant Files Found ## rasa_nlu/evaluate.py ```...
2,362
null
inmanta/inmanta-core
# Repository Context Name: inmanta/inmanta-core Description: # Pull Request ## Fix 'compile_data_json_file' referenced before assignment # Description Fix issue where "compile_data_json_file" is referenced before assignment. closes #2361 # Self Check: Strike through any lines that are not applicable (`...
451
null
OWASP/Nettacker
# Repository Context Name: OWASP/Nettacker Description: # Pull Request ## Fix language After adding new language we should have add it to API as well. also small fix on HTML code # Relevant Files Found ## api/api_core.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import os from core.load_modules import ...
16
null
antoniomedrano/p-center
# Repository Context Name: antoniomedrano/p-center Description: # Pull Request ## minor cleanup and preparation for essential site model reduction # Relevant Files Found ## LSCP_allDom.py ``` # Copyright 2017 Antonio Medrano # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
3,435
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## Remove Telemetry from stacktrace from keyboard interrupt fixes #3046 fixes #3399 fixes #3397 closes #3647 Generates a new x-ms-client-request-id for each command within the Interactive mode --- This checklist is used to make sure ...
137
null
openmethane/openmethane
# Repository Context Name: openmethane/openmethane Description: # Pull Request ## Fix incorrect s3 path construction in `util/archive.py` ## Description This file features multiple ways to construct paths, and doesn't enforce whether the configured `TARGET_BUCKET` has a trailing slash or not. This will construct...
49
null
MicroPyramid/django-mfa
# Repository Context Name: MicroPyramid/django-mfa Description: # Pull Request ## Fix dependencies Fixes #48 # Relevant Files Found ## setup.py ``` import os from setuptools import setup with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read() # allow setup.py to b...
14,482
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Chunking fix > [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach out to the automation team before pressing that button. #...
4,130
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Add syntax for adding/removing multiple values from array props (SYN-6444) # Relevant Files Found ## synapse/lib/ast.py ``` import types import asyncio import decimal import fnmatch import hashlib import logging import binascii impo...
6,088
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-5349] Add schedulername option for KubernetesPodOperator Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and refere...
14,334
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Unity][Pass] Reuse prior infra to implement more complete DCE As a follow-up to https://github.com/apache/tvm/pull/14262, I just noticed that I previously implemented a function called `RemoveAllUnused` (https://github.com/apache/tvm/pull/14043) ...
828
null
rapidsai/dask-cuda
# Repository Context Name: rapidsai/dask-cuda Description: # Pull Request ## Add avg and std calculation for time and throughput PR adds AVG/STD calc for time and throughput ``` =============================== Wall-clock | Throughput ------------------------------- 294.73 ms | 82.83 MiB/s 220.04 ...
1,892
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## Add backwards compatibility for text models trained with legacy vocabulary levels. Vocabulary levels for text features was removed in: https://github.com/ludwig-ai/ludwig/pull/1859/files. This breaks older models that use old level-depend...
252
null
WagnerGroup/pyqmc
# Repository Context Name: WagnerGroup/pyqmc Description: # Pull Request ## tidy up default jastrow This PR separates the long default_jastrow() function into three functions. expand_beta_qwalk() was defined inside the original function, and is moved outside. Now the basis sets a_basis and b_basis are generated in ...
29
null
unt-libraries/py-wasapi-client
# Repository Context Name: unt-libraries/py-wasapi-client Description: # Pull Request ## Catch requests exceptions @somexpert @madhulika95b This is a small PR to resolve #28 , so the client doesn't hang from an unhandled exception when trying to download a WARC file. When the get request causes an exception, the er...
255
null
deedy5/ddgs
# Repository Context Name: deedy5/ddgs Description: # Pull Request ## DDGS._get_vqd(): use "GET" request # Relevant Files Found ## duckduckgo_search/duckduckgo_search.py ``` from __future__ import annotations import logging import warnings from concurrent.futures import ThreadPoolExecutor from datetime import ...
1,033
null
assafelovic/gpt-researcher
# Repository Context Name: assafelovic/gpt-researcher Description: # Pull Request ## Fix generate_custom_report_prompt language bug ``` [ERROR] 2024-12-20 07:13:06 - Error in _get_report Exception details: generate_custom_report_prompt() got an unexpected keyword argument 'language' Traceback: Traceback (most r...
3,030
null
RedHatInsights/insights-core
# Repository Context Name: RedHatInsights/insights-core Description: # Pull Request ## [parser] GCP parser to gather license codes from instances This is needed to identify marketplace systems in the GCP cloud. Signed-off-by: Stephen Adams <tsadams@gmail.com> # Relevant Files Found ## insights/specs/__init__.p...
7,074
null
opsmill/infrahub
# Repository Context Name: opsmill/infrahub Description: # Pull Request ## Run build and register component registry in 'infrahub upgrade' Run and register the components within `infrahub upgrade` so that component required for schema migrations are available to the upgrade command as is done when we are starting t...
95
null
City-of-Helsinki/mvj
# Repository Context Name: City-of-Helsinki/mvj Description: # Pull Request ## Currency fix Fix currency format for reports # Relevant Files Found ## leasing/report/report_base.py ``` from io import BytesIO import xlsxwriter from django.conf import settings from django.core.mail import EmailMessage from django....
4,198
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Remove redundant code from get_all_notifications_for_service() After it has been split into two endpoints: get_all_notifications_for_service() AND get_all_notifications_for_service_for_csv() # Relevant Files Found ## app/servic...
23,112
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Rollback for: Implement initial vmap over pallas_call w/ ragged inputs (via jumbles) Rollback for: Implement initial vmap over pallas_call w/ ragged inputs (via jumbles) It can cause issues in x32 when trying to get the aval for array dimension s...
646
null
airspeed-velocity/asv
# Repository Context Name: airspeed-velocity/asv Description: # Pull Request ## [WIP] Attempted fix for #645 Fixes #645 In conda >= 4.4, conda shipped with a conda bash function to enable the syntax "conda activate env-name". This shadows the conda binary and prevents it from being found in the PATH. However...
4,504
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## [Backport 2.0] Remove submap warnings on pixel ordering Backport #4491. # Relevant Files Found ## sunpy/map/mapbase.py ``` """ Map is a generic Map class from which all other Map classes inherit from. """ import copy import html import textwra...
1,148
null
mindspore-lab/mindone
# Repository Context Name: mindspore-lab/mindone Description: # Pull Request ## feat(diffusers/pipelines): add pipeline of wan_vace in diffusers v0.34 **Add** - cosmos pipelines and required modules, comparable with diffusers v0.34 - mindone.diffusers.WanVACEPipeline **Usage** - WanVACEPipeline ``...
1,396
null
mitodl/bootcamp-ecommerce
# Repository Context Name: mitodl/bootcamp-ecommerce Description: # Pull Request ## Release 0.101.0 ## Matt Bertrand - [x] Remove email validation (not necessary) from a hubspot sync function (#1394) ([376266b8](../commit/376266b8083aeffd278d652178e83e562347dfc2)) # Relevant Files Found ## hubspot_sync/api.py ...
755
null
anthropics/anthropic-sdk-python
# Repository Context Name: anthropics/anthropic-sdk-python Description: # Pull Request ## NOTICE: Stainless generated code has conflicted with your custom code We have detected a conflict between code generated by Stainless' generated code and code that you have merged to main. Please resolve the conflict and merge...
2,036
null
fedspendingtransparency/usaspending-api
# Repository Context Name: fedspendingtransparency/usaspending-api Description: # Pull Request ## Down merge download hotfixes to Dev And more?! # Relevant Files Found ## usaspending_api/awards/v2/lookups/lookups.py ``` grant_award_mapping = { "Award ID": "fain", "Recipient Name": "recipient__recipie...
182
null
European-XFEL/DAMNIT
# Repository Context Name: European-XFEL/DAMNIT Description: # Pull Request ## Fix sending updates containing PNG thumbnails There was some conversion we were doing when the reduced data was inserted into the database, which wasn't affecting the data sent through Kafka. This resulted in `<PNGData at ...>` reprs sho...
12,278
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: auto login redirect After a user is logged in, the system tries to find a route/ homepage to redirect the user. If it does not get a route/ homepage it redirects to the login The priority for searching for route/ homepage is: 1) Route/...