pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
14,193 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## libcurl 7.86.0
This supersedes https://github.com/conan-io/conan-center-index/pull/14146 in an attempt to get the CLA check to work.
Specify library name and version: **libcurl/7.86.0**
I saw that https://github.com/conan-i... |
640 | null | blackyblack/symplyphysics | # Repository Context
Name: blackyblack/symplyphysics
Description:
# Pull Request
## Law: reduced van der Waals pressure
# Relevant Files Found
# Edits
This pull request adds the law for reduced van der Waals pressure, a dimensionless quantity used in the van der Waals equation of state. It defines reduced pre... |
197 | null | qua-platform/py-qua-tools | # Repository Context
Name: qua-platform/py-qua-tools
Description:
# Pull Request
## Fixed printing bug ParameterTable
Fixed bug emerging wrong usage of the __repr__ class method
# Relevant Files Found
## qualang_tools/video_mode/videomode.py
```
# VideoMode script enabling the update of parameters in a QUA progr... |
65 | null | HabanaAI/vllm-fork | # Repository Context
Name: HabanaAI/vllm-fork
Description:
# Pull Request
## Add mark steps to prevent OOM in static moe op
Adding mark steps inside static MoE op to prevent OOMs when using higher bs values
# Relevant Files Found
## vllm/hpu/ops.py
```
############################################################... |
56 | null | FarmerChillax/new-school-sdk | # Repository Context
Name: FarmerChillax/new-school-sdk
Description:
# Pull Request
## fix attribute error in api init
fix attribute error in api init #55
# Relevant Files Found
## school_sdk/client/__init__.py
```
# -*- coding: utf-8 -*-
'''
:file: __init__.py
:author: -Farmer
:url: https://blog.fa... |
2 | null | PKSHATechnology-Research/camphr | # Repository Context
Name: PKSHATechnology-Research/camphr
Description:
# Pull Request
## patch for readthedocs
# 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 t... |
1,054 | null | Netflix/metaflow | # Repository Context
Name: Netflix/metaflow
Description:
# Pull Request
## bump version to 2.6.3
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
version = "2.6.2"
setup(
include_package_data=True,
name="metaflow",
version=version,
description="Metaflow: More ... |
895 | null | SoCo/SoCo | # Repository Context
Name: SoCo/SoCo
Description:
# Pull Request
## Detect Spotify Connect as music source
Report a new `music_source` value when playing via Spotify Connect (i.e., casting from the native Spotify app), similar to how AirPlay is reported.
# Relevant Files Found
## soco/core.py
```
# pylint: disab... |
484 | null | datalens-tech/datalens-backend | # Repository Context
Name: datalens-tech/datalens-backend
Description:
# Pull Request
## feat(rate_limiter): BI-5612 add header regex
# Relevant Files Found
## lib/dl_configs/dl_configs/rate_limiter.py
```
from __future__ import annotations
import typing
import attr
import typing_extensions
from dl_configs.s... |
62 | null | ecmwf-projects/cacholote | # Repository Context
Name: ecmwf-projects/cacholote
Description:
# Pull Request
## use sessionmaker once
# Relevant Files Found
## cacholote/cache.py
```
"""Public decorator."""
# Copyright 2019, B-Open Solutions srl.
# Copyright 2022, European Union.
#
# Licensed under the Apache License, Version 2.0 (the "Li... |
74 | null | heyitsalina/ant_search_algorithm | # Repository Context
Name: heyitsalina/ant_search_algorithm
Description:
# Pull Request
## Added Pheromone class in pheromone.py and its test file
I added to files to our project: pheromone.py and test_pheromone.py
The pheromone.py file contains the Pheromone class, which is key for managing and tracking pheromo... |
61,400 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Load Salt Cloud Hetzner Module Config from Usual Sources
### What does this PR do?
Fix config loading behaviour
### What issues does this PR fix or reference?
Fixes: #61399
### Previous Behavior
Config values were only taken from the ... |
3,280 | null | onnx/onnx | # Repository Context
Name: onnx/onnx
Description:
# Pull Request
## Modify existing function in external data helper
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
Update external data helpers to modify an existing function `convert_model_to_external_data` to take a `model_file_path` and `convert_attribu... |
140 | null | aristoteleo/dynamo-release | # Repository Context
Name: aristoteleo/dynamo-release
Description:
# Pull Request
## Make loggerManager more usable; quick fix state graph enumerate issue
`for item in LoggerManager.progress_logger(generator):`
A generator argument is enough for progress_logger to generate a logger and thus users do not need to e... |
2,774 | null | pre-commit/pre-commit | # Repository Context
Name: pre-commit/pre-commit
Description:
# Pull Request
## only treat exit code 1 as a successful diff
resolves #2773
# Relevant Files Found
## pre_commit/staged_files_only.py
```
from __future__ import annotations
import contextlib
import logging
import os.path
import time
from typing impo... |
342 | null | vmware/versatile-data-kit | # Repository Context
Name: vmware/versatile-data-kit
Description:
# Pull Request
## vdk-plugin-control-cli: remove explicit authentication in skip logic
After the changes in vdk-control-cli ApiClientFactory now automatically
authenticates if it detects correct authentication configuration. So it
is not necessary ... |
1,177 | null | Genesis-Embodied-AI/Genesis | # Repository Context
Name: Genesis-Embodied-AI/Genesis
Description:
# Pull Request
## [BUGFIX] Fix 'test_set_sol_params'.
# Relevant Files Found
## genesis/engine/entities/rigid_entity/rigid_equality.py
```
import taichi as ti
import torch
import genesis as gs
import genesis.utils.geom as gu
from genesis.repr_... |
1,741 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Jenkins, verify everything runs at end of cpu benchmark
# Relevant Files Found
## selfdrive/manager.py
```
#!/usr/bin/env python3
import os
import time
import sys
import fcntl
import errno
import signal
import shutil
import subprocess
i... |
172 | null | skrub-data/skrub | # Repository Context
Name: skrub-data/skrub
Description:
# Pull Request
## Enable testing on GitHub actions
See #171
This PR proposes to run tests on Github actions.
Note: I've used the structure we use for Nilearn but I can adapt if needed.
# Relevant Files Found
## dirty_cat/test/test_gap_encoder.py
```
i... |
78 | null | WalkingMachine/sara_behaviors | # Repository Context
Name: WalkingMachine/sara_behaviors
Description:
# Pull Request
## Action wrapper/move
pour pouvoir tester
# Relevant Files Found
## behaviors/behavior_actionwrapper_follow/src/behavior_actionwrapper_follow/actionwrapper_follow_sm.py
```
#!/usr/bin/env python
################################... |
149 | null | tspivey/yugioh-game | # Repository Context
Name: tspivey/yugioh-game
Description:
# Pull Request
## language-related channels
Each player can write on a channel corresponding to their language. Therefore we added the talk and talkhistory commands.
Players can also write and listen to channels in other languages if they want to, using t... |
77 | null | Qiskit/qiskit-addon-mthree | # Repository Context
Name: Qiskit/qiskit-addon-mthree
Description:
# Pull Request
## Bump main to 0.19
# Relevant Files Found
## setup.py
```
# This code is part of Mthree.
#
# (C) Copyright IBM 2021.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the... |
2,648 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## contrib/python-boto*: update to 1.34.155
# Relevant Files Found
## contrib/python-boto3/template.py
```
pkgname = "python-boto3"
pkgver = "1.34.153"
pkgrel = 0
build_style = "python_pep517"
make_check_args = [
# need credentials
... |
16,598 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## populate contact_phone_number in migrations
@proteusvacuum @gcapalbo cc: @esoergel
Since there is real public sector data that uses phone_number instead of contact_phone_number, that's going to have to be migrated over and all apps in ... |
105 | null | googleapis/python-logging | # Repository Context
Name: googleapis/python-logging
Description:
# Pull Request
## tests: skip some system tests for mtls testing
Skip some bigquery/storage/pubsub system test cases that don't work for mtls testing.
# Relevant Files Found
## tests/system/test_system.py
```
# Copyright 2016 Google LLC
#
# Licens... |
351 | null | catalystneuro/roiextractors | # Repository Context
Name: catalystneuro/roiextractors
Description:
# Pull Request
## Protect import in sima
Delaying imports to intialization time is good for perofrmance reasons.
It would also stop from appearing on my stack when I am looking for any exceptions : P
Could we have this please?
# Relevant Fil... |
593 | null | biolink/ontobio | # Repository Context
Name: biolink/ontobio
Description:
# Pull Request
## automatically fix obsolete GO terms in the with/from field
Thank you so much for taking the time to look through this! 😁 - happy to refactor.
first half of fixing: https://github.com/geneontology/go-site/issues/2110
- originally I wa... |
523 | null | UKGovernmentBEIS/inspect_ai | # Repository Context
Name: UKGovernmentBEIS/inspect_ai
Description:
# Pull Request
## Add `cot` option to GPQA and multiple_choice solver
## This PR contains:
- [x] New features
- [ ] Changes to dev-tools e.g. CI config / github tooling
- [ ] Docs
- [ ] Bug fixes
- [x] Code refactor
### What is the current ... |
7 | null | sam-atkins/pylibyear | # Repository Context
Name: sam-atkins/pylibyear
Description:
# Pull Request
## feat: Add ability to output results in JSON format
Optional output written to a JSON file. Default remains printing to `stdout`.
# Relevant Files Found
## libyear/main.py
```
from typing import Optional
import typer
from typing_exten... |
158 | null | trane-dev/Trane | # Repository Context
Name: trane-dev/Trane
Description:
# Pull Request
## Fix metadata functions, updates for pandas api and fix duplicate problem generation
- Fixes https://github.com/trane-dev/Trane/issues/155
- Fixes https://github.com/trane-dev/Trane/issues/153
# Relevant Files Found
## tests/ops/test_op_uti... |
118 | null | jazzband/django-user-sessions | # Repository Context
Name: jazzband/django-user-sessions
Description:
# Pull Request
## Add macOS Mojave and Catalina
These were not yet explicitly recognized.
## Description
This adds user agent recognition for the two newest macOS versions.
## Motivation and Context
These were previously not recognized.
... |
1,530 | null | data-for-change/anyway | # Repository Context
Name: data-for-change/anyway
Description:
# Pull Request
## Infographics api modifications
# Relevant Files Found
## anyway/infographics_dictionaries.py
```
driver_type_hebrew_dict = dict(
professional_driver="נהג מקצועי", private_vehicle_driver="נהג פרטי", other_driver="לא ידוע"
)
head... |
10,718 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Fix jax 0.3.11 GPU breakge when used with jaxlib 0.3.10.
Fixes https://github.com/google/jax/issues/10717
# Relevant Files Found
## jax/_src/lib/__init__.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the... |
16,006 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Make the DLNA component discovery opt-in
## Description:
Disable discovery for DLNA media player by default as it overlaps with other native components, like Sonos.
Users can opt in with:
```yaml
discovery:
enable:
- dlna_d... |
6,489 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## Chore(duckdb): transpile tests for MAX_BY and MIN_BY
Transpilation works (name changes correctly), just added some tests.
# Relevant Files Found
## tests/dialects/test_snowflake.py
```
from unittest import mock
from sqlglot import ParseEr... |
69 | null | kozistr/pytorch_optimizer | # Repository Context
Name: kozistr/pytorch_optimizer
Description:
# Pull Request
## [Feature] Implement Adan optimizer
## Problem (Why?)
new feature, `Adan` optimizer
* [paper](https://arxiv.org/pdf/2208.06677.pdf)
## Solution (What/How?)
- [x] implement `Adan` optimizer
- [x] build test cases for `Ada... |
9,332 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Make Kubernetes tests pass
---
Make sure to mark the boxes below before creating PR: [x]
- [x] Description above provides context of the change
- [x] Unit tests coverage for changes (not needed for documentation changes)
- [x] Target Git... |
3,155 | null | fonttools/fonttools | # Repository Context
Name: fonttools/fonttools
Description:
# Pull Request
## fix a bug in dropImpliedOnCurvePoints
I found a bug in dropImpliedOnCurvePoints whereby we don't correctly drop impliable oncurve points if this occurs on the first point of the second contour.. because we forgot to update the contour sta... |
1,158 | null | mne-tools/mne-bids | # Repository Context
Name: mne-tools/mne-bids
Description:
# Pull Request
## only copy BTI headshape file if present
<!--
Thanks for contributing this pull request (PR).
If this is your first time, make sure to read
[CONTRIBUTING.md](https://github.com/mne-tools/mne-bids/blob/main/CONTRIBUTING.md)
-->
PR Des... |
33,538 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fix Llama 3 TikToken conversion
# What does this PR do?
Fixes a tokenizer conversion problem for Llama 3, possibly introduced in https://github.com/huggingface/transformers/pull/31656
## How to reproduce:
The following fails... |
637 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Feature/book 627
# Relevant Files Found
## bluebottle/bb_tasks/models.py
```
from bluebottle.utils.utils import get_taskmember_model
from django.conf import settings
from django.db import models
import django.db.models.options a... |
29 | null | y1ndan/onepush | # Repository Context
Name: y1ndan/onepush
Description:
# Pull Request
## fix: 修复proxies无默认值报错 feature: 为企业微信app推送添加设置自定义url功能,以绕过IP白名单限制
fix: 修复proxies未设置默认值导致的无代理情况推送错误
feature: 为企业微信app推送添加设置自定义url功能,以绕过IP白名单限制
caddy反代配置文件如下:
```
your_url {
reverse_proxy https://qyapi.weixin.qq.com {
... |
478 | null | getsentry/responses | # Repository Context
Name: getsentry/responses
Description:
# Pull Request
## mbeliaev/async
closes #279
# Relevant Files Found
## responses/__init__.py
```
from __future__ import absolute_import, print_function, division, unicode_literals
import _io
from http import client
from http import cookies
import json... |
349 | null | sparcs-kaist/new-ara-api | # Repository Context
Name: sparcs-kaist/new-ara-api
Description:
# Pull Request
## Apply hotfix to develop branch
# Relevant Files Found
## apps/core/models/board.py
```
from enum import IntEnum, auto
from django.db import models
from django_extensions.db.fields import AutoSlugField
from ara.db.models import ... |
13,172 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## {Resource} Remove resource test test_resource_policyset from profile 2018-03-01-hybrid
**Description<!--Mandatory-->**
The test `test_resource_policyset` under profile 2018-03-01-hybrid is invalid, because of its maxmium API version for po... |
20,007 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## remove release requirement for core to be on a branch
As noted in https://github.com/run-llama/llama_index/issues/20004, the release failed
This is a very new action -- looks like there was an old check for main branch that doesn't ... |
163 | null | arabcoders/ytptube | # Repository Context
Name: arabcoders/ytptube
Description:
# Pull Request
## Fix and document presets.json
# Relevant Files Found
## app/library/config.py
```
import logging
import os
import re
import sys
import time
from pathlib import Path
import coloredlogs
from dotenv import load_dotenv
from yt_dlp.version... |
1,027 | null | MervinPraison/PraisonAI | # Repository Context
Name: MervinPraison/PraisonAI
Description:
# Pull Request
## fix: implement real-time streaming for Agent.start() method
## Summary
- Fix streaming issue in PraisonAI agents where Agent.start() was not yielding real-time chunks
- Implement streaming generator support for Agent.start() metho... |
16 | null | dwavesystems/penaltymodel | # Repository Context
Name: dwavesystems/penaltymodel
Description:
# Pull Request
## Allow relabelling either in-place or on a copy.
# Relevant Files Found
## penaltymodel/classes/binary_quadratic_model.py
```
"""
BinaryQuadraticModel
--------------------
"""
from __future__ import absolute_import
from six impo... |
674 | null | open-telemetry/opentelemetry-python-contrib | # Repository Context
Name: open-telemetry/opentelemetry-python-contrib
Description:
# Pull Request
## botocore: Make common span attributes compliant with semconv in spec
# Description
This PR changes common span attributes for an AWS SDK call to make them comply with the semantic conventions in the [spec](https... |
55 | null | p3t3r67x0/purple_jo | # Repository Context
Name: p3t3r67x0/purple_jo
Description:
# Pull Request
## Ensure DNS record tables enforce uniqueness
## Summary
- replace inline unique constraints for DNS record tables with explicit unique indexes in the consolidated Alembic migration
- keep downgrade logic in sync by dropping the new unique ... |
962 | null | dbcli/pgcli | # Repository Context
Name: dbcli/pgcli
Description:
# Pull Request
## Bugfix for #938: load named queries from provided config file
## Description
Load the named queries in a place, where the config from the user is given.
# Relevant Files Found
## pgcli/main.py
```
from __future__ import unicode_literals
fro... |
368 | null | bachya/pyairvisual | # Repository Context
Name: bachya/pyairvisual
Description:
# Pull Request
## Use `ruff` in place of `bandit` and `black`
**Describe what the PR does:**
SSIA
**Does this fix a specific issue?**
N/A
**Checklist:**
- [ ] Confirm that one or more new tests are written for the new functionality.
- [x] Ru... |
10 | null | tdenolle/bayrol-poolaccess-mqtt | # Repository Context
Name: tdenolle/bayrol-poolaccess-mqtt
Description:
# Pull Request
## Boost & Firmware Entities
- Electrolysis Boost Switch Entity
- Firmware Update Entity
# Relevant Files Found
## app/PoolAccessMqttBridge.py
```
#!/usr/bin/env python3
""" Home Assistant MQTT bridge
Usage:
PoolAccessM... |
543 | null | os-migrate/os-migrate | # Repository Context
Name: os-migrate/os-migrate
Description:
# Pull Request
## F/import role assignment
# Relevant Files Found
## os_migrate/plugins/module_utils/const.py
```
OS_MIGRATE_VERSION = '0.13.0' # updated by build.sh
# Main serialization sections
RES_PARAMS = 'params'
RES_TYPE = 'type'
RES_INFO = '... |
40,121 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add table outputter to Nitrogen
### What does this PR do?
# Relevant Files Found
## salt/output/table_out.py
```
# -*- coding: utf-8 -*-
'''
Display output in a table format
=================================
This outputter displays a seq... |
9,285 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## {AKS} Update minimum required cli core version to `2.73.0`
---
This checklist is used to make sure that common guidelines for a pull request are followed.
### Related command
<!--- Please provide the related command with az ... |
703 | null | es-ude/elastic-ai.creator | # Repository Context
Name: es-ude/elastic-ai.creator
Description:
# Pull Request
## Lukeinh/push xukmlmwwrznx
# Relevant Files Found
## elasticai/creator/ir2verilog/templates.py
```
from string import Template as _pyTemplate
from typing import Mapping, Self, cast
from elasticai.creator import template as tpl
... |
39 | null | SE-Sustainability-OSS/ecodev-core | # Repository Context
Name: SE-Sustainability-OSS/ecodev-core
Description:
# Pull Request
## feat(elastic-search): generic es setup
**Type of change**
- [ ] Feature
- [ ] Bugfix
- [ ] Refactoring
- [ ] Documentation
-----------------------
**Context**
>_What does this PR implement and how? What are the ... |
517 | null | openshift-eng/ocp-qe-perfscale-ci | # Repository Context
Name: openshift-eng/ocp-qe-perfscale-ci
Description:
# Pull Request
## Added additional exception logging to Mr. Sandman
Also did some whitespace cleanup
# Relevant Files Found
## scripts/sandman.py
```
#!/usr/bin/env python3
import re
import sys
import time
import json
import pathlib
impor... |
193 | null | zhoubin-me/lushi_script | # Repository Context
Name: zhoubin-me/lushi_script
Description:
# Pull Request
## 修复max_dmg会选择 隐身、免疫 佣兵问题
修复max_dmg会选择 隐身、免疫 佣兵问题
# Relevant Files Found
## utils/battle_ai.py
```
import itertools
import copy
from typing import List
from entity.action import Action
from entity.game_entity import GameEntity
from ... |
310 | null | SpiNNakerManchester/PACMAN | # Repository Context
Name: SpiNNakerManchester/PACMAN
Description:
# Pull Request
## Disable same atoms as vertex
SameAtomsAsVertexConstraint has been disabled.
it will throw an NotImplementedError is is unusable!
Left the code in for now in until the whole project is in active use.
WARNING: DelayExtens... |
476 | null | nextcord/nextcord | # Repository Context
Name: nextcord/nextcord
Description:
# Pull Request
## Added Attachment support for slash commands.
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
Adds the following to Slash:
* ApplicationCommandOptionType.attachment enum.
* Typehinting a parameter with nextco... |
83 | null | Kane610/deconz | # Repository Context
Name: Kane610/deconz
Description:
# Pull Request
## Fix update_group_color
update_group_color only supports lights but broke when other types where broken out to their own classes
Also increase test coverage of gateway to 100%
Also increase test coverage of groups and scenes to 100%
# Releva... |
660 | null | CS-SI/eodag | # Repository Context
Name: CS-SI/eodag
Description:
# Pull Request
## fix: search errors handling
Fixes [search](https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/4_search.html#Search-methods) error handling, broken since `v2.9.0` and #632, and adds associated tests
# Relevant Files Found
## eodag/a... |
672 | null | asteroid-team/asteroid | # Repository Context
Name: asteroid-team/asteroid
Description:
# Pull Request
## Fix continuous integration
Hi @mpariente 🐿️
I tried to fix the continuous integration before doing a new release (as mentioned in #664).
It should work 🤞 But I have a couple of questions:
- the commits I made from my previous... |
1,081 | null | Nixtla/neuralforecast | # Repository Context
Name: Nixtla/neuralforecast
Description:
# Pull Request
## [FIX] ignore pytorch lightning's PossibleUserWarning
Closes #1079 - more context in the linked issue
# Relevant Files Found
## neuralforecast/core.py
```
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/core.ipynb.
# %% auto 0
__a... |
408 | null | emcie-co/parlant | # Repository Context
Name: emcie-co/parlant
Description:
# Pull Request
## Feature/mc-820-fix-incorrect-parsing-of-response-analysis-output-in-testing
Main changes:
1. Fix missing check if guideine previously applied that response analysis result
2. Change the name of GuidelinePreviouslyApplied to AnalyzedGuideline... |
5,830 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Removed url regex in office365 feed
## Status
- [ ] In Progress
- [x] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
fixes: https://github.com/demisto/etc/issues/21988#event-3059767135
## Description
Removed url regex... |
10 | null | twardoch/fonttools-opentype-feature-freezer | # Repository Context
Name: twardoch/fonttools-opentype-feature-freezer
Description:
# Pull Request
## Make pyftfeatfreeze work in Python 3
Generated with `pip install --user future && futurize -w -0 pyftfeatfreeze/pyftfeatfreeze.py`. Tested on TTFs.
# Relevant Files Found
## pyftfeatfreeze/pyftfeatfreeze.py
```
... |
43,799 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Automatically select "Solid" effect in Hyperion
<!--
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 conta... |
51 | null | NiaOrg/NiaPy | # Repository Context
Name: NiaOrg/NiaPy
Description:
# Pull Request
## Stepint function added
new function
# Relevant Files Found
## NiaPy/benchmarks/__init__.py
```
"""Module with implementations of benchmarks."""
from NiaPy.benchmarks.rastrigin import Rastrigin
from NiaPy.benchmarks.rosenbrock import Rosenb... |
459 | null | Farama-Foundation/HighwayEnv | # Repository Context
Name: Farama-Foundation/HighwayEnv
Description:
# Pull Request
## Update rendering logic
This makes the rendering logic matches the other environments in gymnasium. That is, rendering happens automatically if `render_mode=='human'`, and the `render_mode `must be passed in `make()` instead of th... |
16,426 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## allow @asset deps to take AssetDep
## Summary & Motivation
Expands the type signature of `@asset` `deps` to take `AssetDep`. this allows `PartitionMappings` to be specified for `deps`.
This PR now also consolidates the Union type acce... |
7,721 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [AIRFLOW-7061] Rename openfass to openfaas
Encountered (what I think is) a typo; "openfaas" was spelled "openfass" in the new package structure.
---
Issue link: [AIRFLOW-7061](https://issues.apache.org/jira/browse/AIRFLOW-7061)
Make sur... |
7 | null | itsgeagle/caiedownloader | # Repository Context
Name: itsgeagle/caiedownloader
Description:
# Pull Request
## Fix issue with GUI not displaying correctly on small(er) screen sizes
# Relevant Files Found
## modules/gui.py
```
# Contains the primary GUI elements
from tkinter import *
# Initialize GUI window
root = Tk()
root.title("CAIE Do... |
278 | null | Azure/azure-devops-cli-extension | # Repository Context
Name: Azure/azure-devops-cli-extension
Description:
# Pull Request
## Porting release related command to extension
will squash and merge
# Relevant Files Found
## azure-devops-extension/azext_devops/dev/common/services.py
```
# ----------------------------------------------------------------... |
458 | null | livingbio/typed-ffmpeg | # Repository Context
Name: livingbio/typed-ffmpeg
Description:
# Pull Request
## more docstrings
This pull request includes comprehensive documentation updates to the `src/ffmpeg/common/schema.py` and `src/ffmpeg/common/serialize.py` files. The changes mainly involve adding detailed docstrings to classes, methods, ... |
2,908 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Device tracker component & platform validation. No more home_range.
**Description:**
*Device tracker component & validation for platforms
*Removed home_range from device_tracker
**Example entry for `configuration.yaml` (if applicable):**... |
7 | null | wherobots/wherobots-python-dbapi | # Repository Context
Name: wherobots/wherobots-python-dbapi
Description:
# Pull Request
## chore: update .services to .com
# Relevant Files Found
## wherobots/db/constants.py
```
from enum import auto
from strenum import LowercaseStrEnum
from .region import Region
from .runtime import Runtime
DEFAULT_ENDPOIN... |
29,892 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## serialbox: setup the run and dependent build environments
# Relevant Files Found
## var/spack/repos/builtin/packages/serialbox/package.py
```
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers... |
195 | null | luigibonati/mlcolvar | # Repository Context
Name: luigibonati/mlcolvar
Description:
# Pull Request
## Smart derivatives multi output fix
## Description
Fixed a small typo that I introduced yesterday, was not using the local scatter indeces but the global ones in the multi case.
## Status
- [x] Ready to go
# Relevant Files Found
## mlc... |
1,274 | null | fastmachinelearning/hls4ml | # Repository Context
Name: fastmachinelearning/hls4ml
Description:
# Pull Request
## pyupgrade target version update
# Description
Two lines change to target py310 syntax for pyupgrade in pre-commit hook.
## Type of change
- [x] Other (Specify)
# Relevant Files Found
## hls4ml/model/optimizer/passes/i... |
373 | null | aiidateam/aiida-workgraph | # Repository Context
Name: aiidateam/aiida-workgraph
Description:
# Pull Request
## Bump aiida-pythonjob to 0.1.4
# Relevant Files Found
## aiida_workgraph/engine/utils.py
```
from aiida import orm
from aiida.common.extendeddicts import AttributeDict
def prepare_for_workgraph_task(task: dict, kwargs: dict) ->... |
1,350 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Don't load zamboni/unicode.js dynamically
Fixes mozilla/addons#2340
# Relevant Files Found
## lib/settings_base.py
```
# -*- coding: utf-8 -*-
# Django settings for olympia project.
import datetime
import logging
import os
import s... |
5,110 | null | mozilla/kitsune | # Repository Context
Name: mozilla/kitsune
Description:
# Pull Request
## Change Firefox topic.
# Relevant Files Found
## kitsune/questions/config.py
```
from collections import OrderedDict
from django.utils.translation import gettext_lazy as _lazy
# The number of answers per page.
ANSWERS_PER_PAGE = 20
# Th... |
3,215 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Wait for PV to delete in finalizer of snapshot_restore_factory and pvc_clone_factory
Wait for PV to delete in finalizer of snapshot_restore_factory and pvc_clone_factory
Signed-off-by: Jilju Joy <jijoy@redhat.com>
# Relevant Files ... |
776 | null | googleapis/google-auth-library-python | # Repository Context
Name: googleapis/google-auth-library-python
Description:
# Pull Request
## feat: allow scopes for self signed jwt
This doc implements https://google.aip.dev/auth/4111. Internal doc: go/yoshi-self-signed-jwt-phase-2.
The main feature here is now we can use `scope` claim in self signed JWT.
... |
113 | null | tknrsgym/quara | # Repository Context
Name: tknrsgym/quara
Description:
# Pull Request
## [docs] Create docs for each module on its own page.
# Relevant Files Found
## quara/engine/__init__.py
```
"""use this package when the actual calculation processing is executed in another library."""
```
## quara/objects/__init__.py
`... |
549 | null | biocore/microsetta-private-api | # Repository Context
Name: biocore/microsetta-private-api
Description:
# Pull Request
## Block PO Boxes
# Relevant Files Found
## microsetta_private_api/util/melissa.py
```
import json
import requests
import urllib.parse
from microsetta_private_api.repo.transaction import Transaction
from microsetta_private_ap... |
15 | null | radaron/ncoreparser | # Repository Context
Name: radaron/ncoreparser
Description:
# Pull Request
## Fix search issue
# Relevant Files Found
## ncoreparser/client.py
```
import requests
import os
from ncoreparser.data import (
URLs,
SearchParamType,
SearchParamWhere,
ParamSort,
ParamSeq
)
from ncoreparser.error im... |
214 | null | AstroHuntsman/huntsman-pocs | # Repository Context
Name: AstroHuntsman/huntsman-pocs
Description:
# Pull Request
## Fixed bug in filename path of darks
Hi,
This PR fixes a small bug that created a different time sequence for each dark. This has been tested locally with hardware and it's working well. The filename path of darks is now the ri... |
141 | null | Omenia/robotframework-whitelibrary | # Repository Context
Name: Omenia/robotframework-whitelibrary
Description:
# Pull Request
## Window state error improvements and argument rename
Changes (backwards incompatible):
- Error messages for keywords `Window Should Be Maximized`, `Window Should Be Minimized` and `Window Should Be Restored` changed to cont... |
117 | null | GoogleCloudPlatform/ml-on-gcp | # Repository Context
Name: GoogleCloudPlatform/ml-on-gcp
Description:
# Pull Request
## Migrate to google-cloud-monitoring 2.0
# Relevant Files Found
## dlvm/gcp-gpu-utilization-metrics/create_gpu_metrics.py
```
# Copyright 2018 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0... |
60,260 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Set the name of engine processes #60259
### What does this PR do?
Makes engine processes identifiable by setting their process names.
### What issues does this PR fix or reference?
Fixes: #60259
### Merge requirements satisfied?
**[... |
42 | null | uuazed/numerapi | # Repository Context
Name: uuazed/numerapi
Description:
# Pull Request
## Resumable Download
I noticed that that when `napi.download_current_dataset()` is called and if for whatever reason the download is interrupted, calling the function again simply returns with `INFO numerapi.base_api: target file already exists... |
1,388 | null | fizyr/keras-retinanet | # Repository Context
Name: fizyr/keras-retinanet
Description:
# Pull Request
## Enable earlystopping only if validation set is provided
Related issue: #1366
EarlyStopping class uses mAP by default, but mAP only is computet if evaluation dataset is provided. If one tries to train the model without any validation da... |
3,655 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## [promptflow][release] 1.15.0 release branch merge back
# Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
# All Promptflow Contribution checklist:
- ... |
906 | null | NVIDIA/NVFlare | # Repository Context
Name: NVIDIA/NVFlare
Description:
# Pull Request
## Clean up client engine specs
- Moved the methods that are only required/needed by child process from base `ClientEngineSpec` to child `ClientEngineExecutorSpec`
- Removed unused methods in `ClientEngineInternalSpec`
# Relevant Files Found
#... |
1,457 | null | expectedparrot/edsl | # Repository Context
Name: expectedparrot/edsl
Description:
# Pull Request
## fix wrong argument name passed to get_model_list method
This fixes issue #1449
# Relevant Files Found
## edsl/inference_services/OpenAIService.py
```
from __future__ import annotations
from typing import Any, List, Optional, Dict, New... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.