pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
54 | null | scikit-hep/hist | # Repository Context
Name: scikit-hep/hist
Description:
# Pull Request
## test: proxy tests
# Relevant Files Found
## tests/test_base.py
```
# -*- coding: utf-8 -*-
import hist
from hist import axis, BaseHist
import boost_histogram as bh
import pytest
import numpy as np
from uncertainties import unumpy as unp
... |
282 | null | bluesky/ophyd | # Repository Context
Name: bluesky/ophyd
Description:
# Pull Request
## Expose new 'root' attribute, pointing to ultimate ancestor
This, plus a forthcoming bluesky PR, solves the problem that #280 meant to solve, better. Thanks, @klauer.
# Relevant Files Found
## ophyd/__init__.py
```
import logging
logger = l... |
15,337 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Misc] Clean up MiniCPM-V/O code
Clean up the code before trying to support the model on V1
cc @HwwwwwwwH
# Relevant Files Found
## examples/offline_inference/vision_language.py
```
# SPDX-License-Identifier: Apache-2.0
"""
This exampl... |
32 | null | aws-samples/hpc-cost-simulator | # Repository Context
Name: aws-samples/hpc-cost-simulator
Description:
# Pull Request
## Handle start_time that is 0 or less than submit_time.
Add test to LSFLogParser.py to check that jobs.csv is written with the correct,
non-negative wait_time.
Resolves (#31: JobAnalyzer.py: invalid literal for int() with bas... |
26 | null | DiscordGIR/GIRRewrite | # Repository Context
Name: DiscordGIR/GIRRewrite
Description:
# Pull Request
## Quickvids for instagram and add vxtwitter
# Relevant Files Found
## cogs/monitors/misc/fixsocials.py
```
import asyncio
import re
import json
from aiocache import cached
import aiohttp
import discord
from data.services import guild... |
69 | null | storyprotocol/python-sdk | # Repository Context
Name: storyprotocol/python-sdk
Description:
# Pull Request
## Permission module expanded integration test coverage
## Description
This PR adds the following integration tests to the Permission module tests:
* test_set_permission_invalid_addresses
* test_different_permission_levels
* tes... |
8 | null | inveniosoftware/invenio-pidstore | # Repository Context
Name: inveniosoftware/invenio-pidstore
Description:
# Pull Request
## Invenio-PIDStore v0.1.1
Signed-off-by: Tibor Simko tibor.simko@cern.ch
# Relevant Files Found
## invenio_pidstore/version.py
```
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015 CERN.
#
# Inv... |
302 | null | Realiserad/fish-ai | # Repository Context
Name: Realiserad/fish-ai
Description:
# Pull Request
## feat: comply with the xdg base directory specification
Do not clutter the user's home directory if XDG environment variables are set.
Put Python virtual environment in `$XDG_DATA_HOME` instead of `$HOME` and the configuration file in `$... |
270 | null | PyFstat/PyFstat | # Repository Context
Name: PyFstat/PyFstat
Description:
# Pull Request
## MCMCSearch.unit_dictionary: tp in seconds
# Relevant Files Found
## pyfstat/mcmc_based_searches.py
```
"""PyFstat search & follow-up classes using MCMC-based methods
The general approach is described in
Ashton & Prix (PRD 97, 103020, 201... |
1,071 | null | aiidalab/aiidalab-qe | # Repository Context
Name: aiidalab/aiidalab-qe
Description:
# Pull Request
## Add XPS resource
Fix #1070
In the new code resource design, every property plugin needs a resource panel, even if the plugin does not have an additional code other than the `pw.x`, as in the XPS plugin.
# Relevant Files Found
## s... |
80 | null | ProjectAlita/alita-sdk | # Repository Context
Name: ProjectAlita/alita-sdk
Description:
# Pull Request
## fix(gitlab_analyse): remove invalid get_secret_value call on str token
# Relevant Files Found
## src/alita_sdk/community/analysis/gitlab_analyse/__init__.py
```
from typing import List, Optional, Literal
from elitea_analyse.git.git... |
2,518 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Add the _datetime_range_buckets function
`_datetime_range_buckets` generates a set of datetime pairs representing
buckets within a given datetime range. The function isn't public,
because a proper public implementation will need range types and
... |
198 | null | mittagessen/kraken | # Repository Context
Name: mittagessen/kraken
Description:
# Pull Request
## import missing dependency
collate_sequences from kraken.lib.dataset was not imported, but is needed by train.py (else: NameError)
# Relevant Files Found
## kraken/lib/train.py
```
# -*- coding: utf-8 -*-
#
# Copyright 2015 Benjamin Kie... |
924 | null | LeMyst/WikibaseIntegrator | # Repository Context
Name: LeMyst/WikibaseIntegrator
Description:
# Pull Request
## Add User-Agent header to OAuth2 token request
Sets the User-Agent header when fetching the OAuth2 token to ensure proper identification of the client during authentication.
# Relevant Files Found
## wikibaseintegrator/wbi_login.py... |
40 | null | jorenham/mainpy | # Repository Context
Name: jorenham/mainpy
Description:
# Pull Request
## Bump `basedpyright`, `ruff` and `repo-review` to their latests versions
# Relevant Files Found
## tests/test_mainpy.py
```
# pyright: reportPrivateUsage=false
from __future__ import annotations
import asyncio
import importlib.util
import... |
57 | null | Tanzania-AI-Community/twiga | # Repository Context
Name: Tanzania-AI-Community/twiga
Description:
# Pull Request
## Add documentation and small code modifications for modularity
# Relevant Files Found
## app/config.py
```
"""
This module sets the env configs for our WhatsApp app.
"""
from typing import Optional
import os
from pydantic_sett... |
11 | null | openedx/edx-lint | # Repository Context
Name: openedx/edx-lint
Description:
# Pull Request
## Make it work on Python 3
# Relevant Files Found
## edx_lint/pylint/getattr_check.py
```
"""Check that getattr and setattr aren't being used with literal attribute names."""
import astroid
from pylint.checkers import BaseChecker, utils
... |
769 | null | rapid7/insightconnect-plugins | # Repository Context
Name: rapid7/insightconnect-plugins
Description:
# Pull Request
## Update URL in InsightConnect AttackerKB Plugin
## Proposed Changes
Update URL in InsightConnect AttackerKB Plugin
### Description
Describe the proposed changes:
-
### Testing
Any testing information goes here... |
6,819 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Makefile for OCS-CI-CONTAINER
Signed-off-by: OdedViner <oviner@redhat.com>
# Relevant Files Found
# Edits
This pull request introduces a Makefile for the OCS-CI container and adds a script to dynamically configure OCS deployment s... |
767 | null | instructlab/instructlab | # Repository Context
Name: instructlab/instructlab
Description:
# Pull Request
## refactor: Rename cli lab to ilab
# Changes
**Which issue is resolved by this Pull Request:**
Resolves #58
**Description of your changes:**
Changes the CLI from `lab` to `ilab`. This is because another CLI is already called ... |
8 | null | OpenTire/OpenTirePython | # Repository Context
Name: OpenTire/OpenTirePython
Description:
# Pull Request
## Setup.py for pip install
Create a simple Setup.py to allow installing from pip.
Command to install from branch:
`$ pip install 'git+https://github.com/kktse/OpenTire.git@pipInstallable#egg=opentire&subdirectory=code'`
# Relevant... |
1,322 | null | opensciencegrid/topology | # Repository Context
Name: opensciencegrid/topology
Description:
# Pull Request
## Add ability to filter contacts and associated VOs/resources on email
Security wanted a list of resources/VOs associated with specific emails and this was the easiest way to get it done
# Relevant Files Found
## src/topology_utils.p... |
16,618 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Bugfix] Fix GLM4 model
FIX #16617
FIX #16655
FIX https://github.com/vllm-project/vllm/issues/16687
FIX #16740
Currently the GLM4 model does not work and fails to load at all.
This PR enables the model to load and makes the outputs mostly ... |
97 | null | CTFd/ctfcli | # Repository Context
Name: CTFd/ctfcli
Description:
# Pull Request
## adding restart policy and name to docker run
for whatever reason some of the programming challenges keep crashing. setting a restart policy on the docker containers will allow these challenges to restart without user intervention.
additionally... |
2,145 | null | mikedh/trimesh | # Repository Context
Name: mikedh/trimesh
Description:
# Pull Request
## Adding solver_options and self_intersection to bool.intersection

