pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
73 | null | dfm/corner.py | # Repository Context
Name: dfm/corner.py
Description:
# Pull Request
## More contour level fixes
So in #70 I missed a few cases that were not covered by the tests. When the number of counts is (very) low and there are contours around single counts, the contour levels will be duplicated. However, matplotlib now comp... |
6,035 | null | PrefectHQ/prefect | # Repository Context
Name: PrefectHQ/prefect
Description:
# Pull Request
## [Enhancement] Powershell as shell input to ShellTask
<!-- Thanks for contributing to Prefect Core! 🎉-->
## Summary
<!-- A sentence summarizing the PR -->
This PR adds Powershell as a valid input shell for ShellTask. https://github.c... |
4,511 | null | adap/flower | # Repository Context
Name: adap/flower
Description:
# Pull Request
## docs(framework) Remove legacy page, update FedBN page
This PR:
- Removes an outdated legacy example page
- Updates and moves the FedBN page to the how-to section
- Adds the appropriate redirects
# Relevant Files Found
## doc/source/conf.py
... |
435 | null | aparo/pyes | # Repository Context
Name: aparo/pyes
Description:
# Pull Request
## Suggest fixes
`add_field` and `validate_indices` were undefined.
I also added option to add `completion`-type suggestion, see here:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
# Relevan... |
187 | null | YousefEZ/discord-qalib | # Repository Context
Name: YousefEZ/discord-qalib
Description:
# Pull Request
## 🐛 Fix bound method as callback
meant to remedy the following
```py
class Event:
async def on_button_click(self, item: I, interaction: discord.Interaction) -> None:
...
async def some_command(ctx: QalibInte... |
71 | null | jmvrbanac/Specter | # Repository Context
Name: jmvrbanac/Specter
Description:
# Pull Request
## Add be_almost_equal assertion.
Hey, @jmvrbanac, thanks for a great testing library!
I'm not sure this fits into the original Specter design, but in some places we actually compare floats and from time to time get failures like:
```
... |
3,508 | null | single-cell-data/TileDB-SOMA | # Repository Context
Name: single-cell-data/TileDB-SOMA
Description:
# Pull Request
## [python] Validate byteorder on `fastercsx` argument arrays
**Issue and/or context:**
Fastercsx python bindings did not verify that argument arrays had native byteorder. This could result in incorrect conversion from COO to CSx... |
117 | null | evgeni/bley | # Repository Context
Name: evgeni/bley
Description:
# Pull Request
## subnet support
# Relevant Files Found
## bley/bley.py
```
# Copyright (c) 2009-2014 Evgeni Golov <evgeni@golov.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted pro... |
43 | null | realriot/tvheadend-ng.bundle | # Repository Context
Name: realriot/tvheadend-ng.bundle
Description:
# Pull Request
## updated raise exception for newer python versions
# Relevant Files Found
## Contents/Code/__init__.py
```
import base64, simplejson, time, datetime
json = simplejson
# Static text.
TEXT_NAME = 'TV-Headend Next Generation'
T... |
1,458 | null | openai/openai-python | # Repository Context
Name: openai/openai-python
Description:
# Pull Request
## release: 1.30.5
Automated Release PR
---
## 1.30.5 (2024-05-29)
Full Changelog: [v1.30.4...v1.30.5](https://github.com/openai/openai-python/compare/v1.30.4...v1.30.5)
### Chores
* **internal:** fix lint issue ([35a1e80](https://gith... |
25,584 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## update release
# Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull... |
67 | null | kratzert/RivRetrieve-Python | # Repository Context
Name: kratzert/RivRetrieve-Python
Description:
# Pull Request
## Fix and Improve bulk download
This script was seemingly not updated for a while and was still assuming the old fetcher api.
# Relevant Files Found
## scripts/download_all.py
```
"""Downloads all available streamflow data from ... |
618 | null | oscal-compass/compliance-trestle | # Repository Context
Name: oscal-compass/compliance-trestle
Description:
# Pull Request
## fix: ssp assemble prose, all extraction of general prose for responses
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- \[x] Bug fix (non-breaking c... |
2,004 | null | PokemonGoF/PokemonGo-Bot | # Repository Context
Name: PokemonGoF/PokemonGo-Bot
Description:
# Pull Request
## Allow to collect level up rewards
Currently bot doesn't collect level up rewards.
So, for example bot was level up from 1 to 20 and you login from the phone after this, you will have 1000/350 items in your bag :)
This PR fixed it, ... |
105 | null | GDGBabcockUniversity/gdg-babcock-hacktoberfest-2025 | # Repository Context
Name: GDGBabcockUniversity/gdg-babcock-hacktoberfest-2025
Description:
# Pull Request
## feat: Implement SQLAlchemy persistence for certificates (fixes #102)
Resolves #102.
This pull request implements persistent database storage for the certificate generator, replacing the previous in-memor... |
1,893 | null | vllm-project/vllm-ascend | # Repository Context
Name: vllm-project/vllm-ascend
Description:
# Pull Request
## [CI] Make AttentionBackend interface compatible to fix broken CI
vLLM commit https://github.com/vllm-project/vllm/commit/752c6ade2e0f38a26cdaaed6ffae8f72781e2d61 removed `blocksparse_params` for attention backend. This PR does the sa... |
22 | null | mdn/django-locallibrary-tutorial | # Repository Context
Name: mdn/django-locallibrary-tutorial
Description:
# Pull Request
## Fix grammar error in models.py
# Relevant Files Found
## catalog/models.py
```
from django.db import models
# Create your models here.
from django.urls import reverse #Used to generate urls by reversing the URL patterns... |
23,503 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## Migrate ultravox inputs to TensorSchema
## Purpose
This PR migrates UltravoxAudioFeatureInputs, UltravoxAudioEmbeddingInputs inputs from a TypedDict-based definition to a structured TensorSchema model with runtime shape validation. This bri... |
32,989 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## fix(standard-tests): add filename to PDF file block
The standard PDF input test was creating file content blocks without a filename field.
This caused a warning when the OpenAI block translator processed the message for LangSmith trac... |
11,363 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Skipping test case with kubeadmin password for IBM Cloud - 4.17
Skipping test case with kubeadmin password for IBM Cloud - 4.17
# Relevant Files Found
## tests/functional/z_cluster/cluster_expansion/test_resize_osd.py
```
import ran... |
43 | null | TulipSMP/Tiramisu | # Repository Context
Name: TulipSMP/Tiramisu
Description:
# Pull Request
## Config Verification + Tidyups
Changes:
- verify config and add missing values if necessary (unfortunately this does flip the order of the config file and removes comments)
- tidyup: .gitignore
- tidyup: remove unused config/exampleconfig... |
3,967 | null | agno-agi/agno | # Repository Context
Name: agno-agi/agno
Description:
# Pull Request
## feat: add support for json files as db
- [x] JSON files creation etc
- [x] Agent endpoints
- [x] Team endpoints
- [x] Session endpoints
- [x] Memory endpoints
- [x] Knowledge endpoints
- [x] Eval endpoints
- [x] Metrics endpoints
# Rele... |
142 | null | opensearch-project/opensearch-mcp-server-py | # Repository Context
Name: opensearch-project/opensearch-mcp-server-py
Description:
# Pull Request
## add normalization for search Index tool
### Description
Previously, the LLM can generate the following body and pass to search index tool
```
{
"query": {
"range": {
"timestamp":... |
26 | null | Khan/snippets | # Repository Context
Name: Khan/snippets
Description:
# Pull Request
## Add a display_name field for User model. Show it instead of email, if non-empty.
# Relevant Files Found
## models.py
```
import datetime
import hashlib
import os
from google.appengine.ext import db
from google.appengine.api import users
... |
2,846 | null | embeddings-benchmark/mteb | # Repository Context
Name: embeddings-benchmark/mteb
Description:
# Pull Request
## fix: prompt validation for tasks with `-`
Fix validation for tasks with multiple `-`
> if the task dataset contains a "-", there will be an error in parsing the task_name, such as when specifying "NQ-PL-query".
Ref https://gi... |
216 | null | dell/OpenManage-Enterprise | # Repository Context
Name: dell/OpenManage-Enterprise
Description:
# Pull Request
## 204 set_power_state.py errors out if the power state for a box is already set to the requested
- Addresses #204 for Python
Signed-off-by: Grant Curell <grant_curell@dell.com>
# Relevant Files Found
## Python/set_power_state.py
... |
41 | null | Jason2866/platform-espressif32 | # Repository Context
Name: Jason2866/platform-espressif32
Description:
# Pull Request
## Read me change
# Relevant Files Found
## builder/frameworks/espidf.py
```
# Copyright 2020-present PlatformIO <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use th... |
38 | null | DNPLab/DNPLab | # Repository Context
Name: DNPLab/DNPLab
Description:
# Pull Request
## Yl dev test nddata core
# Relevant Files Found
## unittests/test_nddata_core.py
```
import unittest
from numpy.testing import assert_array_equal
from dnplab.core import nddata
import numpy as np
import random
from dnplab.core.nddata_coord ... |
19,578 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+.
ticket-36471
# Relevant Files Found
## django/contrib/gis/db/backends/mysql/operations.py
```
from django.contrib.gis.db import mode... |
601 | null | ThalesGroup/fred | # Repository Context
Name: ThalesGroup/fred
Description:
# Pull Request
## 600 can not delete csv documents
# Relevant Files Found
## knowledge_flow_backend/app/features/metadata/service.py
```
# Copyright Thales 2025
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil... |
66 | null | Rits-Interaction-Laboratory/shigure_core | # Repository Context
Name: Rits-Interaction-Laboratory/shigure_core
Description:
# Pull Request
## [feat] objectテーブルに物体位置情報を保存できるように変更
# Relevant Files Found
## shigure_core/shigure_core/db/event_repository.py
```
import mysql.connector
from shigure_core.db.config import config
from shigure_core.db.convert_for... |
56 | null | b-paisley/SwEng-Group24 | # Repository Context
Name: b-paisley/SwEng-Group24
Description:
# Pull Request
## Fixed naming inconsistencies
# Relevant Files Found
## Version1/backend/static/Game.py
```
from chessBoard import *
from Points import *
from Pieces import *
from moveChecker import *
from aiMoveGenerator import *
from PiecesPosDi... |
54 | null | DrkYoda/PokerNow-OpenHandHistory-Converter--Python- | # Repository Context
Name: DrkYoda/PokerNow-OpenHandHistory-Converter--Python-
Description:
# Pull Request
## Add ability to parse antes
Fixes #52
# Relevant Files Found
## main.py
```
# PokerNowToOHH.py
# Mark Sudduth sudduth.mark@gmail.com
"""
*******************************************************************... |
665 | null | Klavis-AI/klavis | # Repository Context
Name: Klavis-AI/klavis
Description:
# Pull Request
## Revert "refactor(mcp-servers): use json.dumps instead of str for TextContent"
Reverts Klavis-AI/klavis#659
# Relevant Files Found
## mcp_servers/discord/server.py
```
import os
import logging
import contextlib
from collections.abc import ... |
2,332 | null | google/orbax | # Repository Context
Name: google/orbax
Description:
# Pull Request
## Add partial saving addition support for Orbax v1 free functions.
Add partial saving addition support for Orbax v1 free functions.
# Relevant Files Found
## checkpoint/orbax/checkpoint/experimental/v1/_src/partial/saving.py
```
# Copyright 20... |
40 | null | kexinoh/free-OKC | # Repository Context
Name: kexinoh/free-OKC
Description:
# Pull Request
## Address review feedback for snapshots and browser fallback
## Summary
- remove the global JSON decoder monkey patch by introducing a dedicated manifest decoder helper
- make workspace snapshot create and restore endpoints accept a limit quer... |
323 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Fix for #320 breaking change in REST API for add_disk and update_disk.
# Relevant Files Found
## azure/servicemanagement/__init__.py
```
#-------------------------------------------------------------------------
# Copyright (c)... |
11,121 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## [pr] Unify CONTIGUOUS and GBARRIER
I've decided to try smaller and less ambitious refactor bounty first.
# Relevant Files Found
## tinygrad/kernelize/grouper.py
```
from tinygrad.uop.ops import Ops, UOp, resolve, can_pad, GroupOp, UPat, ... |
2,119 | null | ITISFoundation/osparc-simcore | # Repository Context
Name: ITISFoundation/osparc-simcore
Description:
# Pull Request
## Bugfix2118/re allow cycling dynamic services
<!-- Common title prefixes/annotations:
WIP:
bugfix:
🏗️ maintenance:
(⚠️ devops) = changes in devops config required before deploying
-->
## What do these change... |
803 | null | NVIDIA-NeMo/Automodel | # Repository Context
Name: NVIDIA-NeMo/Automodel
Description:
# Pull Request
## fix: Raise informative error in ``MegatronPretraining`` if no glob paths found
I accidentally had a bad glob path and got a confusing error here
https://github.com/NVIDIA-NeMo/Automodel/blob/de7dff940b2ff214352fe8249113e2408b330242/n... |
60 | null | quantling/pyndl | # Repository Context
Name: quantling/pyndl
Description:
# Pull Request
## adds continue learning inplace in dict_ndl
Solves the problem mentioned in #51 by @sumny
# Relevant Files Found
## pyndl/ndl.py
```
from collections import defaultdict, OrderedDict
import os
import tempfile
import time
import getpass
impo... |
823 | null | ultrabug/py3status | # Repository Context
Name: ultrabug/py3status
Description:
# Pull Request
## documentation IX (module screenshots)
This PR adds screenshots to the new module documentation. Thanks to @lasers for his idea and support for this feature.
Screenshots are defined in a `SAMPLE OUTPUT` section of the modules docstring.... |
21,903 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## octave: provides fltk with opengl, adds qscintilla
fixes #21650
Solves issue #21650 where +fltk did not bring the package in octave using available_graphics_toolkits()
Adds +qscintilla option.
# Relevant Files Found
## var/spack/repos/b... |
3,907 | null | vllm-project/vllm-ascend | # Repository Context
Name: vllm-project/vllm-ascend
Description:
# Pull Request
## [bugfix_v0.11.0-dev] [P/D]layerwise D first plan
<!-- Thanks for sending a pull request!
BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing/overview.html
-->
### What this PR does / why we need it?
Re... |
136 | null | ankushdixit/solokit | # Repository Context
Name: ankushdixit/solokit
Description:
# Pull Request
## Fix: Remove pre-commit option to prevent conflicts with tier-2+ templates
## Summary
Removes the redundant "Pre-commit" additional option from initialization that was creating conflicts with tier-2+ templates which already include Husky ... |
62 | null | IBM/aiu-trace-analyzer | # Repository Context
Name: IBM/aiu-trace-analyzer
Description:
# Pull Request
## Maintenance 25 week 47
Collection of smaller maintenance updates this week:
* catch all warnings and errors in pytest to remove the clutter from the output
* add a changelog
* bump the version to 1.0.2 (to be released asap)
# ... |
2,657 | null | streamlink/streamlink | # Repository Context
Name: streamlink/streamlink
Description:
# Pull Request
## plugins.idf1: HTTPS support
This PR enables HTTPS support for the IDF1 plugin.
# Relevant Files Found
## src/streamlink/plugins/idf1.py
```
import re
from streamlink.plugin import Plugin
from streamlink.plugin.api import useragents... |
377 | null | insightfinder/InsightAgent | # Repository Context
Name: insightfinder/InsightAgent
Description:
# Pull Request
## ii-10804 [Agent] support metrics filter for osmosys
# Relevant Files Found
## osmosys/getmessages_osmosys.py
```
#!/usr/bin/env python
import configparser
import json
import logging
import os
import regex
import socket
import s... |
154 | null | NREL/rdtools | # Repository Context
Name: NREL/rdtools
Description:
# Pull Request
## SRR fixes
Noticed a couple small things to fix with the SRR code. Could include #129 here as well, but I'm not very familiar with that code so I assigned it to @mdeceglie.
# Relevant Files Found
## rdtools/soiling.py
```
'''Functions for ca... |
956 | null | django-commons/django-debug-toolbar | # Repository Context
Name: django-commons/django-debug-toolbar
Description:
# Pull Request
## Avoid rendering HTML data-store-id="None"
When panels are always rendered, the `store_id` is `None`. Previously, this was rendered into the HTML as `data-store-id="None"`, which could appear to the JS as a valid `store_id`... |
560 | null | urllib3/urllib3 | # Repository Context
Name: urllib3/urllib3
Description:
# Pull Request
## implement generator for chunked responses
Fixes #550
So, I have figured out first, proof of concept, very hacky, very ugly implementation. I would like to get some feedback.
(Bear in mind that I haven't run a single test yet)
### How to tes... |
105 | null | truemagic-coder/solana-agent | # Repository Context
Name: truemagic-coder/solana-agent
Description:
# Pull Request
## v29.1.0
* add support for grok and gemini
# Relevant Files Found
## solana_agent/factories/agent_factory.py
```
"""
Factory for creating and wiring components of the Solana Agent system.
This module handles the creation and d... |
72 | null | aiidateam/aiida-optimade | # Repository Context
Name: aiidateam/aiida-optimade
Description:
# Pull Request
## Redirect special OpenAPI endpoints for custom base URLs
Fixes #71
Redirect all non-major version prefix URLs to major-version prefix URLs
for the special OpenAPI docs endpoints:
- docs_url: /extensions/docs
- redoc_url: /exten... |
24,013 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Misc] Move fast prefill logic to separate method
A minor code cleanup
# Relevant Files Found
## vllm/v1/worker/gpu_model_runner.py
```
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM pr... |
3,254 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## New style exp function
This PR depends on #3096, and is a part of #3147.
New style exp function for `Double backward support for v3`.
# Relevant Files Found
## chainer/functions/math/exponential.py
```
import numpy
from chainer import cu... |
842 | null | websocket-client/websocket-client | # Repository Context
Name: websocket-client/websocket-client
Description:
# Pull Request
## Allow passing `http_proxy_timeout` to `run_forever`.
See https://github.com/websocket-client/websocket-client/issues/841
This PR allows to pass timeout for proxy in `run_forever`. Default timeout is quite long (60 sec) so... |
1,060 | null | ecmwf/WeatherGenerator | # Repository Context
Name: ecmwf/WeatherGenerator
Description:
# Pull Request
## [1059][eval] Fix eval crash of inference models from other HPCs
## Description
Instead of reading the model path from the inference config (which invalidates when the inference model has changed HPC), it is read from the private con... |
106 | null | pasteurlabs/tesseract-jax | # Repository Context
Name: pasteurlabs/tesseract-jax
Description:
# Pull Request
## PyANSYS Improvements and Demos
<!--
Please use a PR title that conforms to *conventional commits*: "<commit_type>: Describe your change"; for example: "fix: prevent race condition". Some other commit types are: fix, feat, ci, doc, ... |
2 | null | miurahr/aqtinstall | # Repository Context
Name: miurahr/aqtinstall
Description:
# Pull Request
## Refactoring code
# Relevant Files Found
## qli-installer.py
```
#!/usr/bin/env python3
#
# Copyright (C) 2018 Linus Jahn <lnj@kaidan.im>
# Copyright (C) 2019 Hiroshi Miura <miurahr@linux.com>
#
# Permission is hereby granted, free of c... |
13,505 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Disable socket wakeups for coordinate ID and consumer group offsets
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
This PR is a continuation of https://github.com/DataDog/in... |
1,554 | null | scikit-hep/pyhf | # Repository Context
Name: scikit-hep/pyhf
Description:
# Pull Request
## feat: Expose fitted parameter values of implicit fits in test statistic calls
# Description
Resolves #1550.
Functions in `pyhf.infer` that call `pyhf.infer.mle.fit` or `pyhf.infer.mle.fixed_poi_fit` (except `pyhf.infer.upperlimit`) retu... |
128 | null | InstaPy/instagram-profilecrawl | # Repository Context
Name: InstaPy/instagram-profilecrawl
Description:
# Pull Request
## crawl follower and write them to json file
thx to @astu9880 for the code of scrapping followers
I've reused the code and put it into our json output format
there is still a problem with insta account with a huge amount of f... |
31 | null | ESSS/serialchemy | # Repository Context
Name: ESSS/serialchemy
Description:
# Pull Request
## Change Field to use a default serializer for not None values
The Field dump was converting empty dict to Null instead of leting the
serializer proveded to it decide how to handle not None falsy values
RFDAP-4977
# Relevant Files Found
... |
21,571 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix exception in name_by_user logic in ZHA
# Relevant Files Found
## homeassistant/components/zha/api.py
```
"""
Web socket API for Zigbee Home Automation devices.
For more details about this component, please refer to the documentat... |
89 | null | thenewboston-blockchain/Validator | # Repository Context
Name: thenewboston-blockchain/Validator
Description:
# Pull Request
## Fixes #76
# Relevant Files Found
## infrastructure/aws/update_stack.py
```
#!/usr/bin/env python
import argparse
import subprocess
def str_length_validator(length=None, min_length=None):
def inner(value):
i... |
170 | null | payu-org/payu | # Repository Context
Name: payu-org/payu
Description:
# Pull Request
## Introduced bug in check_fast when fixing the previous fullpath bug.
Used all paths instead of just the paths of the changed files. Fixed
# Relevant Files Found
## payu/manifest.py
```
"""payu.manifest
===============
Provides an manif... |
1,297 | null | Alphonsus411/pCobra | # Repository Context
Name: Alphonsus411/pCobra
Description:
# Pull Request
## Handle optional dependency fallbacks in holobits and decorators
## Summary
- ensure the standard library decorators module tolerates missing optional Rich dependency
- provide holobit SDK fallbacks so holobit utilities import cleanly with... |
817 | null | akrherz/pyIEM | # Repository Context
Name: akrherz/pyIEM
Description:
# Pull Request
## Raise UnknownStationException in autoplot context
Need to have more downstream control of this error state.
# Relevant Files Found
## src/pyiem/exceptions.py
```
"""Custom Exceptions."""
class BadWebRequest(Exception):
"""Raised when a... |
376 | null | EducationalTestingService/rsmtool | # Repository Context
Name: EducationalTestingService/rsmtool
Description:
# Pull Request
## Prevent resorting of import that would break RTD builds.
🤦♂ , sorry.
# Relevant Files Found
## doc/conf.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# rsmtool documentation build configuration file, created b... |
98,020 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## UniFi WLAN availability affected by WLAN enabled
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR cont... |
82 | null | strawberry-graphql/strawberry | # Repository Context
Name: strawberry-graphql/strawberry
Description:
# Pull Request
## Add support for optional arguments when a default value is provided
This PR adds support for marking an argument as optional when a default value is provided, resolving #9.
A couple of comments on this approach:
1) It relies... |
1,123 | null | ceph/teuthology | # Repository Context
Name: ceph/teuthology
Description:
# Pull Request
## misc.wait_until_osds_up: prolong the timeout from 5 min to 9 min
if an node hosts 6 OSDs, it would take longer to boot. this addresses
the failure of
/a/kchai-2017-11-03_05:56:44-rados-wip-jewel-backports-reloaded-distro-basic-mira/1806380.... |
247 | null | topazproject/topaz | # Repository Context
Name: topazproject/topaz
Description:
# Pull Request
## Fix Range iteration with floats
# Relevant Files Found
## tests/objects/test_intobject.py
```
import sys
from pypy.rlib.rarithmetic import LONG_BIT
from pypy.rlib.rbigint import rbigint
from ..base import BaseTopazTest
class TestFi... |
10,585 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## A fix by Omer
## Status
- [ ] In Progress
- [x] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
fixes: https://github.com/demisto/etc/issues/32024
## Description
Cherry picked @omercnet fixes related to [this issue](https... |
34,083 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Remove unnecessary location_type_object property on SQLLocation
## Product Description
<!-- For non-invisible changes, describe user-facing effects. -->
## Technical Summary
<!--
Provide a link to the ticket or document which pro... |
29,489 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix failing multiple-output-inference tests for Python 3.8+
The #29445 introduced a test for generated warnings that tested line number of the generated warning. However the number of line had changed in Python 3.8 because the stack trace of t... |
50 | null | pytest-dev/pytest-env | # Repository Context
Name: pytest-dev/pytest-env
Description:
# Pull Request
## Fix type checker
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
# Relevant Files Found
## src/pytest_env/plugin.py
```
"""Adopt environment section in pytest configuration files."""
from __future__ import annotations
import os... |
137 | null | django-extensions/django-extensions | # Repository Context
Name: django-extensions/django-extensions
Description:
# Pull Request
## Fixed the problems trbs asked me to; I think sqlcreate is ready to go
Let me know if I missed addressing anything. Thanks!
# Relevant Files Found
# Edits
This pull request adds a new `sqlcreate` management command t... |
88 | null | mlapaglia/Borgitory | # Repository Context
Name: mlapaglia/Borgitory
Description:
# Pull Request
## fix current job list rendering
fixes https://github.com/mlapaglia/Borgitory/issues/37
# Relevant Files Found
## src/borgitory/services/jobs/job_render_service.py
```
import logging
from dataclasses import dataclass
from datetime import... |
1,062 | null | genialis/resolwe-bio | # Repository Context
Name: genialis/resolwe-bio
Description:
# Pull Request
## Add aligned reads (BAM) input option to wgs-preprocess tool
## Checklist
<!--
Mark an `[x]` for completed items.
-->
* [x] Update CHANGELOG.rst for each commit separately:
* Pay attention to write entries under the "Unreleased" ... |
3 | null | raulpy271/telegram_ecommerce | # Repository Context
Name: raulpy271/telegram_ecommerce
Description:
# Pull Request
## add Dockerfile and docker-compose.yml to project
# Relevant Files Found
## telegram_ecommerce/utils/consts.py
```
from .utils import load_json_file
default_language = "en"
currency = "USD"
credentials_path = "telegram_ecomme... |
161 | null | CactusDev/CactusBot | # Repository Context
Name: CactusDev/CactusBot
Description:
# Pull Request
## Make API request logging more descriptive
# Relevant Files Found
## cactusbot/services/api.py
```
"""Interact with a REST API."""
import json
import logging
from urllib.parse import urljoin
from aiohttp import ClientHttpProcessingEr... |
8,933 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## Rachitg/dpa
# What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in thi... |
1,425 | null | UCL/TLOmodel | # Repository Context
Name: UCL/TLOmodel
Description:
# Pull Request
## Convert excel ResourceFiles to csv - Add a method to read converted files
This PR aims at adding a method that will help reading the newly converted csv files in a similar manner as their excel equivalent were read. It also addresses situations ... |
247 | null | nacos-group/nacos-sdk-python | # Repository Context
Name: nacos-group/nacos-sdk-python
Description:
# Pull Request
## 完善服务订阅逻辑
进一步完善服务订阅逻辑
# Relevant Files Found
## v2/nacos/naming/redo/naming_grpc_redo_service.py
```
from typing import List, Set, cast
from v2.nacos import Instance
from v2.nacos.common.constants import Constants
from v2.naco... |
1 | null | AGeekInside/fastapi-jinja | # Repository Context
Name: AGeekInside/fastapi-jinja
Description:
# Pull Request
## Develop
This is initial support for jinja rendering. Needs more testing, but initially functionality seems to work.
# Relevant Files Found
## fastapi_chameleon/__init__.py
```
"""fastapi-chameleon - Adds integration of the Chamel... |
1 | null | JignasP/Weather-App | # Repository Context
Name: JignasP/Weather-App
Description:
# Pull Request
## Removed data
# Relevant Files Found
## weather.py
```
# Weather App
# Copyright (c) 2023, Jignas Paturu
from datetime import datetime
import json
from urllib import request
from pathlib import Path
from kivy.app import App
fr... |
409 | null | jazzband/sorl-thumbnail | # Repository Context
Name: jazzband/sorl-thumbnail
Description:
# Pull Request
## Revert "Return of the prodigal THUMBNAIL_FORCE_OVERWRITE"
Reverts mariocesar/sorl-thumbnail#408
# Relevant Files Found
## sorl/thumbnail/base.py
```
from __future__ import unicode_literals
import logging
import os
import re
from... |
147 | null | GoogleCloudPlatform/ramble | # Repository Context
Name: GoogleCloudPlatform/ramble
Description:
# Pull Request
## Fix a typo introduced when bringing in Spack's get_version
# Relevant Files Found
## lib/ramble/ramble/main.py
```
# Copyright 2022-2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# https:/... |
314 | null | RedHatProductSecurity/aegis-ai | # Repository Context
Name: RedHatProductSecurity/aegis-ai
Description:
# Pull Request
## enhance: write log messages also to a log file when `AEGIS_LOG_FILE` is set
## What
Write log messages also to a log file when the `AEGIS_LOG_FILE` environment variable is set.
## Why
So that we can store them on persisten... |
10,225 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix(webhooks): error message on invalid json (bp #10209)
This is an automated backport of pull request #10209 done by Mergify
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and actions can be found in t... |
314 | null | nanome-ai/nanome-lib | # Repository Context
Name: nanome-ai/nanome-lib
Description:
# Pull Request
## Fix Stream schema
# Relevant Files Found
## nanome/api/schemas/__init__.py
```
from .util_schemas import *
from .structure_schemas import *
from .ui_schemas import *
from .shapes_schema import *
from .user_schemas import *
```
## n... |
89 | null | MarianoChaves/pygent | # Repository Context
Name: MarianoChaves/pygent
Description:
# Pull Request
## Refactor system message builder
## Summary
- extract system prompt logic into new `system_message` module
- update agent and utilities to use the new module
## Testing
- `pytest -q`
------
https://chatgpt.com/codex/tasks/task_e_687d6f5... |
47 | null | lybic/lybic-sdk-python | # Repository Context
Name: lybic/lybic-sdk-python
Description:
# Pull Request
## feat(sandbox): add extend_life method to prolong sandbox runtime
#### What this PR does / why we need it?
#### Summary of your change
- Implement ExtendSandboxDto in dto.py for extend sandbox request
- Add extend_life method in Sa... |
43 | null | lollcat/se3-augmented-coupling-flows | # Repository Context
Name: lollcat/se3-augmented-coupling-flows
Description:
# Pull Request
## feat: fab with hmc
- Setup hmc transition operator
- Use for dw4 and lj13 experiments
- add minibatching for evaluation
- On roughly 40% ESS for dw4, and 2.5% for lj13. (NLL's very good on both problems)
- See further... |
2,336 | null | openvinotoolkit/nncf | # Repository Context
Name: openvinotoolkit/nncf
Description:
# Pull Request
## Update patch for roberta-large-mnli in third_party_integration
### Changes
- Remove `attention_mask` from `input_info` to disable tracing. The placement of the FQ has not changed.
- Bump version of transformers and optimum
### R... |
326 | null | gitpython-developers/GitPython | # Repository Context
Name: gitpython-developers/GitPython
Description:
# Pull Request
## Ensure file resources are released
SymbolicReference leaked file descriptor resources when iterating on refs. unittest module complained:
symbolic.py:153: ResourceWarning: unclosed file <_io.TextIOWrapper name='...../gitrepo/.... |
1,386 | null | oceanprotocol/ocean.py | # Repository Context
Name: oceanprotocol/ocean.py
Description:
# Pull Request
## Bump version: 2.2.1 → 2.2.2
# Relevant Files Found
## ocean_lib/__init__.py
```
#
# Copyright 2023 Ocean Protocol Foundation
# SPDX-License-Identifier: Apache-2.0
#
"""Initialises ocean lib package."""
__author__ = """OceanProtoc... |
2 | null | Senth/minecraft-mod-manager | # Repository Context
Name: Senth/minecraft-mod-manager
Description:
# Pull Request
## 🐛 Fix setup entry point
# Relevant Files Found
## setup.py
```
from setuptools import setup
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name="minecraft-mod-manager",
version="0.0.1",
... |
284 | null | NVIDIA/NeMo-Agent-Toolkit | # Repository Context
Name: NVIDIA/NeMo-Agent-Toolkit
Description:
# Pull Request
## Add a `pyproject.toml` to `simple_rag` example allowing for declared dependencies
## Description
* Add a `pyproject.toml` to `simple_rag`.
* While this example does not contain any custom components needing to be installed, it ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.