pr_id
int64
repo_id
null
repo_name
string
text
string
38
null
timerring/DanmakuConvert
# Repository Context Name: timerring/DanmakuConvert Description: # Pull Request ## feat & fix: add gift danmaku; disgard Danmu animation effect - ๆทปๅŠ ไบ†็คผ็‰ฉๅผนๅน• - ๅŽป้™คไบ†ๆ™ฎ้€šๅผนๅน•็š„็งปๅŠจๅŠจ็”ปๆ•ˆๆžœ # Relevant Files Found ## dmconvert/__init__.py ``` from .convert import convert_xml_to_ass __all__ = ["convert_xml_to_ass"] ``` ## dmconv...
26
null
ElectronicBabylonianLiterature/ebl-api
# Repository Context Name: ElectronicBabylonianLiterature/ebl-api Description: # Pull Request ## complete composites # Relevant Files Found ## ebl/tests/transliteration/test_at_line.py ``` import pytest # pyre-ignore from ebl.transliteration.domain import atf from ebl.transliteration.domain.at_line import ( ...
101
null
MarioKartCentral/MarioKartCentral
# Repository Context Name: MarioKartCentral/MarioKartCentral Description: # Pull Request ## Jimmy/player bans Created endpoints for player bans. Closes #65 # Relevant Files Found ## src/backend/api/endpoints/player_registry.py ``` from starlette.requests import Request from starlette.responses import Response f...
428
null
globus/globus-sdk-python
# Repository Context Name: globus/globus-sdk-python Description: # Pull Request ## Update sqlite storage adapter docstring Follow up to https://github.com/globus/globus-sdk-python/pull/405#discussion_r648696474 --- Note that ":memory:" is a special dbname which can be used, and redent the "namespace" paramete...
150
null
openreview/openreview-py
# Repository Context Name: openreview/openreview-py Description: # Pull Request ## python 3 compatibility changes tests are passing and this is ready to go! works with both python 2 and python 3. # Relevant Files Found ## openreview/__init__.py ``` from openreview import * from tools import * from invitations im...
29
null
cycodehq/cycode-cli
# Repository Context Name: cycodehq/cycode-cli Description: # Pull Request ## CM-15776 - update version to 0.1.6 # Relevant Files Found ## cli/__init__.py ``` from version import version __version__ = version ``` ## cyclient/__init__.py ``` """Cycode Client""" from .config import logger from version import...
20
null
python-cachier/cachier
# Repository Context Name: python-cachier/cachier Description: # Pull Request ## Changed isAlive to is_alive Hi there! Fantastic work on this package! It's such an amazingly simple way of avoiding to overload APIs with unnecessary requests! I noticed however that there was a deprecation warning popping up som...
11
null
nii-yamagishilab/self-attention-tacotron
# Repository Context Name: nii-yamagishilab/self-attention-tacotron Description: # Pull Request ## Fix arguments for decoders using vocoder parameters # Relevant Files Found ## models/models.py ``` import tensorflow as tf from tacotron2.tacotron.modules import Embedding from tacotron2.tacotron.tacotron_v2 impor...
767
null
ros2/rclpy
# Repository Context Name: ros2/rclpy Description: # Pull Request ## Pybind11 action goal handle nitpicks Part of #665 This fixes some review comments I posted after #751 got merged * Add back `GoalEvent` as an attribute on `action/server.py` * `self._goal` -> `self._goal_handle` * Remove unused API `rclpy_...
438
null
open-edge-platform/geti-sdk
# Repository Context Name: open-edge-platform/geti-sdk Description: # Pull Request ## Small fixes for testing client and test result # Relevant Files Found ## geti_sdk/data_models/test_result.py ``` # Copyright (C) 2023 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you ...
7,138
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## Ej: #20 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una correcciรณn adicional y no con la presentaciรณn de un ejercicio.* ## Comprobaciones Asegรบrate...
22
null
bd808/python-iptools
# Repository Context Name: bd808/python-iptools Description: # Pull Request ## Travis CI: Add Python 3.6 and 3.7 to the testing # Relevant Files Found ## iptools/__init__.py ``` # -*- coding: utf-8 -*- # # Copyright (c) 2008-2014, Bryan Davis and iptools contributors # All rights reserved. # # Redistribution an...
331
null
BrickSchema/Brick
# Repository Context Name: BrickSchema/Brick Description: # Pull Request ## add miscellaneous alarms Adding misc alarms. @gtfierro I'm adding `Sensor_Failure_Alarm` indicating whether a specific sensing module is failing or not. For doing so, I should be able to add tags `Sensor` and `Alarm`, which will classify...
24
null
HackAssistant/hackassistant
# Repository Context Name: HackAssistant/hackassistant Description: # Pull Request ## Initial production <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/HackAssistant/registration/blob/master/.github/CONTRIBUTI...
1,828
null
Just-Some-Bots/MusicBot
# Repository Context Name: Just-Some-Bots/MusicBot Description: # Pull Request ## -update really update After creating your pull request, tick these boxes if they are applicable to you. - [x] I have tested my changes against the `review` branch (the latest developmental version), and this pull request is targeti...
189
null
daizutabi/hydraflow
# Repository Context Name: daizutabi/hydraflow Description: # Pull Request ## Add default value support in `RunCollection` class # Relevant Files Found ## src/hydraflow/core/run_collection.py ``` """RunCollection module for HydraFlow. This module provides the RunCollection class, which represents a collection ...
90
null
tartiflette/tartiflette
# Repository Context Name: tartiflette/tartiflette Description: # Pull Request ## Raise errors on not alone anonymous operation Closes #86. # Relevant Files Found ## tartiflette/parser/visitor.py ``` from functools import lru_cache, partial from typing import Any, Dict, List from tartiflette.parser.cffi import ...
3,648
null
mosaicml/composer
# Repository Context Name: mosaicml/composer Description: # Pull Request ## Fix DB SDK Import # What does this PR do? Fix DB SDK import, which currently has an invalid path. ```ModuleNotFoundError: No module named 'databricks.sdk.errors.mapping'``` # Relevant Files Found ## composer/utils/object_store/uc_ob...
10
null
Reality-Defender/realitydefender-sdk-python
# Repository Context Name: Reality-Defender/realitydefender-sdk-python Description: # Pull Request ## Add automatic cleanup While working on making a short 2-liner for Alex, I noticed that you get some nasty-grams printed if you don't do cleanup. I looked into it a bit and decided we could use atexit handlers to...
167
null
MannLabs/scPortrait
# Repository Context Name: MannLabs/scPortrait Description: # Pull Request ## fix some small bugs - addresses #165, #166 # Relevant Files Found ## src/scportrait/pipeline/featurization.py ``` import io import os import platform import shutil from contextlib import redirect_stdout from functools import partial a...
34,372
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use DataUpdateCoordinator in NWS <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change Use DataUpdateCoordinator for each ...
8,860
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## [CloudFront] Fix CloudFrontDefaultCertificate attribute This is a simple response template fix and updated the test_cloudfront test to verify the change. # Relevant Files Found ## moto/cloudfront/models.py ``` import string from typing import...
18
null
gentnerlab/pyoperant
# Repository Context Name: gentnerlab/pyoperant Description: # Pull Request ## shape fix: states return callables # Relevant Files Found ## pyoperant/tricks/shape.py ``` import random import datetime as dt from pyoperant import utils class Shaper(object): def __init__(self, panel, error_callback=None): sel...
31
null
Chilipp/autodocsumm
# Repository Context Name: Chilipp/autodocsumm Description: # Pull Request ## Remove f-strings as they are not available for python 3.5 closes #30 # Relevant Files Found ## autodocsumm/__init__.py ``` """Sphinx extension that defines new auto documenters with autosummary. The :class:`AutoSummModuleDocumenter...
504
null
ohcnetwork/care
# Repository Context Name: ohcnetwork/care Description: # Pull Request ## Fix facility update permission # Relevant Files Found ## care/facility/api/viewsets/patient.py ``` import datetime import json from json import JSONDecodeError from django.conf import settings from django.contrib.postgres.search import T...
9,230
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## bring cast before view back # Relevant Files Found ## test/test_const_folding.py ``` import unittest, itertools, math from typing import Any from tinygrad import Tensor, Device, dtypes from tinygrad.dtype import DType from tinygrad.ops ...
110
null
un1t/django-cleanup
# Repository Context Name: un1t/django-cleanup Description: # Pull Request ## Feature 9.0 Changing to new build standards. Removing version references to avoid unnecessary version bumps of the app when only the current supported django has changed but no code has changed. Update lock threads to avoid peak hours t...
2,551
null
dmlc/dgl
# Repository Context Name: dmlc/dgl Description: # Pull Request ## [Performance] Don't create extra formats in dataloader ## Description This removes creating CSC and CSR matrices in the NodeDataloader. This essentially transfers work from the worker processes, to the training process, which helps to alleviate bot...
63
null
Cephla-Lab/Squid
# Repository Context Name: Cephla-Lab/Squid Description: # Pull Request ## improvement: prevent constant update of scan coordinate preview before this (1) set_live_scan_coordinates will be called even if the stage is not moving (2) set_live_scan_coordinates can happen too frequently - problematic for big scan area ...
38
null
AghastyGD/lazy-ninja
# Repository Context Name: AghastyGD/lazy-ninja Description: # Pull Request ## Dev # Relevant Files Found ## src/lazy_ninja/cli/client_generator.py ``` import os import sys import subprocess import argparse import importlib from pathlib import Path GENERATOR_CONFIG = { "typescript-types": { "cmd": ...
12
null
melinath/django-daguerre
# Repository Context Name: melinath/django-daguerre Description: # Pull Request ## Better PIL imports PIL can be installed in two different ways, and we haven't been accounting for that. # Relevant Files Found ## daguerre/models.py ``` import datetime import mimetypes import os import itertools from hashlib imp...
23,341
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## ใ€search ใ€‘Update test # Relevant Files Found ## sdk/search/azure-mgmt-search/tests/conftest.py ``` # -------------------------------------------------------------------------- # # Copyright (c) Microsoft Corporation. All rights ...
35
null
RUCAIBox/RecBole
# Repository Context Name: RUCAIBox/RecBole Description: # Pull Request ## FEA: Add AUC metric # Relevant Files Found ## evaluator/evaluator.py ``` import abc import numpy as np import pandas as pd from collections import namedtuple import utils SCORE_FIELD = 'score' # 'Precision', 'Hit', 'Recall', 'MAP', 'ND...
16
null
JakobJK/modelChecker
# Repository Context Name: JakobJK/modelChecker Description: # Pull Request ## fix: ngon missing bracket ] .... And safeguarding metadata, and commands in settings. # Relevant Files Found ## modelChecker/modelChecker_UI.py ``` from PySide2 import QtWidgets from shiboken2 import wrapInstance from functools import...
1,156
null
rdmorganiser/rdmo
# Repository Context Name: rdmorganiser/rdmo Description: # Pull Request ## Refactor upload accept This PR refactors the accept field for import plugins to match the format of react-dropzone, e.g.: ``` accept = { 'application/xml': ['.xml'] } ``` The old style `accept = '.xml'` should stil...
820
null
mozilla-ai/any-agent
# Repository Context Name: mozilla-ai/any-agent Description: # Pull Request ## chore: update any-llm-sdk compatibility Newest version of any-llm updated some naming conventions # Relevant Files Found ## src/any_agent/frameworks/tinyagent.py ``` from __future__ import annotations import asyncio import inspect im...
566
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Add nested async fetch health test ## Summary - add fetchhealth.pageql that nests async fetches to `/healthz` - test nested async fetch requests ## Testing - `PYTHONPATH=src pytest` ------ https://chatgpt.com/codex/tasks/task_e_685172533b...
5
null
Ifeanyi55/SynthScope
# Repository Context Name: Ifeanyi55/SynthScope Description: # Pull Request ## Update SynthScope.gif and app.py # Relevant Files Found ## app.py ``` import gradio as gr from synthscope import GoogleSearchImageGen with gr.Blocks(theme=gr.themes.Base(primary_hue="teal", secondary_hue="amber").set( body_backg...
665
null
airbytehq/airbyte-python-cdk
# Repository Context Name: airbytehq/airbyte-python-cdk Description: # Pull Request ## fix: class AirbyteOutputException initialization ## What - Adds `message` attribute to `AirbyteOutputException` Previously was receiving this error during FAST tests: `TypeError: AirbyteEntrypointException.__init__() takes 1...
12,445
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## [internal] Remind releasers to regenerate docs [ci skip-rust] # Relevant Files Found ## build-support/bin/release_helper.py ``` # Copyright 2018 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Versio...
262
null
jazzband/sorl-thumbnail
# Repository Context Name: jazzband/sorl-thumbnail Description: # Pull Request ## Added missing _padding method for convert_image and missing methods from... ... BaseEngine abstract base class. # Relevant Files Found ## sorl/thumbnail/engines/base.py ``` #coding=utf-8 from __future__ import division import math...
42
null
4C-multiphysics/fourcipp
# Repository Context Name: 4C-multiphysics/fourcipp Description: # Pull Request ## fix: use join to combine input with dicts This PR adds a check to see if sections were already present in the source and destination objects. @davidrudlstorfer could you check if this fixes your problem? # Relevant Files Found #...
6
null
Material-Bank/stepfunctions_activity_worker
# Repository Context Name: Material-Bank/stepfunctions_activity_worker Description: # Pull Request ## Now Supports Multi-Threading The `worker_count` constructor argument is the number of activities which can be performed simultaneously. Right now I'm using `ThreadPoolExecutor` since it's a little more flexible/...
2,607
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## `dials.refine`: better error message on failure with a zero length reflection list The situation that lead here is an attempt to index a sparse pattern using 2 images only, separated widely in phi. These images represent two separate experiments,...
557
null
ansible/eda-server
# Repository Context Name: ansible/eda-server Description: # Pull Request ## Experimental django-ansible-base integration (might be removed later) This PR adds experimental code to integrate django-ansible-base with EDA. _NOTE:_ It might get removed later down the road. # Relevant Files Found ## src/aap_eda/a...
13
null
cjaliaga/aioaquarea
# Repository Context Name: cjaliaga/aioaquarea Description: # Pull Request ## Fixes 'Compensation curve' is not a valid SensorMode Fixes #12 # Relevant Files Found ## aioaquarea/data.py ``` """Data models for aioaquarea.""" from __future__ import annotations from abc import ABC, abstractmethod from dataclasses ...
1,189
null
CityOfZion/neo3-boa
# Repository Context Name: CityOfZion/neo3-boa Description: # Pull Request ## CU-86a1hupd8 - Refactor test_dict.py to use BoaTestConstructor **Summary or solution description** Refactored `test_dict` file to use `boatestconstructor` in place of `TestRunner` for unit testing. # Relevant Files Found ## boa3_test...
2,394
null
Ericsson/codechecker
# Repository Context Name: Ericsson/codechecker Description: # Pull Request ## Do not count a number of skipped actions in progress log Sample: Before: ``` [1/2] clangsa analyzed simple1.cpp successfully. ``` After: ``` [1/1] clangsa analyzed simple1.cpp successfully. ``` # Relevant Files Found ## analy...
2
null
fhsinchy/rmbyext
# Repository Context Name: fhsinchy/rmbyext Description: # Pull Request ## Removed unnecessary modules, simplified the code # Relevant Files Found ## rbe.py ``` import glob2 import os import platform import sys from tqdm import tqdm file_count = int() log = str() all_files = list() if len(sys.argv) > 1: f...
2,999
null
llamastack/llama-stack
# Repository Context Name: llamastack/llama-stack Description: # Pull Request ## test: use llama stack build when starting server # What does this PR do? This should be more robust as sometimes its run without running build first. ## Test Plan OLLAMA_URL=http://localhost:11434 LLAMA_STACK_TEST_INFERENCE_MODE...
11
null
brainelectronics/micropython-package-template
# Repository Context Name: brainelectronics/micropython-package-template Description: # Pull Request ## Publish to read the docs ### Added - `.readthedocs.yaml` definition file for ReadTheDocs, see #10 - `docs` folder containing example files and configurations, see #10 # Relevant Files Found # Edits This ...
112
null
TomWhitwell/SlowMovie
# Repository Context Name: TomWhitwell/SlowMovie Description: # Pull Request ## Help Menu Groups There are currently a lot of arguments that can be set in either the config file or passed via the command line. This doesn't change any of them in any way, but it does re-organize the help menu when using `-h`. Using a...
94
null
scipy/scipy-stubs
# Repository Context Name: scipy/scipy-stubs Description: # Pull Request ## codemod for params with missing trailing comma # Relevant Files Found ## codemods.py ``` # /// script # requires-python = ">=3.10" # dependencies = [ # "libcst>=1.5.0", # ] # /// from typing_extensions import override import libcst...
1,394
null
safe-global/safe-eth-py
# Repository Context Name: safe-global/safe-eth-py Description: # Pull Request ## Add addresses 1.4.1 for chain JAPAN_OPEN_CHAIN_MAINNET Automatic PR to add new address 1.4.1 to JAPAN_OPEN_CHAIN_MAINNET chain Closes #1386 # Relevant Files Found ## safe_eth/safe/addresses.py ``` """ Contains information about Sa...
191
null
aiidateam/aiida-pseudo
# Repository Context Name: aiidateam/aiida-pseudo Description: # Pull Request ## ๐Ÿ“š Add developer release instructions # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # lis...
72
null
asheux/stackoverflow-clone
# Repository Context Name: asheux/stackoverflow-clone Description: # Pull Request ## Complete the post method for question and answer #### What does this PR do? This PR completes this functionality with a postgress database #### How should this be manually tested? - Clone the repo ``` $ git clone https://g...
2
null
master/tensorflow-riemopt
# Repository Context Name: master/tensorflow-riemopt Description: # Pull Request ## Fix a typo in Poincare.norm() Hi, I've just found a typo in Poincare.norm(). # Relevant Files Found ## tensorflow_manopt/manifolds/poincare.py ``` """The Poincarรฉ ball model.""" import tensorflow as tf from tensorflow_manop...
1,883
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## update rds snapshot suffix Regarding #1833 - adding Hour-Minute suffix to RDS snapshots - updating 'test_rds_snapshot' - update 'test_snapshot_identifier' to account for new snapshot length # Relevant Files Found ## c7...
32
null
linkml/prefixmaps
# Repository Context Name: linkml/prefixmaps Description: # Pull Request ## refresh prefix maps I updated the bioregistry ingest to exclude deprecated prefixes. This means that the problematic "gro"/"GRO" prefix is excluded and the tests now pass. I spent some time in both the bioregistry package and this one, ...
560
null
topazproject/topaz
# Repository Context Name: topazproject/topaz Description: # Pull Request ## Test `Const::attr = nil` assignments, which are currently not supported This adds a unit test that currently raises a NotImplementedError # Relevant Files Found ## tests/test_parser.py ``` # coding=utf-8 from rpython.rlib.rbigint imp...
1,197
null
huggingface/trl
# Repository Context Name: huggingface/trl Description: # Pull Request ## Check tokenize params on DPOTrainer Given that we tokenize the dataset on the `DPOTrainer.__init__` regardless of having a custom `data_collator`, we need to ensure that a `tokenizer` is passed and warm about the need to set `max_length`, `ma...
2,247
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## Sync center of axis This PR add another way to sync axes. - `syncCenter` allow to synchronize axes to the value displayed in there center - `syncZoom` allow to sync the pixel size of axes, reaching displayed pixels used to display the axes ...
20,174
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Add `accelerate` support for `ViT` family # What does this PR do? This PR adds `accelerate` support for ViT models, therefore these models can be loaded in 8-bit as follows: ``` # pip install accelerate bitsandbytes from transf...
32
null
dptech-corp/Uni-Fold
# Repository Context Name: dptech-corp/Uni-Fold Description: # Pull Request ## optimize the memory efficiency for Inference 1, carefully update variables with in-place style 2, remove some redundant variables # Relevant Files Found ## unifold/inference.py ``` import argparse import gzip import logging import ...
58
null
SolaceLabs/solace-agent-mesh
# Repository Context Name: SolaceLabs/solace-agent-mesh Description: # Pull Request ## AI-694: Updated the history to include the agents called to generate a response ## What is the purpose of this change? This change aims to enhance the history logging functionality by including detailed information about the age...
171
null
Cephla-Lab/Squid
# Repository Context Name: Cephla-Lab/Squid Description: # Pull Request ## Update XLight iris diaphragm control Update hardware on illumination/emission iris slider release. Tested in simulation mode. # Relevant Files Found ## software/control/_def.py ``` import os import sys import glob from pathlib import Path...
652
null
microsoft/playwright-python
# Repository Context Name: microsoft/playwright-python Description: # Pull Request ## feat(pageerror): added Error.name property support https://github.com/microsoft/playwright/pull/5970 # Relevant Files Found ## playwright/_impl/_api_types.py ``` # Copyright (c) Microsoft Corporation. # # Licensed under the Apa...
35
null
tadata-org/fastapi_mcp
# Repository Context Name: tadata-org/fastapi_mcp Description: # Pull Request ## Bugfix/fix syntax error fix https://github.com/tadata-org/fastapi_mcp/issues/34 # Relevant Files Found ## fastapi_mcp/__init__.py ``` """ FastAPI-MCP: Automatic MCP server generator for FastAPI applications. Created by Tadata Inc. ...
1,138
null
open-mmlab/mmsegmentation
# Repository Context Name: open-mmlab/mmsegmentation Description: # Pull Request ## Bump to v0.20.1 Reference PR: https://github.com/open-mmlab/mmsegmentation/pull/604. Reason for making this version: for other new repos of OpenMMLab. # Relevant Files Found ## mmseg/version.py ``` # Copyright (c) Open-MMLab. ...
144
null
UniGrazMath/vitabel
# Repository Context Name: UniGrazMath/vitabel Description: # Pull Request ## preparing example notebooks for publication closes #98 - [x] notebook 1 - [x] notebook 2 - - [x] three ways to call a channel to be plotted - [x] notebook 3 - - [x] implement TWA screen - - [x] revise data - - [x] refine the ...
528
null
holoviz/geoviews
# Repository Context Name: holoviz/geoviews Description: # Pull Request ## Switch to pydata_sphinx_theme # Relevant Files Found ## doc/conf.py ``` # -*- coding: utf-8 -*- from nbsite.shared_conf import * project = u'GeoViews' authors = u'HoloViz Developers' copyright = u'2018-2019 ' + authors description = 'G...
486
null
graphql-python/gql
# Repository Context Name: graphql-python/gql Description: # Pull Request ## Fix properly exiting the WebsocketsTransport when a connection_error is received during init # Relevant Files Found ## gql/transport/websockets_base.py ``` import asyncio import logging import warnings from abc import abstractmethod fr...
1
null
vocdex/lerobot-draws
# Repository Context Name: vocdex/lerobot-draws Description: # Pull Request ## add more detailed info about trajectories # Relevant Files Found ## image_to_trajectory/image_generation.py ``` import cv2 import numpy as np import matplotlib.pyplot as plt from typing import List, Tuple, Optional import json from d...
15
null
mirumee/django-prices
# Repository Context Name: mirumee/django-prices Description: # Pull Request ## Make the package compatible with django >= 1.6 Widget method `_has_changed` is no longer used in django >= 1.6 # Relevant Files Found ## django_prices/forms.py ``` from django import forms from prices import Price from .widgets imp...
382
null
CybercentreCanada/assemblyline-v4-service
# Repository Context Name: CybercentreCanada/assemblyline-v4-service Description: # Pull Request ## Add file type and size to results (dev) # Relevant Files Found ## assemblyline_v4_service/common/task.py ``` import json import logging import os import tempfile from typing import List, Optional, Any, Dict, Unio...
65
null
cdisc-org/cdisc-rules-engine
# Repository Context Name: cdisc-org/cdisc-rules-engine Description: # Pull Request ## Update version # Relevant Files Found ## setup.py ``` #! /usr/bin/env python import setuptools setuptools.setup( name="cdisc-rules-engine", version="0.2.0", description="Open source offering of the cdisc rules e...
2,182
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## Fix how tools are parsed for Ollama ## Description Fix regression for how Ollama parses tools with optional parameters. Fixes #2161 Fixes #2158 --- ## Type of change Please check the options that are relevant: - [x] Bug f...
34
null
bit/youtube2mediawiki
# Repository Context Name: bit/youtube2mediawiki Description: # Pull Request ## file name fix needs to be done earlier This solves the issue with malformed titles in the TimedText namespace. E.g. missing .webm extension for the TimedText when no extension is given through `--name`. # Relevant Files Found ## yout...
114
null
kplindegaard/smbus2
# Repository Context Name: kplindegaard/smbus2 Description: # Pull Request ## fix markup # Relevant Files Found ## smbus2/smbus2.py ``` """smbus2 - A drop-in replacement for smbus-cffi/smbus-python""" # The MIT License (MIT) # Copyright (c) 2020 Karl-Petter Lindegaard # # Permission is hereby granted, free of c...
142
null
dodopayments/dodopayments-python
# Repository Context Name: dodopayments/dodopayments-python Description: # Pull Request ## release: 1.37.1 Automated Release PR --- ## 1.37.1 (2025-07-03) Full Changelog: [v1.37.0...v1.37.1](https://github.com/dodopayments/dodopayments-python/compare/v1.37.0...v1.37.1) ### Features * **api:** added webhook eve...
259
null
Amourspirit/python_ooo_dev_tools
# Repository Context Name: Amourspirit/python_ooo_dev_tools Description: # Pull Request ## Fix # Relevant Files Found ## ooodev/__init__.py ``` # coding: utf-8 # importing using a text file as version source is not supported when packaging scripts using stickytape. # with open(os.path.join(os.path.dirname(__fi...
2,531
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## AUTO: Get gunicorn stats - Gunicorn can give us some interestings stats about what it is doing that might prove useful when trying to work out the gunicorn/eventlet/sqlalchemy kind of bottlenecking issues - We already ship these ...
74
null
ansys/pyedb-core
# Repository Context Name: ansys/pyedb-core Description: # Pull Request ## S641123: Propagated database.proto changes that impact existing clienโ€ฆ Propagated database.proto changes that impact existing client side code # Relevant Files Found ## src/ansys/edb/core/messages.py ``` """Protobuf interface for message ...
27
null
mrdaemon/exosphere
# Repository Context Name: mrdaemon/exosphere Description: # Pull Request ## Make WebUI Dependencies Optional Moves textual-serve from hard dependency to 'web' extra. Given its experimental nature, it can now be opted-into by installing `exosphere-cli[web]` * Update documentation to reflect this change * Handl...
210
null
hand-e-fr/OpenHosta
# Repository Context Name: hand-e-fr/OpenHosta Description: # Pull Request ## Dev v2.2 with doc # Relevant Files Found ## src/OpenHosta/__init__.py ``` from .OpenHosta import * __version__ = "2.1.4" ``` ## src/OpenHosta/core/analizer.py ``` from __future__ import annotations from typing import ( Any, ...
737
null
python-discord/sir-lancebot
# Repository Context Name: python-discord/sir-lancebot Description: # Pull Request ## Latex: temporarily disable loading of the cog As we are currently working on restricting resources on the latex cog, this commit will prevent it from loading. It will be reverted once solved. # Relevant Files Found ## bot/ext...
282
null
osbuild/cloud-image-val
# Repository Context Name: osbuild/cloud-image-val Description: # Pull Request ## Added support to specify HyperV generation in resources.json. Default will be "V2" if no value is provided or if it is null/empty. Also improved VM name based on image name when it is available. # Relevant Files Found ## cloud/terr...
35
null
pyxu-org/pyxu
# Repository Context Name: pyxu-org/pyxu Description: # Pull Request ## Add stopping criterion based on CO2 estimated emissions # Relevant Files Found ## src/pycsou/opt/stop.py ``` import collections.abc as cabc import datetime as dt import typing as typ import warnings import numpy as np import pycsou.abc as...
3
null
BlueAndi/pyHexDump
# Repository Context Name: BlueAndi/pyHexDump Description: # Pull Request ## Changed the algorithm # Relevant Files Found ## src/pyHexDump/cmd_print.py ``` """Command to print information retrieved from a configuration. If no template for the report is given, it will list all elements in the configura...
628
null
OpenSPG/KAG
# Repository Context Name: OpenSPG/KAG Description: # Pull Request ## fix(builder): remove KAG_PROJECT_CONF # Relevant Files Found ## kag/builder/component/vectorizer/batch_vectorizer.py ``` # -*- coding: utf-8 -*- # Copyright 2023 OpenSPG Authors # # Licensed under the Apache License, Version 2.0 (the "License...
103
null
scientificcomputing/scifem
# Repository Context Name: scientificcomputing/scifem Description: # Pull Request ## Remember to close xdmf when object is deleted # Relevant Files Found ## src/scifem/xdmf.py ``` from __future__ import annotations import logging import typing import xml.etree.ElementTree as ET import contextlib from pathlib i...
4,126
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Gate explicit id setting behind a configuration flag This deals with some potential security issues in some use cases if it is always enabled. # Relevant Files Found ## edb/buildmeta.py ``` # # This source file is part of the EdgeDB open sourc...
1
null
festicket/django-migrate-sql
# Repository Context Name: festicket/django-migrate-sql Description: # Pull Request ## Django 2.x compatibility Continuous integration result can be seen here: https://github.com/klichukb/django-migrate-sql/pull/9 # Relevant Files Found ## migrate_sql/management/commands/makemigrations.py ``` # -*- coding: utf-8...
1,617
null
griptape-ai/griptape-nodes
# Repository Context Name: griptape-ai/griptape-nodes Description: # Pull Request ## Fix issue with saving enum class to workflow * Fix issue with saving enum class to workflow # Relevant Files Found ## src/griptape_nodes/__init__.py ``` """Griptape Nodes package.""" from rich.console import Console console = ...
466
null
cmu-delphi/covidcast-indicators
# Repository Context Name: cmu-delphi/covidcast-indicators Description: # Pull Request ## Fix errors in Sir-Complains-a-lot This PR includes two fixes that were necessary to make Sir-CAL transmit to Slack successfully: * Actually fail when Slack exceptions are raised * Break up complaints stream into 50-block s...
13
null
andrewebdev/django-adzone
# Repository Context Name: andrewebdev/django-adzone Description: # Pull Request ## Tweaked adzone manager to return a random *enabled* ad. Currently, disabling an ad has no effect. # Relevant Files Found ## src/adzone/managers.py ``` from django.db import models class AdManager(models.Manager): """ A Cus...
12
null
mariano/snakefire
# Repository Context Name: mariano/snakefire Description: # Pull Request ## Added support for hiding Join/Part messages in chat window Added a new display section in the options and tied into your is_joining is_leaving handles to see if it should be shown or not. # Relevant Files Found ## snakefire/dialogs.py `...
311
null
readthedocs/readthedocs.org
# Repository Context Name: readthedocs/readthedocs.org Description: # Pull Request ## added support for selecting per-project Python interpreter used to create the virtual environment. This is a solution for Issue 132. Maybe you recall I comment on the issue thread that i will try to solve the issue, well this is m...
32
null
danxhuber/isoclassify
# Repository Context Name: danxhuber/isoclassify Description: # Pull Request ## Fixed reddening map coordinate transform bug in addition to other minor fixes and improvements # Relevant Files Found ## isoclassify/extinction.py ``` import mwdust import numpy as np import pandas as pd import astropy.units as unit...
804
null
runtimeverification/mir-semantics
# Repository Context Name: runtimeverification/mir-semantics Description: # Pull Request ## feat(rt): support round-trip transmute bytes <> u64 casts - close https://github.com/runtimeverification/mir-semantics/pull/697 # Relevant Files Found ## kmir/src/tests/integration/test_integration.py ``` from __future__ ...