Adding Solver Option and Use_Self making bool.intersection work in most cases
#... |
22 | null | shreyasgaonkar/Plex-filename-parser | # Repository Context
Name: shreyasgaonkar/Plex-filename-parser
Description:
# Pull Request
## Dev
# Relevant Files Found
## src/plex/movie_name_parser.py
```
import re
import os
import shutil
from plex.util import BLACKLIST, roman_char_fix, capitalize_title, remove_unwanted_chars, remove_whitespaces
# Change... |
6,837 | null | modelscope/ms-swift | # Repository Context
Name: modelscope/ms-swift
Description:
# Pull Request
## [megatron] support internvl gpt-oss
# Relevant Files Found
## swift/megatron/argument/megatron_args.py
```
# Copyright (c) Alibaba, Inc. and its affiliates.
import os
import sys
from dataclasses import asdict, dataclass, field, fields... |
1 | null | rschmied/topogen | # Repository Context
Name: rschmied/topogen
Description:
# Pull Request
## dev
- **fix pyproject.toml**
- **remove pytest, add mypy**
- **pleasing mypy**
- **pleasing mypy, next try**
# Relevant Files Found
## src/topogen/render.py
```
"""topology renderer"""
import importlib.resources as pkg_res... |
22 | null | unitaryfoundation/qlass | # Repository Context
Name: unitaryfoundation/qlass
Description:
# Pull Request
## adding docs/ folder for documentation using sphinx
adding necessary files to build the documentation.
# Relevant Files Found
# Edits
This pull request adds a `docs/` folder to set up Sphinx-based documentation for the `qlass` rep... |
130 | null | chalk-diagrams/chalk | # Repository Context
Name: chalk-diagrams/chalk
Description:
# Pull Request
## Isometric Example
Was playing around with 3d and thought this was a fun example based on the haskell isometric projection. In theory this could be a transform3d, but probably not worth the effort.
What might be fun is to replace tran... |
207 | null | asapdiscovery/asapdiscovery | # Repository Context
Name: asapdiscovery/asapdiscovery
Description:
# Pull Request
## Fix issue 205
Prevent `res_list` from being called before being defined. Resolves #205
# Relevant Files Found
## asapdiscovery-docking/asapdiscovery/docking/modeling.py
```
import datetime
import logging
import os
from asapdi... |
475 | null | googlefonts/nanoemoji | # Repository Context
Name: googlefonts/nanoemoji
Description:
# Pull Request
## Expose and fix bug with production of high res sbix fonts
For some definition of highres
Built on #476, merge that first
# Relevant Files Found
## src/nanoemoji/bitmap_tables.py
```
# Copyright 2022 Google LLC
#
# Licensed under t... |
47,765 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Adjust insteon fan speed range to valid upper bound
## 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 ... |
867 | null | gardener/cc-utils | # Repository Context
Name: gardener/cc-utils
Description:
# Pull Request
## Add limited support for downgrade pull requests
With this, downgrade pull requests will be proposed if
- the component is configured to _strictly follow_ version changes and
- the component being tracked is itself a dependency of an upstr... |
4,630 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add test for delay on automations
Noticed that we weren't testing for this, so added a test to ensure it isn't broken again in the future.
# Relevant Files Found
## tests/components/automation/test_init.py
```
"""The tests for the auto... |
5,712 | null | marimo-team/marimo | # Repository Context
Name: marimo-team/marimo
Description:
# Pull Request
## feat: add `basedpyright`
## 📝 Summary
Closes #1163
// cc: @nojaf
## 📋 Checklist
- [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [x] For large changes, or ch... |
1,810 | null | StackStorm/st2 | # Repository Context
Name: StackStorm/st2
Description:
# Pull Request
## RFR: Let's patch release st2 - 0.12.2
# Relevant Files Found
## st2actions/st2actions/config.py
```
# Licensed to the StackStorm, Inc ('StackStorm') under one or more
# contributor license agreements. See the NOTICE file distributed with
... |
57 | null | OpenGradient/sdk | # Repository Context
Name: OpenGradient/sdk
Description:
# Pull Request
## Fixed bug with tool-file and tool parameters
# Relevant Files Found
## src/opengradient/cli.py
```
import ast
import json
import logging
import webbrowser
from pathlib import Path
from typing import List, Dict, Optional
from enum import ... |
11,117 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## mysql: Update base version
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
Update the mysql check base version.
### Motivation
<!-- What inspired you to submit this pull ... |
14,358 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [core] Randomize actor ID to avoid collisions
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee... |
1 | null | aws-samples/serverless-database-log-analytics | # Repository Context
Name: aws-samples/serverless-database-log-analytics
Description:
# Pull Request
## Serverless PgBadger
*Issue #, if available:*
*Description of changes:*
Initial version
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under ... |
190 | null | joway/lemon | # Repository Context
Name: joway/lemon
Description:
# Pull Request
## Bump uvicorn from 0.11.6 to 0.11.7
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.6 to 0.11.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/encode/uvicorn/releases">uvicorn's releases</a... |
2,167 | null | Qiskit/qiskit-ibm-runtime | # Repository Context
Name: Qiskit/qiskit-ibm-runtime
Description:
# Pull Request
## Fix issues from url subdomain changes
<!--
⚠️ The pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file using reno if the change needs to be
documented in the release no... |
3,998 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## feat(weave): adds api capability to include storage size
## Description
## Overview
This PR adds the ability to query storage size information for calls in the trace server. It introduces two new features:
1. Individual call storage size
2.... |
165 | null | ezyquant/ezyquant | # Repository Context
Name: ezyquant/ezyquant
Description:
# Pull Request
## Dev
# Relevant Files Found
## docs/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.... |
340 | null | openfun/ralph | # Repository Context
Name: openfun/ralph
Description:
# Pull Request
## 284 add custom endpoint s3
## Purpose
Achieve a way to set custom endpoint_url for a S3 custom server like Ceph servers.
## Proposal
Adds a --s3-endpoint-url argment on ralph cli to set your own s3 server.
This solves a opened issue... |
532 | null | schemathesis/schemathesis | # Repository Context
Name: schemathesis/schemathesis
Description:
# Pull Request
## perf: Improve cassette writer performance
Since cassettes writer adds a certain overhead I looked for ways to improve performance.
Here some performance benchmarks I did with the current implementation (with using [hyperfine](htt... |
1,797 | null | HabanaAI/vllm-fork | # Repository Context
Name: HabanaAI/vllm-fork
Description:
# Pull Request
## Update the custom moe op env check to handle all the inputs properly
# Relevant Files Found
## vllm/model_executor/layers/fused_moe/layer.py
```
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to ... |
106 | null | arthurprevot/yaetos | # Repository Context
Name: arthurprevot/yaetos
Description:
# Pull Request
## Version bump to 0.11.3
updates in 0.11.3:
* ability to run scala/jar code
* ability to register tables to athena
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
# -- Project ... |
1,491 | null | galaxyproject/planemo | # Repository Context
Name: galaxyproject/planemo
Description:
# Pull Request
## Bump requirements for galaxy packages to 24.2
# Relevant Files Found
## planemo/linters/doi.py
```
""" Tool linting module that lints Galaxy tools for their DOIs (if a DOI type citation is present)
"""
import planemo.lint
def lin... |
17 | null | hypothesis/dependabot-batch-review | # Repository Context
Name: hypothesis/dependabot-batch-review
Description:
# Pull Request
## Add `--type` arg to filter by package type / ecosystem
Filtering PRs by package ecosystem is useful if the Dependabot configuration for
some repos have been changed from the default so that they don't include a label
for ... |
8,040 | null | iterative/dvc | # Repository Context
Name: iterative/dvc
Description:
# Pull Request
## fs: gdrive: add gdrive_acknowledge_abuse
Fixes https://github.com/iterative/dvc/issues/7832
# Relevant Files Found
## dvc/config_schema.py
```
import os
from urllib.parse import urlparse
from funcy import walk_values
from voluptuous impor... |
332 | null | UTSAVS26/PySnippets | # Repository Context
Name: UTSAVS26/PySnippets
Description:
# Pull Request
## Enhanced Image Augmentation Module
**Closes**: #323
_**Kindly add level2 for this PR. Review the code and add the label**_ @UTSAVS26
**Changes:**
**1. `image_augmentation_module.py`**:
- Refactored and optimized core... |
1,717 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## fix(api): Fixes bug in replacing substring of old p50 pipettes
## overview
This PR fixes a bug with older p50 pipettes not being recognized by the robot.
A small subset of p50 pipettes were written with model strings ending with `"v... |
35 | null | Ostorlab/agent_virustotal | # Repository Context
Name: Ostorlab/agent_virustotal
Description:
# Pull Request
## Support whitelist mime types
# Relevant Files Found
## agent/file.py
```
"""Collection of functions to handle files."""
import requests
import tenacity
from ostorlab.agent.message import message as m
DOWNLOAD_REQUEST_TIMEOUT = ... |
1,484 | null | pykeen/pykeen | # Repository Context
Name: pykeen/pykeen
Description:
# Pull Request
## ↔️🧑🏫 Interaction Function Tutorial
This PR adds an interaction function tutorial.
It also fixes a few inconsistencies in the docstrings of interaction modules.
Dependencies:
- https://github.com/pykeen/pykeen/pull/1491
# Relevant F... |
598 | null | cloudify-cosmo/cloudify-manager-blueprints | # Repository Context
Name: cloudify-cosmo/cloudify-manager-blueprints
Description:
# Pull Request
## CFY-6881 Propagate RabbitMQ params to cloudify agent
# Relevant Files Found
## components/amqpinflux/scripts/create.py
```
#!/usr/bin/env python
import os
from os.path import join, dirname
from cloudify import... |
2,613 | null | snowflakedb/snowpark-python | # Repository Context
Name: snowflakedb/snowpark-python
Description:
# Pull Request
## PR review core files
Address comments for
- `dataframe_writer.py`
- `query_history.py`
- `relational_grouped_dataframe.py`
- `stored_procedure.py`
# Relevant Files Found
## src/snowflake/snowpark/_internal/utils.py
```
#!/u... |
9,829 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Fix flaky test
# Relevant Files Found
## linkerd/tests/test_linkerd.py
```
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
import os
import pytest
import reques... |
19,914 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add new package: xfsdump
# Relevant Files Found
# Edits
This pull request adds a new package for `xfsdump`, a set of tools for dumping and restoring XFS filesystems, to the Spack package manager. It includes support for multiple versions of... |
1,103 | null | AI4Bharat/Shoonya-Backend | # Repository Context
Name: AI4Bharat/Shoonya-Backend
Description:
# Pull Request
## added rej score and bleu score
# Relevant Files Found
## backend/organizations/tasks.py
```
import datetime
from dateutil.relativedelta import relativedelta
from celery import shared_task
import pandas as pd
from django.conf imp... |
29 | null | fedora-python/marshalparser | # Repository Context
Name: fedora-python/marshalparser
Description:
# Pull Request
## Make it easier to avoid tox dependency in Fedora ELN and faster to skip missing Pythons
See https://src.fedoraproject.org/rpms/marshalparser/pull-request/24
# Relevant Files Found
## test.py
```
import filecmp
import os
import ... |
32 | null | gedankenstuecke/oh_data_uploader | # Repository Context
Name: gedankenstuecke/oh_data_uploader
Description:
# Pull Request
## Proper Mock file
So far I cheated and just used the real `README.md`. Now there's a fake filehandle to use for the `upload_file_to_oh()` function.
# Relevant Files Found
## main/tests/tests.py
```
from django.test import T... |
7,957 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Added test for project serde
## Description
Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, [please tag them as described her... |
1,795 | null | huggingface/datasets | # Repository Context
Name: huggingface/datasets
Description:
# Pull Request
## Custom formatting for lazy map + arrow data extraction refactor
Hi !
This PR refactors the way data are extracted from pyarrow tables to extend it to the use of custom formatting functions.
While the internal storage of the dataset... |
186 | null | Yelp/pyramid_swagger | # Repository Context
Name: Yelp/pyramid_swagger
Description:
# Pull Request
## Fix error, test failures due to new webob not returning content type
webob >= 1.7 does not return a content type, while we require one during validation. This makes sure pyramid_swagger as well as our tests run with both an older and a n... |
2,587 | null | huggingface/lerobot | # Repository Context
Name: huggingface/lerobot
Description:
# Pull Request
## Feat/test uniform
Do uniform target sampling
# Relevant Files Found
## src/lerobot/datasets/temporal_sampler.py
```
#!/usr/bin/env python
# Copyright 2025 The HuggingFace Inc. team. All rights reserved.
#
# Licensed under the Apache L... |
1,913 | null | rucio/rucio | # Repository Context
Name: rucio/rucio
Description:
# Pull Request
## Documentation: enhanced some deamon documentation; Fix #1848
This PR adds a bit documentation to some daemons.
@TomasJavurek Can you please check the bb8 doc because I just copied it from your slides and I dont know what part is relevant.
A... |
11,834 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## modules.dockerio.port(): fix typo
```
************* Module salt.modules.dockerio
salt/modules/dockerio.py:708: [W0613(unused-argument), port] Unused argument 'private_port'
```
I believe you're currently passing the `port()` function into `cl... |
99 | null | KDD-OpenSource/DeepADoTS | # Repository Context
Name: KDD-OpenSource/DeepADoTS
Description:
# Pull Request
## Lstmed fixes
# Relevant Files Found
# Edits
This pull request introduces the LSTM Encoder-Decoder (LSTMED) model for time series anomaly detection, along with an ensemble version using GMM, to expand the available deep learning... |
651 | null | ForensicArtifacts/artifacts | # Repository Context
Name: ForensicArtifacts/artifacts
Description:
# Pull Request
## Changes for release and deployment
# Relevant Files Found
## artifacts/__init__.py
```
# -*- coding: utf-8 -*-
"""ForensicArtifacts.com Artifact Repository."""
__version__ = '20250913'
```
## artifacts/scripts/__init__.py
... |
450 | null | lithic-com/lithic-python | # Repository Context
Name: lithic-com/lithic-python
Description:
# Pull Request
## chore(internal): bump pyright
# Relevant Files Found
## src/lithic/_utils/_utils.py
```
from __future__ import annotations
import os
import re
import inspect
import functools
from typing import (
Any,
Tuple,
Mapping,... |
20,802 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## cairo: add version 1.18.0, update meson
Specify library name and version: **cairo/1.18.0**
cairo/1.18.0 drop reference to OpenGL backend. (https://cairographics.org/news/cairo-1.18.0/)
---
- [x] I've read the [contributi... |
1,028 | null | uwcirg/truenth-portal | # Repository Context
Name: uwcirg/truenth-portal
Description:
# Pull Request
## Toggle-able public terms link in footer
* 'Terms' link in footer should only appear when logged in, or when `SHOW_PUBLIC_TERMS` config is `True` (which is the default)
* fixed typo in terms render method
# Relevant Files Found
## por... |
760 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## fix - tfplan - parsing where there are resources in root_module without values key
**Description**
I have found an error when using the latest version of checkov on a terraform plan output.
If the terraform plan has elements in the r... |
13,854 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fix #13741: Do not merge from develop in backend CI workflow
## Overview
<!--
READ ME FIRST:
Please answer *both* questions below and check off every point from the Essential Checklist!
If there is no corresponding issue number, fill in N/A w... |
1 | null | jupyter/jupyter_client | # Repository Context
Name: jupyter/jupyter_client
Description:
# Pull Request
## Modify existing kwargs dict instead of creating a new one
Creating a new dict throws away any kwargs passed into the function. For example, the working directory for the kernel is passed in, and then is ignored if we create a new kwar... |
8 | null | tentwentyone/github-org-members-verify-scim-identities | # Repository Context
Name: tentwentyone/github-org-members-verify-scim-identities
Description:
# Pull Request
## feat: add support for raw pem format
This pull request includes updates to the `README.md` file, enhancements to the `compare-org-scim-users.py` script, and updates to the `workflow.yml` file. The most i... |
24 | null | spring-epfl/lightnion | # Repository Context
Name: spring-epfl/lightnion
Description:
# Pull Request
## Replace producer by a proper path selection.
# Relevant Files Found
## lightnion/path_selection.py
```
import random
import lightnion.descriptors as descriptors
def select_path(routers, state, testing=False):
"""Handle the pa... |
6 | null | finlay-hudson/TABE | # Repository Context
Name: finlay-hudson/TABE
Description:
# Pull Request
## Updates
Handle some meaningless external errors, update logic to remove other warnings. Some extra cleanups
# Relevant Files Found
## src/tabe/modules/components/monodepth.py
```
from pathlib import Path
from typing import List
import ... |
168 | null | bluesky/bluesky-queueserver | # Repository Context
Name: bluesky/bluesky-queueserver
Description:
# Pull Request
## Updated representation of plan descriptions in `existing_plans_and_devices.yaml`
New representation of plans in `existing_plans_and_devices.yaml`:
- Plan parameter types and default values are represented as strings. The strings ... |
6 | null | patrick91/rich-toolkit | # Repository Context
Name: patrick91/rich-toolkit
Description:
# Pull Request
## Add minimal style
# Relevant Files Found
## examples/create-astro.py
```
import random
import time
from rich_toolkit import RichToolkit, RichToolkitTheme
from rich_toolkit.styles import FancyStyle, TaggedStyle
def random_name_ge... |
59 | null | microsoft/ml-wrappers | # Repository Context
Name: microsoft/ml-wrappers
Description:
# Pull Request
## add wrapper for fastai image multiclass classification models
Add a wrapper to support fastai vision learner models for multiclass classification.
Also adds a test case on a custom model for the image fridge classification dataset crea... |
196 | null | rackerlabs/understack | # Repository Context
Name: rackerlabs/understack
Description:
# Pull Request
## fix: stop using device name for interface sync
Use the device ID / UUID which is a better identifier for us to use to find the device to sync the interfaces for. This saves us a trip to the Nautobot DB as well. In Nautobot the device na... |
620 | null | single-cell-data/TileDB-SOMA | # Repository Context
Name: single-cell-data/TileDB-SOMA
Description:
# Pull Request
## Python 3.7 CI
* Use `typing_extensions` in place of `typing`
* Don't use the walrus operator (`:=`)
* Other various findings on this PR
# Relevant Files Found
## apis/python/setup.py
```
# This file is enables building the l... |
1,515 | null | LiberTEM/LiberTEM | # Repository Context
Name: LiberTEM/LiberTEM
Description:
# Pull Request
## Update benchmarks
* Some dask benchmarks don't need `.compute()` anymore (why?)
* Remove deprecated `np.int` usage
* class-based tests must take `self` as first argument - fixtures used as first parameter won't override it anymore!
## ... |
169 | null | goblet/goblet | # Repository Context
Name: goblet/goblet
Description:
# Pull Request
## Skipping `tests` folder when deploying function
Skipping `tests` folder when deploying function
# Relevant Files Found
## goblet/deploy.py
```
from pathlib import Path
import zipfile
import os
import sys
import requests
import logging
impo... |
4,789 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## Refactor NN Pytorch to a Estimator-style API
# Relevant Files Found
## python/ppml/src/bigdl/ppml/fl/nn/pytorch/pipeline.py
```
#
# Copyright 2016 The BigDL Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you... |
5 | null | supervisely-ecosystem/RT-DETRv2 | # Repository Context
Name: supervisely-ecosystem/RT-DETRv2
Description:
# Pull Request
## Tracking-by-detection demo script
# Relevant Files Found
# Edits
This pull request adds a tracking-by-detection demo script to the RT-DETRv2 repository, enabling object tracking in videos by combining detection with trac... |
402 | null | pytest-dev/pytest-testinfra | # Repository Context
Name: pytest-dev/pytest-testinfra
Description:
# Pull Request
## Addr module
Implemented `Addr` module.
Parameters:
- `name`: hostname or IP address
Properties:
- `is_resolvable`: check if host is resolvable using either `/etc/hosts` or DNS, plain IP addresses are always resolvable (th... |
144 | null | XLSForm/pyxform | # Repository Context
Name: XLSForm/pyxform
Description:
# Pull Request
## Add a 'calculate' alias for calculation column
Fixes: #139
# Relevant Files Found
## pyxform/aliases.py
```
from pyxform import constants
# Aliases:
# Ideally aliases should resolve to elements in the json form schema
# select, control a... |
5,551 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## r-htmlwidgets: Update version to 0.8.
Update version for r-htmlwidgets.
# Relevant Files Found
## var/spack/repos/builtin/packages/r-htmlwidgets/package.py
```
##############################################################################
# Co... |
7 | null | bxlab/hifive | # Repository Context
Name: bxlab/hifive
Description:
# Pull Request
## Updated BI calculation and moved to Boundary class
Added likelihood scoring for compartments
# Relevant Files Found
## hifive/hic_domains.py
```
#!/usr/bin/env python
"""
This is a module contains scripts for finding domains in HiC interacti... |
23 | null | TrustAI/DeepConcolic | # Repository Context
Name: TrustAI/DeepConcolic
Description:
# Pull Request
## Fixes for non BN-based criteria
# Relevant Files Found
## src/dbnc.py
```
import warnings
import plotting
from plotting import plt
from typing import *
from utils import *
from engine import *
from kde_utils import KDESplit
from stat... |
6,088 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## explicitly set modification date to fix test
http://manage.dimagi.com/default.asp?163142
# Relevant Files Found
## corehq/ex-submodules/couchforms/tests/test_edits.py
```
from datetime import datetime, timedelta
import os
import uuid
f... |
11,028 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## fix some bugs
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
#### Before submitting
- [ ] Lint code. If there are lint issues, please format the code first.
```shell
# Install and register `pre-commit` in the ... |
5,467 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## Add support for <=PyTorch1.9.1
Fixes #5469
### Description
For CrossEntropy, PyTorch v1.10+ allows target values to be either class probabilities or indices, whereas v1.9- only allows for class indices, so class indices are now us... |
1,132 | null | BoostryJP/ibet-Wallet-API | # Repository Context
Name: BoostryJP/ibet-Wallet-API
Description:
# Pull Request
## feat: get tokens with status False
Close: #1072
# Relevant Files Found
## app/api/v2/token.py
```
"""
Copyright BOOSTRY Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except ... |
106 | null | czbiohub-sf/biahub | # Repository Context
Name: czbiohub-sf/biahub
Description:
# Pull Request
## Add CLI for VisCy virtual-stain pipeline with SLURM Submitit support
### Summary
This PR introduces a new `virtual-stain` CLI command to the `biahub` suite. It wraps the VisCy `preprocess` and `predict` stages with `submitit` support fo... |
9,311 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## KSM: add `node.by_condition` to have the conditions of individual nodes
### What does this PR do?
Add `kubernetes_state.node.by_condition` metric to have the conditions of individual nodes.
### Motivation
The current `kuber... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.