pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
979 | null | meerk40t/meerk40t | # Repository Context
Name: meerk40t/meerk40t
Description:
# Pull Request
## Tweaks to 0.7.x Color Selection Tweaks
* adds in command `scene color` which lets you list the colors that can be changed or do `scene color unset`.
* Does not create pens or colors during the drawing cycle.
* Implements a theme signal to... |
36 | null | Esri/OptimizeRasters | # Repository Context
Name: Esri/OptimizeRasters
Description:
# Pull Request
## PEP8 coding standards (except long lines)
Hello,
I've tried to make your OptimizeRasters file confirm to the PE8 standard to make it easier to try and read and support. Hope this helps.
# Relevant Files Found
## CleanMRFCache.py
```
... |
351 | null | aussig/BGS-Tally | # Repository Context
Name: aussig/BGS-Tally
Description:
# Pull Request
## All bases fix
Fix for the all bases progress bug. Also added dynamic tooltips to help clarify what's what.
# Relevant Files Found
## bgstally/windows/progress.py
```
import traceback
from math import ceil
from enum import Enum, auto
from ... |
1,855 | null | PaddlePaddle/PaddleDetection | # Repository Context
Name: PaddlePaddle/PaddleDetection
Description:
# Pull Request
## [Dygraph]fix mask_rcnn
# Relevant Files Found
## ppdet/modeling/head/mask_head.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
... |
2,865 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Set up Protobuf serde and tests for Python `NoneType`
This lays the foundation for incrementally adding Protobuf serialization
and handles the simplest possible case, which is an empty message
(usually sent as a response to another messag... |
4,083 | null | microsoft/lisa | # Repository Context
Name: microsoft/lisa
Description:
# Pull Request
## Revert "skip test if hv_netvsc driver is not used"
Revert the change to remove the impact for azcertify verification
# Relevant Files Found
## lisa/microsoft/testsuites/network/netinterface.py
```
# Copyright (c) Microsoft Corporation.
# Li... |
17,335 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## [docs] remove mentions of op from sda concept page
## Summary & Motivation
Removes unnessesary mentions of ops and jobs from the SDA concept page
## How I Tested These Changes
# Relevant Files Found
## examples/docs_snippets/docs_s... |
15,783 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## MPFR: fix patch checksum, add dependencies
For the `mpfr` package, we use the aggregated `allpatches` patch for each version. Unfortunately, this patch is added to from time-to-time, so the checksum changed. This PR updates the checksum, and swit... |
770 | null | galaxyproject/planemo | # Repository Context
Name: galaxyproject/planemo
Description:
# Pull Request
## Add a native Galaxy workflow (.ga) testing test.
# Relevant Files Found
## tests/test_cmd_serve.py
```
import functools
import os
import threading
import time
import uuid
from planemo import network_util
from planemo.galaxy import ... |
783 | null | langchain-ai/langsmith-sdk | # Repository Context
Name: langchain-ai/langsmith-sdk
Description:
# Pull Request
## [Python] Fix get_test_results for long batches
# Relevant Files Found
## python/langsmith/client.py
```
"""The LangSmith Client."""
from __future__ import annotations
import atexit
import collections
import datetime
import fu... |
770 | null | data-to-insight/csc-validator-be-903 | # Repository Context
Name: data-to-insight/csc-validator-be-903
Description:
# Pull Request
## SW05STG1 (v2)
Closes #673
Essentially the same as #742 but filters SW_DEC for NaNs before running the check, allowing NaNs to pass.
(Remaking branch and PR because I messed up trying to rebase #743)
# Relevant Fil... |
1,215 | null | open-compass/VLMEvalKit | # Repository Context
Name: open-compass/VLMEvalKit
Description:
# Pull Request
## Add Thyme model
Please support our new model, which supports flexible thinking with images.
[[Main page]](https://thyme-vl.github.io/)
[[Model]](https://huggingface.co/Kwai-Keye/Thyme-RL)
The code has passed pre-commit checks and... |
390 | null | Cyberjusticelab/JusticeAI | # Repository Context
Name: Cyberjusticelab/JusticeAI
Description:
# Pull Request
## [#43] probabilities
1) Added probabilities to predictions
2) Model now trains using probabilities = True --> increases training time
3) ReadMe updated with change in end point
4) Probabilities only on Classifiers obviously.
On... |
104 | null | nanotaboada/python-samples-fastapi-restful | # Repository Context
Name: nanotaboada/python-samples-fastapi-restful
Description:
# Pull Request
## chore(routes): rename handlers to match convention
# Relevant Files Found
## routes/player_route.py
```
# ------------------------------------------------------------------------------
# Route
# ----------------... |
11 | null | qognitive/qcog-python-client | # Repository Context
Name: qognitive/qcog-python-client
Description:
# Pull Request
## implement indexing logic in the client
# Relevant Files Found
## qcog_python_client/client.py
```
from __future__ import annotations
import base64
import io
import os
import aiohttp
import requests
import pandas as pd
de... |
370 | null | Open-Wine-Components/umu-protonfixes | # Repository Context
Name: Open-Wine-Components/umu-protonfixes
Description:
# Pull Request
## utilities: move proton utility functions into their own file and add DLSS, XeSS and FSR4 downloaders.
I am playing around with moving these download methods from `proton-cachyos` to `protonfixes` to make them available w... |
13 | null | thehapyone/NanoCamera | # Repository Context
Name: thehapyone/NanoCamera
Description:
# Pull Request
## Support select camera type by entry attribute
Make NanoCamera easier to use. Selecting camera type by entry attribute. Example: nano.USB, it means it named.
# Relevant Files Found
## examples/MJPEG_camera.py
```
"""
Using the NanoCam... |
180 | null | pyapp-kit/magicgui | # Repository Context
Name: pyapp-kit/magicgui
Description:
# Pull Request
## don't ever change the call_button text silly
maybe addresses #179 ? (will close separately once confirmed)
# Relevant Files Found
## magicgui/widgets/_function_gui.py
```
"""The FunctionGui class is a Container subclass designed to rep... |
3 | null | Yelp/kafka-python | # Repository Context
Name: Yelp/kafka-python
Description:
# Pull Request
## Lower metadata logging
# Relevant Files Found
## kafka/client.py
```
import collections
import copy
import functools
import logging
import time
import kafka.common
from kafka.common import (TopicAndPartition, BrokerMetadata,
... |
172 | null | baidubce/app-builder | # Repository Context
Name: baidubce/app-builder
Description:
# Pull Request
## 表格文字识别、条形码/二维码识别、身份证混贴识别、手写文字识别支持function call 简化OCR识别内容
# Relevant Files Found
## appbuilder/core/components/handwrite_ocr/component.py
```
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil... |
7 | null | jmeisele/celery-farm | # Repository Context
Name: jmeisele/celery-farm
Description:
# Pull Request
## moved makefile and toml to root
# Relevant Files Found
## backend/core/event_handlers.py
```
from typing import Callable
import redis
from fastapi import FastAPI
from motor.motor_asyncio import AsyncIOMotorClient
from core.config i... |
505 | null | canonical/snap-openstack | # Repository Context
Name: canonical/snap-openstack
Description:
# Pull Request
## Prime juju model cache before copying Tempest container file
This change makes a dummy call to 'prime' the juju model cache before Tempest copies the test results file from the container. Previously, if the cache did not exist Juju w... |
41 | null | Lucs1590/strava-to-trainingpeaks | # Repository Context
Name: Lucs1590/strava-to-trainingpeaks
Description:
# Pull Request
## build(deps): bump langchain-openai from 0.2.8 to 0.2.9
Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.2.8 to 0.2.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://g... |
1,416 | null | BottlecapDave/HomeAssistant-OctopusEnergy | # Repository Context
Name: BottlecapDave/HomeAssistant-OctopusEnergy
Description:
# Pull Request
## fix: Replace deprecated parse_obj with model_validate
Fixes https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues/1413
# Relevant Files Found
## custom_components/octopus_energy/api_client/__init__.py... |
187 | null | OpenBMB/BMTrain | # Repository Context
Name: OpenBMB/BMTrain
Description:
# Pull Request
## Update Release document
## Pull Request Template
### Issue Reference
Please mention the issue number if applicable, or write "N/A" if it's a new feature.
Issue #...
### Description
Please describe your changes in detail. If it reso... |
8,182 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## Fix `PeriodIndex` deprecation in xarray tests
Silences a few warnings
<!-- Feel free to remove check-list items aren't relevant to your change -->
# Relevant Files Found
## asv_bench/benchmarks/pandas.py
```
import numpy as np
import pa... |
2,621 | null | bcgov/lear | # Repository Context
Name: bcgov/lear
Description:
# Pull Request
## Removed intendedAgmDate
*Issue #:* /bcgov/entity#20437
*Description of changes:*
Removed intendedAgmDate from schema.
Updated Filer
No test updates necessary
By submitting this pull request, I confirm that you can use, modify, copy, and r... |
257 | null | StackStorm/st2 | # Repository Context
Name: StackStorm/st2
Description:
# Pull Request
## Fix: action_method incorrectly set in FabricRemoteAction
# Relevant Files Found
## st2common/st2common/models/system/action.py
```
import os
from fabric.api import (put, run, sudo)
from fabric.tasks import WrappedCallableTask
# XXX: This... |
36 | null | wikimedia/draftquality | # Repository Context
Name: wikimedia/draftquality
Description:
# Pull Request
## New model for ptwiki.
* Adds ptwiki feature list
* Adds ptwiki model tuning report
* Adds ptwiki model
* Pins sphinx to 2.4.4
# Relevant Files Found
# Edits
This pull request adds a new draft quality model for the Portuguese Wi... |
1,768 | null | pytorch/ignite | # Repository Context
Name: pytorch/ignite
Description:
# Pull Request
## edit misspelling
Edit misspelling at [AveragePrecision](https://github.com/pytorch/ignite/blob/master/tests/ignite/contrib/metrics/test_average_precision.py) and [CohenKappa](https://github.com/pytorch/ignite/blob/master/tests/ignite/contrib/m... |
1,000 | null | flagos-ai/FlagGems | # Repository Context
Name: flagos-ai/FlagGems
Description:
# Pull Request
## set FLAGGEMS_SOURCE_DIR at import time
### PR Category
<!-- [ Operator | OP Test | Model Test | Benchmark | CI/CD | User Experience | Other] -->
### Type of Change
<!-- [ Bug Fix | New Feature | Performance Optimization | Refactor... |
247 | null | faucetsdn/forch | # Repository Context
Name: faucetsdn/forch
Description:
# Pull Request
## Handle VRRP Fault state
# Relevant Files Found
## forch/forchestrator.py
```
"""Orchestrator component for controlling a Faucet SDN"""
from datetime import datetime
import functools
import os
import threading
import time
from google.pro... |
11 | null | IINemo/isanlp | # Repository Context
Name: IINemo/isanlp
Description:
# Pull Request
## Bump protobuf from 3.15.0 to 3.18.3
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.0 to 3.18.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/release... |
19 | null | gyuanlab/ONTraC | # Repository Context
Name: gyuanlab/ONTraC
Description:
# Pull Request
## Fix errors
# Relevant Files Found
## src/ONTraC/analysis/data.py
```
import os
from optparse import Values
from typing import Dict, Union
import numpy as np
import pandas as pd
from pandas import DataFrame
from ..log import info
from ..... |
5 | null | ghostty-org/discord-bot | # Repository Context
Name: ghostty-org/discord-bot
Description:
# Pull Request
## Vouch command
All it does is send a message into the mod channel. Mods can then manually take action. Apparently discord.py has a command cooldown system anyways so I just used that, but I need to test it later.
# Relevant Files Foun... |
145 | null | theskumar/python-dotenv | # Repository Context
Name: theskumar/python-dotenv
Description:
# Pull Request
## Fixed stderr/-out/-in redirection.
Closes: #137
# Relevant Files Found
## dotenv/main.py
```
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
import codecs
import fileinput
import io... |
421 | null | CiscoDevNet/ansible-dcnm | # Repository Context
Name: CiscoDevNet/ansible-dcnm
Description:
# Pull Request
## Fix dcnm_policy delete issue #412
Resolves https://github.com/CiscoDevNet/ansible-dcnm/issues/412
# Relevant Files Found
## plugins/modules/dcnm_policy.py
```
#!/usr/bin/python
#
# Copyright (c) 2020-2023 Cisco and/or its affiliat... |
1,536 | null | autogluon/autogluon | # Repository Context
Name: autogluon/autogluon
Description:
# Pull Request
## Tabular: Exclude ngrams for FastAI
*Issue #, if available:*
*Description of changes:*
Exclude ngrams for FastAI to speedup inference speed by 20x+.
Previously, FastAI is very slow if given many ngrams as input, and accuracy is no... |
209 | null | se-sic/VaRA-Tool-Suite | # Repository Context
Name: se-sic/VaRA-Tool-Suite
Description:
# Pull Request
## Further updates to pylint config
# 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
# list see... |
1,739 | null | pyro-ppl/pyro | # Repository Context
Name: pyro-ppl/pyro
Description:
# Pull Request
## Minor fixes for progress bar for MCMC diagnostics
Refactoring of mcmc progress bar logging with the following changes:
- Fixes #1728 - Uses `tqdm` instead of the more experimental ipywidget based implementation in all situations unless we are... |
1 | null | mjoshi07/Underwater-Simulator-Oyster-Detection | # Repository Context
Name: mjoshi07/Underwater-Simulator-Oyster-Detection
Description:
# Pull Request
## Added generate_data script
# Relevant Files Found
# Edits
This pull request adds a `gen_data.py` script to generate synthetic training data for oyster detection in an underwater simulator using Blender. Th... |
5,853 | null | polarsource/polar | # Repository Context
Name: polarsource/polar
Description:
# Pull Request
## server: add client name to Redis connection
- server: add client name to Redis connection
# Relevant Files Found
## server/polar/app.py
```
import contextlib
from collections.abc import AsyncIterator
from typing import TypedDict
imp... |
2,590 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Remove package.json related extraction code, ignore it everywhere.
This doesn't remove everything related to package.json though since it
appears that it's not used but is part of many add-ons and XPI files
so I left the version increme... |
73 | null | DisnakeDev/disnake | # Repository Context
Name: DisnakeDev/disnake
Description:
# Pull Request
## Add `owner` kwarg to `guild_permissions` decorator
## Summary
Adds an `owner` parameter to the `@commands.guild_permissions` decorator, to allow specifying permissions for the bot owner(s) without having to provide their IDs in advance,... |
201 | null | SiLab-Bonn/basil | # Repository Context
Name: SiLab-Bonn/basil
Description:
# Pull Request
## Keithley 6517A improvements
This PR makes the `HL` for they Keithley 6517A electrometer more robust, adds functionality and changes a couple of methods for consistency
# Relevant Files Found
## examples/lab_devices/keithley6517a.py
```
##... |
41 | null | zYxDevs/WilliamButcherBot | # Repository Context
Name: zYxDevs/WilliamButcherBot
Description:
# Pull Request
## [pull] dev from TheHamkerCat:dev
See [Commits](/zYxDevs/WilliamButcherBot/pull/41/commits) and [Changes](/zYxDevs/WilliamButcherBot/pull/41/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" va... |
2,471 | null | cds-snc/notification-api | # Repository Context
Name: cds-snc/notification-api
Description:
# Pull Request
## Revert "Add integrity error handling for email branding and template categories"
Reverts cds-snc/notification-api#2464
We reverted this one because a test failed in CI post merge.
# Relevant Files Found
## app/email_branding/re... |
2,674 | null | onnx/onnx | # Repository Context
Name: onnx/onnx
Description:
# Pull Request
## Update Batchnorm test
Updating batchnorm tests to succed with ORT backend.
# Relevant Files Found
## onnx/backend/test/case/node/batchnorm.py
```
from __future__ import absolute_import
from __future__ import division
from __future__ import pri... |
41,127 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [serve] deflak test_cli
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee section when you crea... |
435 | null | seleniumbase/SeleniumBase | # Repository Context
Name: seleniumbase/SeleniumBase
Description:
# Pull Request
## Support Chinese characters in PDF testing
#### Support Chinese characters in PDF testing
* Updated methods:
```python
def get_pdf_text(self, pdf, page=None, maxpages=None,
password=None, codec='utf-8',... |
10,768 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Disable tests with positional args
We still support Python 3.7, which doesn't have positional args.
# Relevant Files Found
## tests/api_test.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
... |
204 | null | ArcadeAI/arcade-mcp | # Repository Context
Name: ArcadeAI/arcade-mcp
Description:
# Pull Request
## Pytests for Spotify tools
# Relevant Files Found
## toolkits/spotify/arcade_spotify/tools/constants.py
```
SPOTIFY_BASE_URL = "https://api.spotify.com/v1"
ENDPOINTS = {
"player_get_available_devices": "/me/player/devices",
"p... |
6,389 | null | pypa/pip | # Repository Context
Name: pypa/pip
Description:
# Pull Request
## Respect --global-option and --install-option for VCS installs.
Fixes #5518 (and duplicates #5576 and #6379).
# Relevant Files Found
## src/pip/_internal/wheel.py
```
"""
Support for installing and building the "wheel" binary package format.
"""
f... |
91 | null | superstar54/weas-widget | # Repository Context
Name: superstar54/weas-widget
Description:
# Pull Request
## Support AiiDA StructureData and TrajectoryData
```python
from weas_widget import WeasWidget
from aiida import load_profile, orm
load_profile()
node = orm.load_node(14695)
structure = node.outputs.output_structure
w = Wea... |
11 | null | adjtomo/pyadjoint | # Repository Context
Name: adjtomo/pyadjoint
Description:
# Pull Request
## v0.2.1
Bugfixes, internal logic update, docs cleanup #10
# Relevant Files Found
## pyadjoint/__init__.py
```
#!/usr/bin/env python3
"""
:copyright:
adjTomo Dev Team (adjtomo@gmail.com), 2022
Lion Krischer (krischer@geophysik.uni... |
351 | null | ably/ably-python | # Repository Context
Name: ably/ably-python
Description:
# Pull Request
## Use string-based enums
Just a small improvement for developer experience
# Relevant Files Found
## ably/realtime/connection.py
```
import functools
import logging
import asyncio
import websockets
import json
from ably.http.httputils impor... |
2,223 | null | letta-ai/letta | # Repository Context
Name: letta-ai/letta
Description:
# Pull Request
## feat: fix message create/update schemas to simply schema
# Relevant Files Found
## letta/schemas/message.py
```
import copy
import json
import warnings
from datetime import datetime, timezone
from typing import List, Literal, Optional
fr... |
542 | null | cds-snc/notification-api | # Repository Context
Name: cds-snc/notification-api
Description:
# Pull Request
## Pii scan
Closes https://github.com/cds-snc/notification-api/issues/518
# Relevant Files Found
## app/config.py
```
from datetime import timedelta
import os
import json
from dotenv import load_dotenv
from celery.schedules import c... |
3,043 | null | torchgeo/torchgeo | # Repository Context
Name: torchgeo/torchgeo
Description:
# Pull Request
## Edit RasterDataset and Sentinel2 to work with Sentinel-2 L2A .SAFE -products
This PR fixes the error when trying to create `Sentinel2` dataset from L2A .SAFE products. L1C and L2A products have different directory structures: L1C has all th... |
236 | null | opensanctions/yente | # Repository Context
Name: opensanctions/yente
Description:
# Pull Request
## Bump structlog from 22.3.0 to 23.1.0
Bumps [structlog](https://github.com/hynek/structlog) from 22.3.0 to 23.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hynek/structlog/releases">structl... |
388 | null | meta-pytorch/torchtune | # Repository Context
Name: meta-pytorch/torchtune
Description:
# Pull Request
## Add ``tune cp`` command
#### Context
- Based on #383
**Why do you pass the entire parser into ``main``?** We need to access the "error" method on the parser, so it make sense to pass the entire parser, then parse args and have acc... |
2,030 | null | cfpb/consumerfinance.gov | # Repository Context
Name: cfpb/consumerfinance.gov
Description:
# Pull Request
## Removes unused parameter
## Changes
- Removes unused parameter from `get_secondary_nav_items` function.
## Review
- @richaagarwal
- @kave
- @kurtw
# Relevant Files Found
## cfgov/v1/util/util.py
```
import collections
import r... |
67 | null | luischaparroc/AirBnB_clone | # Repository Context
Name: luischaparroc/AirBnB_clone
Description:
# Pull Request
## Develop
# Relevant Files Found
## tests/test_models/test_base_model.py
```
#!/usr/bin/python3
""" Module of Unittests """
import unittest
from unittest.mock import patch
from unittest import TestCase
from io import StringIO
fro... |
32,184 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [App Service] `az webapp create`: Include regional site name availability check for DNL site creations
**Related command**
az webapp create --resource-group <rg-name> --plan <asp-name> --name <webapp-name> --domain-name-scope <TenantReuse|S... |
13 | null | unt-libraries/django-name | # Repository Context
Name: unt-libraries/django-name
Description:
# Pull Request
## Fix tests
Resolve #9
# Relevant Files Found
## name/views.py
```
import re
import csv
import copy
try:
# the json module was included in the stdlib in python 2.6
# http://docs.python.org/library/json.html
import jso... |
7,656 | null | ICTU/quality-time | # Repository Context
Name: ICTU/quality-time
Description:
# Pull Request
## - Support version 4.0 of the OWASP Dependency Check DTD (OWASP Depend…
…ency Check version 9). Closes #7655.
# Relevant Files Found
## components/collector/src/source_collectors/owasp_dependency_check/base.py
```
"""Base classes for OWAS... |
19,316 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## anthropic citations support
Adds support for using CitableBlocks and CitationBlocks with Anthropic
# Relevant Files Found
## llama-index-integrations/llms/llama-index-llms-anthropic/llama_index/llms/anthropic/base.py
```
import json... |
1 | null | MycroftAI/mimic2 | # Repository Context
Name: MycroftAI/mimic2
Description:
# Pull Request
## Apache license and remove non Apache-compatible code
# Relevant Files Found
## tests/numbers_test.py
```
from text.numbers import normalize_numbers
def test_normalize_numbers():
assert normalize_numbers('1') == 'one'
assert normali... |
5,180 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## fix(parser)!: virtual column with AS(expr) as ComputedColumnConstraint
Fixes #5173
# Relevant Files Found
## sqlglot/dialects/risingwave.py
```
from __future__ import annotations
from sqlglot.dialects.postgres import Postgres
from sqlglot.... |
29 | null | uwcirg/truenth-portal | # Repository Context
Name: uwcirg/truenth-portal
Description:
# Pull Request
## Toggle off requiring email round trip on new user registration.
# Relevant Files Found
## portal/config.py
```
"""Configuration"""
import os
from flask.ext.script import Server
from flask import Config
class BaseConfig(object):
... |
2,697 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Remove prerelease flag with uv in image builder
## Why are the changes needed?
<!--
Please clarify why the changes are needed. For instance,
1. If you propose a new API, clarify the use case for a new API.
2. If you fix a bug, you can... |
609 | null | TencentBlueKing/bk-nodeman | # Repository Context
Name: TencentBlueKing/bk-nodeman
Description:
# Pull Request
## bugfix: Agent安装为Proxy未更新节点类型 (fixed #605)
# Relevant Files Found
## apps/backend/components/collections/agent_new/register_host.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community ... |
3 | null | RasoulUnlimited/Small-projects-with-python | # Repository Context
Name: RasoulUnlimited/Small-projects-with-python
Description:
# Pull Request
## Update Part5.py
Cleaned up code
# Relevant Files Found
## Part5.py
```
def is_prime(x):
if x <= 1:
return False
elif x <= 3:
return True
elif x % 2 == 0 or x % 3 == 0:
return False
i = 5
w... |
307 | null | lekeno/edr | # Repository Context
Name: lekeno/edr
Description:
# Pull Request
## Repair with items
In the next update, the repair event might have multiple items
# Relevant Files Found
## edr/load.py
```
"""
Plugin for "EDR"
"""
import re
import plug
from edrclient import EDRClient
from edentities import EDPlayerOne, EDPlay... |
1,254 | null | seleniumbase/SeleniumBase | # Repository Context
Name: seleniumbase/SeleniumBase
Description:
# Pull Request
## Perform Windows and Edge optimizations
### Perform Windows and Edge optimizations
* [Check for service process before driver.quit() on Windows](https://github.com/seleniumbase/SeleniumBase/commit/91c76462e7955e8aac1c5a3ce6c8722eba3... |
78 | null | IGNF/lidar-prod | # Repository Context
Name: IGNF/lidar-prod
Description:
# Pull Request
## M11 Larger scope building completion and identification
- Completion includes all points near already confirmed building, not only candidates
- Identification ignores already confirmed points
In addition:
- relaxation factor of threshold i... |
271 | null | SukramJ/homematicip_local | # Repository Context
Name: SukramJ/homematicip_local
Description:
# Pull Request
## Clean up accessing event helpers via hass
# Relevant Files Found
## custom_components/homematicip_local/control_unit.py
```
"""HaHomematic is a Python 3 module for Home Assistant and Homematic(IP) devices."""
from __future__ imp... |
8,195 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## decode variable with mismatched coordinate attribute
- decode variable with mismatched coordinate attribute
- propagate `coordinates` to encoding in any case
<!-- Feel free to remove check-list items aren't relevant to your change -->
- ... |
6 | null | drveles-X-zkhrg/campus_map_bot | # Repository Context
Name: drveles-X-zkhrg/campus_map_bot
Description:
# Pull Request
## testing actions
# Relevant Files Found
## main.py
```
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from time import sleep
from dotenv import loa... |
150 | null | mediathekview/plugin.video.mediathekview | # Repository Context
Name: mediathekview/plugin.video.mediathekview
Description:
# Pull Request
## Unicode issue96
Fixing the windows umlaut in home path issue
# Relevant Files Found
## resources/lib/downloader.py
```
# -*- coding: utf-8 -*-
"""
Download handler module
Copyright (c) 2018, Leo Moll
Licensed unde... |
5,810 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## test case fixes for db query engin
Please read the [Pull Request Checklist](https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist) to ensure you have everything that is needed to get your contribution merged.
# Relevant Files Found
##... |
89 | null | Altinity/clickhouse-mysql-data-reader | # Repository Context
Name: Altinity/clickhouse-mysql-data-reader
Description:
# Pull Request
## migration cimplification
# Relevant Files Found
## clickhouse_mysql/cliopts.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import argparse
import logging
from .config import Config
class CLIOpts(object):
... |
1,191 | null | GoogleCloudPlatform/gsutil | # Repository Context
Name: GoogleCloudPlatform/gsutil
Description:
# Pull Request
## Show satisifiesPZS info in bucket info listing (ls -Lb)
The new field, if present, would look like this:
```
$ gsutil ls -Lb gs://bucket/
gs://bucket/ :
Storage class: STANDARD
Location type:... |
18 | null | jonpecar/qrCodeImageSorter | # Repository Context
Name: jonpecar/qrCodeImageSorter
Description:
# Pull Request
## Bugfix/invalid path chars
Implemented fix for invalid path chars resulting in images not being sorted. Also added test for some elements of code.
#16
# Relevant Files Found
## qr_image_indexer/photo_sorter.py
```
from pyzbar.p... |
2,307 | null | aristanetworks/avd | # Repository Context
Name: aristanetworks/avd
Description:
# Pull Request
## Refactor: Jinja templating with caching
## Change Summary
<!-- Enter short PR description -->
Jinja templating with caching
## Related Issue(s)
Improves runtime for jinja templating.
## Component(s) name
Everything that use... |
374 | null | instructlab/instructlab | # Repository Context
Name: instructlab/instructlab
Description:
# Pull Request
## Initial commit for `lab train` on Linux
- Port of jupiter notebook into `lab train`.
- The code in the jupiter notebook has been tweaked to run on CPUs instead of GPUs.
- `lab train` on Linux delivers a newly trained .gguf file into... |
18,166 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## Add URL Preview for Package Uploads
Changelog: Feature: Add URL information to json output format for conan upload.
Docs: https://github.com/conan-io/docs/pull/4088
Close: https://github.com/conan-io/conan/issues/4935
# Relevant Files Found... |
249 | null | lilab-bcb/pegasus | # Repository Context
Name: lilab-bcb/pegasus
Description:
# Pull Request
## Update test_hashing_citeseq.py
adding comments to create a pull request to test CI
# Relevant Files Found
## tests/test_hashing_citeseq.py
```
import os
import glob
import unittest
import numpy as np
import pandas as pd
import pegasus a... |
139 | null | foundation-model-stack/fms-model-optimizer | # Repository Context
Name: foundation-model-stack/fms-model-optimizer
Description:
# Pull Request
## feat: Add QmaxDynamic to allow unify Qmax , Qminmax, pertokenmax
<!-- Thank you for the contribution! -->
<!-- Please summarize the changes -->
This adds new quantizer namely QmaxDynamic which includes all... |
2,300 | null | pex-tool/pex | # Repository Context
Name: pex-tool/pex
Description:
# Pull Request
## Prepare the 2.1.154 release.
# Relevant Files Found
## pex/version.py
```
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
__version__ = "2.1.153"
```
## te... |
337 | null | spyder-ide/qtpy | # Repository Context
Name: spyder-ide/qtpy
Description:
# Pull Request
## PR: Add command line support for Mypy
Adds a CLI to inject the appropriate arguments into a user's Mypy invocation to ensure proper type checking. Also provides an easy way to check the currently selected Qt binding and QtPy's version.
Thi... |
55 | null | LocalSymmetry/lofn | # Repository Context
Name: LocalSymmetry/lofn
Description:
# Pull Request
## Add multi-song support
## Summary
- support multiple song prompts for music generation
- update UI to display all revised/synthesized songs
- validate new music schemas across music prompt steps
- fix schema reference for image artist step... |
37 | null | DataJunction/dj | # Repository Context
Name: DataJunction/dj
Description:
# Pull Request
## feat: add LIMIT to transpiler
# Relevant Files Found
## src/datajunction/sql/transpile.py
```
"""
Functions for transpiling SQL.
These functions parse the DJ SQL used to define node expressions, and generate SQLAlchemy
queries which can ... |
626 | null | posit-dev/py-shiny | # Repository Context
Name: posit-dev/py-shiny
Description:
# Pull Request
## Fix example code blocks
Code blocks with `.. code-block:: python` currently render like this with Quarto and Quartodoc:

This PR conv... |
1 | null | yiori-s/fit_instagram_gender | # Repository Context
Name: yiori-s/fit_instagram_gender
Description:
# Pull Request
## Handling Alchemy api limit error
Please merge this request.
# Relevant Files Found
## api.py
```
from alchemyapi.alchemyapi import AlchemyAPI
import requests
import requests_cache
import pandas as pd
# API呼び出しの結果をsqliteにキャッ... |
3,798 | null | SpikeInterface/spikeinterface | # Repository Context
Name: SpikeInterface/spikeinterface
Description:
# Pull Request
## Fix error in `set_property` with missing values for string
Fix #3288
# Relevant Files Found
## src/spikeinterface/core/base.py
```
from __future__ import annotations
from pathlib import Path
import shutil
from typing import... |
30 | null | Luthaf/vesin | # Repository Context
Name: Luthaf/vesin
Description:
# Pull Request
## Make quantities="P" return the two indices from a pair at once
# Relevant Files Found
## python/vesin-torch/vesin/torch/_neighbors.py
```
from typing import List
import torch
class NeighborList:
"""A neighbor list calculator that can ... |
6 | null | AxiomExergy/influx-client | # Repository Context
Name: AxiomExergy/influx-client
Description:
# Pull Request
## coverage to nosetests
Add coverage dependency and coverage to nosetests command.
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
def readme():
try:
with open('README.md', 'r') as d... |
98 | null | ARM-DOE/EMC2 | # Repository Context
Name: ARM-DOE/EMC2
Description:
# Pull Request
## ADD: Version 1.2.2
Changing version to 1.2.2 for release.
# Relevant Files Found
## emc2/__init__.py
```
"""emc2 - An open source framework for atmospheric model and observational column comparison."""
__version__ = '1.2.1'
__author__ = 'Rob... |
76 | null | zscaler/ziacloud-ansible | # Repository Context
Name: zscaler/ziacloud-ansible
Description:
# Pull Request
## fix: Upgraded to Zscaler SDK Python v2.0.3
fix: Upgraded to Zscaler SDK Python v1.4.2
# Relevant Files Found
## plugins/module_utils/version.py
```
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023 Zscaler Inc, <devrel@zscaler.com>
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.