pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
140 | null | canonical/operator-libs-linux | # Repository Context
Name: canonical/operator-libs-linux
Description:
# Pull Request
## fix: Task status can be `Do` and should not raise an error.
## Description
This PR fixes the issue #139 .
The task status can be `Do` and should not be considered an error ([see here](https://snapcraft.io/docs/snapd-rest-api... |
15 | null | ucl-docaider/docAider | # Repository Context
Name: ucl-docaider/docAider
Description:
# Pull Request
## Refactor
# Relevant Files Found
## autogen_utils/utils.py
```
from autogen import AssistantAgent, UserProxyAgent
from repo_documentation.prompt import USR_PROMPT
from . import config
def load_assistant_agent():
# Load the assi... |
45,282 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TST: Split / parameterize resample PT 2
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
# Rele... |
45 | null | es-ude/elastic-ai.creator | # Repository Context
Name: es-ude/elastic-ai.creator
Description:
# Pull Request
## Code generator lstm
this closes #15
# Relevant Files Found
## elasticai/creator/tests/vhdl/test_generate_lstm_cell_vhd.py
```
import unittest
from io import StringIO
from os.path import exists
from elasticai.creator.vhdl.generato... |
15 | null | octodns/octodns-selectel | # Repository Context
Name: octodns/octodns-selectel
Description:
# Pull Request
## General updates
* Update things to the latest template/setup.
* Update requirements
/cc https://github.com/octodns/octodns-template/pull/13 for more information
# Relevant Files Found
## setup.py
```
from os import environ
from s... |
2,051 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## Make user metric criteria consistent.
# Purpose
Update daily users added script to be consistent with active user count.
# Side effects
Slight improvement in quality of life for @saradbowman
[Resolves #1768]
# Relevant Files... |
3,768 | null | iterative/dvc | # Repository Context
Name: iterative/dvc
Description:
# Pull Request
## push/pull: properly collect run cache
Ideally run cache should be a part of NamedCache and transferred as a regular cache through push/pull, but that requires a refactor, so for now we keep doing that manually to unblock CICD.
Fixes #1234
... |
862 | null | slackapi/python-slack-sdk | # Repository Context
Name: slackapi/python-slack-sdk
Description:
# Pull Request
## Add admin.users.session.list API support
## Summary
https://api.slack.com/methods/admin.users.session.list is now publicly available.
### Category (place an `x` in each of the `[ ]`)
- [x] **slack_sdk.web.WebClient** (Web A... |
7,245 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## Parse more `wavelnth` comments for units
This adds yet another possible case when extracting the wavelength unit from the key comment on `WAVELNTH` in `extract_waveunit`. The inspiration for this is #7220, specifically this comment: https://githu... |
160 | null | CyberAgentAILab/cmaes | # Repository Context
Name: CyberAgentAILab/cmaes
Description:
# Pull Request
## fix sigma setting
The current example does not reset the initial sigma when the restart with a 'small' population size is performed.
This PR fixes this problem.
# Relevant Files Found
## examples/bipop_cmaes.py
```
import math
impor... |
1,772 | null | marimo-team/marimo | # Repository Context
Name: marimo-team/marimo
Description:
# Pull Request
## 0.7.2
version bump
# Relevant Files Found
## marimo/__init__.py
```
# Copyright 2024 Marimo. All rights reserved.
"""The marimo library.
The marimo library brings marimo notebooks to life with powerful
UI elements to interact with and ... |
28,143 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Zoom next page token fix
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the [contribution registration form](http... |
5,939 | null | prowler-cloud/prowler | # Repository Context
Name: prowler-cloud/prowler
Description:
# Pull Request
## fix(k8s): handle Kubernetes kubeconfig content correctly
### Description
- Ensured the SDK uses consistent Kubernetes credentials regardless of whether the `kubeconfig` is provided as a multi-line string or a file.
### Checklist
... |
16 | null | nephila/giturlparse | # Repository Context
Name: nephila/giturlparse
Description:
# Pull Request
## Add tests for hyphened org names
Tests for #14
I can't reproduce the error reported in that issue, will merge this additional tests and will followup on the issue if any new information will arise
# Relevant Files Found
## giturlpar... |
34 | null | Mooling0602/MatrixSync-MCDR | # Repository Context
Name: Mooling0602/MatrixSync-MCDR
Description:
# Pull Request
## dev -> main
# Relevant Files Found
## matrix_sync/client/receiver.py
```
# thread MatrixReceiver
import asyncio
import matrix_sync.logger.get_logger as get_logger
import matrix_sync.plg_globals as plg_globals
from . import *
... |
30 | null | proxmoxer/proxmoxer | # Repository Context
Name: proxmoxer/proxmoxer
Description:
# Pull Request
## Version 1.1.1
# Relevant Files Found
## proxmoxer/__init__.py
```
__author__ = 'Oleg Butovich'
__copyright__ = '(c) Oleg Butovich 2013-2017'
__version__ = '1.1.0'
__licence__ = 'MIT'
from .core import *
```
## proxmoxer/backends/ht... |
1,029 | null | microsoft/botbuilder-python | # Repository Context
Name: microsoft/botbuilder-python
Description:
# Pull Request
## Volitile LowScoreVariation and Active Learning Issue fix
Fixes #1025
# Relevant Files Found
## libraries/botbuilder-ai/botbuilder/ai/qna/dialogs/qnamaker_dialog.py
```
# Copyright (c) Microsoft Corporation. All rights reserved... |
1,602 | null | castorini/pyserini | # Repository Context
Name: castorini/pyserini
Description:
# Pull Request
## Fix paper integration tests due to path changes in anserini and other minor issues
# Relevant Files Found
## integrations/clprf/test_clprf.py
```
#
# Pyserini: Reproducible IR research with sparse and dense representations
#
# License... |
93 | null | code-alexander/algobase | # Repository Context
Name: code-alexander/algobase
Description:
# Pull Request
## feat: NFT minting
## Description
Adding 'simple mint' functions to mint pure NFTs with ARC-3 metadata.
## Related Issue
## Type of Change
- [x] 📚 Examples / docs / tutorials / dependencies update
- [ ] 🔧 Bug fix (non-br... |
1,202 | null | lookit/lookit-api | # Repository Context
Name: lookit/lookit-api
Description:
# Pull Request
## Add age filters
Here are the new age grouped filters for the study list view.
<img width="1552" alt="Screenshot 2023-05-02 at 10 42 26 AM" src="https://user-images.githubusercontent.com/44074998/235700990-fa5261e6-b13c-48e9-9adb-010b9ce... |
40 | null | LtGlahn/nvdbapi-V3 | # Repository Context
Name: LtGlahn/nvdbapi-V3
Description:
# Pull Request
## Finnoverlapp leftjoin m sql
# Relevant Files Found
## nvdbgeotricks.py
```
"""
En samling hjelpefunksjoner som bruker nvdbapiv3-funksjonene til å gjøre nyttige ting, f.eks. lagre geografiske datasett
Disse hjelpefunksjonene forutsette... |
21,660 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## update the manylinux wheel glibc version to 2.28 (#21650)
While trying to land #21528 to was observed that the wheel building jobs were failing during git checkout with wonderful errors like ``/__e/node20/bin/node: /lib64/libm.so.6: version ... |
64 | null | backend-developers-ltd/ComputeHorde | # Repository Context
Name: backend-developers-ltd/ComputeHorde
Description:
# Pull Request
## Increase debounce counter after lost connection
# Relevant Files Found
## compute_horde/compute_horde/miner_client/base.py
```
import abc
import asyncio
import logging
import random
import time
import websockets
from... |
27 | null | Nike-Inc/pterradactyl | # Repository Context
Name: Nike-Inc/pterradactyl
Description:
# Pull Request
## Fix redundant tf inits
The `_validate_backend()` method was looking for `terraform.backend` in any gathered file of the form `*.tf.json`
The newly added file `variables.tf.json` from version 1.6.0 will never have this field. To avoid t... |
2 | null | winterjung/split | # Repository Context
Name: winterjung/split
Description:
# Pull Request
## Support more outputs
* [x] define until 100
* [x] add tests
# Relevant Files Found
## main.py
```
import os
from typing import Optional
def set_action_output(name: str, value: str):
print(f'::set-output name={name}::{value}')
def... |
2 | null | dimkablin/speech2text_factory | # Repository Context
Name: dimkablin/speech2text_factory
Description:
# Pull Request
## easyOCR
# Relevant Files Found
## src/api/app/endpoint.py
```
"""Main FastAPI entry point."""
from typing import Any, Dict
from fastapi import APIRouter, File, UploadFile
from fastapi.responses import JSONResponse
from src.... |
157 | null | anodot/daria | # Repository Context
Name: anodot/daria
Description:
# Pull Request
## Save pipeline offsets to db
# Relevant Files Found
## agent/src/agent/api/routes/pipeline.py
```
import logging
import time
import requests
from jsonschema import ValidationError
from agent.api.routes import needs_pipeline
from flask import... |
7 | null | Ryan-Rhys/Mrk_335 | # Repository Context
Name: Ryan-Rhys/Mrk_335
Description:
# Pull Request
## Ryan/dev
# Relevant Files Found
## autocorrelation/plot_cov_function.py
```
# Copyright Ryan-Rhys Griffiths 2019
# Author: Ryan-Rhys Griffiths
"""
This script contains the utilities for plotting kernel functions.
"""
import gpflow
from... |
3,639 | null | aws/sagemaker-python-sdk | # Repository Context
Name: aws/sagemaker-python-sdk
Description:
# Pull Request
## feature: Add business details and hyper parameters fields and update test_model_card.py
*Issue #, if available:*
*Description of changes:*
feature: add business details and hyper parameters fields to python SDK.
*Testing done:... |
632 | null | thelastpickle/cassandra-medusa | # Repository Context
Name: thelastpickle/cassandra-medusa
Description:
# Pull Request
## Fix k8s restore no backup (v0.15)
Fixes restore.py (used in the medusa-restore init container of k8ssandra-operator) which fails if a backup cannot be found.
This actually happens when scaling up a cluster after a restore, and... |
9 | null | cyllab/ccinput | # Repository Context
Name: cyllab/ccinput
Description:
# Pull Request
## Added basic support for psi4
This commit contains basic support for psi4 input file generation. Currently, psi4 generator supports single point and geometry optimisation with HF and DFT (only few functionals).
# Relevant Files Found
## cci... |
136 | null | valory-xyz/open-autonomy | # Repository Context
Name: valory-xyz/open-autonomy
Description:
# Pull Request
## Test coverage for price_estimation skill.
## Proposed changes
Adding test coverage for `price_estimation` skill.
## Fixes
#95
## Types of changes
What types of changes does your code introduce?
_Put an `x` in the box... |
61 | null | capitalone/edgetest-pip-tools | # Repository Context
Name: capitalone/edgetest-pip-tools
Description:
# Pull Request
## v2024.8.0
## Description
In this release, we have updated the plugin to use `uv pip compile` instead of `python -m piptools compile` for performance gains.
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: ut... |
114 | null | ianmiell/shutit | # Repository Context
Name: ianmiell/shutit
Description:
# Pull Request
## Fix some bugs with configurable shutit module path (+ bonus bug)
Feeble attempt at actually getting shutit working again
I can't test fully because docker is insisting on downloading large images over mobile internet. But at least it works b... |
2,708 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## [Prompty] Format prompty output
# Description
Format prompty output:
- Directly return llm response
```
---
name: Basic Prompt
model:
api: chat
parameters:
max_tokens: 45
response: all
inputs:
firstName: Sal... |
1,547 | null | weaviate/weaviate-python-client | # Repository Context
Name: weaviate/weaviate-python-client
Description:
# Pull Request
## Ensure `user["roles"]` is not `None` before indexing and looping in `get_my_user`
# Relevant Files Found
## integration/test_users.py
```
import pytest
from integration.conftest import ClientFactory
from weaviate.auth imp... |
116 | null | maximdanilchenko/aiohttp-apispec | # Repository Context
Name: maximdanilchenko/aiohttp-apispec
Description:
# Pull Request
## Bump aiohttp-apispec to 3.0.0
I feel like major release should come after https://github.com/maximdanilchenko/aiohttp-apispec/pull/112 and https://github.com/maximdanilchenko/aiohttp-apispec/pull/115
# Relevant Files Found... |
684 | null | radio-astro-tools/spectral-cube | # Repository Context
Name: radio-astro-tools/spectral-cube
Description:
# Pull Request
## Use casa-formats-io package for CASA I/O
For now this relies on the developer version but we should release casa-formats-io and update this PR before merging.
This indirectly introduces the significant performance improveme... |
11 | null | AIT-Protocol/einstein-ait-prod | # Repository Context
Name: AIT-Protocol/einstein-ait-prod
Description:
# Pull Request
## fix can not import MockDataset for test
# Relevant Files Found
## einstein/tools/datasets/__init__.py
```
from .context import Context
from .base import Dataset
from .math import MathDataset
```
## tests/fixtures/dataset.p... |
487 | null | google-research/t5x | # Repository Context
Name: google-research/t5x
Description:
# Pull Request
## Use functools.cached_property rather than the cached_property package.
Use functools.cached_property rather than the cached_property package.
# Relevant Files Found
## setup.py
```
# Copyright 2022 The T5X Authors.
#
# Licensed under ... |
8,328 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Bug in is_entity_extractor_present() in rasa/nlu/test.py
closes #8325
Problem:
we compare set to empty list to check whether set is empty.
Solution:
Check for set len.
**Status (please check what you already did)**:
- [X] added some ... |
63 | null | BatsResearch/taglets | # Repository Context
Name: BatsResearch/taglets
Description:
# Pull Request
## Hotfix and tuning
- tune the number of multiplier used to search for source classes
- remove PrototypeModule from the controller
- change target batch size in MultiTaskTaglet
- change _get_scads_data to have the expected behavior
I... |
28 | null | PlanTL-GOB-ES/corpus-cleaner | # Repository Context
Name: PlanTL-GOB-ES/corpus-cleaner
Description:
# Pull Request
## Pytest
# Relevant Files Found
# Edits
This pull request adds a basic automated test suite using Pytest to validate the corpus cleaning pipeline. It introduces a test file that checks whether the pipeline executes successful... |
10 | null | sm00thix/cvmatrix | # Repository Context
Name: sm00thix/cvmatrix
Description:
# Pull Request
## Updated docstring for CVMatrix and NaiveCVMatrix
Updated docstring for CVMatrix and NaiveCVMatrix to correctly state that scale_Y uses the standard deviation of Y. Before the docstring said that scale_Y would use the standard deviation of X... |
27 | null | bacco007/sensor.opennem | # Repository Context
Name: bacco007/sensor.opennem
Description:
# Pull Request
## Swap data endpoints to openelectricity
This PR changes the data endpoints from opennem to openelectricity and comments out the flow logic.
The API endpoints for flow (and emissions) remain pointing to opennem. These endpoints are ... |
60,426 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## replace twitter->X
sphinx theme prefers using "icon_links" instead of custom keywords
https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/conf.py#L165
# Relevant Files Found
## doc/source/conf.py
```
#
# pandas documentation ... |
170 | null | livepeer/ai-runner | # Repository Context
Name: livepeer/ai-runner
Description:
# Pull Request
## refactor(openapi): replace json with yaml
This pull request replaces the default OpenAPI spec with yaml.
# Relevant Files Found
## runner/gen_openapi.py
```
import argparse
import copy
import json
import yaml
from app.main import app... |
2,047 | null | mikhailprivalov/l2 | # Repository Context
Name: mikhailprivalov/l2
Description:
# Pull Request
## work db
## Описание изменений
work db
# Relevant Files Found
## api/patients/views.py
```
import datetime
import logging
import re
import threading
from typing import Optional, List
import pytz_deprecation_shim as pytz
import simp... |
519 | null | ga4gh/vrs-python | # Repository Context
Name: ga4gh/vrs-python
Description:
# Pull Request
## fix: use integers for numeric INFO attributes
close #516
technically API-breaking but I think this was a mistake that we need to fix. I can add a fix in Vrsix to be flexible about input type for these values, we might need to do somethin... |
1,664 | null | CentreForDigitalHumanities/Textcavator | # Repository Context
Name: CentreForDigitalHumanities/Textcavator
Description:
# Pull Request
## Add word_model_path to times and guardian corpus
This PR makes it possible to easily test / deploy word models for Times and Guardian by modifying a server's `settings.py`
# Relevant Files Found
## backend/corpora/gua... |
7 | null | LLM4Rocq/pytanque | # Repository Context
Name: LLM4Rocq/pytanque
Description:
# Pull Request
## GitHub CI
# Relevant Files Found
## tests/test_unit.py
```
"""
Unit tests for Pytanque - testing individual methods with server connection.
These tests focus on testing individual API methods and components.
"""
import pytest
from pat... |
12 | null | ramanathanlab/genslm | # Repository Context
Name: ramanathanlab/genslm
Description:
# Pull Request
## Deepspeed development
# Relevant Files Found
## gene_transformer/blast.py
```
"""Defining blast utilities to monitor training"""
import statistics
import subprocess
from pathlib import Path
import pandas as pd
class BlastRun:
... |
252 | null | cal-adapt/climakitae | # Repository Context
Name: cal-adapt/climakitae
Description:
# Pull Request
## Add singleton 'scenario' dimension for 'historical climate'
This should fix the issue in the AMY panel that popped up after the data_loaders refactor: seems to require that there be a singleton dimension for scenario if 'Historical Clima... |
564 | null | onecodex/onecodex | # Repository Context
Name: onecodex/onecodex
Description:
# Pull Request
## Misc. Custom Plots fixes
## Status
- [x] **Ready**
## Description
- Strip leading/trailing whitespace from x-axis labels
- Fix Pydantic warning when resolving auto metric
- Reuse requests session across pages
## Related PRs
- [x]... |
583 | null | Samsung/CredSweeper | # Repository Context
Name: Samsung/CredSweeper
Description:
# Pull Request
## Multiprocess pool refactored
## Description
Please include a summary of the change and which is fixed.
- Used unordered_map to speedup a bit (~10%)
- Use splitted sequences of providers lists to utilize multiple processes efficency... |
384 | null | gwkokab/gwkokab | # Repository Context
Name: gwkokab/gwkokab
Description:
# Pull Request
## feat(gh-383): Neural VT weights and samples in a common file
This PR contains implementation of features to save model weights and samples from that VT in a single file.
closes #383
# Relevant Files Found
## src/gwkokab/parameters/__init... |
8,312 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## move `torch.cuda.set_device()` to enable collective calls earlier in setup
## What does this PR do?
Unblocks #8017 who is calling `trainer.log_dir` early in `Callback.setup()`, which internally leads to a broacast, but hangs... |
653 | null | NCAS-CMS/cf-python | # Repository Context
Name: NCAS-CMS/cf-python
Description:
# Pull Request
## Added recipe to calculate and plot Relative Vorticity
Added recipe to to calculate and plot Relative Vorticity. The deployment of the same could be previewed at https://bewithankit.github.io/cf-python/recipes/plot_10_recipe.html.
# Releva... |
10,225 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [batch-driver] track endpoint metrics for batch-driver too
Tracks latency and status code metrics on endpoints so we can see those too in the batch grafana dashboard.
# Relevant Files Found
## batch/batch/driver/main.py
```
import secrets
imp... |
19,889 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## move manifest to hw
# Relevant Files Found
## selfdrive/updated.py
```
#!/usr/bin/env python3
# Safe Update: A simple service that waits for network access and tries to
# update every 10 minutes. It's intended to make the OP update pro... |
7,106 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Improve Frame/SkyCoord errors from missing components in init
This includes two conceptual changes:
1. In the `Frame` class initialization, the current behavior when a representation or differential component is missing is that a `TypeErro... |
59,998 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Address late review of kostal plenticore
<!--
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 contains a b... |
25 | null | Topdu/OpenOCR | # Repository Context
Name: Topdu/OpenOCR
Description:
# Pull Request
## [`feat`] Integration of dataset benchmarks
Hi,
as mentioned in issue https://github.com/Topdu/OpenOCR/issues/24, this is a PR for introducing benchmark datasets for the STR task. Each of the datasets has a .yaml config defined which is used ... |
947 | null | MTES-MCT/sparte | # Repository Context
Name: MTES-MCT/sparte
Description:
# Pull Request
## Publication automatique d'un geopackage de stock d'imperméabilisation sur data.gouv.fr
# Relevant Files Found
## airflow/include/domain/container.py
```
from os import getenv
import sqlalchemy
from dependency_injector import containers, ... |
548 | null | AstroHuntsman/huntsman-pocs | # Repository Context
Name: AstroHuntsman/huntsman-pocs
Description:
# Pull Request
## changes relating to how camera `is_observing` events are handled
Changes to the various huntsman-pocs camera classes to bring things in line with changes made in POCS.
# Relevant Files Found
## src/huntsman/pocs/camera/camera.py... |
37 | null | Mic92/nixpkgs-review | # Repository Context
Name: Mic92/nixpkgs-review
Description:
# Pull Request
## report: improve report template
# Relevant Files Found
## nix_review/report.py
```
import os
import subprocess
from pathlib import Path
from typing import IO, Callable, List, Optional
from .nix import Attr
from .utils import info, w... |
113 | null | litestar-org/polyfactory | # Repository Context
Name: litestar-org/polyfactory
Description:
# Pull Request
## Add unique_items support for conlist
This PR closes #111
# Relevant Files Found
## pydantic_factories/constraints/collection.py
```
import random
from typing import TYPE_CHECKING, Any, Type, Union, cast
from pydantic_factories.ex... |
380 | null | quay/quay | # Repository Context
Name: quay/quay
Description:
# Pull Request
## Enable Clair V4 to work with local storage (for POC only)
# Relevant Files Found
## data/registry_model/datatypes.py
```
import hashlib
from collections import namedtuple
from enum import Enum, unique
from cachetools.func import lru_cache
fr... |
1 | null | The-AI-Alliance/GEO-Bench-2 | # Repository Context
Name: The-AI-Alliance/GEO-Bench-2
Description:
# Pull Request
## Project Layout
This PR adds a layout for the project including
- pyproject.toml
- requirements to be included
- workflow for CI tests
# Relevant Files Found
# Edits
This pull request establishes the initial project layou... |
50 | null | Oneflow-Inc/libai | # Repository Context
Name: Oneflow-Inc/libai
Description:
# Pull Request
## add data utils
# Relevant Files Found
# Edits
This pull request adds a comprehensive suite of data utilities to the LiBai library, enhancing support for large-scale distributed training. Key features include indexed dataset handling, ... |
17 | null | oumi-ai/oumi | # Repository Context
Name: oumi-ai/oumi
Description:
# Pull Request
## Making split of data a flexible variable
Enabling the setting of "split" at the configuration file level.
- default value = "train"
# Relevant Files Found
## src/lema/builders/data.py
```
from typing import Callable, Optional
import transfo... |
891 | null | demisto/content-docs | # Repository Context
Name: demisto/content-docs
Description:
# Pull Request
## gendocs - handled hidden packs
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
Ready
## Related Issues
fixes: https://github.com/demisto/etc/issues/44766
## Description
Added support... |
310 | null | TorchIO-project/torchio | # Repository Context
Name: TorchIO-project/torchio
Description:
# Pull Request
## Handle negative input values in RandomGamma
Fixes #306.
The new warning in the docs looks like this:
<img width="672" alt="Screen Shot 2020-09-21 at 11 12 24" src="https://user-images.githubusercontent.com/12688084/93755537-5df631... |
158 | null | pynbody/tangos | # Repository Context
Name: pynbody/tangos
Description:
# Pull Request
## Fix two issues with URL generation for on-the-fly plots in web server
# Relevant Files Found
## tangos/web/views/halo_view.py
```
from __future__ import absolute_import
from pyramid.view import view_config
import tangos
from tangos import ... |
16,367 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## GCP-IAM integration
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the [contribution registration form](https://f... |
774 | null | open-edge-platform/anomalib | # Repository Context
Name: open-edge-platform/anomalib
Description:
# Pull Request
## Allow setting manual threshold in PL inference
# Description
- This PR makes a few small changes which allows users to set a manual threshold when running lightning inference, even after the model has been trained with adaptive... |
259 | null | Oneflow-Inc/vision | # Repository Context
Name: Oneflow-Inc/vision
Description:
# Pull Request
## support transforms.RandomAffine
- [x] 增加transforms.RandomAffine api,需求来源disco项目:https://github.com/Oneflow-Inc/OneTeam/issues/1655#issuecomment-1228168512
# Relevant Files Found
## flowvision/transforms/__init__.py
```
"""
"""
from .tra... |
430 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## Merge 1.5.1 Release into master
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Relevant Files Found
## cli/cfncluster/cfncluster.py
```
from __future__ import ... |
6 | null | Tian-que/nonebot-adapter-kaiheila | # Repository Context
Name: Tian-que/nonebot-adapter-kaiheila
Description:
# Pull Request
## 修正了无法发送的BUG
# Relevant Files Found
## nonebot/adapters/kaiheila/bot.py
```
import re
from os import PathLike
from typing import Any, Union, TYPE_CHECKING, BinaryIO, Dict, Optional, Literal, Callable
from nonebot.adapter... |
48 | null | SanaeMio/Bangumi-syncer | # Repository Context
Name: SanaeMio/Bangumi-syncer
Description:
# Pull Request
## feature: 支持web端管理
<!-- 请务必在创建PR前,在右侧 Labels 选项中加上label的其中一个: [feature]、[bug] 。以便于Actions自动生成Releases时自动对PR进行归类。-->
**填写PR内容:**
- 新增web端管理后台,包含:仪表盘、配置管理、同步记录查看、自定义映射管理、日志管理。
- 支持热重载配置,在web端修改配置后无需重新启动即可生效
- 支持配置备份和配置恢复
# Relev... |
483 | null | pdfminer/pdfminer.six | # Repository Context
Name: pdfminer/pdfminer.six
Description:
# Pull Request
## Fix out-of-bound access on some PDFs.
Replace the non-emptiness check with a minimum length check — you can't get the second to last item in a list of less than two items.
# Relevant Files Found
## pdfminer/pdfdocument.py
```
impor... |
102 | null | twosixlabs/armory | # Repository Context
Name: twosixlabs/armory
Description:
# Pull Request
## FIX: Check if keys are in config
Should be handled more gracefully with #59 but need to fix so all examples work
# Relevant Files Found
## armory/eval/evaluator.py
```
"""
Evaluators control launching of ARMORY evaluations.
"""
import ... |
78 | null | team-fusionx/CarND-Capstone | # Repository Context
Name: team-fusionx/CarND-Capstone
Description:
# Pull Request
## Waypoint Updater: Reduce /rosout load from JMT profile log
Reduce /rosout load by changing JMT log output to a single message from a concatenated string.
# Relevant Files Found
## ros/src/waypoint_updater/waypnt_updater.py
```
... |
1,193 | null | TencentBlueKing/bk-nodeman | # Repository Context
Name: TencentBlueKing/bk-nodeman
Description:
# Pull Request
## bugfix: 修复 Windows Agent2.0 安装获取配置文件失败的问题 (fixed #1192)
# Relevant Files Found
## apps/backend/subscription/steps/agent_adapter/adapter.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source co... |
722 | null | ROCm/triton | # Repository Context
Name: ROCm/triton
Description:
# Pull Request
## Fix pid remapping logic when GRID_MN cannot divide NUM_XCDS
https://github.com/ROCm/triton/pull/713 does not fix all the issues. This PR fixed the correctness issue of the following config
```yaml
- {'M': 1280, 'N': 512, 'K': 4160, 'rowMajorA... |
35 | null | app-sre/sretoolbox | # Repository Context
Name: app-sre/sretoolbox
Description:
# Pull Request
## Support Image() by digest
Support initializing an Image with a URI that is specified "by digest", e.g. `quay.io/app-sre/pagerduty-operator-registry@sha256:bc1ed82a75f2ca160225b8281c50b7074e7678c2a1f61b1fb298e545b455925e`.
Of note, when ... |
2,441 | null | cryptoadvance/specter-desktop | # Repository Context
Name: cryptoadvance/specter-desktop
Description:
# Pull Request
## Electron Bug Fixes and Miscellaneous Changes
* migrate the downloadpage generation script to this repo and updated the release-guide.md (+ autosave changes also in self-signed-certificates.md))
* set the target for the build to... |
127 | null | benavlabs/fastcrud | # Repository Context
Name: benavlabs/fastcrud
Description:
# Pull Request
## Models and Schemas, Batch 1: Simple/One-Off Models
## Description
This is the first batch of models and schemas for #72, covering the simpler, one-off models that don't have relationships. Further PRs will be batched out according to grou... |
54 | null | hussein-awala/spark-on-k8s | # Repository Context
Name: hussein-awala/spark-on-k8s
Description:
# Pull Request
## test(airflow): add tests for SparkOnK8SOperatorLink
# Relevant Files Found
# Edits
This pull request adds unit tests for the `SparkOnK8SOperatorLink` class to ensure correct generation and retrieval of Spark UI and Spark Hist... |
49 | null | ngageoint/sarpy | # Repository Context
Name: ngageoint/sarpy
Description:
# Pull Request
## RNIIRS population and bug fix for polarization data
# Relevant Files Found
## docs/examples/sarpy_example.py
```
"""
Just a quick demo to show the basics of how to use SarPy
"""
import matplotlib.pyplot as plt
import sarpy.io.complex as ... |
844 | null | TencentBlueKing/bk-itsm | # Repository Context
Name: TencentBlueKing/bk-itsm
Description:
# Pull Request
## minor: 用户管理接口page_size 调整为 500
# Relevant Files Found
## itsm/component/utils/client_backend_query.py
```
# -*- coding: utf-8 -*-
"""
Tencent is pleased to support the open source community by making BK-ITSM 蓝鲸流程服务 available.
Cop... |
351 | null | NCAR/geocat-examples | # Repository Context
Name: NCAR/geocat-examples
Description:
# Pull Request
## xy_1 Initial Commit
- Original NCL script: https://www.ncl.ucar.edu/Applications/Scripts/xy_1.ncl
- Original NCL plot: https://www.ncl.ucar.edu/Applications/Images/xy_1_lg.png
- Issue #328
" raising
weird behaviors in pytest.
Tested with py... |
28 | null | Luthaf/vesin | # Repository Context
Name: Luthaf/vesin
Description:
# Pull Request
## Allow to sort the list of pairs
It is used by default in ase_neighbor_list for compatibility. Fix #25
# Relevant Files Found
## python/vesin/tests/test_neighbors.py
```
import os
import ase.build
import ase.io
import ase.neighborlist
import... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.