pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
330 | null | mead-ml/mead-baseline | # Repository Context
Name: mead-ml/mead-baseline
Description:
# Pull Request
## eval mode was renamed to baseline eval mode somehow
# Relevant Files Found
## python/mead/eval.py
```
from copy import deepcopy
import argparse
import logging
import baseline
from baseline.reporting import create_reporting
from base... |
11 | null | bkerler/sboot_dump | # Repository Context
Name: bkerler/sboot_dump
Description:
# Pull Request
## Add reboot command
# Relevant Files Found
## samupload.py
```
#!/usr/bin/env python3
"""
Licensed under MIT License, (c) B. Kerler
"""
import os
import sys
import time
import argparse
import usb.core # pyusb
import usb.util
from struc... |
641 | null | fsspec/s3fs | # Repository Context
Name: fsspec/s3fs
Description:
# Pull Request
## some moto logging
Recently came across some logging for the moto server in intake-xarray (https://github.com/intake/intake-xarray/blob/master/intake_xarray/tests/test_remote.py#L162) wanted to upstream it here.
# Relevant Files Found
## s3fs/te... |
3,301 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Allow `fail_state_trials` show warning when heartbeat is enabled
In the current latest alpha release, the same warning message is displayed repeatedly, which is not intentional.
This behavior seemingly comes from the known issue of `warnings.c... |
89 | null | emit-sds/emit-main | # Repository Context
Name: emit-sds/emit-main
Description:
# Pull Request
## Merge develop into main for v1.6.31
Merge develop into main for v1.6.31
# Relevant Files Found
## emit_main/cron/compile_metrics.py
```
"""
A script to compile metrics from various places and record them in a file or database table
Aut... |
22 | null | envy-project/envy | # Repository Context
Name: envy-project/envy
Description:
# Pull Request
## Fixing single string issue with script setup step
For the `run` key of our `script` setup steps, we're allowing either an array of scripts, or a single string script. However, we didn't check the type of the payload when executing it, so we... |
221 | null | autoreject/autoreject | # Repository Context
Name: autoreject/autoreject
Description:
# Pull Request
## [MRG] DOC: start example for workflow
supersedes #205
# Relevant Files Found
## autoreject/autoreject.py
```
"""Automated rejection and repair of trials in M/EEG."""
# Authors: Mainak Jas <mainak.jas@telecom-paristech.fr>
#... |
8 | null | svenevs/exhale | # Repository Context
Name: svenevs/exhale
Description:
# Pull Request
## Redux
From the fiery pits of hell, reborn like a phoenix from the ashes.
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# exhale documentation build configuration file, created by
# sphinx-quickstart on Wed Aug 10 13:2... |
5,014 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## Custom key types leftovers
## What type of PR is this? (check all applicable)
- [x] Feature
## Description
A couple of leftovers from #5008
## Related Tickets & Documents
## Mobile & Desktop Screenshots/Recordings (if there are U... |
6,398 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems
fixes #6395
The unit tests needed to be updated to accurately reflect Windows path behavior. The prior method was fine for Posix-like filesystems, but conflicted wit... |
42 | null | ethereum/py-geth | # Repository Context
Name: ethereum/py-geth
Description:
# Pull Request
## geth 1.8.1 support
### What was wrong?
No geth 1.8.1 support
### How was it fixed?
Added geth 1.8.1 support
#### Cute Animal Picture

# Relevant Files Found
## geth... |
703 | null | xia2/xia2 | # Repository Context
Name: xia2/xia2
Description:
# Pull Request
## No multi crystal analysis
Fixes #702 by removing `xia2.multi_crystal_analysis` which is no longer useful.
# Relevant Files Found
## setup.py
```
from __future__ import annotations
import os
import re
import subprocess
from pathlib import Path
... |
371 | null | pyTMD/pyTMD | # Repository Context
Name: pyTMD/pyTMD
Description:
# Pull Request
## fix: latest TMD3 current variable names for #370
feat: add tidal aliasing period function
fix: add latitude and longitude as potential dimension names
# Relevant Files Found
## pyTMD/arguments.py
```
#!/usr/bin/env python
u"""
arguments.py
Wr... |
366 | null | SAML-Toolkits/python3-saml | # Repository Context
Name: SAML-Toolkits/python3-saml
Description:
# Pull Request
## Issue #364: Some urls come with 403 response
python3-saml urllib dependency responds with 403 status to urls with default Python user-agent
# Relevant Files Found
## src/onelogin/saml2/idp_metadata_parser.py
```
# -*- coding: ut... |
60 | null | alvinwan/timefhuman | # Repository Context
Name: alvinwan/timefhuman
Description:
# Pull Request
## Apply `infer_datetimes` to timedeltas
When `infer_datetimes=True`, force all timedeltas to be datetimes too
# Relevant Files Found
## tests/test_e2e.py
```
from timefhuman import timefhuman
import datetime
import pytest
from timefhuman... |
539 | null | zarr-developers/zarr-python | # Repository Context
Name: zarr-developers/zarr-python
Description:
# Pull Request
## Add better ipytree error handling in jupyter notebooks
Resolves https://github.com/zarr-developers/zarr-python/issues/537
Adds a custom error message when failing to import `ipytree` in jupyter notebooks along with instructions... |
3,295 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## import script for wycombe (closes #3248)
# Relevant Files Found
## polling_stations/apps/data_importers/management/commands/import_wycombe.py
```
from data_importers.management.commands import BaseXpressDemocracyClubCsvI... |
4,618 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## docs(api): Fix autodoc formatting to fix rendering
You love to see it
Makes the autodoc'd apiv2 stuff that has the `requires_version` decorator go from this:
<img width="652" alt="Screen Shot 2019-12-16 at 4 15 37 PM" src="https://use... |
288 | null | nipreps/niworkflows | # Repository Context
Name: nipreps/niworkflows
Description:
# Pull Request
## CI: Add coverage
Codecov never works right until merged into master, but we should make sure that we can actually run the whole Circle job.
# Relevant Files Found
## niworkflows/__about__.py
```
# -*- coding: utf-8 -*-
# emacs: -*- mod... |
14 | null | screepers/screeps_console | # Repository Context
Name: screepers/screeps_console
Description:
# Pull Request
## Fixed issue with large JSON parsing
This fixes an issue where large chunks of console data break the output.
# Relevant Files Found
## screeps_console/interactive.py
```
#!/usr/bin/env python
import atexit
import command
import ... |
163 | null | cisagov/pshtt | # Repository Context
Name: cisagov/pshtt
Description:
# Pull Request
## Improve publishing to pypi
# Relevant Files Found
## pshtt/__init__.py
```
__version__ = '0.4.1'
```
## setup.py
```
"""
setup module for pshtt
Based on:
- https://packaging.python.org/distributing/
- https://github.com/pypa/sampleproj... |
1,129 | null | Keeper-Security/Commander | # Repository Context
Name: Keeper-Security/Commander
Description:
# Pull Request
## (KC-699) added `find-ownerless` command, shared-folder bug fixes
# Relevant Files Found
## keepercommander/commands/record.py
```
# _ __
# | |/ /___ ___ _ __ ___ _ _ ®
# | ' </ -_) -_) '_ \/ -_) '_|
# |_|\_\___\___| .__/\___|... |
437 | null | pysmt/pysmt | # Repository Context
Name: pysmt/pysmt
Description:
# Pull Request
## Arrays: Infix notation for Store and Select
Introduce textual infix notation for Store and Select
# Relevant Files Found
## pysmt/fnode.py
```
#
# This file is part of pySMT.
#
# Copyright 2014 Andrea Micheli and Marco Gario
#
# Licensed u... |
172 | null | jd/pifpaf | # Repository Context
Name: jd/pifpaf
Description:
# Pull Request
## Redis: Add password to URL environment
This is follow-up of d37bae254a627c0aef2e760b697336080193681f and ensures the password value is included in the url, presented by the URL environment, so that the value can be looked up.
# Relevant Files Foun... |
5,693 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Do not set sysctls in NGINX when using GKE.
Do not set sysctls in NGINX when using GKE.
# Relevant Files Found
## perfkitbenchmarker/linux_benchmarks/nginx_benchmark.py
```
# Copyright 2024 PerfKitBenchmarker Author... |
73 | null | glotzerlab/gsd | # Repository Context
Name: glotzerlab/gsd
Description:
# Pull Request
## Feature/cli
<!-- Please confirm that your work is based on the correct branch. -->
<!-- Bug fixes should based on *maint*. -->
<!-- New features should based on *master*. -->
## Description
<!-- Describe your changes in detail. -->
... |
1,129 | null | F5Networks/f5-common-python | # Repository Context
Name: F5Networks/f5-common-python
Description:
# Pull Request
## Fixes #1128
Problem:
Hotfix, Image did not have install command enabled.
Analysis:
Enabled install command on image and hotfix to facilitate software installation. We still require the ability to provide more ISO image on Jen... |
2,724 | null | patroni/patroni | # Repository Context
Name: patroni/patroni
Description:
# Pull Request
## Prevent splitbrain from duplicate names in configuration
Fixes #1804 by ensuring that there is not already another node with the same name that is running in the cluster when joining. Will return an error during initialization if there is alr... |
30 | null | schapman1974/tinymongo | # Repository Context
Name: schapman1974/tinymongo
Description:
# Pull Request
## Improvements on serializers, now it allows adding middlewares
- I have found a problem on my previous implementation, it was using the same storage for every table so i created a `@property` to return a new instance for every table.
-... |
6,122 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## Update Python dependencies to eliminate version conflicts
## What type of PR is this?
- [x] Other
## Description
This PR gets all of the Python backend dependencies to work together without version mismatch errors during their `pip... |
1,786 | null | wevote/WeVoteServer | # Repository Context
Name: wevote/WeVoteServer
Description:
# Pull Request
## Fixed address bug in WebApp by including address information in voterRetrieve. Updated issuesUnderBallotItemsRetrieve so we can show which issues support which candidates.
Fixed address bug in WebApp by including address information in vo... |
12,808 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Fix Avalara test for generate request data with click and collect
I want to merge this change because fixing the Avalara test to generate request data with click and collect.
This test shouldn't use VCR. We should only checkout data sent to A... |
1,278 | null | globus/globus-sdk-python | # Repository Context
Name: globus/globus-sdk-python
Description:
# Pull Request
## Deprecate the ComputeClient class
This class (implemented as a subclass but functionally an alias) is moved to a dedicated module to provide warn-on-import semantics.
It is now documented without autodoc, so that we can prcisely cont... |
6,189 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## [feature] Validate Relationships Resource Key [OSF-5268]
#### Purpose
- Currently, there is no validation for the relationships resource key that is required in the request body when creating a relationship. This PR adds validatio... |
395 | null | ministryofjustice/money-to-prisoners-cashbook | # Repository Context
Name: ministryofjustice/money-to-prisoners-cashbook
Description:
# Pull Request
## Remove training and service overview
These pages are no longer relevant for the NOMIS API integrated
cashbook.
# Relevant Files Found
## mtp_cashbook/apps/cashbook/templatetags/training.py
```
from django imp... |
5,656 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Fix pkgconfig error handling
Previously meson would incorrectly handle a dependency as found even though one of the calls to either `pkg-config --libs` or `pkg-config --cflags` failed, which can lead to surprising build failures.
Addition... |
353 | null | shadow-robot/sr_interface | # Repository Context
Name: shadow-robot/sr_interface
Description:
# Pull Request
## F moving plan qual eval
# Relevant Files Found
## sr_robot_commander/src/sr_robot_commander/sr_robot_commander.py
```
#!/usr/bin/env python
# Copyright 2015 Shadow Robot Company Ltd.
#
# This program is free software: you can r... |
792 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## more cleanup with hints from pylint
@solarkennedy here is some more 'cleanup' - some of this was hinted at from pylint, and some just from observation.
- added in the missing `MultipleTasksForIDError`
- removed some of the compatibility layer tha... |
1,493 | null | mattermost/docs | # Repository Context
Name: mattermost/docs
Description:
# Pull Request
## Update conf.py
This also creates the doc branch for 4.3
# Relevant Files Found
## source/conf.py
```
# -*- coding: utf-8 -*-
#
# Mattermost documentation build configuration file, created by
# sphinx-quickstart on Thu Nov 19 13:21:53 2015.... |
1,173 | null | alphagov/notifications-api | # Repository Context
Name: alphagov/notifications-api
Description:
# Pull Request
## Stop purging the DVLA response files from S3
We are not processing the data in these files yet so we need to stop deleting them until the data is recorded.
# Relevant Files Found
## app/config.py
```
from datetime import timedel... |
648 | null | DiCarloLab-Delft/PycQED_py3 | # Repository Context
Name: DiCarloLab-Delft/PycQED_py3
Description:
# Pull Request
## [WIP] remove old fix on plotly version
Changes proposed in this pull request:
- Unpin the `plotly` and `pyGSTi` versions in `requirements.txt`
The `plotly` version is old, and the reason for pinning it (pyGSTi) is not valid an... |
707 | null | moderngl/moderngl | # Repository Context
Name: moderngl/moderngl
Description:
# Pull Request
## Add support for debugging scopes
This PR adds a debugging scope with a new `debug_scope` scope that delegates to `glPushDebugGroup` and `glPopDebugGroup` where available. If this functionality is not available, then `debug_scope` does nothi... |
464 | null | missionpinball/mpf-mc | # Repository Context
Name: missionpinball/mpf-mc
Description:
# Pull Request
## Audio track volume control and SoundPlayer ducking
Reverts missionpinball/mpf-mc#462 and reinstates https://github.com/missionpinball/mpf-mc/pull/459
### Audio Track Volume Control
This PR extends the audio tracks (defined in `sou... |
2 | null | jlaska/pytest-github | # Repository Context
Name: jlaska/pytest-github
Description:
# Pull Request
## fix github marker collection for test runs involving multiple modules
### Summary
The PR fixes a bug that is causing github markers to not be collected for test runs involving multiple test modules.
The github issue cache was being ini... |
30 | null | pmelchior/skymapper | # Repository Context
Name: pmelchior/skymapper
Description:
# Pull Request
## add option to clear parallel/meridian labels when redrawing
Currently, `labelMeridiansAtParallel` and `labelParallelsAtMeridian` add new labels to a Map object at the desired location, but they leave the existing labels intact. This chang... |
10,190 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Full multiline support and better history management for the debugger
<!--- Make sure to read the Contributing Guidelines: --->
<!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md --->
<!--- and fo... |
218 | null | genialis/resolwe-bio | # Repository Context
Name: genialis/resolwe-bio
Description:
# Pull Request
## Rename RESOLWE_API_HOST setting to RESOLWE_HOST_URL
Requires https://github.com/genialis/resolwe/pull/223
# Relevant Files Found
## tests/settings.py
```
"""
Django settings for running tests for Resolwe package.
"""
from __future__ ... |
165 | null | girder/girder_worker | # Repository Context
Name: girder/girder_worker
Description:
# Pull Request
## Add circleci support to run the integration tests
Runs the integration tests on CircleCi. We need to rebuild girder/girder:gw_integration_test and girder/girder_worker:gw_integration_test images and push them to Docker Hub for this to wo... |
9,007 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Generate random name for resource groups
# Relevant Files Found
## tools/azure-sdk-tools/devtools_testutils/resource_testcase.py
```
from collections import namedtuple
from azure_devtools.scenario_tests import AzureTestError
... |
174 | null | maxpumperla/hyperas | # Repository Context
Name: maxpumperla/hyperas
Description:
# Pull Request
## remove conditional
# Relevant Files Found
## examples/complex.py
```
from __future__ import print_function
from hyperopt import Trials, STATUS_OK, tpe
from hyperas import optim
from hyperas.distributions import choice, uniform, condit... |
4,497 | null | StackStorm/st2 | # Repository Context
Name: StackStorm/st2
Description:
# Pull Request
## Added include_attributes and exclude_attributes to GET /api/v1/executions/{id}
Previously `GET /api/v1/executions/{id}` did not have the `include_attributes` or `exclude_attributes` query parameters, meaning it couldn't filter the output of la... |
2,182 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import script for Basildon (closes #2136)
# Relevant Files Found
## polling_stations/apps/data_collection/management/commands/import_basildon.py
```
from data_collection.management.commands import BaseXpressDemocracyClub... |
4 | null | Keda87/django-indonesia-regions | # Repository Context
Name: Keda87/django-indonesia-regions
Description:
# Pull Request
## Fixed Setup travis-CI #3.
Modified travis-ci configuration file to install current version of django-indonesia-regions.
# Relevant Files Found
## djindonesiaregions/tests.py
```
from django.test import TestCase
from djindo... |
5,974 | null | home-assistant/supervisor | # Repository Context
Name: home-assistant/supervisor
Description:
# Pull Request
## Use Docker BuildKit to build addons
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big p... |
23 | null | mark-adams/pytest-test-groups | # Repository Context
Name: mark-adams/pytest-test-groups
Description:
# Pull Request
## Update Python versions and use Github actions for builds
# Relevant Files Found
## setup.py
```
import codecs
import os
from setuptools import setup
def read(fname):
file_path = os.path.join(os.path.dirname(__file__),... |
10,407 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Fix validation of dependencies ignores breaking with generated subtargets
### Problem
We eagerly validate that every `!` is used in the `dependencies` field as a matter of good UX, because it's confusing how all the different pieces fit tog... |
71 | null | sysdiglabs/sysdig-sdk-python | # Repository Context
Name: sysdiglabs/sysdig-sdk-python
Description:
# Pull Request
## Update list_hosts.py
Worked with engineering to add support for adding the container count with the host names and also for showing a larger number of hosts. The original script only showed about 10 hosts per environment.
# Rele... |
190 | null | industrial-optimization-group/DESDEO | # Repository Context
Name: industrial-optimization-group/DESDEO
Description:
# Pull Request
## Desdeo2
Now the API shouldn't throw errors if map data is not found in the database. Instead it will tell frontend that that problem is not_utopia, and the frontend won't even try to draw a map.
I tested it with the ni... |
359 | null | sviete/AIS-home-assistant | # Repository Context
Name: sviete/AIS-home-assistant
Description:
# Pull Request
## 2021.6.5
# Relevant Files Found
## homeassistant/components/garmin_connect/__init__.py
```
"""The Garmin Connect integration."""
from datetime import date
import logging
from garminconnect_aio import (
Garmin,
GarminCon... |
641 | null | awslabs/seed-farmer | # Repository Context
Name: awslabs/seed-farmer
Description:
# Pull Request
## Bump certifi from 2024.6.2 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/certifi/python-certifi/commit/bd8153872... |
164 | null | feder-observatory/stellarphot | # Repository Context
Name: feder-observatory/stellarphot
Description:
# Pull Request
## Fix calculation of FWHM when the input data has non-finite values
This fixes #161 by properly handling non-finite values in setting up the fitter when the FWHM calculation is done by fitting a 2D gausssian.
Though [this chang... |
3 | null | ethteck/splat | # Repository Context
Name: ethteck/splat
Description:
# Pull Request
## add PaperMarioMapFS segment
# Relevant Files Found
## segtypes/code.py
```
from capstone import *
from capstone.mips import *
from collections import OrderedDict
from segtypes.segment import N64Segment
import os
from pathlib import Path
fr... |
263 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## ENH: read labels from parcellation
Read a list of labels from FS parcellation. Also added a decorator to skip tests if MNE command line tools are not available.
# Relevant Files Found
## mne/__init__.py
```
"""MNE for MEG and EEG dat... |
2 | null | armstrong/armstrong.utils.backends | # Repository Context
Name: armstrong/armstrong.utils.backends
Description:
# Pull Request
## Get_backend should take args and kwargs
Also there's a few tweaks to requirements and the fabfile
# Relevant Files Found
## armstrong/utils/backends/base.py
```
from django.conf import settings as default_settings
from ... |
650 | null | PaddlePaddle/PaddleClas | # Repository Context
Name: PaddlePaddle/PaddleClas
Description:
# Pull Request
## Support Visual DL
att
# Relevant Files Found
## ppcls/utils/logger.py
```
# copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil... |
39,843 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## FA2 can continue generation from cache
# What does this PR do?
Fixes https://github.com/huggingface/transformers/issues/39814
Don't merge, one of the models fails the test with unknown CUDA-side error and messes up all subseque... |
127 | null | skyzh/canvas_grab | # Repository Context
Name: skyzh/canvas_grab
Description:
# Pull Request
## code: add recovery folder and fix unexpected deletion
fix https://github.com/skyzh/canvas_grab/issues/126
# Relevant Files Found
## canvas_grab/__main__.py
```
#!/usr/bin/env python3
from colorama import init
import canvas_grab
from pat... |
1 | null | sloria/webtest-asgi | # Repository Context
Name: sloria/webtest-asgi
Description:
# Pull Request
## Bump pre-commit from 1.13.0 to 1.14.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.13.0 to 1.14.0.
<details>
<summary>Release notes</summary>
*Sourced from [pre-commit's releases](https://github.com/pre-commit/pre-... |
65 | null | tropo/tropo-webapi-python | # Repository Context
Name: tropo/tropo-webapi-python
Description:
# Pull Request
## add MMS support
add 2 samples about MMS feature
# Relevant Files Found
## tropo.py
```
"""
The TropoPython module. This module implements a set of classes and methods for manipulating the Voxeo Tropo WebAPI.
Usage:
----
from tr... |
520 | null | miracle2k/webassets | # Repository Context
Name: miracle2k/webassets
Description:
# Pull Request
## Fix some unit tests check on Python 3
This fixes two unit tests failing for me using Python 3.7.
# Relevant Files Found
## tests/test_filters.py
```
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import w... |
1,231 | null | DLR-RM/stable-baselines3 | # Repository Context
Name: DLR-RM/stable-baselines3
Description:
# Pull Request
## Fix `load_from_tensor` with newer PyTorch versions
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
Fixes failure on SB3-Contrib master.
Note: t... |
493 | null | CybercentreCanada/assemblyline-ui | # Repository Context
Name: CybercentreCanada/assemblyline-ui
Description:
# Pull Request
## Change APIs to include URLDownloader when submitting URLs
# Relevant Files Found
## assemblyline_ui/api/v4/ingest.py
```
import json
import os
import shutil
from assemblyline.common.classification import InvalidClassific... |
71 | null | dkpro/dkpro-cassis | # Repository Context
Name: dkpro/dkpro-cassis
Description:
# Pull Request
## #70 - XMI serialising throws if CAS contains reference to empty array
- Add None check when traversing CAS for serialising
- Add tests
- Fix deprecation warning of attrs
# Relevant Files Found
## cassis/typesystem.py
```
from collecti... |
815 | null | omab/python-social-auth | # Repository Context
Name: omab/python-social-auth
Description:
# Pull Request
## Minor backend fixes
- amazon backend: change authorization URL from http to https
- twilio backend: fix backend name in comment
# Relevant Files Found
## social/backends/amazon.py
```
"""
Amazon OAuth2 backend, docs at:
http:/... |
607 | null | geldata/gel-python | # Repository Context
Name: geldata/gel-python
Description:
# Pull Request
## Some tweaks to speed up building
* Allow configuring -O level with EDGEDB_OPT_CFLAG
* Add a probably broken Makefile rule that skips the touches
# Relevant Files Found
## setup.py
```
#
# This source file is part of the Gel open source... |
230 | null | mill1000/midea-msmart | # Repository Context
Name: mill1000/midea-msmart
Description:
# Pull Request
## Add support for accessing individual energy data fields in either format
Add methods to fetch total energy, current energy and real time power in either data format.
Deprecate existing properties and the `use_alternative_energy_forma... |
8,966 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## cmake: Improved error message for using dependency for executables
fixes #8893
# Relevant Files Found
## mesonbuild/modules/cmake.py
```
# Copyright 2018 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "L... |
17 | null | SublimeText/WordHighlight | # Repository Context
Name: SublimeText/WordHighlight
Description:
# Pull Request
## Use timer instead o thread
Read this: https://github.com/SublimeText/WordHighlight/pull/7
# Relevant Files Found
## word_highlight.py
```
import sublime
import sublime_plugin
import re
from threading import Timer
settings = sub... |
77 | null | voxel51/fiftyone-brain | # Repository Context
Name: voxel51/fiftyone-brain
Description:
# Pull Request
## Release v0.6.0
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
"""
Installs `fiftyone-brain`.
| Copyright 2017-2021, Voxel51, Inc.
| `voxel51.com <https://voxel51.com/>`_
|
"""
import os
from distutils.command.build ... |
4 | null | k4ntz/OC_Atari | # Repository Context
Name: k4ntz/OC_Atari
Description:
# Pull Request
## removed silent print, bugfix
# Relevant Files Found
## ocatari/core.py
```
import gymnasium as gym
from ocatari.ram.extract_ram_info import augment_info_raw, augment_info_revised
from ocatari.vision.extract_vision_info import augment_info_... |
2,652 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Fix distribution's `_contains`
## Motivation
Fix #2557. The distribution's `_contains` should take account of the `step` argument.
## Description of the changes
- Fix distributions' `_contains`
- Fix test
# Relevant Files Found
## opt... |
67 | null | mode-network/synth-subnet | # Repository Context
Name: mode-network/synth-subnet
Description:
# Pull Request
## Validator docker
# Relevant Files Found
## alembic/env.py
```
from logging.config import fileConfig
from sqlalchemy import engine_from_config
from sqlalchemy import pool
from alembic import context
from dotenv import load_dote... |
149 | null | crestalnetwork/intentkit | # Repository Context
Name: crestalnetwork/intentkit
Description:
# Pull Request
## fix: jwt-readonly
# Pull Request
## Type of Change
- [x] Bugfix
# Relevant Files Found
## utils/middleware.py
```
import logging
from typing import Optional
import jwt
from fastapi import Depends, HTTPException, Request
from... |
44 | null | TuxML/tuxml | # Repository Context
Name: TuxML/tuxml
Description:
# Pull Request
## Support for multiple compiler versions Gcc8 and gcc10
# Relevant Files Found
## compilation/environment.py
```
## @file tuxml_environment.py
# @author LE FLEM Erwan, LEBRETON Mickaël, PICARD Michaël
# @version 2
# @brief python3 methods to g... |
82 | null | PocketCoffea/PocketCoffea | # Repository Context
Name: PocketCoffea/PocketCoffea
Description:
# Pull Request
## Update leptons.py
Updated double electron case to set variable to None when there are fewer than two electrons
# Relevant Files Found
## pocket_coffea/lib/leptons.py
```
import awkward as ak
import numpy as np
# from ..parameter... |
239 | null | zarr-developers/zarr-python | # Repository Context
Name: zarr-developers/zarr-python
Description:
# Pull Request
## Work around numpy 1.14 structured array changes
This PR adds testing with numpy 1.14 and deals with some compatibility issues around fill values for structured arrays. Resolves #222, resolves #238.
TODO:
* [x] Add unit tests a... |
172 | null | canonical/jhack | # Repository Context
Name: canonical/jhack
Description:
# Pull Request
## feat: add support for Pebble check-failed and check-recovered events
Adds explicit support to `jhack fire` for `<container-name>-pebble-check-failed` and `<container-name>-pebble-check-recovered` events.
In very much the same way as notice... |
98 | null | bycycle-tools/bycycle | # Repository Context
Name: bycycle-tools/bycycle
Description:
# Pull Request
## [MRG] Bycycle Class
This adds a simple bycycle class to keep track of various settings as attributes. The motivation for this was having to look up the default `threshold_kwargs` (needed for plotting) regularly. The conventions here fol... |
888 | null | KATO-Hiro/AtCoder | # Repository Context
Name: KATO-Hiro/AtCoder
Description:
# Pull Request
## Solve ARC121 task A (#887)
close #887
# Relevant Files Found
# Edits
This pull request solves task A from AtCoder Regular Contest 121, which involves finding the maximum Chebyshev distance between two distinct points on a 2D plane. Th... |
32 | null | truemagic-coder/solana-agent | # Repository Context
Name: truemagic-coder/solana-agent
Description:
# Pull Request
## GH Test Fixes
* Test results will appear in the GitHub Checks tab
* Failed tests will be annotated directly in PR diffs
* Test results will be available as downloadable artifacts
* Coverage reports will still be uploaded to Co... |
2,461 | null | googleapis/gapic-generator-python | # Repository Context
Name: googleapis/gapic-generator-python
Description:
# Pull Request
## chore(main): release 1.28.1
:robot: I have created a release *beep* *boop*
---
## [1.28.1](https://github.com/googleapis/gapic-generator-python/compare/v1.28.0...v1.28.1) (2025-10-14)
### Bug Fixes
* Fix gapic-version g... |
44 | null | quora/pyanalyze | # Repository Context
Name: quora/pyanalyze
Description:
# Pull Request
## support inferring the self type for simple methods
Another step towards slightly better generic methods
# Relevant Files Found
## pyanalyze/annotations.py
```
"""
Code for understanding type annotations.
"""
from dataclasses import datac... |
2,915 | null | embeddings-benchmark/mteb | # Repository Context
Name: embeddings-benchmark/mteb
Description:
# Pull Request
## dataset: add Clotho by creating the datasets on the fly
Fixes #2053
model: laion/clap-htsat-fused.
```
ClothoA2TRetrieval
"cv_recall_at_1": 0.17895,
"cv_recall_at_3": 0.31962,
"cv_recall_at_5": 0.4057... |
4 | null | 0x9900/wspr | # Repository Context
Name: 0x9900/wspr
Description:
# Pull Request
## Docstring / dependencies
# Relevant Files Found
## leaf.py
```
#!/usr/bin/env python
"""
$ leaf.py --help
usage: leaf.py [-h] [-s STEM_SIZE] filename
"""
import argparse
import collections
import logging
import math
import os
import sys
f... |
106 | null | OpenWSGR/AutoWSGR | # Repository Context
Name: OpenWSGR/AutoWSGR
Description:
# Pull Request
## chore(plans): special ap task
* 新增战利品限时任务的 plan
由于战利品及限时任务是月常任务,新增对应的 plan,方便快速完成。
# Relevant Files Found
# Edits
This pull request adds a new automation plan for completing monthly limited-time "Special AP" tasks in the game, which... |
334 | null | thedropbears/pyreefscape | # Repository Context
Name: thedropbears/pyreefscape
Description:
# Pull Request
## make auto sonic speed
# Relevant Files Found
## autonomous/auto_base.py
```
import math
import choreo
import wpilib
from choreo.trajectory import SwerveSample
from magicbot import AutonomousStateMachine, state
from wpilib import... |
1,414 | null | ag2ai/ag2 | # Repository Context
Name: ag2ai/ag2
Description:
# Pull Request
## Update BrowserUseResult
Enrich BrowserUseResult with with the url of the pages from where the content was gathered
<!-- Thank you for your contribution! Please review https://docs.ag2.ai/docs/contributor-guide/contributing before opening a pull ... |
455 | null | cmu-delphi/covidcast-indicators | # Repository Context
Name: cmu-delphi/covidcast-indicators
Description:
# Pull Request
## Fix linting for google symptoms
Gets pylint to pass
Summary of changes:
- fix any small linting errors (whitespace, newlines, etc)
- ignore the larger lint errors that would require more refactoring (access protected clas... |
36 | null | AutomationOptimization/tsce_demo | # Repository Context
Name: AutomationOptimization/tsce_demo
Description:
# Pull Request
## Write generated scripts in hypothesis dir
## Summary
- generate script filenames like `test_hypothesis_<uuid>.py`
- store generated scripts inside the orchestrator's `hypothesis_dir`
## Testing
- `pytest -q`
------
https://... |
178 | null | ethteck/splat | # Repository Context
Name: ethteck/splat
Description:
# Pull Request
## follows_vram_symbol segment option (fixes #167)
# Relevant Files Found
## segtypes/linker_entry.py
```
from dataclasses import dataclass
from functools import lru_cache
from typing import Dict, Optional, OrderedDict, Union, List
from pathli... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.