pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
4,906 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## fix(Snowflake): quote identifiers in stage references
Snowflake distinguishes between quoted/unquoted identifiers in stage names:
* `@mySTAGE` -> gets canonicalized to uppercase name, i.e., references a stage named `"MYSTAGE"`
* `@"mySTAGE"... |
87 | null | wearepal/conduit | # Repository Context
Name: wearepal/conduit
Description:
# Pull Request
## Get property name from call stack for error message
# Relevant Files Found
## conduit/data/datamodules/base.py
```
"""Base class from which all data-modules in conduit inherit."""
from abc import abstractmethod
import logging
from typing... |
3,891 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Fix for Upgrade from 5.3 to 7.x
# Description
Fix for Upgrade from 5.3 to 7.x
[Uploading cephci-run-9V8SCK.zip…]()
[deploy_cluster_0.log](https://github.com/user-attachments/files/16247577/deploy_cluster_0.log)
# Relevant F... |
17 | null | TileDB-Inc/TileDB-Py | # Repository Context
Name: TileDB-Inc/TileDB-Py
Description:
# Pull Request
## Example edits
# Relevant Files Found
## examples/libtiledb/tiledb_config.py
```
#!/usr/bin/python
"""
This example shows how to manipulate Config parameters
Simply run:
$ python tiledb_config.py
"""
import tiledb
def main()... |
9,738 | null | cloud-custodian/cloud-custodian | # Repository Context
Name: cloud-custodian/cloud-custodian
Description:
# Pull Request
## aws - add support for global accelerator
Closes issue: https://github.com/cloud-custodian/cloud-custodian/issues/9733
# Relevant Files Found
## c7n/resources/resource_map.py
```
# Copyright The Cloud Custodian Authors.
# S... |
661 | null | open-telemetry/opentelemetry-python-contrib | # Repository Context
Name: open-telemetry/opentelemetry-python-contrib
Description:
# Pull Request
## Add net.peer.ip in requests & urllib3 instrumentations.
# Description
Capture net.peer.ip in requests & urllib3 instrumentations, using a shared new ~~package `opentelemetry-instrumentation-http-base`~~ instrume... |
1,364 | null | ResearchHub/researchhub-backend | # Repository Context
Name: ResearchHub/researchhub-backend
Description:
# Pull Request
## Tweet Scores refresh
Endpoint to refresh tweet scores
# Relevant Files Found
## src/discussion/reaction_models.py
```
from django.contrib.contenttypes.fields import GenericForeignKey, GenericRelation
from django.contrib.con... |
186 | null | Danielhiversen/PyXiaomiGateway | # Repository Context
Name: Danielhiversen/PyXiaomiGateway
Description:
# Pull Request
## Add support for WXKG06LM (remote.b186acn02)
Even with the latest version of Home Assistant (0.115.3) which uses PyXiaomiGateway version 0.13.2, the support of Aqara D1 Wireless Remote Switch (Single Rocker) (WXKG06LM) (lumi.rem... |
22 | null | timfjord/AnyTest | # Repository Context
Name: timfjord/AnyTest
Description:
# Pull Request
## Add cache
# Relevant Files Found
## 1_logging.py
```
import logging
from .plugin import settings
DEFAULT_LOG_LEVEL = logging.WARNING
DEFAULT_LOG_LEVEL_NAME = logging.getLevelName(DEFAULT_LOG_LEVEL)
EVENT_LEVEL = logging.INFO
package_l... |
9,859 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## webhooks/github: Add support for PR review requests.
Fixes: #9732
@timabbott: FYI :)
# Relevant Files Found
## zerver/webhooks/github/tests.py
```
from typing import Dict, Optional
import ujson
from mock import MagicMock, patch
from zer... |
15 | null | SqueezeAILab/LLMCompiler | # Repository Context
Name: SqueezeAILab/LLMCompiler
Description:
# Pull Request
## Streaming Bugfix
# Relevant Files Found
## src/llm_compiler/planner.py
```
"""LLM Compiler Planner"""
import asyncio
import re
from typing import Any, Optional, Sequence, Union
from uuid import UUID
from langchain.callbacks.base... |
1,185 | null | googleapis/google-auth-library-python | # Repository Context
Name: googleapis/google-auth-library-python
Description:
# Pull Request
## fix: Allow mtls sts endpoint for external account token urls.
# Relevant Files Found
## google/auth/external_account.py
```
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License... |
511 | null | datalab-org/datalab | # Repository Context
Name: datalab-org/datalab
Description:
# Pull Request
## Fix file permissions issues
Closes #510.
# Relevant Files Found
## pydatalab/pydatalab/file_utils.py
```
import datetime
import os
import pathlib
import re
import shutil
import subprocess
from typing import Any, Dict, Union
from bson.... |
37 | null | broadinstitute/gnomad_methods | # Repository Context
Name: broadinstitute/gnomad_methods
Description:
# Pull Request
## Resolved problem with non-symmetric duplicate samples
# Relevant Files Found
## utils.py
```
import re
import sys
import logging
import gzip
import os
import hail as hl
from hail.expr.expressions import *
from collections ... |
38,299 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [#38284] Update Confirmation Logic for Config Changes on Sensitive Environments Like Production
# Description
I've added a configuration option `require_confirmation_dag_change` to both the `config.yml` and the Flask App. Its default value ... |
1,335 | null | catalyst-cooperative/pudl | # Repository Context
Name: catalyst-cooperative/pudl
Description:
# Pull Request
## Update coverage requirement from ~=5.3 to >=5.3,<7.0
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="http... |
108 | null | adafruit/Adafruit_CircuitPython_Requests | # Repository Context
Name: adafruit/Adafruit_CircuitPython_Requests
Description:
# Pull Request
## Proposed solution for Issue #104: multiple cookies
Patch so that the _parse_headers function handles multiple cookies by appending them, separated by a comma and space. This mimics the behaviour of Python requests whe... |
22 | null | adafruit/Adafruit_CircuitPython_DS18X20 | # Repository Context
Name: adafruit/Adafruit_CircuitPython_DS18X20
Description:
# Pull Request
## improving_docs
As title states. *
# Relevant Files Found
## adafruit_ds18x20.py
```
# SPDX-FileCopyrightText: 2017 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
`adafruit_ds18x20`
=====... |
68 | null | axiom-data-science/extract_model | # Repository Context
Name: axiom-data-science/extract_model
Description:
# Pull Request
## FVCOM Support for the `filtering` method.
Adds filtering support for FVCOM
FVCOM has several auxiliary coordinate variables that are required to be
kept within the dataset in order for grid accessible to feasible. These
... |
397 | null | allenai/open-instruct | # Repository Context
Name: allenai/open-instruct
Description:
# Pull Request
## If constraints functions
Added small comment as per Nathan's request!
# Relevant Files Found
# Edits
This pull request adds a comprehensive set of 25 functions to evaluate response constraints defined in the IFEval taxonomy, enabli... |
2,246 | null | metoppv/improver | # Repository Context
Name: metoppv/improver
Description:
# Pull Request
## MOBT-1011: Modal symbols bug fix
- Changes to the modal code handling of model__run_attr.
- All input cubes have their model__run_attr modified prior to promotion to a coordinate on the cube and subsequent merging to ensure they match. Th... |
1,127 | null | Benchling-Open-Source/allotropy | # Repository Context
Name: Benchling-Open-Source/allotropy
Description:
# Pull Request
## chore: Cytiva Biacore T200 Control - remove debug files
# Relevant Files Found
## src/allotropy/parsers/cytiva_biacore_t200_control/cytiva_biacore_t200_control_parser.py
```
import json
from pathlib import Path, PureWindow... |
131 | null | bpython/curtsies | # Repository Context
Name: bpython/curtsies
Description:
# Pull Request
## Made minor copyediting edits to the docs and docstrings; primarily sp…
…elling and punctuation mistakes.
# Relevant Files Found
## curtsies/formatstring.py
```
from __future__ import unicode_literals
r"""Colored strings that behave mostly... |
74 | null | aburrell/ocbpy | # Repository Context
Name: aburrell/ocbpy
Description:
# Pull Request
## Pysat test
Implemented unit tests for pysat on linux and changed the numpy version requirements for python 3.6+. This addresses issues #50 and #56.
# Relevant Files Found
## ocbpy/instruments/general.py
```
#!/usr/bin/env python
""" Genera... |
60,100 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: `read_csv` with chained fsspec TAR file and `compression="infer"`
- [x] closes #60028
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or ad... |
945 | null | awslabs/sockeye | # Repository Context
Name: awslabs/sockeye
Description:
# Pull Request
## Update to MXNet 1.8 & Python 3.7
updates to mxnet 1.8 and Python 3.7.
MXNet 1.8 in pypi no longer publishes wheels for mac Python 3.6, we therefore bump our minimum python version from 3.6 to 3.7.
#### Pull Request Checklist ##
- [x]... |
32 | null | openstack-charmers/zaza | # Repository Context
Name: openstack-charmers/zaza
Description:
# Pull Request
## Add tests for vault authorize-charm action
Add tests for the authorize-charm action on the vault app. To
support this add get_action method to return an applications
actions. However, this is not implemented in libjuju yet so
fallb... |
1,623 | null | dcos/dcos-e2e | # Repository Context
Name: dcos/dcos-e2e
Description:
# Pull Request
## Show default for uname and password
# Relevant Files Found
## src/dcos_e2e_cli/common/options.py
```
"""
Click options which are common across CLI tools.
"""
import re
from pathlib import Path
from typing import Any, Callable, Dict, Option... |
75 | null | princenyeche/jiraone | # Repository Context
Name: princenyeche/jiraone
Description:
# Pull Request
## Patch v5 to jiraone
* Noticed that the `time_in_status()` was not getting accurate data. It seems that the API payload that was returned in the history changed hence the difference in time was always wrong. Tweaked the logic to accuratel... |
2,292 | null | meerk40t/meerk40t | # Repository Context
Name: meerk40t/meerk40t
Description:
# Pull Request
## Fix manual-update crash, if 'no, ty' was chosen
# Relevant Files Found
## meerk40t/gui/about.py
```
import datetime
import wx
from ..main import APPLICATION_NAME, APPLICATION_VERSION
from .icons import icon_about, icon_meerk40t
from .... |
379 | null | aws/sagemaker-python-sdk | # Repository Context
Name: aws/sagemaker-python-sdk
Description:
# Pull Request
## Increase version to 1.9.3
Increase version to 1.9.3
## Merge Checklist
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're her... |
2,464 | null | SwissDataScienceCenter/renku-python | # Repository Context
Name: SwissDataScienceCenter/renku-python
Description:
# Pull Request
## fix: set missing creator when migrating projects
closes #2463
Loading metadata code did not pass LocalClient, which in turn didn't set creator from git if it was missing. This makes sure LocalClient is passed in all ... |
141 | null | GoogleCloudPlatform/cymbal-air-toolbox-demo | # Repository Context
Name: GoogleCloudPlatform/cymbal-air-toolbox-demo
Description:
# Pull Request
## feat: add cloudsql integration test
also update alloydb ci/cd workflow to ignore cloudsql integration test.
This PR does not include adding cloud sql CI/CD cloudbuild workflow. Will add it in a separate PR.
# R... |
1,104 | null | allegro/ralph | # Repository Context
Name: allegro/ralph
Description:
# Pull Request
## fixed service view query filter; improved service and environment casting to unicode
fixed service view query filter; improved service and environment casting to unicode
# Relevant Files Found
## src/ralph/discovery/models_device.py
```
#!/... |
2,007 | null | qiita-spots/qiita | # Repository Context
Name: qiita-spots/qiita
Description:
# Pull Request
## fix #1928
This adds our terms/conditions to qiita. The link is added to the email sent to new users and present on the footer of all pages in the system.
# Relevant Files Found
## qiita_db/environment_manager.py
```
# ------------------... |
82 | null | acq4/acq4 | # Repository Context
Name: acq4/acq4
Description:
# Pull Request
## Zeiss shutter control
This also adds error reporting for zeiss event handlers.
# Relevant Files Found
## acq4/devices/Device.py
```
# -*- coding: utf-8 -*-
from __future__ import print_function
import os
import traceback
import weakref
from ac... |
4,483 | null | siliconcompiler/siliconcompiler | # Repository Context
Name: siliconcompiler/siliconcompiler
Description:
# Pull Request
## cleanup cache when failures occur to avoid leaving bad data behind
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved package resolution error ha... |
367 | null | futuroptimist/token.place | # Repository Context
Name: futuroptimist/token.place
Description:
# Pull Request
## Add cross-platform installers to electron builder config
## Summary
- selected the "Cross-Platform Installers" roadmap item via deterministic shuffle and updated electron-builder to emit MSI, PKG, DEB, RPM, and AppImage artifacts al... |
4 | null | deeplab-ai/deephub | # Repository Context
Name: deeplab-ai/deephub
Description:
# Pull Request
## [bug/fix_remore_yaml] added if file exist
# Relevant Files Found
## deephub/resources/remote.py
```
import logging
from pathlib import Path
from functools import partial
import yaml
from deephub.common.logging import context_log
from... |
150 | null | genio-learn/daktari | # Repository Context
Name: genio-learn/daktari
Description:
# Pull Request
## Test Yarn Token to see if it can communicate with GitHub
Copied from JIRA: We have this existing check in Daktari:
```
YarnNpmScopeConfigured(
YarnNpmScope(
name="glean-notes",
npmPublishRegistry... |
111 | null | tBuLi/symfit | # Repository Context
Name: tBuLi/symfit
Description:
# Pull Request
## Fit results cleanup
This PR aims to solve #57, #45, #91.
It makes a rethink of the ``**fit_result.params`` syntax necessary, to prevent confusion with ``Model.params`` which is entirely different. (The first should be an `OrderedDict` with th... |
5,744 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## [MAINT] add tests to check figures surface masker reports
<!---
This is a suggested pull request template for nilearn.
It's designed to capture information we've found to be useful in reviewing pull requests.
If there is other informatio... |
396 | null | pipecat-ai/pipecat | # Repository Context
Name: pipecat-ai/pipecat
Description:
# Pull Request
## Add livekit audio serializers
Implement the conversion between pipecat's AudioRawFrame and LiveKit's AudioFrame.
It can help to bridge LiveKit Agents via WebSocket.
# Relevant Files Found
# Edits
This PR adds support for serializing ... |
49 | null | mapilio/mapilio-kit | # Repository Context
Name: mapilio/mapilio-kit
Description:
# Pull Request
## modify and fix some bugs
# Relevant Files Found
## mapilio_kit/base/run.py
```
import os
import getpass
from login import list_all_users
from upload import upload, zip_images, user_items_retriever
from edit_config import edit_config
f... |
557 | null | nextcord/nextcord | # Repository Context
Name: nextcord/nextcord
Description:
# Pull Request
## docs: Remove incorrect attributes from docs
## Summary
* Fix docs for `client` and `bot` in `nextcord.Interaction`
## Changes
client is documented as a property so should not be in attributes
bot never existed as an attribute so... |
6 | null | JosephPB/n3jet | # Repository Context
Name: JosephPB/n3jet
Description:
# Pull Request
## Dev model size
# Relevant Files Found
## n3jet/general/fks/general_init_model_rerun.py
```
import os
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import cm
import random
from matplotlib import rc
import time
import pi... |
1,198 | null | OpenChemistry/distiller | # Repository Context
Name: OpenChemistry/distiller
Description:
# Pull Request
## Change location for count jobs as well
# Relevant Files Found
## backend/faust/job_worker.py
```
import asyncio
import copy
import json
import logging
from datetime import datetime, timedelta
from pathlib import Path
from typing i... |
10,180 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Proxito: allow serving files under the projects dir
This is only available in the new implementation.
Closes https://github.com/readthedocs/readthedocs.org/issues/2292
# Relevant Files Found
## readthedocs/proxito/tests/test_... |
108 | null | mlcommons/chakra | # Repository Context
Name: mlcommons/chakra
Description:
# Pull Request
## Ignore Optimizer.step nodes covering >90% runtime, plan to generalize later
## Summary
Ignore Optimizer.step nodes covering >90% runtime, plan to generalize later
<img width="1544" alt="Screenshot 2024-06-25 at 10 02 24 AM" src="https://gi... |
55 | null | TCLResearchEurope/torch-dag | # Repository Context
Name: TCLResearchEurope/torch-dag
Description:
# Pull Request
## add torch.rsqrt operation support
# Relevant Files Found
## torch_dag/core/unstructured_to_structured.py
```
import copy
import logging
import operator
from collections.abc import Iterable
from functools import singledispatch
... |
760 | null | NVIDIA-Merlin/models | # Repository Context
Name: NVIDIA-Merlin/models
Description:
# Pull Request
## Update ToTarget to accept Tags and all columns in Schema as targets
Followup to #740
### Goals :soccer:
Add `Tags` as an acceptable type in `ToTarget`. Update it to make all columns in the `target` schema as target columns.
### I... |
2,426 | null | meerk40t/meerk40t | # Repository Context
Name: meerk40t/meerk40t
Description:
# Pull Request
## Add some basic op creation functions
# Relevant Files Found
## meerk40t/gui/materialmanager.py
```
"""
GUI to manage material library entries.
In essence a material library setting is a persistent list of operations.
They are stored in ... |
70 | null | karlicoss/HPI | # Repository Context
Name: karlicoss/HPI
Description:
# Pull Request
## updates
# Relevant Files Found
## my/core/common.py
```
from glob import glob as do_glob
from pathlib import Path
from datetime import datetime
import functools
import types
from typing import Union, Callable, Dict, Iterable, TypeVar, Seque... |
3,584 | null | langchain-ai/langgraph | # Repository Context
Name: langchain-ai/langgraph
Description:
# Pull Request
## StreamMode in Join [sdk]
# Relevant Files Found
## libs/sdk-py/langgraph_sdk/client.py
```
"""The LangGraph client implementations connect to the LangGraph API.
This module provides both asynchronous (LangGraphClient) and synchron... |
577 | null | open-compass/opencompass | # Repository Context
Name: open-compass/opencompass
Description:
# Pull Request
## [Feature] Add reasonbench dataset
## Motivation
Add a benchmark that support specially evaluating reasoning ability of LLMs.
## Modification
Add preprocess methods and configs for several datasets, aiming evaluating the abil... |
15 | null | TeamTonic/adapt-a-rag | # Repository Context
Name: TeamTonic/adapt-a-rag
Description:
# Pull Request
## Devbranch
# Relevant Files Found
## app.py
```
import llama_index
from llama_index.readers.file import CSVReader
from llama_index.readers.file import DocxReader
from llama_index.readers.file import EpubReader
from llama_index.reader... |
24 | null | Ben1152000/sootty | # Repository Context
Name: Ben1152000/sootty
Description:
# Pull Request
## Refactor the Visualizer Code
Change the visualizer to construct svg-style python objects to make the code more readable.
# Relevant Files Found
## sootty/visualizer.py
```
import sys
from .display import VectorImage
from .exceptions imp... |
2,662 | null | bentoml/BentoML | # Repository Context
Name: bentoml/BentoML
Description:
# Pull Request
## perf(templates): cache python installation via conda
- cached pip installation process with conda
- take advantage of jinja2 macros for conda snippets.
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
# Relevant Files ... |
49 | null | pseudonym117/Riot-Watcher | # Repository Context
Name: pseudonym117/Riot-Watcher
Description:
# Pull Request
## Add __hash__ method to LoLException.
Fixes LoLException being unhashable.
# Relevant Files Found
## riotwatcher/riotwatcher.py
```
from collections import deque
import time
import requests
# Constants
BRAZIL = 'br'
EUROPE_NORDI... |
404 | null | galaxyproject/pulsar | # Repository Context
Name: galaxyproject/pulsar
Description:
# Pull Request
## Co-execution client for Google Cloud Platform Batch v1
Implements #390.
 (2020-10-05)
### Bug Fixes
* move aioh... |
7 | null | aws-samples/pyflink-getting-started | # Repository Context
Name: aws-samples/pyflink-getting-started
Description:
# Pull Request
## Firehose sink sample app
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
# Relevant Files Found
# Edits
This pull reques... |
1 | null | ChariotDev/digital-ocean-spaces | # Repository Context
Name: ChariotDev/digital-ocean-spaces
Description:
# Pull Request
## Fixes the list_dirs function
Currently `list_dirs` tries to sort using `dir` which isn't a variable in the function so it defaults to the built-in function which throws an error. Changing this to `path` fixes the bug.
# Rele... |
615 | null | aleph-im/aleph-vm | # Repository Context
Name: aleph-im/aleph-vm
Description:
# Pull Request
## Added Qemu automatic tests
Feature: Added automatic tests to check if Qemu runs, also with network interface.
The tests bypass systemd manager to reduce complexity.
In later tests we will test the entire flow also using systemd.
# Releva... |
106 | null | oarriaga/paz | # Repository Context
Name: oarriaga/paz
Description:
# Pull Request
## Test increase
Add tests for major pipelines
# Relevant Files Found
## paz/pipelines/detection.py
```
import numpy as np
from .. import processors as pr
from ..abstract import SequentialProcessor, Processor
from ..models import SSD512, SSD300... |
36 | null | robotpy/robotpy-wpilib-utilities | # Repository Context
Name: robotpy/robotpy-wpilib-utilities
Description:
# Pull Request
## Prevent errors when using properties
Previously, if you tried to create a property, errors would occur when magicbot was doing its injection sequence. To prevent this, _setup_vars now filters out properties in addition to pri... |
58,578 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use DeviceInfo in switchbot
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure... |
110 | null | Netflix-Skunkworks/stethoscope | # Repository Context
Name: Netflix-Skunkworks/stethoscope
Description:
# Pull Request
## Add fix for Google version parsing.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
from __future__ import absolute_import, print_function, unicode_literals
import io
import os... |
83 | null | marcosschroh/dataclasses-avroschema | # Repository Context
Name: marcosschroh/dataclasses-avroschema
Description:
# Pull Request
## Changed Avro type for Python int to long
... and Avro type for Python float to double.
Reasoning:
- "Integers have unlimited precision." [[1]](https://docs.python.org/3.4/library/stdtypes.html#typesnumeric)
- "Flo... |
405 | null | aws/aws-sam-cli | # Repository Context
Name: aws/aws-sam-cli
Description:
# Pull Request
## fix: Value of QueryString in the API event should only be a string
Fixes the bug reported in #404
*Issue #, if available:* #404
*Description of changes:*
APIGW only supports one value for a query string key. 0.3.0 assumed this was a ... |
984 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## chore(weave): Make google Colab-based demos possible
1. URLs now default to pointing to the SaaS app and will point to localhost when using frontend devment
2. Fixes context state for the graphclient to work across cells in colab
3. Also, remov... |
125 | null | sonata-nfv/tng-slice-mngr | # Repository Context
Name: sonata-nfv/tng-slice-mngr
Description:
# Pull Request
## Adding condition to not add slaId if there's no uuid assigned in the …
…template.
# Relevant Files Found
## slice_lifecycle_mgr/nsi_manager.py
```
#!/usr/local/bin/python3.4
"""
## Copyright (c) 2015 SONATA-NFV, 2017 5GTANGO [, A... |
927 | null | inveniosoftware/invenio-rdm-records | # Repository Context
Name: inveniosoftware/invenio-rdm-records
Description:
# Pull Request
## records: remove unecessary id field from relations attributes
the `id` is always present in the metadata (it is actually needed to [resolve and dereference](https://github.com/inveniosoftware/invenio-records/blob/master/in... |
2,154 | null | spacetelescope/jdaviz | # Repository Context
Name: spacetelescope/jdaviz
Description:
# Pull Request
## Handle aperture photometry when images linked by WCS for advanced cases
<!-- This comments are hidden when you submit the pull request,
so you do not need to remove them! -->
<!-- Please be sure to check out our code of conduct,
ht... |
4,006 | null | mitodl/open-discussions | # Repository Context
Name: mitodl/open-discussions
Description:
# Pull Request
## Release 0.217.0
## Anastasia Beglova
- [x] fix aggregations (#3998) ([70a9474e](../commit/70a9474eb37b51264dd7fa1a4d25c5ab5b92d105))
## jenniw
- [x] Upgrade local elasticsearch service to 7.10 (PR 2 of 3) (#3994) ([ec426e27](../... |
1,577 | null | jupyterhub/jupyterhub | # Repository Context
Name: jupyterhub/jupyterhub
Description:
# Pull Request
## add session-id cookie
session cookie is stored cleartext, domain-wide. It contains nothing but a UUID. All services can read the session ID. The session ID serves two purposes, which are related in purpose, but mostly unrelated technica... |
43,112 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add Shelly totalWorkTime as Lamp life (Shelly Air)
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
42,413 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## ZHA: remove unused 'from_cache' argument from 'async_get_state' and add 'async_update'
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Br... |
165 | null | site24x7/plugins | # Repository Context
Name: site24x7/plugins
Description:
# Pull Request
## oracle and mysql update.
# Relevant Files Found
## mysql_monitoring/mysql_monitoring.py
```
#!/usr/bin/python
"""
Site24x7 MySql table stats Plugin
"""
import traceback
import re
import json
import os
VERSION_QUERY = 'SELECT VERSION()'
... |
305 | null | explosion/spaCy | # Repository Context
Name: explosion/spaCy
Description:
# Pull Request
## multiple langs in download script
# Relevant Files Found
## spacy/__init__.py
```
from . import util
from .en import English
def load(name, vectors=None, via=None):
return English(
package=util.get_package_by_name(name, via=... |
1,757 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## Support skipping tests decorated by condition or parametize
Support `self.skipTest` in unittest as done in Chainer.
https://github.com/chainer/chainer/pull/4685
CuPy specific fixes (difference from above PR): `for_dtypes` loops inside one test ... |
7,594 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Merge 1.10.x
**Proposed changes**:
- ...
**Status (please check what you already did)**:
- [ ] added some tests for the functionality
- [ ] updated the documentation
- [ ] updated the changelog (please check [changelog](https://github.com/... |
2,002 | null | packit/packit-service | # Repository Context
Name: packit/packit-service
Description:
# Pull Request
## Propagate exception message to propose_downstream logs
There is another case of failed `propose_downstream` with no error message in the logs:
https://dashboard.packit.dev/results/propose-downstream/2152
This ensures that any except... |
63 | null | pbl-nl/appl-docchat | # Repository Context
Name: pbl-nl/appl-docchat
Description:
# Pull Request
## flask fixes
Hoi Stefan,
Wat wijzigingen in de flask app. Als je deze goed kunt keuren, kan ik mergen met main en vervolgens testen of we via onze lokale LLM kunnen chatten :-)
De wijzigingen in ingester.py kun/moet je negeren. Ik heb ge... |
279 | null | City-of-Helsinki/yjdh | # Repository Context
Name: City-of-Helsinki/yjdh
Description:
# Pull Request
## Fix validation to return values
## Description :sparkles:
## Issues :bug:
Missing return statement causing the serializer field will be always None after validation
## Testing :alembic:
## Screenshots :camera_flash:
## Additi... |
1,954 | null | ansys/pyaedt | # Repository Context
Name: ansys/pyaedt
Description:
# Pull Request
## Bump pythonnet from 3.0.0.post1 to 3.0.1
Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.0.post1 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pythonnet/pythonnet/releases... |
6,983 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Remove uses of io.open as open is the same thing on Python 3
# Relevant Files Found
## astropy/config/configuration.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""This module contains classes and functions to st... |
266 | null | osoken/sqlitecollections | # Repository Context
Name: osoken/sqlitecollections
Description:
# Pull Request
## Perf/issue 27 enhance sort
# Description
improved memory efficiency of `List.sort`.
this strategy holds index array instead of the array of `sort key-index` pairs.
it reduces memory usage but increases time consumption due to th... |
1,876 | null | music-assistant/server | # Repository Context
Name: music-assistant/server
Description:
# Pull Request
## chore: mypy for template player provider
# Relevant Files Found
## music_assistant/providers/_template_player_provider/__init__.py
```
"""
DEMO/TEMPLATE Player Provider for Music Assistant.
This is an empty player provider with no... |
1,870 | null | ClusterHQ/flocker | # Repository Context
Name: ClusterHQ/flocker
Description:
# Pull Request
## [FLOC-2831] Acceptance tests use the new API client
# Relevant Files Found
## flocker/acceptance/endtoend/test_dataset.py
```
# Copyright ClusterHQ Inc. See LICENSE file for details.
"""
Tests for the datasets REST API.
"""
from twis... |
151 | null | Blizzard/s2client-proto | # Repository Context
Name: Blizzard/s2client-proto
Description:
# Pull Request
## Read as binary so it works in py3.
# Relevant Files Found
## samples/replay-api/download_replays.py
```
"""Download replay packs via Blizzard Game Data APIs."""
from __future__ import absolute_import
from __future__ import divisi... |
2,291 | null | AI-Hypercomputer/maxtext | # Repository Context
Name: AI-Hypercomputer/maxtext
Description:
# Pull Request
## Update HF_IDS for Gemma3 12B/27B checkpoint conversion
# Description
Fixing [b/440079881](https://b.corp.google.com/issues/440079881) by updating the HuggingFace model ID correctly.
# Tests
Converted 12B/27B checkpoints usin... |
920 | null | google/timesketch | # Repository Context
Name: google/timesketch
Description:
# Pull Request
## Dynamic aggregators
Add aggregators to new UI with Vega-lite chart support.
<img width="1341" alt="Screenshot 2019-08-18 at 12 44 45" src="https://user-images.githubusercontent.com/316362/63229519-f975d080-c1b5-11e9-9820-3c2202135585.png... |
68 | null | NandaScott/Scrython | # Repository Context
Name: NandaScott/Scrython
Description:
# Pull Request
## add support to class cards
With the new expansion "forgotten realms", they added a new type of cards: class cards. This is one example
[cleric class json response](https://api.scryfall.com/cards/47ce8b7e-d8e1-489a-a69e-99089eeb8739?for... |
204 | null | novonordisk-research/OptiHPLCHandler | # Repository Context
Name: novonordisk-research/OptiHPLCHandler
Description:
# Pull Request
## Release 3.2.0
Release 3.2.0
# Relevant Files Found
## conf.py
```
import os
import shutil
import subprocess
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration va... |
10,205 | null | dmwm/WMCore | # Repository Context
Name: dmwm/WMCore
Description:
# Pull Request
## MSTransferor: do not consider Rucio blocks with 0 or None size
Fixes #10200
#### Status
ready
#### Description
Blocks that don't have any files/replicas in Rucio, are returned with `bytes=None`, which means they should not even be consid... |
655 | null | askap-vast/vast-pipeline | # Repository Context
Name: askap-vast/vast-pipeline
Description:
# Pull Request
## Add run config option to disable measurement pairs
Adds a run configuration option to skip the calculation of measurement pairs which can be resource-intensive for certain runs. See #654.
The new option is `variability.pair_metric... |
188 | null | piccolomo/plotext | # Repository Context
Name: piccolomo/plotext
Description:
# Pull Request
## fix typos
found via `codespell`
# Relevant Files Found
## plotext/_date.py
```
from datetime import datetime as dt
from datetime import timezone as tz # usefull for dates before 1970 in windows
class date_class():
def __init__(... |
122 | null | quay/quay | # Repository Context
Name: quay/quay
Description:
# Pull Request
## Small fixes to invalid digest calls
Fixes https://issues.redhat.com/browse/PROJQUAY-126
# Relevant Files Found
## data/registry_model/blobuploader.py
```
import logging
import time
from contextlib import contextmanager
from collections import... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.