pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
426 | null | ARM-software/devlib | # Repository Context
Name: ARM-software/devlib
Description:
# Pull Request
## target/install: Add timeout parameters to additional `install` methods
Not all install methods supported a timeout parameter so this can cause
issues for installing large binaries to the target via some paths.
# Relevant Files Found
##... |
571 | null | izumin2000/subekashi | # Repository Context
Name: izumin2000/subekashi
Description:
# Pull Request
## [Fix] URLを含む編集をすると500になる不具合の修正
# Relevant Files Found
## subekashi/lib/search.py
```
from subekashi.models import Song
from subekashi.lib.filter import *
import math
DEFALT_SIZE = 50 # 1度の検索で取得できるsongオブジェクトの数
# 複数の検索条件があるクエリ... |
65 | null | allenai/open-mds | # Repository Context
Name: allenai/open-mds
Description:
# Pull Request
## Record length of inputs
This PR records the length of input text, generated text and reference text per-instance alongside the existing metrics.
# Relevant Files Found
## scripts/run_summarization.py
```
#!/usr/bin/env python
# coding=utf... |
6 | null | matrix-org/trafficlight | # Repository Context
Name: matrix-org/trafficlight
Description:
# Pull Request
## Be clearer on status page where clients and tests are in their processes
Also allows clients to report "failure" to let the test fail.
# Relevant Files Found
## trafficlight/store.py
```
# vim: expandtab ts=4:
# Copyright 2022 The ... |
151 | null | CGATOxford/CGATPipelines | # Repository Context
Name: CGATOxford/CGATPipelines
Description:
# Pull Request
## Fixed strandedness options in hisat
Hisat does not allow strandedness to be set as `unstranded`. Thus if the sample is unstranded no --rna-strandness must be passed - Hisat will then assume the sample is unstranded.
# Relevant File... |
1,041 | null | DaleStudy/leetcode-study | # Repository Context
Name: DaleStudy/leetcode-study
Description:
# Pull Request
## [thispath98] Week 11
## 답안 제출 문제
<!--
자신의 수준이나 일정에 맞게 👉금주에 푸시기로 정한 문제들👈만 나열해주세요.
리뷰어들이 검토와 PR 승인 여부를 결정할 때 큰 도움이 됩니다.
-->
- [x] #227
- [x] #247
- [ ] #262
- [x] #278
- [ ] #287
<!-- - [ ] 문제 4 풀고싶지 않은 문제는 이렇게 주석처... |
2,256 | null | single-cell-data/TileDB-SOMA | # Repository Context
Name: single-cell-data/TileDB-SOMA
Description:
# Pull Request
## `ingest.py` cleanups, doc nits
**Issue and/or context:** while working on #2252, cleaned up a few things while trying to understand/audit them.
# Relevant Files Found
## apis/python/src/tiledbsoma/_dataframe.py
```
# Copyrig... |
2,392 | null | conda-forge/conda-smithy | # Repository Context
Name: conda-forge/conda-smithy
Description:
# Pull Request
## Remove cdt_name, cdt_arch, BUILD from being saved in every feedstock
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
Checkl... |
83 | null | oap-project/raydp | # Repository Context
Name: oap-project/raydp
Description:
# Pull Request
## Stop executors correctly
# Relevant Files Found
## python/raydp/context.py
```
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work fo... |
11 | null | GoogleCloudPlatform/flask-talisman | # Repository Context
Name: GoogleCloudPlatform/flask-talisman
Description:
# Pull Request
## fix hsts preload always disabled
Seems to fix the strict_transport_security_preload settings that was always disabled.
# Relevant Files Found
## flask_talisman/talisman.py
```
# Copyright 2015 Google Inc.
#
# Licensed un... |
5,242 | null | hpcaitech/ColossalAI | # Repository Context
Name: hpcaitech/ColossalAI
Description:
# Pull Request
## [hotfix] removed unused flag
## 📌 Checklist before creating the PR
- [ ] I have created an issue for this PR for traceability
- [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [x] I hav... |
131 | null | anna-money/marshmallow-recipe | # Repository Context
Name: anna-money/marshmallow-recipe
Description:
# Pull Request
## Add post_load delegate to str field
To normalise data came from frontend
# Relevant Files Found
## marshmallow_recipe/fields.py
```
import collections
import collections.abc
import dataclasses
import datetime
import enum
from... |
1,319 | null | squeaknode/squeaknode | # Repository Context
Name: squeaknode/squeaknode
Description:
# Pull Request
## Use ellipsis in payment processor retry log line
# Relevant Files Found
## squeaknode/node/payment_processor.py
```
# MIT License
#
# Copyright (c) 2020 Jonathan Zernik
#
# Permission is hereby granted, free of charge, to any person... |
7 | null | cwt/ananta | # Repository Context
Name: cwt/ananta
Description:
# Pull Request
## Enhancing Ananta with TUI Mode for Improved Interaction and Performance
This update introduces TUI (Text User Interface) mode, allowing Ananta to function as a full-screen text-based application. Users can input commands and receive output from al... |
15 | null | milo-minderbinder/AWS-PlantUML | # Repository Context
Name: milo-minderbinder/AWS-PlantUML
Description:
# Pull Request
## 6-param macro and bugfixes
# Relevant Files Found
## awspuml.py
```
import argparse
import configparser
import os.path
import re
import shutil
import subprocess
from configparser import _UNSET, NoOptionError, NoSectionError... |
245 | null | deepset-ai/haystack-experimental | # Repository Context
Name: deepset-ai/haystack-experimental
Description:
# Pull Request
## Proposal for changing internal working of Agent
### Related Issues
@anakin87 and I had a discussion about the internals of the Agent and that it was difficult to understand the logic of the underlying pipeline.
Additio... |
294 | null | jeertmans/manim-slides | # Repository Context
Name: jeertmans/manim-slides
Description:
# Pull Request
## feat(lib): add `loop` option to `next_slide` and remove `start/end_loop`
# Relevant Files Found
## example.py
```
# flake8: noqa: F403, F405
# type: ignore
from manim_slides import Slide, ThreeDSlide
from manim_slides.slide import... |
5,072 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Upgrade psutil to 5.0.1
5.0.1
=====
**Enhncements**
- new Process.oneshot() context manager making Process methods around +2x faster in general and from +2x to +6x faster on Windows.
- better error message in case of version confl... |
119 | null | containerbuildsystem/osbs-client | # Repository Context
Name: containerbuildsystem/osbs-client
Description:
# Pull Request
## prod: don't use koji when yum repo is specified
Fixes #118
# Relevant Files Found
## osbs/build/build_request.py
```
"""
Copyright (c) 2015 Red Hat, Inc
All rights reserved.
This software may be modified and distributed ... |
1,095 | null | vertica/VerticaPy | # Repository Context
Name: vertica/VerticaPy
Description:
# Pull Request
## [QPROF] Bug correction
- bug on duration
- changing the name get_transactions to get_queries
- adding appropriate error messages.
# Relevant Files Found
## verticapy/__init__.py
```
"""
Copyright (c) 2018-2024 Open Text or one ... |
1,153 | null | ConsenSysDiligence/mythril | # Repository Context
Name: ConsenSysDiligence/mythril
Description:
# Pull Request
## Fix the padding while comparing
fixes #1152 , but not that major bug.
Also fixes typehints for new version of mypy.
# Relevant Files Found
## mythril/laser/smt/__init__.py
```
from mythril.laser.smt.bitvec import (
BitVec,
... |
8 | null | vmw-loginsight/webhook-shims | # Repository Context
Name: vmw-loginsight/webhook-shims
Description:
# Pull Request
## Feature/jenkins
Added Jenkins integration for jobs without parameters
# Relevant Files Found
## loginsightwebhookdemo/__init__.py
```
#!/usr/bin/env python
"""
#Demo webhook shims for Log Insight and vRealize Operations Manag... |
530 | null | conan-io/conan-package-tools | # Repository Context
Name: conan-io/conan-package-tools
Description:
# Pull Request
## Support Conan 1.31.0
Changelog: Feature: Support Conan 1.31.0.
Changelog: Feature: Build static before shared to follow CCI semantics.
- [ ] Refer to the issue that supports this Pull Request.
- [ ] If the issue has missing ... |
6,693 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## EWS: links in map report and increase timeout in reporting rates
last comments in:
http://manage.dimagi.com/default.asp?167209
http://manage.dimagi.com/default.asp?167135
# Relevant Files Found
## custom/ewsghana/reports/maps.py
```
fr... |
1,878 | null | conda-forge/conda-smithy | # Repository Context
Name: conda-forge/conda-smithy
Description:
# Pull Request
## allow any str in `skip_render`
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
Checklist
* [x] Added a ``news`` entry
<... |
113 | null | xdevplatform/twitter-python-ads-sdk | # Repository Context
Name: xdevplatform/twitter-python-ads-sdk
Description:
# Pull Request
## Fixing `AttributeError` when importing `httplib2`
Seeing the following error when using the `trace=True` when instantiating a `Client` object—only when `httplib2` is installed in the current Python environment:
``... |
1,801 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Lambda layer: Bug Fix
Handle case `input_shape == None`.(Previous layer is a join `Merge`).
# Relevant Files Found
## keras/layers/core.py
```
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import division... |
48 | null | blockchain-certificates/cert-issuer | # Repository Context
Name: blockchain-certificates/cert-issuer
Description:
# Pull Request
## V2 updates
Tests pass, working on docs
# Relevant Files Found
## cert_issuer/__init__.py
```
__version__ = '0.0.19'
```
## cert_issuer/certificate_handler.py
```
import datetime
import hashlib
import json
from abc im... |
5,810 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Fix backend_name when creating function in patch
Currently a function created in a patch will have backend_name
randomly generated for both the stdschema and the reflschema, causing
calls to the function to produce wrong SQL.
Stash the info in sc... |
109 | null | qiime2/q2-fmt | # Repository Context
Name: qiime2/q2-fmt
Description:
# Pull Request
## ADD: detect donor indicators pipeline
Adds a pipeline for filtering feature-table down to baseline and donors, and running ancombc to detect important donor features.
# Relevant Files Found
## q2_fmt/__init__.py
```
# ----------------------... |
1,380 | null | LMCache/LMCache | # Repository Context
Name: LMCache/LMCache
Description:
# Pull Request
## [Core] Fix hash mismatch between LMCache and vLLM
1. Add `extra_keys`
2. Correctly initialize `NONE_HASH`
---
<details>
<!-- inside this <details> section, markdown rendering does not work, so we use raw html here. -->
<summary><b> P... |
9 | null | edly-io/h5pxblock | # Repository Context
Name: edly-io/h5pxblock
Description:
# Pull Request
## fix: clould storage path does not need MEDIA_ROOT perfix
# Relevant Files Found
## h5pxblock/utils.py
```
"""
Utility methods for xblock
"""
import concurrent.futures
import logging
import os
import shutil
from zipfile import is_zipfil... |
5,352 | null | holoviz/holoviews | # Repository Context
Name: holoviz/holoviews
Description:
# Pull Request
## Supporting widgets in slices for loc and iloc
Part of the solution for https://github.com/holoviz/hvplot/issues/771
Checklist:
- [x] Add support for slice in `resolve_dependent_value`.
- [x] Support for `pn.widgets` in slice for `tran... |
293 | null | oemof/oemof-solph | # Repository Context
Name: oemof/oemof-solph
Description:
# Pull Request
## Fix test for simple dispatch example
# Relevant Files Found
## examples/oemof_full_check.py
```
# -*- coding: utf-8 -*-
import logging
import time
import os
import sys
import nose
from oemof.tools import logger
sys.path.append(os.path... |
306 | null | bebleo/smtpdfix | # Repository Context
Name: bebleo/smtpdfix
Description:
# Pull Request
## User a random available port instead of 8025 by default
Fixes #280, so smptdfix can be used with pytest-xdist or `tox -p`
# Relevant Files Found
## smtpdfix/configuration.py
```
import os
from pathlib import Path
from typing import Any, Op... |
16 | null | teamtomo/eerfile | # Repository Context
Name: teamtomo/eerfile
Description:
# Pull Request
## Patch metadata erroor from tifffile update
Closes Issue #15
# Relevant Files Found
## src/eerfile/data_models.py
```
"""Data models for EER files."""
import os
from datetime import datetime
from typing import Optional
from lxml import ... |
4 | null | nigl/homeassistant_eta_integration | # Repository Context
Name: nigl/homeassistant_eta_integration
Description:
# Pull Request
## Improve parsing of float values returned by API
This change improves the parsing of float values returned by the API. This is done by using the numerical value, scale factor and number of decimal places specified in the API... |
170 | null | bennymeg/Fabrication-Toolkit | # Repository Context
Name: bennymeg/Fabrication-Toolkit
Description:
# Pull Request
## Optionally use User.2 layer for alternative outline
This is a rough implementation of the idea described in #169
# Relevant Files Found
## plugins/options.py
```
AUTO_TRANSLATE_OPT = "AUTO TRANSLATE"
AUTO_FILL_OPT = "AUTO FILL... |
47 | null | aws-samples/dify-aws-tool | # Repository Context
Name: aws-samples/dify-aws-tool
Description:
# Pull Request
## [feat] Add Bedrock Knowledge Base Retrieval
*Issue #, if available:*
*Description of changes:*
As Bedrock Knowledge Base can recognize images inside our documents, we add this feature.
<img width="455" alt="image" src="https:... |
2,188 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Validate that currencies match the project currency
# Relevant Files Found
## bluebottle/bb_donations/tests/test_api.py
```
import json
from mock import patch
from bluebottle.donations.models import Donation
from bluebottle.ord... |
345 | null | sarugaku/requirementslib | # Repository Context
Name: sarugaku/requirementslib
Description:
# Pull Request
## Support for named package categories
In support of: https://github.com/pypa/pipenv/pull/5366
# Relevant Files Found
## src/requirementslib/models/lockfile.py
```
import copy
import itertools
import os
from json import JSONDecodeEr... |
303 | null | praekeltfoundation/molo | # Repository Context
Name: praekeltfoundation/molo
Description:
# Pull Request
## Add Next and Recommended Articles to Article Page
backend: https://praekeltorg.atlassian.net/browse/GEMMOLO-163
frontend: https://praekeltorg.atlassian.net/browse/GEMMOLO-199
# Relevant Files Found
## molo/core/models.py
```
from ... |
9,512 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## place masks in INDEX for TestGatedStoreRewrite [pr]
In tinygrad proper, masks always start at the INDEX UOp and move_mask later pushes them to the LOAD/STORE.
We should initialize these tests with the UOp representation that closely matche... |
34 | null | timkpaine/jupyterlab_autoversion | # Repository Context
Name: timkpaine/jupyterlab_autoversion
Description:
# Pull Request
## Switch to GitHub actions and Black
# Relevant Files Found
## jupyterlab_autoversion/__init__.py
```
from ._version import __version__ # noqa: F401
from .extension import load_jupyter_server_extension # noqa: F401
def ... |
670 | null | suny-downstate-medical-center/netpyne | # Repository Context
Name: suny-downstate-medical-center/netpyne
Description:
# Pull Request
## fixed errors while building docstrings
# Relevant Files Found
## netpyne/support/bsmart.py
```
"""
Module with functions for spectral Granger causality
This file contains all the function definitions necessary for r... |
161 | null | bluesky/databroker | # Repository Context
Name: bluesky/databroker
Description:
# Pull Request
## FIX: do not raise on no descriptors
- eat exception in EventSourceShim layer
- move NoEventDescriptors exception from HeaderShim -> EventSourceShim
# Relevant Files Found
## databroker/broker.py
```
from __future__ import print_funct... |
1,771 | null | Azure/azure-linux-extensions | # Repository Context
Name: Azure/azure-linux-extensions
Description:
# Pull Request
## WaagentBugFix
Need:
The method RunGetOutput is a wrapper for subprocess.check_output which is used for running a command and returning the CompletedProcess object.
Irrespective of the type of the output (CompletedProcess object... |
305 | null | CGATOxford/CGATPipelines | # Repository Context
Name: CGATOxford/CGATPipelines
Description:
# Pull Request
## update find regex expression on pipeline_testing.py
# Relevant Files Found
## CGATPipelines/pipeline_testing.py
```
"""=================================================
pipeline_testing - automated testing of pipelines
=========... |
93 | null | AI4S2S/s2spy | # Repository Context
Name: AI4S2S/s2spy
Description:
# Pull Request
## Optimize output from RGDR
Tiny updates to RGDR module:
- Return `dataarray` with the shape `["anchor_year", "cluster_labels"]` to be compatible with sklearn models (require inputs in the format of [samples, features])
- Add attributes to the... |
135 | null | ccbrown/needy | # Repository Context
Name: ccbrown/needy
Description:
# Pull Request
## Add more descriptive Android errors
# Relevant Files Found
## needy/platforms/android.py
```
from ..platform import Platform
import os
import subprocess
class AndroidPlatform(Platform):
def __init__(self, parameters={}):
Plat... |
172 | null | datreant/datreant | # Repository Context
Name: datreant/datreant
Description:
# Pull Request
## Bye py2
Removes python2 support. Finally.
# Relevant Files Found
## setup.py
```
#! /usr/bin/python
"""Setuptools-based setup script for datreant.
For a basic installation just type the command::
python setup.py install
"""
from se... |
3,818 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Download non-disabled unlisted files from local storage rather than CDN
Needed for mozilla/addons#3632
# Relevant Files Found
## src/olympia/files/models.py
```
import hashlib
import json
import os
import posixpath
import re
import... |
8,027 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Fix report builder filter format selection
This PR makes the following changes to the report builder:
- Form based reports/data sources use the form question type to decide the data source indicator data type.
- Users no longer select a fo... |
541 | null | openshift/openshift-tools | # Repository Context
Name: openshift/openshift-tools
Description:
# Pull Request
## add build/deploy/image pruning script
# Relevant Files Found
# Edits
This PR adds a new script `cron-openshift-pruner.py` to automate the pruning of old images, builds, and deployments in OpenShift clusters, helping to manage ... |
2,269 | null | Qiskit/qiskit-ibm-runtime | # Repository Context
Name: Qiskit/qiskit-ibm-runtime
Description:
# Pull Request
## IQP migration followup
<!--
⚠️ The pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file using reno if the change needs to be
documented in the release notes.
⚠️ If yo... |
1,035 | null | fsspec/filesystem_spec | # Repository Context
Name: fsspec/filesystem_spec
Description:
# Pull Request
## Don't autoclose OpenFile - user must do it
Only affects those using OpenFile.open(), which already has caveats.
Fixes #1032
# Relevant Files Found
## fsspec/core.py
```
from __future__ import absolute_import, division, print_fun... |
73 | null | beta-team/beta-recsys | # Repository Context
Name: beta-team/beta-recsys
Description:
# Pull Request
## [#41] feat: implement yoochoose dataset
# Relevant Files Found
## beta_rec/datasets/gowalla.py
```
import os
import time
import pandas as pd
from beta_rec.utils.constants import *
from beta_rec.datasets.dataset_base import Datas... |
586 | null | IndustryEssentials/ymir | # Repository Context
Name: IndustryEssentials/ymir
Description:
# Pull Request
## [backend] attempted to get model from a failed task
# Relevant Files Found
## ymir/backend/src/ymir_app/app/api/api_v1/endpoints/tasks.py
```
import asyncio
from dataclasses import asdict
import enum
import json
from typing import... |
9 | null | cdecker/lnet | # Repository Context
Name: cdecker/lnet
Description:
# Pull Request
## Fix UnixDomainSocketRpc method calls
`UnixDomainSocketRpc._writeobj` was passing in `sock` as self, the payload dict as `sock` and is missing a payload dict.
`UnixDomainSocketRpc._readobj` returns a tuple. Unpack and throw away the second val... |
147 | null | uscuni/neatnet | # Repository Context
Name: uscuni/neatnet
Description:
# Pull Request
## add projected CRS meters info – #142
This PR resolves #142
# Relevant Files Found
## neatnet/simplify.py
```
import logging
import typing
import warnings
import geopandas as gpd
import momepy
import numpy as np
import pandas as pd
import ... |
113 | null | 2lian/Motion-Stack | # Repository Context
Name: 2lian/Motion-Stack
Description:
# Pull Request
## Using pixi instead of doit.
# Relevant Files Found
## src/moonbot_zero_tuto/launch/myrobot.launch.py
```
import os
from typing import Any, Dict, List, Mapping, Optional, Union
from launch_ros.actions import Node
from launch_ros.parame... |
1,109 | null | beeware/toga | # Repository Context
Name: beeware/toga
Description:
# Pull Request
## Fix windows memory leak
Fixed a memory leak in windows implementation
FIxes #1108
Before fix:

After fix:

Makes the default value in a listed decompiler option always appear first in the list and make it really default. See case of Phoenix structuring option.
# Relevant Files F... |
10,953 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## not recomput o1
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
#### Before submitting
- [ ] Lint code. If there are lint issues, please format the code first.
```shell
# Install and register `pre-commit` in th... |
61 | null | Qkessler/CloudQuestions | # Repository Context
Name: Qkessler/CloudQuestions
Description:
# Pull Request
## Merging better search_engine and performance question_delete functionality.
# Relevant Files Found
## CloudQuestions_web/questions/src/question_service.py
```
import os
import random
import questions.src.parsing as parsing
from qu... |
2,013 | null | googleapis/synthtool | # Repository Context
Name: googleapis/synthtool
Description:
# Pull Request
## chore: remove java owlbot
In this PR:
- Rmove Java Owlbot since the source code is migrated to sdk-platform-java and it is disabled in non-GAPIC libraries (see go/disable-owlbot-java).
# Relevant Files Found
## docker/owlbot/java/src/... |
78 | null | lenskit/lkpy | # Repository Context
Name: lenskit/lkpy
Description:
# Pull Request
## A couple more pipeline refactors
# Relevant Files Found
## tests/test_hpf.py
```
import logging
import pickle
from lenskit.algorithms import hpf
import pandas as pd
import numpy as np
from pytest import mark
import lk_test_utils as lktu
... |
19 | null | PokemonGoF/PokemonGo-Bot-Backup | # Repository Context
Name: PokemonGoF/PokemonGo-Bot-Backup
Description:
# Pull Request
## corrected the order of parameters of pokemon_evolved event
# Please Note - You may remove this section before opening your PR
We receive lots of PRs and it is hard to give proper review to PRs. Please make it easy on us by fo... |
1,733 | null | swarmauri/swarmauri-sdk | # Repository Context
Name: swarmauri/swarmauri-sdk
Description:
# Pull Request
## Fix GithubLoadedTool tests
## Summary
- support lazy initialization in `GithubLoadedTool`
- resolve component loading via registered tool types
- implement equality for `ParameterBase` ignoring IDs
## Testing
- `uv run --package swar... |
24 | null | LSSTDESC/descqa | # Repository Context
Name: LSSTDESC/descqa
Description:
# Pull Request
## Added color cuts to CLF test
I've included a color cut, where the cut is determined by finding the rest frame g-r color which gives the same number density (for z<0.2) for each catalog. This isn't totally optimal, but it's the best solution u... |
18,196 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Doc] Unify structured outputs examples
This PR unify the three files for structured_outputs examples onto one, `openai_chat_completion_structured_outputs.py`:
- Now we will run with all supported features (regex, choice, structural_tags, ... |
210 | null | canonical/jubilant | # Repository Context
Name: canonical/jubilant
Description:
# Pull Request
## docs: correct defaults for exec and run "wait" parameters
Juju actually has default waits for these commands (by design, says the Juju team). So correct the docstrings and make it clear what the defaults are.
Fixes #206
# Relevant File... |
1,658 | null | Ericsson/codechecker | # Repository Context
Name: Ericsson/codechecker
Description:
# Pull Request
## Fix tidy output converter
If the output contained multiple notes after an error the tidy output converter generated a report for the error and the notes too. This commit resolves this problem by changing the message line regex.
# Releva... |
529 | null | CadQuery/CQ-editor | # Repository Context
Name: CadQuery/CQ-editor
Description:
# Pull Request
## Toggle the enabled state of Edit menu items when Editor visibility changes
Closes #520
It can be confusing to have menu items enabled for the Editor when it is not visible. This PR fixes that.
# Relevant Files Found
## cq_editor/main... |
1 | null | project-numina/kimina-lean-server | # Repository Context
Name: project-numina/kimina-lean-server
Description:
# Pull Request
## Fix leanrepl closing issue
When closing the kimina-lean-server the lean repl instances often persist. This is due to using `process.kill` instead of closing the stdin. Modified leanrepl to close stdin so that it would trigge... |
76 | null | onnx/onnxmltools | # Repository Context
Name: onnx/onnxmltools
Description:
# Pull Request
## Float16 converter
# Relevant Files Found
## onnxmltools/utils/__init__.py
```
# -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MI... |
1,321 | null | VirtusLab/git-machete | # Repository Context
Name: VirtusLab/git-machete
Description:
# Pull Request
## Bump the deps group in /requirements with 2 updates
Bumps the deps group in /requirements with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [typos](https://github.com/crate-ci/typos).
Updates `setuptools` from 74.0.0... |
34 | null | cronofy/pycronofy | # Repository Context
Name: cronofy/pycronofy
Description:
# Pull Request
## Set future as an install dependency
# Relevant Files Found
## pycronofy/__init__.py
```
from pycronofy.client import Client # noqa: F401
from pycronofy import settings
__version__ = '1.1.3'
__name__ = 'PyCronofy'
"""
Python library wr... |
35 | null | microsoft/picologging | # Repository Context
Name: microsoft/picologging
Description:
# Pull Request
## Add Python coverage. Remove PercentStyle members
# Relevant Files Found
## src/picologging/__init__.pyi
```
from _typeshed import StrPath, SupportsWrite
from collections.abc import Callable, Iterable, Mapping
from io import TextIOWr... |
112 | null | macbre/mediawiki-dump | # Repository Context
Name: macbre/mediawiki-dump
Description:
# Pull Request
## Bump pylint from 2.13.8 to 2.13.9
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.13.9.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/main/ChangeLog">pylint's c... |
2 | null | shabarin/ansible-yandexdns | # Repository Context
Name: shabarin/ansible-yandexdns
Description:
# Pull Request
## python 3 support
implemented Python3 support via some quirks and six library.
# Relevant Files Found
## yandexdns.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
import pycurl
from StringIO import StringIO
from urllib import u... |
1,133 | null | pushingkarmaorg/python-plexapi | # Repository Context
Name: pushingkarmaorg/python-plexapi
Description:
# Pull Request
## Update `MyPlexResource` to use Plex API v2
## Description
Update `MyPlexResource` to use Plex API v2 URL.
## Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an iss... |
9,640 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Add DBM SQL obfuscator options
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
The obfuscation library within the datadog-agent is being updated to support options to configu... |
52 | null | florianholzapfel/panasonic-viera | # Repository Context
Name: florianholzapfel/panasonic-viera
Description:
# Pull Request
## add missing dependency
# Relevant Files Found
## setup.py
```
from distutils.core import setup
setup(
name = 'panasonic_viera',
packages = ['panasonic_viera'],
version = '0.4.0',
description = 'Library to... |
2,835 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Remove more uses of distutils in setup.py
distutils is deprecated [1], so reduce our reliance on it in setup.py.
Alas, some uses remain as, somewhat surprisingly, `setuptools` does not
surface the logger or the `build` command.
[1] https://www.p... |
321 | null | alexmojaki/futurecoder | # Repository Context
Name: alexmojaki/futurecoder
Description:
# Pull Request
## comsync and pyodide-worker-runner
# Relevant Files Found
## core/checker.py
```
import ast
import inspect
import logging
import time
from collections import defaultdict
from core.exercises import assert_equal
from core.question_wi... |
18,019 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## add tests for `trimmed_var` and `trimmed_std` in `stats.mstats`
<!--
Thanks for contributing a pull request! Please ensure that
your PR satisfies the checklist before submitting:
http://scipy.github.io/devdocs/dev/contributor/development_wor... |
2,452 | null | lbryio/lbry-sdk | # Repository Context
Name: lbryio/lbry-sdk
Description:
# Pull Request
## Fix SQLITE_MISUSE
fixes https://github.com/lbryio/lbry-sdk/issues/2164
# Relevant Files Found
## lbry/tests/integration/test_account_commands.py
```
from lbry.testcase import CommandTestCase
from lbry.wallet.dewies import dewies_to_lbc
d... |
427 | null | pysmt/pysmt | # Repository Context
Name: pysmt/pysmt
Description:
# Pull Request
## TypesOracle: Fix handling of constants
The TypesOracle was not able to correctly determined the types of expressions with constants, since constants were ignored.
# Relevant Files Found
## pysmt/oracles.py
```
#
# This file is part of pySMT.
#... |
3 | null | svanoort/python-client-benchmarks | # Repository Context
Name: svanoort/python-client-benchmarks
Description:
# Pull Request
## Updates to benchmarks
Firstly, the development server being used was not adequate for benchmarks (nor suitable for production use).
- Added Gunicorn server, configured with 8 gevent works (extremely fast).
- Added Requests ... |
383 | null | astropy/halotools | # Repository Context
Name: astropy/halotools
Description:
# Pull Request
## Update to OccupationComponent class
Minor adjustments to OccupationComponent and test suite to improve generality and coverage
# Relevant Files Found
## halotools/empirical_models/occupation_models/occupation_model_template.py
```
# -*-... |
3,463 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Allow using both sorted_index and chunksize in read_hdf (#3401)
Solve #3401 issue.
- [ ] Tests added / passed
- [ ] Passes `flake8 dask`
- [ ] Fully documented, including `docs/source/changelog.rst` for all changes
and one of the `docs/... |
32 | null | SyntaxArc/ArchiPy | # Repository Context
Name: SyntaxArc/ArchiPy
Description:
# Pull Request
## Fix: Fixed sql alchemy sort mixin
## Description
This change fixes an issue in the `SqlAlchemySortMixin` class where the sorting logic did not properly handle `SortOrderType` when it was provided as an `Enum`. The original code assumed `... |
66 | null | linz/topo-imagery | # Repository Context
Name: linz/topo-imagery
Description:
# Pull Request
## fix: keep temporary files so they are pushed to the artifact bucket
## Description
The temporary files generated with `gdal` should not been deleted as we need to push them to the Argo artifact bucket at the end of the workflow.
## Chan... |
3 | null | freenit-framework/backend | # Repository Context
Name: freenit-framework/backend
Description:
# Pull Request
## Addition to user
# Relevant Files Found
## application/api/user.py
```
from flask_rest_api import Blueprint, abort
from ..models.auth import User
from ..schemas.auth import UserSchema
from ..schemas.paging import PageInSchema, ... |
5,230 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Use LDFLAGS only on languages that need it. Closes #5215.
# Relevant Files Found
## mesonbuild/compilers/compilers.py
```
# Copyright 2012-2017 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");... |
133 | null | biopragmatics/curies | # Repository Context
Name: biopragmatics/curies
Description:
# Pull Request
## Improve typing
- add `from __future__ import annotations` everywhere
- install all dependencies explicitly
# Relevant Files Found
## src/curies/api.py
```
"""Data structures and algorithms for :mod:`curies`."""
import csv
import ite... |
60 | null | ethereum/py-geth | # Repository Context
Name: ethereum/py-geth
Description:
# Pull Request
## Add Geth 1.10.4 support
### What does it do?
Adds support for the newly released Geth v1.10.4.
#### Cute Animal Picture

# Relevant Files Found
## geth/install.py
```
"""
Install geth
"""
import ... |
647 | null | scylladb/scylla-ccm | # Repository Context
Name: scylladb/scylla-ccm
Description:
# Pull Request
## Modify Node::repair method for nodetool cluster repair
Since https://github.com/scylladb/scylladb/pull/22905 nodetool repair
repairs only vnode keyspaces. To repair tablet keyspaces, you need
to use nodetool cluster repair.
Add Scyll... |
61 | null | python-discord/bot | # Repository Context
Name: python-discord/bot
Description:
# Pull Request
## Fixed a critical bug with Hiphopify
The bug makes it impossible for users to change their nicknames while Bot Staging is running. After this is merged, all testing bots **must** update their branches.
Also fixed a couple of minor aesth... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.