pr_id
int64
repo_id
null
repo_name
string
text
string
11
null
neo4j-contrib/neomodel
# Repository Context Name: neo4j-contrib/neomodel Description: # Pull Request ## Feature add exception Add the DoesNotExist exception to every created model (eg. Human.DoesNotExist). # Relevant Files Found ## neomodel/core.py ``` from py2neo import neo4j, cypher from .indexbatch import IndexBatch from .properti...
65
null
datacraft-dsc/starfish-py
# Repository Context Name: datacraft-dsc/starfish-py Description: # Pull Request ## Fix/cli test in venv This PR is needed to stabilise the current build, and get back our tests working again. 1. Fix tests to work with new barge setup 1. Fix cli tests to work when run within a vitualenv # Relevant Files Fo...
501
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Fix imports in visualize_text_detection Fixed imports and optimized its number. Changed script for more convenient histogram drawing and removed code that became irrelevant. # Relevant Files Found ## models/object_det...
2,108
null
patroni/patroni
# Repository Context Name: patroni/patroni Description: # Pull Request ## Prefer members without nofailover when picking sync nodes Previously sync nodes were selected only based on replication lag and hence the node with `nofailover` tag had the same chances to become synchrounous as any other node. That behavior ...
84
null
emcache/emcache
# Repository Context Name: emcache/emcache Description: # Pull Request ## Synchronize `emcache.Client` public interface with `emcache.client._Client` implementation Putting all public methods at the interface level is nice for a few reasons: * on the static side, mypy and other static analyzers/IDEs will be abl...
90
null
mirumee/django-prices
# Repository Context Name: mirumee/django-prices Description: # Pull Request ## Added missing relation fields and verbose_name Those fields are necessary for some libraries and thus, them being missing makes them crash. # Relevant Files Found ## django_prices/models.py ``` from decimal import Decimal from djang...
11
null
SEU-CodingTogether/Daily-Python
# Repository Context Name: SEU-CodingTogether/Daily-Python Description: # Pull Request ## Add s01 JairoHong Add s01 # Relevant Files Found ## Level-01-Starting/more solutions/s01-lycfly.py ``` def checkio(data: str) -> bool: determine = [0,0,0] for i in range(len(data)): if ord(data[i]) in ran...
10
null
Heritians/UBA-FORM-API
# Repository Context Name: Heritians/UBA-FORM-API Description: # Pull Request ## Changes to make the codebase ready for production # Relevant Files Found ## API/RequestBodySchema.py ``` from pydantic import BaseModel from typing import Union, Tuple, List, Sequence from typing_extensions import TypedDict clas...
20,062
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## ADiaz-Drift ## Original External PR [external pull request](https://github.com/demisto/content/pull/19825) ## Contributor @AdrianaRoseDiaz <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributi...
301
null
Vaskivskyi/asusrouter
# Repository Context Name: Vaskivskyi/asusrouter Description: # Pull Request ## Optimize `asusrouter` module # Relevant Files Found ## asusrouter/asusrouter.py ``` """AsusRouter module""" from __future__ import annotations import asyncio import logging from datetime import datetime from typing import Any, Cal...
14
null
Daltix/snowconn
# Repository Context Name: Daltix/snowconn Description: # Pull Request ## add schema parameter to write_df # Relevant Files Found ## snowconn/connect.py ``` import os import json from sqlalchemy import create_engine import snowflake.connector import configparser try: import boto3 except ImportError as e: ...
744
null
NOAA-OWP/inundation-mapping
# Repository Context Name: NOAA-OWP/inundation-mapping Description: # Pull Request ## [3pt] PR: Replace NHD headwaters with NWM-derived headwaters and remove NHD references Changes branch 0 headwaters data source from NHD to NWS to be consistent with level path branches. Removes references to NHD flowlines and head...
9
null
yourlabs/django-cities-light
# Repository Context Name: yourlabs/django-cities-light Description: # Pull Request ## Add max_length to City.search_names (#8) Mysql does not like TextField without a length used for indexes: _mysql_exceptions.OperationalError: (1170, "BLOB/TEXT column 'search_names' used in key specification without a key length...
82
null
root-11/tablite
# Repository Context Name: root-11/tablite Description: # Pull Request ## * fix none-ness for string inference Inferring a string type as string should not become a none. # Relevant Files Found ## tablite/datatypes.py ``` from datetime import date, datetime, time, timedelta, timezone from collections import defa...
1,400
null
dbt-labs/metricflow
# Repository Context Name: dbt-labs/metricflow Description: # Pull Request ## Disable predicate pushdown optimizer Disable predicate pushdown optimizer. This has some bugs that we haven't investigated yet. It has been disabled in our servers, so it should be disabled in MetricFlow by default, too, to ensure where w...
33,146
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Specify GCC prefix in LLVM-based compilers `spack.compiler.Compiler`: introduce prefix property We currently don't really have something that gives the GCC install path, which is used by many LLVM-based compilers (llvm, llvm-amdgpu, nvhpc, ...) ...
278
null
pirogramming/Cody-Now
# Repository Context Name: pirogramming/Cody-Now Description: # Pull Request ## feat: 체험하기 커서 포인터 # Relevant Files Found ## closet/views.py ``` from django.shortcuts import render, redirect, get_object_or_404 from django.contrib.auth.decorators import login_required from django.conf import settings from django....
422
null
Breakthrough-Energy/PowerSimData
# Repository Context Name: Breakthrough-Energy/PowerSimData Description: # Pull Request ## fix: ensure that get_bus_demand works in Create state ### Purpose Fixes a couple of bugs when trying to get bus_demand from a Scenario in Create state. Closes #421. ### What the code is doing - **test_create.py** adds a ...
6
null
acforvs/multi-agent-pathfinding
# Repository Context Name: acforvs/multi-agent-pathfinding Description: # Pull Request ## Optimize imports & cleanup # Relevant Files Found ## pathfinding/environment.py ``` import random from typing import List, Union import numpy as np import matplotlib.pyplot as plt plt.ion() from matplotlib import colors ...
241
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Add open-closed eye classifier # Relevant Files Found # Edits This pull request adds an open-closed eye classification feature to the repository, enabling training and inference of a deep learning model to detect ...
17
null
WecoAI/weco-cli
# Repository Context Name: WecoAI/weco-cli Description: # Pull Request ## Update CLI Args Make the following changes to the CLI args: 1. Add shorthand (`-<letter>`) 2. Add defaults to`--steps` arg (set to 100) and `--model` arg (based on LLM API keys exposed in environment) 3. Change `--maximize` to `--goal` wh...
15,690
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Fix dark mode compliance in macOS app ## Description of Changes Updated info.plist file for macOS app for darkmode compliance ### Issue(s) Resolved <!--- List the issue(s) below, in the form "Fixes #1234"; one per line ---> ...
220
null
nipreps/mriqc
# Repository Context Name: nipreps/mriqc Description: # Pull Request ## change default value when projecting back MNI headmask # Relevant Files Found ## mriqc/workflows/anatomical.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi:...
13
null
quantumlib/Qualtran
# Repository Context Name: quantumlib/Qualtran Description: # Pull Request ## Add `MultiTargetCNOT` and `SwapWithZeroGate` in preparation for QROAM Implements the following two primitives from https://arxiv.org/abs/1812.00954 in preparation to implement the optimized QROAM (aka `SelectSwap` network) described in th...
632
null
lemonade-sdk/lemonade
# Repository Context Name: lemonade-sdk/lemonade Description: # Pull Request ## Replace conda with venv in CI and docs Good riddance to Conda. You've broken our CI every couple months like clockwork. This PR: - Purges the word `conda` from the repo - Tests will use Python venv - Windows selfhosted tests u...
453
null
XPU-Forces/xpu_graph
# Repository Context Name: XPU-Forces/xpu_graph Description: # Pull Request ## refactor(xpu_graph/cache.py): refactor the cache. # Relevant Files Found ## src/xpu_graph/cache.py ``` import copy import hashlib import importlib import os import pickle from os import PathLike from typing import Union, overload im...
4,427
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## feat(terraform): Create new resources for count/foreach resources **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** ## Description Create new resources for count/fo...
337
null
stephenmcd/mezzanine
# Repository Context Name: stephenmcd/mezzanine Description: # Pull Request ## use ugettext_lazy strings for settings form So this form is displaying correctly in the case of dynamic language middleware (via subdomain or other). I hope this code will help a bit to do mezzanine internationalization feature :) # Re...
223
null
jamilkarami/eindjeboss
# Repository Context Name: jamilkarami/eindjeboss Description: # Pull Request ## Hotfix ticketmodal #2 # Relevant Files Found ## cogs/admin.py ``` import logging as lg import os import time import uuid from datetime import datetime as dt from enum import Enum import discord import pytz from discord import app_...
2,302
null
embeddings-benchmark/mteb
# Repository Context Name: embeddings-benchmark/mteb Description: # Pull Request ## Added new dataset and tasks - ClusTREC-covid , clustering of thematic covid related scientific papers <!-- If you are submitting a dataset or a model for the model registry please use the corresponding checklists below otherwise fe...
10,051
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## modify transformersembeddings.embed() in langchain Modify transformersembeddings.embed() in langchain and fix the bug mentioned in the issue https://github.com/intel-analytics/BigDL/issues/10033 # Relevant Files Found ## python/llm/src/bigdl...
409
null
CodeForPoznan/pah-fm
# Repository Context Name: CodeForPoznan/pah-fm Description: # Pull Request ## [319] Verify drives on frontend Resolves #319. This code adds color bar as an indication for drives which were verified. # Relevant Files Found ## backend/fleet_management/serializers.py ``` from django.db import transaction from rest...
52
null
markusschmitt/vmc_jax
# Repository Context Name: markusschmitt/vmc_jax Description: # Pull Request ## Correct treatment of non-holomorphic nets with complex parameters # Relevant Files Found ## jVMC/nets/rnn2d_general.py ``` import jax from jax.config import config config.update("jax_enable_x64", True) # config.update('jax_disable_j...
16,607
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [tracing] Do not wrap when tracing is not enabled <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these...
11
null
OpenDCAI/DataFlow-MM
# Repository Context Name: OpenDCAI/DataFlow-MM Description: # Pull Request ## fix local serving # Relevant Files Found ## dataflow/serving/local_model_llm_serving.py ``` import os import torch from typing import Optional, Union, List, Dict, Any from dataflow import get_logger from huggingface_hub import snapsh...
69
null
thiagokokada/i3pyblocks
# Repository Context Name: thiagokokada/i3pyblocks Description: # Pull Request ## Add i3pyblocks.blocks.dbus.KbddBlock # Relevant Files Found ## example.py ``` #!/usr/bin/env python3 import asyncio import logging import signal from pathlib import Path import psutil from i3pyblocks import Runner, types, utils...
227
null
platformio/platform-espressif32
# Repository Context Name: platformio/platform-espressif32 Description: # Pull Request ## Fix espidf delineation of kconfig args Use space instead of # to delineate kconfig args. partial fix for https://github.com/platformio/platform-espressif32/issues/226 @valeros test output https://github.com/atanisoft/ESP...
3
null
mozilla-ai/any-llm
# Repository Context Name: mozilla-ai/any-llm Description: # Pull Request ## Ollama tested in github action integration test Now the integration test checks ollama functionality! # Relevant Files Found ## tests/conftest.py ``` import pytest from any_llm.provider import ProviderName # Use small models for test...
31
null
Nya-Foundation/NekoConf
# Repository Context Name: Nya-Foundation/NekoConf Description: # Pull Request ## Staging # Relevant Files Found ## nekoconf/server/app.py ``` """Web server module for NekoConf. This module provides a web interface for managing configuration files. """ import importlib.resources import json import logging fro...
32,470
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## MAINT remove XFAIL marker in `test_weighted_percentile_array_api_consistency` for array-api-strict Discovered that this was no longer necessary while reviewing @cakedev0's #32288. # Relevant Files Found ## sklearn/utils/tests/test...
2,155
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## chore(batch): safeguard custom use of BatchProcessingError exception <!-- markdownlint-disable MD041 MD043 --> **Issue number:** #1203 ## Summary ### Changes > Please provide a summary of what's being changed...
157
null
PUTvision/qgis-plugin-deepness
# Repository Context Name: PUTvision/qgis-plugin-deepness Description: # Pull Request ## Fixes after testing with single sigmoid # Relevant Files Found ## src/deepness/processing/map_processor/map_processor_segmentation.py ``` """ This file implements map processing for segmentation model """ from typing impor...
280
null
label-sleuth/label-sleuth
# Repository Context Name: label-sleuth/label-sleuth Description: # Pull Request ## Display system version on the UI Resolves #236. # Relevant Files Found ## label_sleuth/app.py ``` # # Copyright (c) 2022 IBM Corp. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file e...
864
null
google-deepmind/mujoco_warp
# Repository Context Name: google-deepmind/mujoco_warp Description: # Pull Request ## Prune box-box contacts down to 4 in multiccd Historically in C mujoco, the box-box collider returned all 8 contacts even if 4 sufficed. With GPU, let's stick to 4 as contact memory is limited. # Relevant Files Found ## mujoco_wa...
2
null
lifeonmarspt/certbot-route53
# Repository Context Name: lifeonmarspt/certbot-route53 Description: # Pull Request ## Make certbot-route53 python3 compatible This lets certbot-route53 run on python 3.4. I haven't tested it with any other 3.x version of Python, but it should work, in theory. # Relevant Files Found ## certbot_route53/authenticat...
4,872
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Combine logged request query and headers into one JSON literal (#4868) <!-- This is the PR template for regular PRs against `develop`. Edit the URL in your browser's location bar, appending either `&template=promotion.md`, `&template=ho...
49
null
kivy/buildozer
# Repository Context Name: kivy/buildozer Description: # Pull Request ## Added a 'serve' command to serve bin/ over SimpleHTTPServer # Relevant Files Found ## buildozer/__init__.py ``` ''' Layout directory for buildozer: build/ <targetname>/ platform/ - all the platform files necessary...
710
null
adamghill/django-unicorn
# Repository Context Name: adamghill/django-unicorn Description: # Pull Request ## Add Django 5.0 to test matrix (fixes #704) - timezone information is now on by default, and serilizers are expecting zulu time. - Replace manual timestamp truncation with datetime timespec set to milliseconds # Relevant Files Found...
4,421
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## remove pytest namespace hook . # Relevant Files Found ## src/_pytest/config/__init__.py ``` """ command line options, ini-file and conftest.py processing. """ from __future__ import absolute_import from __future__ import division from __...
9,199
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## Ignore `edge_label` and `edge_label_index` in `ToSparseTensor()` transform Fixes https://github.com/pyg-team/pytorch_geometric/issues/9196 # Relevant Files Found ## test/transforms/test_random_link_split.py ``` import pytest imp...
232
null
calebstewart/pwncat
# Repository Context Name: calebstewart/pwncat Description: # Pull Request ## Fixed ssl parsing in entrypoint/connect command ## Description of Changes This PR fixes #231 which was a bug caused by the previous release that I didn't catch. :frowning_face: ## Major Changes Implemented: - Fixed parsing of `--s...
395
null
conan-io/hooks
# Repository Context Name: conan-io/hooks Description: # Pull Request ## Fix false positives for required_conan_version, KB-H065 It is a fixup to PR #368 , can block hook usage. The test for passing hook check was incorrectly written so it cannot detect an error in regex. Hook raises false positives to completely v...
93
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Drop all tables in the database rather than deleting the files # Relevant Files Found ## database.py ``` import os import sqlite3 import pkg_resources import card import configuration class Database: # Bump th...
102
null
gdombiak/OctoPrint-OctoPod
# Repository Context Name: gdombiak/OctoPrint-OctoPod Description: # Pull Request ## Preparing release 0.3.3 # Relevant Files Found ## setup.py ``` # coding=utf-8 ######################################################################################################################## ### Do not forget to adjust...
713
null
superduper-io/superduper
# Repository Context Name: superduper-io/superduper Description: # Pull Request ## Add frontend <!-- Thanks for contributing a pull request! If this is your first time, please have a look at the contribution guidelines here: https://github.com/superduperdb/superduperdb/blob/main/CONTRIBUTING.md --> ## ...
10
null
guruhq/py-sdk
# Repository Context Name: guruhq/py-sdk Description: # Pull Request ## Feature/johnchappelle/ch52677/add get open resolved card comments and resolve CH story: https://app.clubhouse.io/guru/story/52677/add-get-open-resolved-card-comments-and-resolve-reopen-comment-to-sdk We currently have a way to get all commen...
78
null
TransbankDevelopers/transbank-sdk-python
# Repository Context Name: TransbankDevelopers/transbank-sdk-python Description: # Pull Request ## Fix duplication on Mall transactions Every time a user refreshed the view previous to the payment (or similar), the base amount of the transaction was doubled. This was fixed by changing the __init__ method of the...
763
null
googleapis/python-genai
# Repository Context Name: googleapis/python-genai Description: # Pull Request ## fix: raise ValueError when 'x-goog-upload-status' header is not present in file upload response fix: raise ValueError when 'x-goog-upload-status' header is not present in file upload response # Relevant Files Found ## google/genai/...
4,222
null
ansible/molecule
# Repository Context Name: ansible/molecule Description: # Pull Request ## Refactor integration tests The integration tests were overly complicated, probably some history there. - New fixture to generate a per test ephemeral directory in the project/.cache dir - Ephemeral directory will be removed if the test s...
12,722
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## ptx: support bw # Relevant Files Found ## tinygrad/runtime/support/compiler_cuda.py ``` import subprocess, hashlib, tempfile, ctypes, re, pathlib from typing import Callable from tinygrad.helpers import to_char_p_p, colored, init_c_var,...
16
null
mzupan/nagios-plugin-mongodb
# Repository Context Name: mzupan/nagios-plugin-mongodb Description: # Pull Request ## fixed replication lag output incorrect also changed readme to fix typo in db size test # Relevant Files Found ## check_mongodb.py ``` #!/usr/bin/env python # # A MongoDB Nagios check script # # Script idea taken from a Tag1...
12
null
deepanshs/csdmpy
# Repository Context Name: deepanshs/csdmpy Description: # Pull Request ## Bugfix regarding the phase multiplier for the CSDM fft and ifft methods. # Relevant Files Found ## csdmpy/__init__.py ``` # -*- coding: utf-8 -*- """The data model build on the Core Scientific Dataset Model.""" from __future__ import div...
6,260
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## fix log_info_on_rank0 error when run benchmark <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate to submit y...
20,605
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## TestCollect: log args, use branch correctly - fixed a bug where incorrect files were gathered in `git diff` - renamed `options` to args for readability - added logs - using gitpython `Repo` objects instead of raw git commands # Relevant F...
1,239
null
ansible/eda-server
# Repository Context Name: ansible/eda-server Description: # Pull Request ## fix: discard null secret values when encrypting AAP-42205 In a deployment configured with mTLS postgres the activation can not be created returning an Unhandled 500 error. The error happens when calling ansible-vault for encryption of valu...
32,379
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Tableau syncing util functions ## Product Description <!-- For non-invisible changes, describe user-facing effects. --> [Jira](https://dimagi-dev.atlassian.net/browse/USH-2513?atlOrigin=eyJpIjoiMmVmMGMwN2NmY2M1NDg4Mjk0ZTlkYmRiZGIyOGIzM...
411
null
cancervariants/metakb
# Repository Context Name: cancervariants/metakb Description: # Pull Request ## feat!: add support for moa prognostic assertions close #408 Note: This work revealed a bug with uniqueness constraints (#409). This will be addressed in a separate PR. This PR focuses on changes to the harvester + transformer: `pyth...
17
null
dynatrace-oss/dynatrace-snowflake-observability-agent
# Repository Context Name: dynatrace-oss/dynatrace-snowflake-observability-agent Description: # Pull Request ## #6 fixing generic and davis events, and the use of the latter in the telemetry sender #6 generic and davis events now send the payload correctly, directly and under the properties key accordingly; plus fi...
225
null
ARMmbed/mbed-os-tools
# Repository Context Name: ARMmbed/mbed-os-tools Description: # Pull Request ## Try quick way first and fall back to robust way if it fails. ### Description A fix was added in the last release to handle board detection when the a debug probe was added. This however meant that the detection was an order of magnit...
4,272
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Fix typo in logging docs This PR fixes #4271. # Relevant Files Found ## src/datasets/utils/logging.py ``` # Copyright 2020 Optuna, Hugging Face # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this...
572
null
crate/crate-operator
# Repository Context Name: crate/crate-operator Description: # Pull Request ## Suspend and resume grand central Deployment when a cluster is suspended/resumed ## Summary of changes - Suspend and resume grand central `Deployment` when a cluster is suspended/resumed - Use the `system` user in gc to connect to crate...
1,824
null
cvat-ai/cvat
# Repository Context Name: cvat-ai/cvat Description: # Pull Request ## [Datumaro] CLI updates <!--- Copyright (C) 2020 Intel Corporation SPDX-License-Identifier: MIT --> <!-- Raised an issue to propose your change (https://github.com/opencv/cvat/issues). It will help avoiding duplication of efforts from mu...
134
null
MagicStack/asyncpg
# Repository Context Name: MagicStack/asyncpg Description: # Pull Request ## Fix erroneous codec cache invalidation on internal codec aliasing. set_builtin_type_codec() flushes the codec cache, so internal codec aliasing (for enums and fallback) must use a version that doesn't kill the cache. Fixes: #133. # Relev...
40
null
a2i2/surround
# Repository Context Name: a2i2/surround Description: # Pull Request ## FIX: Make CircleCI captures errors when executing examples CircleCI now captures errors when it failed to execute examples # Relevant Files Found ## examples/file-adapter/main.py ``` import os os.system('python examples/file-adapter/file_ad...
125
null
common-workflow-language/schema_salad
# Repository Context Name: common-workflow-language/schema_salad Description: # Pull Request ## [WIP] Fix windows installation error due to absence of \tmp folder Fixes https://github.com/common-workflow-language/cwltool/issues/499 Closes https://github.com/common-workflow-language/cwltool/pull/504 # Relevant Fil...
1,284
null
OCR-D/core
# Repository Context Name: OCR-D/core Description: # Pull Request ## Fix mets server: clean leftover zombie processes This PR fixes: - No more zombie processes for Mets Servers when they terminate! - Appropriately deleting the Unix Domain Socket in more complicated configurations (e.g., UDS over TCP multiplexing)...
29
null
RecursiveForest/whatmp3
# Repository Context Name: RecursiveForest/whatmp3 Description: # Pull Request ## changing file extensions for alac and aac regain .alac doesn't work with ffmpeg(m4a does) aacregain was reading .m4a but neroAacEnc outputs .aac # Relevant Files Found ## whatmp3.py ``` #!/usr/bin/env python3 ####################...
22
null
GilpinLab/dysts
# Repository Context Name: GilpinLab/dysts Description: # Pull Request ## nit - update docs for param_transform # Relevant Files Found ## dysts/base.py ``` """Dynamical systems in Python (M, T, D) or (T, D) convention for outputs Requirements: + numpy + scipy + sdeint (for integration with noise) + numba (opti...
109
null
django-ses/django-ses
# Repository Context Name: django-ses/django-ses Description: # Pull Request ## Fixes: #108 - ses_email_address command compatible with django 1.10 # Relevant Files Found ## django_ses/management/commands/ses_email_address.py ``` #!/usr/bin/env python # encoding: utf-8 from optparse import make_option from bot...
137
null
evo-company/hiku
# Repository Context Name: evo-company/hiku Description: # Pull Request ## support python3.12 # Relevant Files Found ## docs/example_pb2.py ``` # Generated by the protocol buffer compiler. DO NOT EDIT! # source: docs/example.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('lat...
8,282
null
Rapptz/discord.py
# Repository Context Name: Rapptz/discord.py Description: # Pull Request ## Add min/max_length to Argument ## Summary Adds the missing `min_lenght` and `max_length` attributes to `app_commands.Argument`. ## Checklist <!-- Put an x inside [ ] to check it, like so: [x] --> - [x] If code changes were made ...
1,551
null
langgenius/dify-official-plugins
# Repository Context Name: langgenius/dify-official-plugins Description: # Pull Request ## feat: volcengine add deepseek-v3.1 ## Related Issues or Context <img width="682" height="741" alt="image" src="https://github.com/user-attachments/assets/852a503a-45fd-4938-bbe8-a599a781e224" /> <img width="1416" height="83...
29,523
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Fix import cycle starting from airflow/__main__.py ### Please see see #29257 for more details (it is a similar fix for `__init__.py`), as it has a fuller explanation for how this fix works This is a fix related to #29494, this fix stops the ...
1,377
null
holoviz/datashader
# Repository Context Name: holoviz/datashader Description: # Pull Request ## doc: remove topics page replaced by a link to examples.holoviz.org The topics page wasn't very pretty and was basically a bunch of links to examples.holoviz.org, except *Amazon.com center distance* that was linking to https://anaconda.org/...
43
null
maxhodak/keras-molecules
# Repository Context Name: maxhodak/keras-molecules Description: # Pull Request ## Add code for generator based training, testing, sampling The new files allow a user to skip preprocessing SMILES string output. Instead, the one-hot-matrices are generated on the fly. This also allows less memory-heavy training (`...
686
null
pipeshub-ai/pipeshub-ai
# Repository Context Name: pipeshub-ai/pipeshub-ai Description: # Pull Request ## Issue682 Fixed issue number 682 & increased allowed context length(tokens) in domain extraction # Relevant Files Found ## backend/python/app/modules/transformers/document_extraction.py ``` from typing import List, Literal from lan...
845
null
google-deepmind/mujoco_warp
# Repository Context Name: google-deepmind/mujoco_warp Description: # Pull Request ## Refactor hill climbing support function No change in behavior. There might be a minor performance speedup. # Relevant Files Found ## mujoco_warp/_src/collision_gjk.py ``` # Copyright 2025 The Newton Developers # # Licensed unde...
3,157
null
jina-ai/serve
# Repository Context Name: jina-ai/serve Description: # Pull Request ## feat: add efficient access to embeddings This PR adds a `.embeddings` property for faster acces to the embeddings of a `DocumentArray` or a `DocumentArrayMemmap` . This is done iterating over the bytes of the embeddings at proto level avoiding ...
4,246
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Avoid to decode log string in `JournalRedisStorage`. <!-- Thank you for creating a pull request! In general, we merge your pull request after it gets two or more approvals. To proceed to the review process by the maintainers, please make sure t...
29
null
vllm-project/tpu-inference
# Repository Context Name: vllm-project/tpu-inference Description: # Pull Request ## Add jit to nnx model # Description JIT nnx models # Tests ``` export MODEL_IMPL_TYPE=flax_nnx ``` # Checklist Before submitting this PR, please make sure (put X in square brackets): - [ x] I have performed a self-...
13,556
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## TST: Handle another test case for test_jd_add_subtract_round_trip <!-- 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 contributing guidelines, https:...
1,720
null
ASFHyP3/hyp3
# Repository Context Name: ASFHyP3/hyp3 Description: # Pull Request ## Release v3.9.5 # Relevant Files Found ## apps/api/src/hyp3_api/validation.py ``` import json import os import sys from pathlib import Path import requests import yaml from shapely.geometry import MultiPolygon, Polygon, shape from hyp3_api ...
13,038
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Add max_servers parameter to control FIO server pod count fix https://github.com/red-hat-storage/ocs-ci/issues/12997 This PR introduces a new parameter `max_servers` to the BenchmarkOperatorFIO class and related test fixtures, allowin...
181
null
jupyterlab-contrib/jupyterlab_code_formatter
# Repository Context Name: jupyterlab-contrib/jupyterlab_code_formatter Description: # Pull Request ## Jupyterlab 3 # Relevant Files Found ## setup.py ``` """ jupyterlab_code_formatter setup """ import json import os from jupyter_packaging import ( create_cmdclass, install_npm, ensure_targets, ...
546
null
OCR-D/core
# Repository Context Name: OCR-D/core Description: # Pull Request ## disable logging for -J/--help/--version, fix #540 Hard to create a unit test for this. I've tested this by adding log messages to the constructor of `ocrd_keraslm` which will be hidden with this change. @GrazingScientist This should fix the lo...
92
null
saketkc/pysradb
# Repository Context Name: saketkc/pysradb Description: # Pull Request ## Sra bug fix - Resolves #88 by storing NCBI uids separately from the main search output - Add test case for SRA uids - Removed the allowed_methods argument, which is unnecessary and not supported on older versions of urllib3 - Minor e...
27
null
noslate-project/andb
# Repository Context Name: noslate-project/andb Description: # Pull Request ## fix: restrict gdb V8 unwinder for only $rbp based frames. the issue was found when backtrace a stack with rust addon function calls, when rust addon compiled with optimization, the $rbp register is omitted from frame pointer, thus caus...
122
null
florimondmanca/djangorestframework-api-key
# Repository Context Name: florimondmanca/djangorestframework-api-key Description: # Pull Request ## Update type hints Follow-up for #88 with changes to make this library work with vanilla mypy: - Drop `django-stubs` and `djangorestframework-stubs` from our toolchain. (#120 has shown that adding full support for...
32,542
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add thinkingcleaner optional host param <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> … broken discovery function ## Proposed change b...
31
null
qutip/qutip-jax
# Repository Context Name: qutip/qutip-jax Description: # Pull Request ## Update for jax 0.4.23 and dimensions PR Current jax changed the config import. Also the dimensions PR change the way we need to unflatten `Qobj`. Diffrax now raise a warning anytime any array is complex in it's input, so always for us. #...