pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
4 | null | theislab/ehrdata | # Repository Context
Name: theislab/ehrdata
Description:
# Pull Request
## Update template to v0.3.0
`cookiecutter-scverse` released [v0.3.0](https://github.com/scverse/cookiecutter-scverse/releases/tag/v0.3.0).
## Changes
## Required actions
The Github `release` workflow has been updated to use [trusted publi... |
21 | null | eclecticiq/OpenTAXII | # Repository Context
Name: eclecticiq/OpenTAXII
Description:
# Pull Request
## fixed record count to be an integer temporarily, until libtaxii is fi…
…xed and handles long as well
# Relevant Files Found
## opentaxii/taxii/converters.py
```
import libtaxii.messages_11 as tm11
import libtaxii.messages_10 as tm10
... |
1,163 | null | mindspore-lab/mindone | # Repository Context
Name: mindspore-lab/mindone
Description:
# Pull Request
## fix(transformers): fix issues in transformers to support vLLM
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the release notes w... |
310 | null | amor71/LiuAlgoTrader | # Repository Context
Name: amor71/LiuAlgoTrader
Description:
# Pull Request
## General idea of contextvars in Strategy class
# Relevant Files Found
# Edits
This pull request introduces the concept of using Python's `contextvars` in the `Strategy` class to manage execution context, allowing state to be dynamic... |
45 | null | NCVotes/voters-ingestor | # Repository Context
Name: NCVotes/voters-ingestor
Description:
# Pull Request
## Fix reset bug
This does a couple things:
- renames 'ignored' to 'already_seen' since I keep getting 'ignored' and 'skipped' confused
- Adds a status line to show a count of records that were restored (marked as deleted previously, b... |
3,504 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Rasterize url error handeling
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
Ready
## Related Issues
fixes: https://github.com/demisto/etc/issues/16238
## Does it break backward compatibi... |
30,596 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## {Compute} `az vm create/update`: Add new parameter --enable-user-reboot-scheduled-events to support setting scheduled event policy
**Related command**
<!--- Please provide the related command with az {command} if you can, so that we can quic... |
76 | null | TengHu/AutoCoder | # Repository Context
Name: TengHu/AutoCoder
Description:
# Pull Request
## Update
# Relevant Files Found
## autocoder/pydantic_models/code_block_ops.py
```
import os
from typing import List
from actionweaver.actions.factories.pydantic_model_to_action import action_from_model
from pydantic import BaseModel, Fie... |
633 | null | CitrineInformatics/citrine-python | # Repository Context
Name: CitrineInformatics/citrine-python
Description:
# Pull Request
## Docs/graph predictor example fix
# Citrine Python PR
## Description
Travis noticed some pretty out-of-date documentation about graph predictors.
### PR Type:
- [ ] Breaking change (fix or feature that would cause ex... |
464 | null | globocom/GloboNetworkAPI | # Repository Context
Name: globocom/GloboNetworkAPI
Description:
# Pull Request
## Develop
# Relevant Files Found
## networkapi/api_deploy/facade.py
```
# -*- coding: utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed... |
5,110 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## feat(backend): 升级更新集群模块信息 #5050
# Relevant Files Found
## dbm-ui/backend/configuration/constants.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-DB管理系统(BlueKin... |
59,611 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Doc/59592/fix docstring validation errors
Partially addresses [#59592](https://github.com/pandas-dev/pandas/issues/59592)
Fixes:
-i "pandas.TimedeltaIndex.as_unit RT03,SA01"
-i "pandas.MultiIndex.to_frame RT03"
# Relevant Files Foun... |
73 | null | nmcdev/meteva | # Repository Context
Name: nmcdev/meteva
Description:
# Pull Request
## Liu4
# Relevant Files Found
## meteva/base/fun/nearing.py
```
import meteva
from meteva.base.tool.math_tools import lon_lat_to_cartesian
from scipy.spatial import cKDTree
import copy
import numpy as np
def sta_index_ensemble_near_by_sta(st... |
38,514 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Implement start/end/debug for multiple executors in scheduler job
This PR delivers the first set of changes to the scheduler job to transform it to support hybrid executors. It covers starting and ending the executors as well as debug dump.
... |
18 | null | aws-samples/amazon-bedrock-ai-karaoke | # Repository Context
Name: aws-samples/amazon-bedrock-ai-karaoke
Description:
# Pull Request
## New experience and claude 3
Upgraded to Claude 3 Haiku SDXL 1.0 and created new visual Q&A experience.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, u... |
2,746 | null | ansys/pyaedt | # Repository Context
Name: ansys/pyaedt
Description:
# Pull Request
## fixed examples
# Relevant Files Found
## _unittest/test_08_Primitives3D.py
```
# standard imports
import os
import sys
import time
try:
import pytest
except ImportError:
import _unittest_ironpython.conf_unittest as pytest
# Setup p... |
9,964 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [k8s] Close k8s client on cleanup
A follow-up on #9944 to make sure that client sessions used by the k8s client are closed on cleanup across all services that use it, along with a couple other client connections that need to get closed on shutdo... |
393 | null | fediverse-devnet/feditest | # Repository Context
Name: fediverse-devnet/feditest
Description:
# Pull Request
## Move poll_until method and simplify API. Add FediverseNode method. Other small improvements
# Relevant Files Found
## src/feditest/__init__.py
```
"""
Core module.
"""
import importlib
from collections.abc import Callable
from ... |
1,014 | null | abhinavsingh/proxy.py | # Repository Context
Name: abhinavsingh/proxy.py
Description:
# Pull Request
## [Coverage] For newly added components
# Relevant Files Found
## examples/ssl_echo_server.py
```
# -*- coding: utf-8 -*-
"""
proxy.py
~~~~~~~~
⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focuse... |
57,246 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [data] reset cpu + gpu metrics on executor shutdown and updating task submission/block generation metrics
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pul... |
250 | null | apache/accumulo-fluo-muchos | # Repository Context
Name: apache/accumulo-fluo-muchos
Description:
# Pull Request
## Users can configure Muchos to not download software
* Option configured using 'download_software = False'
* Also use HADOOP_HOME in accumulo-env.sh for 2.0
# Relevant Files Found
## lib/muchos/config.py
```
#
# Licensed to the... |
27 | null | openclimatefix/uk-pv-national-gsp-api | # Repository Context
Name: openclimatefix/uk-pv-national-gsp-api
Description:
# Pull Request
## Unify Linting
## Description
This PR tries to unify our linting approach across repositories.
Based on discussions in https://github.com/openclimatefix/.github/issues/6#issuecomment-951772079, we use the followin... |
47 | null | AllenInstitute/asap-modules | # Repository Context
Name: AllenInstitute/asap-modules
Description:
# Pull Request
## added output_json to tile pair client
This should address #46
# Relevant Files Found
## rendermodules/pointmatch/create_tilepairs.py
```
import json
import os
import subprocess
import renderapi
from ..module.render_module imp... |
4,893 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## FIX: h5py>=3 string decoding
- set `decode_vlen_strings=True` for h5netcdf backend
- unpin h5py
This is an attempt to align with `h5py=>3.0.0` string decoding changes. Now all strings are read as `bytes` objects for variable-length strings,... |
7 | null | googleapis/langchain-google-datastore-python | # Repository Context
Name: googleapis/langchain-google-datastore-python
Description:
# Pull Request
## feat: Document Loader for Datastore.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [X] Make sure to open an issue as a [bug/is... |
137 | null | acheshkov/program_slicing | # Repository Context
Name: acheshkov/program_slicing
Description:
# Pull Request
## Basic optimization
manager has been optimized.
filtering priority has been optimized
slice_predicate has been optimized.
added possibility to unite statements into groups in block slicing.
# Relevant Files Found
## program_slic... |
1,834 | null | pygments/pygments | # Repository Context
Name: pygments/pygments
Description:
# Pull Request
## tcl lexer: no error for @ or ,
Fixes #1742
# Relevant Files Found
## pygments/lexers/tcl.py
```
"""
pygments.lexers.tcl
~~~~~~~~~~~~~~~~~~~
Lexers for Tcl and related languages.
:copyright: Copyright 2006-2021 by the P... |
11,724 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## backup: Set cwd while running pg_dump
This avoids a spurious permission error inside the Postgres `resolve_symlinks` function if we don’t have access to the current working directory (e.g. we’re running with cwd /root inside `su zulip`).
While... |
4,189 | null | fedspendingtransparency/usaspending-api | # Repository Context
Name: fedspendingtransparency/usaspending-api
Description:
# Pull Request
## [DEV-11453] Unique program activity autocomplete results
**Description:**
Only return unique combinations of `program_activity_code` and `program_activity_name` for the program_activity autocomplete endpoint. Previous... |
810 | null | quantumlib/Cirq | # Repository Context
Name: quantumlib/Cirq
Description:
# Pull Request
## Remove debug statement
# Relevant Files Found
## cirq/contrib/paulistring/optimize.py
```
# Copyright 2018 The ops Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compli... |
395 | null | lnbits/lnbits | # Repository Context
Name: lnbits/lnbits
Description:
# Pull Request
## cln sse should be working
# Relevant Files Found
## lnbits/extensions/withdraw/crud.py
```
from datetime import datetime
from typing import List, Optional, Union
from lnbits.helpers import urlsafe_short_hash
from . import db
from .models ... |
1,868 | null | AI-Hypercomputer/maxtext | # Repository Context
Name: AI-Hypercomputer/maxtext
Description:
# Pull Request
## fix mmlu api
# Description
Goal:
- Accommodate API change from [2025-04-04 commit](https://github.com/AI-Hypercomputer/maxtext/commit/70a609f390b57b60b8ab4da6a613e87cd0e8068a#diff-04e8743130c92888af86f778e9ac784ee6cbd111c2760d8e4... |
177 | null | CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering | # Repository Context
Name: CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering
Description:
# Pull Request
## Add txt_op unit test
1. add txt_op unit test
2. update tests file directory
# Relevant Files Found
## uniflow/op/extract/load/txt_op.py
```
"""Extract txt op."""
import copy
import ... |
14 | null | blasferna/people | # Repository Context
Name: blasferna/people
Description:
# Pull Request
## Names endpoint
# Relevant Files Found
## app/models.py
```
import sqlalchemy
from .db import metadata, metadata_1
from .utils import int_to_datestr
rucs = sqlalchemy.Table(
"ruc",
metadata,
sqlalchemy.Column("ruc", sqlalch... |
304 | null | posit-dev/rsconnect-python | # Repository Context
Name: posit-dev/rsconnect-python
Description:
# Pull Request
## don't require --account for cloud accounts
### Description
`--account` was never actually needed to add a cloud credential – we just ignored the value. This will make it easier to automatically populate credentials in RStudio Cl... |
18,627 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Releases new version of `datadog_checks_base`
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
### Motivation
<!-- What inspired you to submit this pull request? -->
###... |
170 | null | HagenSR/byte_le_royale_2022 | # Repository Context
Name: HagenSR/byte_le_royale_2022
Description:
# Pull Request
## Interact controller door fix
# Relevant Files Found
## game/controllers/interact_controller.py
```
from game.controllers.controller import Controller
from game.common.stats import GameStats
from game.common.items.upgrade impo... |
1,609 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## chore(weave): LiteLLM Support + Stream-by-flag
We need to support a common vendor pattern: streaming is a flag, not a different symbol. This PR adds support for this case as well as support & tests for LiteLLM. Specifically:
1. Extends the Op ... |
402 | null | DataDog/datadog-api-client-python | # Repository Context
Name: DataDog/datadog-api-client-python
Description:
# Pull Request
## Add vSphere usage information
See [DataDog/datadog-api-spec#946](https://github.com/DataDog/datadog-api-spec/pull/946)
# Relevant Files Found
## src/datadog_api_client/v1/model/usage_host_hour.py
```
# Unless explicitly s... |
74 | null | LSSTDESC/gcr-catalogs | # Repository Context
Name: LSSTDESC/gcr-catalogs
Description:
# Pull Request
## Adding Av & Rv
I'm a bit confused why this PR has 41 commits... Okay, I see. My changes where Incorporated though a PR of Yao's fork of my repo. Is this correct way to do this?
# Relevant Files Found
## GCRCatalogs/alphaq.py
```
"""... |
32 | null | GeoscienceAustralia/dea-conflux | # Repository Context
Name: GeoscienceAustralia/dea-conflux
Description:
# Pull Request
## Change the WIT stack to multi-threading
As title said, change the WIT stack from single-thread running to multi-thread running. I did the test by CMD:
`time dea-conflux stack --parquet-path s3://dea-public-data-dev/projects/W... |
32 | null | pradyunsg/vendoring | # Repository Context
Name: pradyunsg/vendoring
Description:
# Pull Request
## Skip stub generation if there's a py.typed
Fix #31 (I think)
# Relevant Files Found
## src/vendoring/tasks/stubs.py
```
"""Logic for adding static typing related stubs.
We autogenerate `.pyi` stub files for the vendored modules. The s... |
252 | null | MiscGuild/discord | # Repository Context
Name: MiscGuild/discord
Description:
# Pull Request
## refactor: improve giveaway check logic and optimize database deletion
# Relevant Files Found
## src/utils/loop_utils.py
```
import asyncio
from __main__ import bot
from datetime import datetime, timedelta, timezone
import pytz
from dis... |
57,770 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Don't expose config or diagnostic entities to Amazon Alexa by default
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!... |
625 | null | fonttools/fonttools | # Repository Context
Name: fonttools/fonttools
Description:
# Pull Request
## [feaLib] Don't set language when script is unset
@brawer
Following up on https://github.com/behdad/fonttools/pull/623#issuecomment-227644699
# Relevant Files Found
## Lib/fontTools/feaLib/builder.py
```
from __future__ import print_fu... |
32 | null | ZornsLemma/py8dis | # Repository Context
Name: ZornsLemma/py8dis
Description:
# Pull Request
## Fix for backslash not working in strings in some versions of xa
Fix for backslash not working in strings in some versions of xa.
bash shebang added for compatibility with fish users.
# Relevant Files Found
## py8dis/xa.py
```
"""
XA as... |
6,847 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Make max file count configurable in the directory check
### What does this PR do?
makes max_filegauge_count an undocumented configurable setting
### Motivation
I wanted to monitor more than 20 files and expected this setting ... |
54 | null | triton-inference-server/vllm_backend | # Repository Context
Name: triton-inference-server/vllm_backend
Description:
# Pull Request
## perf: Check for cancellation on response thread
#### What does the PR do?
<!-- Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.-->
Cancellation check is to be... |
17 | null | gouline/dbt-metabase | # Repository Context
Name: gouline/dbt-metabase
Description:
# Pull Request
## Added support for aliased models and source blocks
Added alias support in model parsing. Also added searching for "sources" yml blocks pushing table/column documentation to metabase (defining sources is recommended by dbt best practices ... |
401 | null | bsc-s2/pykit | # Repository Context
Name: bsc-s2/pykit
Description:
# Pull Request
## Fix #400: reduce stat file position writing times
### (做了啥)
- ..
### (实现意图)
...
Fix: #xxx
# Relevant Files Found
## fsutil/cat.py
```
#!/usr/bin/env python2
# coding: utf-8
import errno
import logging
import os
import stat
imp... |
7 | null | carbonblack/cbc-binary-toolkit | # Repository Context
Name: carbonblack/cbc-binary-toolkit
Description:
# Pull Request
## Ingestion actor templated
## Pull request checklist
Please check if your PR fulfills the following requirements:
<!-- These checkboxes can be checked like this: [x] no spaces between the brackets and the x!-->
- [x] Docs h... |
2 | null | veighna-global/vnpy_coinbase | # Repository Context
Name: veighna-global/vnpy_coinbase
Description:
# Pull Request
## 获取localtime
# Relevant Files Found
## vnpy_coinbase/coinbase_gateway.py
```
import decimal
import hashlib
import hmac
import json
import time
from copy import copy
from datetime import datetime, timedelta
import base64
import... |
1,089 | null | Azure-Samples/chat-with-your-data-solution-accelerator | # Repository Context
Name: Azure-Samples/chat-with-your-data-solution-accelerator
Description:
# Pull Request
## feat: Include citations in response when using prompt flow
- This enabled me to remove a bunch of citation parsing from the flow
- This also enabled me to remove the citation output files
- Added verbo... |
1,310 | null | fetchai/agents-aea | # Repository Context
Name: fetchai/agents-aea
Description:
# Pull Request
## Bump p2p_noise connection version to 0.3.0
## Proposed changes
Bump `p2p_noise` version to 0.3.0 after #1304 and #1309
## Fixes
n/a
## Types of changes
What types of changes does your code introduce to agents-aea?
_Put an ... |
167 | null | pytest-dev/execnet | # Repository Context
Name: pytest-dev/execnet
Description:
# Pull Request
## Fix typos and add `codespell` hook to pre-commit
# Relevant Files Found
## execnet/gateway.py
```
"""
gateway code for initiating popen, socket and ssh connections.
(c) 2004-2013, Holger Krekel and others
"""
import inspect
import line... |
5,541 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## feat(optimizer)!: annotate type for bigquery TIMESTAMP_TRUNC
This PR adds type annotation for `TIMESTAMP_TRUNC`
**DOCS**
[BigQuery TIMESTAMP_TRUNC](https://cloud.google.com/bigquery/docs/reference/standard-sql/timestamp_functions#timesta... |
363 | null | compserv/hknweb | # Repository Context
Name: compserv/hknweb
Description:
# Pull Request
## Adding indrel static pages
# Relevant Files Found
## hknweb/settings/common.py
```
"""
Django settings for hknweb project.
Generated by 'django-admin startproject' using Django 1.11.7.
For more information on this file, see
https://docs... |
54,528 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix: Clean up FAB permissions when deleting DAGs
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regardi... |
134 | null | edbeeching/godot_rl_agents | # Repository Context
Name: edbeeching/godot_rl_agents
Description:
# Pull Request
## Updates support of sb3 to latest version
Should address #133 and be more future proof
# Relevant Files Found
## examples/stable_baselines3_example.py
```
import argparse
from godot_rl.wrappers.stable_baselines_wrapper import St... |
34 | null | AirtestProject/Airtest | # Repository Context
Name: AirtestProject/Airtest
Description:
# Pull Request
## 坐标修改
一、android.py
1,touch
采用adb触摸屏幕,不需要坐标转换,只有用MINITOUCH才需要;
二,adb.py
1,raw_shell
out = self.cmd(cmds, ensure_unicode=False)中将ensure_unicode设为FALSE,
在cmd函数中执行re.search(DeviceConnectionError.DEVICE_CONNECTION_ERROR, ... |
5,211 | null | qtile/qtile | # Repository Context
Name: qtile/qtile
Description:
# Pull Request
## fix(core): check if os.POSIX_SPAWN_CLOSEFROM is supported
Instead of checking if the API *may* exist based on Python version heuristics, check if the API *does* exist, as some platforms (namely musl on Linux) do not support `os.POSIX_SPAWN_CLOSEF... |
422 | null | onnx/onnx | # Repository Context
Name: onnx/onnx
Description:
# Pull Request
## Issue 133: Print useful message for missing ProtoBuf Environment Variable problem.
While using "pip install -e onnx" in windows using Anaconda, there will be message like "...onnx\onnx/onnx.pb.h(9): fatal error C1083: Cannot open include file: 'goo... |
538 | null | Textualize/textual | # Repository Context
Name: Textualize/textual
Description:
# Pull Request
## Scrolling nested containers
In the video below you can see me pressing a keybind to scroll to a nested (grandchild) widget.
https://user-images.githubusercontent.com/5740731/170022543-33d3cabb-daf4-4d3f-bc60-950848353d47.mov
# Re... |
319 | null | GAM-team/GAM | # Repository Context
Name: GAM-team/GAM
Description:
# Pull Request
## Process NLs in user structured/formatted addresses
# Relevant Files Found
## src/gam.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# GAM
#
# Copyright 2015, LLC All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0... |
394 | null | peterdemin/pip-compile-multi | # Repository Context
Name: peterdemin/pip-compile-multi
Description:
# Pull Request
## Support ranged upgrades
This introduces a generic mechanism for adding test cases based on input files, then uses that to validate the failure mode reported in https://github.com/peterdemin/pip-compile-multi/issues/392. Finally t... |
6,960 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Tests] Change 2 dot diff to 3 dot diff
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
Currently a 2 ... |
431 | null | google-research/scenic | # Repository Context
Name: google-research/scenic
Description:
# Pull Request
## Save embeddings during inference in SVViT.
Save embeddings during inference in SVViT.
# Relevant Files Found
## scenic/projects/svvit/inference.py
```
"""SVViT Inference Script."""
import datetime
import functools
import os
import... |
161 | null | xarray-contrib/xarray-simlab | # Repository Context
Name: xarray-contrib/xarray-simlab
Description:
# Pull Request
## Runtime signals
<!-- Feel free to remove check-list items aren't relevant to your change -->
- [x] Closes #152
- [x] Tests added
- [x] Passes `black . && flake8`
- [x] Fully documented, including `whats-new.rst` for all... |
116 | null | tavily-ai/tavily-python | # Repository Context
Name: tavily-ai/tavily-python
Description:
# Pull Request
## adding auto_parameters to serach
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()
setup(
name='tavily-pyth... |
39 | null | ambitioninc/django-entity-event | # Repository Context
Name: ambitioninc/django-entity-event
Description:
# Pull Request
## Python 3.5
# Relevant Files Found
## entity_event/tests/models_tests.py
```
from datetime import datetime
from django.template import Template
from django.test import TestCase
from django_dynamic_fixture import N, G
from ... |
4,461 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## Release 2.5.0
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] -->
Others
### PR c... |
25,329 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC fix colors in scatter plots of plot_kernel_approximation.py
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/mai... |
23,730 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Backport #23729 to 2014.7
Backport #23729 to 2014.7
adding support for nested grains to grains.item
# Relevant Files Found
## salt/modules/grains.py
```
# -*- coding: utf-8 -*-
'''
Return/control aspects of the grains data
'''
# Import p... |
1,057 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Fix rendering of datetimes
Fixes #1055
# Relevant Files Found
## edb/repl/render_binary.py
```
#
# This source file is part of the EdgeDB open source project.
#
# Copyright 2019-present MagicStack Inc. and the EdgeDB authors.
#
# Licensed unde... |
252 | null | AlexxIT/YandexStation | # Repository Context
Name: AlexxIT/YandexStation
Description:
# Pull Request
## Typo fix
# Relevant Files Found
## custom_components/yandex_station/__init__.py
```
import asyncio
import json
import logging
import voluptuous as vol
from homeassistant.components.media_player import ATTR_MEDIA_CONTENT_ID, \
A... |
300 | null | ni/nixnet-python | # Repository Context
Name: ni/nixnet-python
Description:
# Pull Request
## Fix `tox -e docs` errors with Sphinx 7.1.2
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nixnet-python/blob/main/CONTRIBUTING.rst).
~- [ ] New tests have been created for any new features or regression tests for... |
59 | null | blackyblack/symplyphysics | # Repository Context
Name: blackyblack/symplyphysics
Description:
# Pull Request
## Doppler example
# Relevant Files Found
# Edits
This pull request adds an example demonstrating the Doppler effect as applied in radar systems, showing how the velocity of a moving object can be calculated from the frequency sh... |
277 | null | ENCODE-DCC/atac-seq-pipeline | # Repository Context
Name: ENCODE-DCC/atac-seq-pipeline
Description:
# Pull Request
## v1.9.0
Conda users should update pipeline's environment. However, reinstalling is always recommended since we added GNU utils to the installer.
```bash
# To update env
$ bash scripts/update_conda_env.sh
# To re-install env
... |
10,190 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [website] dont jinja render any of the batch docs when serving
the batch tutorial contained some `{{` that made for an invalid jinja template, which caused a 500. The batch docs in general don't seem to need any additional rendering at runtime s... |
3,294 | null | microsoft/lisa | # Repository Context
Name: microsoft/lisa
Description:
# Pull Request
## Hibernation: Add support for Esv5 and Ebdsv5 family
# Relevant Files Found
## lisa/sut_orchestrator/azure/features.py
```
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import asyncio
import copy
import json
impor... |
4,786 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Refs #22728 - Added missing tests for defaults__exact case
# Relevant Files Found
## tests/get_or_create/models.py
```
from __future__ import unicode_literals
from django.db import models
from django.utils.encoding import python_2_unicode_... |
259 | null | neuralinternet/SN27 | # Repository Context
Name: neuralinternet/SN27
Description:
# Pull Request
## feature/csn 399 consensus scoring mechanism wandb
# Relevant Files Found
## compute/__init__.py
```
# The MIT License (MIT)
# Copyright © 2023 Rapiiidooo
#
# Permission is hereby granted, free of charge, to any person obtaining a copy... |
3,709 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Apply log filters to the root handler
Reduce uvicorn logging so it doesn't duplicate cherrypy.
With adding a basicConfig for logging, the filters we were adding to cherrypy endpoints were not being applied. Further uvicorn was logging all a... |
237 | null | firebolt-db/firebolt-python-sdk | # Repository Context
Name: firebolt-db/firebolt-python-sdk
Description:
# Pull Request
## fix: Decimal class type compatibility
`__name__` attribute is used in DBT to map python class to SQL query.
This is needed for https://github.com/firebolt-db/dbt-firebolt/pull/95
# Relevant Files Found
## src/firebolt/async... |
465 | null | thorrak/fermentrack | # Repository Context
Name: thorrak/fermentrack
Description:
# Pull Request
## Brewfather upd
Added brewpi temp readings as new target for brewfather according to request #464. Fixed bug #458.
Updated documentation for brewfather target.
Found new issue with brewpi script where no temp readings where read if ... |
440 | null | SUSE/BCI-tests | # Repository Context
Name: SUSE/BCI-tests
Description:
# Pull Request
## Remove workaround for missing java provides on java 21
# Relevant Files Found
## tests/test_all.py
```
"""
This module contains tests that are run for **all** containers.
"""
import datetime
import fnmatch
import json
import xml.etree.Elem... |
2,528 | null | dimagi/open-chat-studio | # Repository Context
Name: dimagi/open-chat-studio
Description:
# Pull Request
## check if request has team when adding claims
### Technical Description
The team claim was being excluded from the JWT token. This change fixes that by using the `team` attribute set on the request.
# Relevant Files Found
## apps/... |
12 | null | syne-tune/syne-tune | # Repository Context
Name: syne-tune/syne-tune
Description:
# Pull Request
## If an experiment is not found locally, try to download it by default.
*Issue #, if available:*
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution... |
398 | null | k2-fsa/icefall | # Repository Context
Name: k2-fsa/icefall
Description:
# Pull Request
## [Ready to merge] Add prefix for compute fbank
Because there are some changes in lhotse, so I do add prefix and suffix to adapt it.
# Relevant Files Found
## egs/aidatatang_200zh/ASR/local/compute_fbank_aidatatang_200zh.py
```
#!/usr/bin/env... |
21 | null | fronzbot/wafer-view | # Repository Context
Name: fronzbot/wafer-view
Description:
# Pull Request
## Add wafer zoom
## Description:
Adds wafer zoom and navigation
**Related issue (if applicable):** fixes #17
## Checklist:
- [x] Local tests with `tox` run successfully **PR cannot be meged unless tests pass**
- [x] Changes tested... |
4,579 | null | scrapy/scrapy | # Repository Context
Name: scrapy/scrapy
Description:
# Pull Request
## better deprecation warning for Response.body_as_unicode()
A follow-up to #4555.
In Scrapy master the following warning is logged:
```
[py.warnings] WARNING: /Users/kmike/envs/foo/lib/python3.8/site-packages/scrapy/http/response/text.py:66:... |
13 | null | google/learned_optimization | # Repository Context
Name: google/learned_optimization
Description:
# Pull Request
## TruncatedPESPMAP trainer for multi device training.
TruncatedPESPMAP trainer for multi device training.
Right now, this can get like 6x faster on 8 TPU IF we share data across cores. This is statistically correct in that the gradi... |
327 | null | thelastpickle/cassandra-medusa | # Repository Context
Name: thelastpickle/cassandra-medusa
Description:
# Pull Request
## Properly cast ports to int type when checking if Cassandra is up
Replaces #320
Adds the fix for the sstableloader calls from #319
# Relevant Files Found
## medusa/cassandra_utils.py
```
# -*- coding: utf-8 -*-
# Copyright ... |
15,476 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Refs #11293 -- Added test for filtering aggregates with negated & operator.
This is a regression test for ticket-11293 and negated `AND` operator (currently not covered). It crashes with:
```diff
diff --git a/django/db/models/sql/where.py b/d... |
2,184 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Do not lazy-load pyspark.ml
## Tracking issue
https://github.com/flyteorg/flyte/issues/4877
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -->
<!... |
34 | null | purarue/google_takeout_parser | # Repository Context
Name: purarue/google_takeout_parser
Description:
# Pull Request
## use pytest tempdir for tests
# Relevant Files Found
## tests/test_json.py
```
import datetime
from pathlib import Path
from typing import Iterator
from tempfile import NamedTemporaryFile
from contextlib import contextmanager... |
3,868 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## DOC: Move description of distcal to the Technical Reference section
Reference: https://docs.generic-mapping-tools.org/dev/gmt.html#distcalc-full
**Preview**:
- https://pygmt-dev--3868.org.readthedocs.build/en/3868/techref/com... |
28 | null | Velleman/python-linkplay | # Repository Context
Name: Velleman/python-linkplay
Description:
# Pull Request
## PR Feedback: improve null checks for property retrieval
Quick POC for improving null checks [as suggested](https://github.com/Velleman/python-linkplay/pull/24#:~:text=Not%20quite%20happy%20with%20the%20if%20checks%20for%20title/artis... |
352 | null | pysal/spaghetti | # Repository Context
Name: pysal/spaghetti
Description:
# Pull Request
## updating version and docs
updating version and docs
# Relevant Files Found
## docsrc/conf.py
```
# -*- coding: utf-8 -*-
#
# spaghetti documentation build configuration file,, based in `giddy`.
#
# This file is execfile()d with the current... |
2,006 | null | incubateur-ademe/quefairedemesobjets | # Repository Context
Name: incubateur-ademe/quefairedemesobjets
Description:
# Pull Request
## Corrige les boutons de partage : Plus de None, meilleur alignement sur la home de l'assistant
# Description succincte du problème résolu
https://www.notion.so/accelerateur-transition-ecologique-ademe/AST-2-Mobile-Les-b... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.