pr_id
int64
repo_id
null
repo_name
string
text
string
1
null
kellyredding/sublime-text-3-user-settings
# Repository Context Name: kellyredding/sublime-text-3-user-settings Description: # Pull Request ## update the refresh python script to remove any log/*.log files This is to help keep massive dev logs from building up - helps keep logs relevent. # Relevant Files Found ## refresh.py ``` import sublime, sublime_p...
353
null
eth-easl/modyn
# Repository Context Name: eth-easl/modyn Description: # Pull Request ## Various small changes from arXiv submission # Relevant Files Found ## modyn/common/ftp/ftp_utils.py ``` # Utils file containing functions in order to simplify FTP server interactions. import logging import pathlib from ftplib import FTP fr...
233
null
django-hijack/django-hijack
# Repository Context Name: django-hijack/django-hijack Description: # Pull Request ## Build binaries during release via gettext and sass I extracted this for #232 Changes: * Compile messages during release via gettext * Add msgcheck to check translations * Add sass postcss to compile CSS during deploy an e...
107
null
PennLINC/CuBIDS
# Repository Context Name: PennLINC/CuBIDS Description: # Pull Request ## dominant rows with nan for NumVols also get 1.0 now in renamining This should fix the VariantOther addition for all non-dominant groups because 1.0 wasn't added to the summary csv for NumVolumes for 3D images (if they ran add-nifti-info befor...
11,122
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [openload] Fix extraction. ### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [adding new extractor tutorial](https://github.com/rg3/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding ...
2,120
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Allowed array/struct values in `default` definition of `declare` closes #2119 ### Pull Request checklist - [x] Please confirm you have completed any of the necessary steps below. - Included test cases to demonstrate any code changes...
254
null
PennyLaneAI/catalyst
# Repository Context Name: PennyLaneAI/catalyst Description: # Pull Request ## [Frontend] Split out `jacobian` and `grad` **Context:** `catalyst.grad` implicitly computes Jacobians when given functions with multivariate outputs, multiple return values, or both. **Description of the Change:** Add `catalyst.jacobi...
21
null
iiasa/ixmp4
# Repository Context Name: iiasa/ixmp4 Description: # Pull Request ## Use Psycopg3 instead of Psycopg2 Adresses #20 and adjusts the `psycopg2` dependency. Using the binary package is no longer discouraged, so this is in use because its easiest and does not require system dependencies. [Read more here.](https://ww...
1,356
null
cartography-cncf/cartography
# Repository Context Name: cartography-cncf/cartography Description: # Pull Request ## Fix #689: pass parent job name from RPR sync ### Summary > Describe your changes. Correctly specifies the parent job name to the GraphStatement from the AWS RPR sync. ### Related issues or links > Include links to relev...
2,072
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## QAT->Master # Relevant Files Found ## dataactbroker/handlers/fileHandler.py ``` import boto3 import calendar import logging import os import requests import threading import csv from collections import nam...
653
null
vladmandic/sdnext
# Repository Context Name: vladmandic/sdnext Description: # Pull Request ## fix unipc img2img denoising sample count was wrongly using the inverse of the intended value. smaller denoising strength should run fewer steps. ## Description i've still been using this pretty successfully, but i did happen to notice...
16
null
YosysHQ/mau
# Repository Context Name: YosysHQ/mau Description: # Pull Request ## Add coverage in action summary # Relevant Files Found # Edits This pull request adds test coverage reporting to the GitHub Actions workflow summary by parsing XML coverage data and displaying it in a Markdown table. It introduces a Python s...
279
null
janaSunrise/HypixelIO
# Repository Context Name: janaSunrise/HypixelIO Description: # Pull Request ## Bump boto3 from 1.20.49 to 1.20.50 Bumps [boto3](https://github.com/boto/boto3) from 1.20.49 to 1.20.50. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3...
70
null
sigsep/open-unmix-pytorch
# Repository Context Name: sigsep/open-unmix-pytorch Description: # Pull Request ## add gh workflow <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/sigsep/open-unmix-pytorch/blob/master/CONTRIBUTING.md -> #### Reference Issue <!--...
36
null
taylorhakes/python-redis-cache
# Repository Context Name: taylorhakes/python-redis-cache Description: # Pull Request ## feat(active-flag): added the ability to disable the cache Hi @taylorhakes, It's me again... I hope that in this case we can add the parameter to the constructor. A couple of things were on my mind. 1. Should it be called in...
2,137
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Fixing bug on patching data_path from regression config ### Summary Fixing bug on patching data_path from regression config # Relevant Files Found ## tests/regression/regression_test_helpers.py ``` # Copyright (...
444
null
mouredev/retos-programacion-2023
# Repository Context Name: mouredev/retos-programacion-2023 Description: # Pull Request ## Reto #1 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate de...
431
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## Bug fixes for hiding deleted nodes Previously when a Node was deleted, it would remain visible in the various editors in two circumstances : - The node was contained in a Box - The node was pinned in the Editor This pull request fixes both t...
98,098
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Create a single entity for new met.no config entries <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe th...
313
null
dbt-labs/dbt-semantic-interfaces
# Repository Context Name: dbt-labs/dbt-semantic-interfaces Description: # Pull Request ## Only give one validation warning for deprecated cumulative fields ### Description These `cumulative_type_params` validations turned out more annoying than helpful, so we've decided to only give one warning for the entire man...
9
null
EleutherAI/gpt-neox
# Repository Context Name: EleutherAI/gpt-neox Description: # Pull Request ## PR for Deepspeed Integration # Relevant Files Found ## train_enwik8.py ``` from gpt_neox import GPTNeoX, AutoregressiveWrapper import random import tqdm import gzip import numpy as np import torch import torch.optim as optim from tor...
7,251
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## refactor(api): remove interpolation argument BREAKING CHANGE: the `interpolation` argument was only supported in the dask and pandas backends; for interpolated quantiles use dask or pandas directly # Relevant Files Found ## ibis/backends...
432
null
PennLINC/CuBIDS
# Repository Context Name: PennLINC/CuBIDS Description: # Pull Request ## Use cluster number in non-dominant acquisition variant names Closes #423. ## Changes proposed in this pull request - Core Changes to Variant Naming (utils.py) ``` Modified assign_variants() to include parameter values in variant names...
1,459
null
softlayer/softlayer-python
# Repository Context Name: softlayer/softlayer-python Description: # Pull Request ## Add an --orderBy parameters to call-api https://github.com/softlayer/softlayer-python/issues/1453 # Relevant Files Found ## SoftLayer/CLI/call_api.py ``` """Call arbitrary API endpoints.""" import json import click from SoftLa...
13,113
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ArchSpec: fix constraint satisfaction for targets fixes #13111 Due to a missing case we were treating a single target that was not equal to the one we were comparing to as a range open on the right. # Relevant Files Found ## lib/spack/spack/...
252
null
tensorflow/tfx
# Repository Context Name: tensorflow/tfx Description: # Pull Request ## Add a new property in execution decision to indicate whether a new execution is needed. Add a new property in execution decision to indicate whether a new execution is needed. # Relevant Files Found ## tfx/orchestration/data_types.py ``` # ...
150
null
playpauseandstop/aiohttp-middlewares
# Repository Context Name: playpauseandstop/aiohttp-middlewares Description: # Pull Request ## fix(cors): typo :broom: # Relevant Files Found ## src/aiohttp_middlewares/cors.py ``` r""" =============== CORS Middleware =============== .. versionadded:: 0.2.0 Dealing with CORS headers for aiohttp applications. ...
62
null
basnijholt/home-assistant-streamdeck-yaml
# Repository Context Name: basnijholt/home-assistant-streamdeck-yaml Description: # Pull Request ## Log the version when starting # Relevant Files Found ## home_assistant_streamdeck_yaml.py ``` #!/usr/bin/env python3 """Home Assistant Stream Deck integration.""" from __future__ import annotations import asynci...
3,263
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Avoid adding momentum hyperparameters when input momentum is 0. Avoid adding momentum hyperparameters when input momentum is 0. This change ensures that the initialization behavior of the SGDM optimizer matches its hyperp...
244
null
mscroggs/symfem
# Repository Context Name: mscroggs/symfem Description: # Pull Request ## implement maximum_degree # Relevant Files Found ## symfem/basis_functions.py ``` """Abstract basis function classes and functions.""" from __future__ import annotations import typing from abc import abstractmethod import sympy from .f...
116,629
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate bluetooth to use the singleton helper ## 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 ...
321
null
ros-infrastructure/superflore
# Repository Context Name: ros-infrastructure/superflore Description: # Pull Request ## bitbake: Add optional --yocto-release The Styhead release introduces changes to the WORKDIR variable such that S = ${WORKDIR} is no longer supported. https://docs.yoctoproject.org/dev/migration-guides/migration-5.1.html#workd...
384
null
LonamiWebs/Telethon
# Repository Context Name: LonamiWebs/Telethon Description: # Pull Request ## Fix importing dependencies during installing. Fixes #383 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 """A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html https://github.c...
17,577
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Remove redundant install info in CLI ## What does this PR do? <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are requi...
653
null
facebookresearch/nevergrad
# Repository Context Name: facebookresearch/nevergrad Description: # Pull Request ## Remove debug output ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking chang...
7
null
RileyXX/TMDB-Trakt-Syncer
# Repository Context Name: RileyXX/TMDB-Trakt-Syncer Description: # Pull Request ## Minor fix for api status code handling - Add all success codes so they are handled properly. In v1.0.8 some success status codes were being handled as errors. This would print an error message even when the request was completed suc...
5
null
OnnoKampman/FCEst
# Repository Context Name: OnnoKampman/FCEst Description: # Pull Request ## add mgarch # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup( name='fcest', version='0.0.1', description='Methods for estimation of functional connectiv...
13
null
PointOneNav/p1-host-tools
# Repository Context Name: PointOneNav/p1-host-tools Description: # Pull Request ## Content analysis script improvements. # Changes - Print a message summary at the end of `raw_analysis.py` - Consistency cleanup in `p1bin_types.py`, and added additional types # Fixes - Fixed Python import path in `p1bin_analy...
294
null
PINTO0309/onnx2tf
# Repository Context Name: PINTO0309/onnx2tf Description: # Pull Request ## 1.Added RNN `unroll` speedup option, 2.Implement processing of the `clip` and `input_forget` parameter. ### 1. Content and background - `LSTM` 1. Added RNN `unroll` speedup option ``` -eru, --enable_rnn_unroll In...
289
null
OpenVoiceOS/ovos-plugin-manager
# Repository Context Name: OpenVoiceOS/ovos-plugin-manager Description: # Pull Request ## feat: STT lang detector allows STT plugins to detect the language from audio most plugins don't support this, but some like whisper do and would otherwise require loading 2 models into memory related: https://github.com/...
8,683
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## Update deeplake.py # Description I am trying Deep Memory and noticed one issue, this block in deeplake.py is no longer valid: ``` try: from deeplake.core.vectorstore import VectorStore DEEPLAKE_INSTALLED = True excep...
3,699
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## L028, L032: Fix bug where fixes were copying templated table names <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made Fixes an issu...
1,136
null
osbuild/osbuild
# Repository Context Name: osbuild/osbuild Description: # Pull Request ## stages/vagrant: add virtualbox support (COMPOSER-2503) This adds support generating a virtualbox vagrant image. It differs from libvirt by requiring an xml file and a vmdk image. This still requires some cleanup as the XML file is a bit ug...
399
null
broadinstitute/CellBender
# Repository Context Name: broadinstitute/CellBender Description: # Pull Request ## Fix OSEerror: Invalid cross-device link by replacing os.replace with shutil.move in report.py Replace os.replace with shutil.move to prevent OSEerror: Invalid cross-device link: 'tmp.report.nbconvert.html' -> YOUR_CLUSTER_DIRECTORY ...
55
null
aspectumapp/osm2geojson
# Repository Context Name: aspectumapp/osm2geojson Description: # Pull Request ## Bugfix/54 issue with inner outer holes sequence ## Description Fixed issue #54 where OSM relations with non-consecutive role ordering would incorrectly generate multiple outer polygons instead of a single connected boundary. ...
17,374
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## In unit.to_string(), treat fraction='multiline' as a request This pull request changes the meaning of passing `fraction="multiline"` in `unit.to_string(format, fraction=...)` to mean "use multi-line format if possible (and inline if not)", ra...
24
null
OneGov/onegov-cloud
# Repository Context Name: OneGov/onegov-cloud Description: # Pull Request ## Adds week translations for italian and rumantsch did it the same way as before and tested if it worked... # Relevant Files Found ## src/onegov/core/layout.py ``` import arrow import babel.dates import babel.numbers import isodate impor...
72
null
ashishb/adb-enhanced
# Repository Context Name: ashishb/adb-enhanced Description: # Pull Request ## Add readthedocs - incomplete # Relevant Files Found ## docs/conf.py ``` from recommonmark.parser import CommonMarkParser source_parsers = { '.md': CommonMarkParser, } source_suffix = ['.rst', '.md'] ``` # Edits This pull r...
65
null
kobanium/TamaGo
# Repository Context Name: kobanium/TamaGo Description: # Pull Request ## Patch # Relevant Files Found ## gtp/client.py ``` """Go Text Protocolクライアントの実装。 """ import os import random import sys from typing import List, NoReturn from program import PROGRAM_NAME, VERSION, PROTOCOL_VERSION from board.constant impo...
76
null
openmc-dev/plotter
# Repository Context Name: openmc-dev/plotter Description: # Pull Request ## Adding option to ignore the plot_settings.pkl file Another convenience PR. If domain IDs change, we get a bunch of key errors when trying to lookup their colors in the `DomainModel`'s loaded from the `plot_settings.pkl`. The better long-te...
1
null
shreyasbharath/conan-package-binary-example
# Repository Context Name: shreyasbharath/conan-package-binary-example Description: # Pull Request ## working example I have added a "build.py", you can just run with the exact commands. The core idea is that you don't need the ``build()`` method, as you are not building, the artifacts are pre-built. Please tell...
645
null
smicallef/spiderfoot
# Repository Context Name: smicallef/spiderfoot Description: # Pull Request ## sfwebui: Add blob: to CSP script-src This is required for the `Force Layout` button on the scan Graph view. # Relevant Files Found ## sfwebui.py ``` # -*- coding: utf-8 -*- # ---------------------------------------------------------...
451
null
mongodb/snooty-parser
# Repository Context Name: mongodb/snooty-parser Description: # Pull Request ## Remove the MongoBackend # Relevant Files Found ## snooty/main.py ``` """Snooty. Usage: snooty build [--no-caching] <source-path> [<mongodb-url>] [--output=<path>] [options] snooty watch [--no-caching] <source-path> snooty [--...
4,474
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## feat(sessions): Add top-level start- and end session methods Closes #4473. # Relevant Files Found ## sentry_sdk/__init__.py ``` from sentry_sdk.scope import Scope from sentry_sdk.transport import Transport, HttpTransport from sen...
868
null
Princeton-CDH/geniza
# Repository Context Name: Princeton-CDH/geniza Description: # Pull Request ## Add help text about auto-calculating dates # Relevant Files Found ## geniza/corpus/dates.py ``` # methods to convert historical dates to standard dates # will be used for reporting and automatic conversion in admin import re from dat...
436
null
scaleway/scaleway-sdk-python
# Repository Context Name: scaleway/scaleway-sdk-python Description: # Pull Request ## refactor(serverless_jobs): returns a list of job runs when starting a job definition # Relevant Files Found ## scaleway-async/scaleway_async/jobs/v1alpha1/__init__.py ``` # This file was automatically generated. DO NOT EDIT. ...
29
null
george0st/qgate-perf
# Repository Context Name: george0st/qgate-perf Description: # Pull Request ## Tune documentation # Relevant Files Found ## qgate_perf/parallel_executor.py ``` import gc import os.path from multiprocessing import Process import multiprocessing import threading import datetime import time from concurrent.futures...
866
null
noironetworks/acc-provision
# Repository Context Name: noironetworks/acc-provision Description: # Pull Request ## Backport PR: Added RKE2 flavor for kubernetes version 1.24 (cherry picked from commit ea5515b046d45c80ca319407bbff0a29a00e4261) # Relevant Files Found ## provision/acc_provision/acc_provision.py ``` #!/usr/bin/env python3 from...
290
null
emissary-ingress/emissary
# Repository Context Name: emissary-ingress/emissary Description: # Pull Request ## Remove magical ConfigMap uuid stuff because it usually doesn't work. Defaults to the "Nil" UUID which we will filter out in the future from scout queries. I scanned around for some tests but I didn't see any. @kflynn do we test ...
238
null
ultrabug/mkdocs-static-i18n
# Repository Context Name: ultrabug/mkdocs-static-i18n Description: # Pull Request ## build(plugin): switch to hatch # Relevant Files Found ## mkdocs_static_i18n/__init__.py ``` from pathlib import PurePath def is_relative_to(src_path, dest_path): try: return PurePath(src_path).is_relative_to(dest...
3
null
a-manga-thing/instance
# Repository Context Name: a-manga-thing/instance Description: # Pull Request ## removed gulag solution # Relevant Files Found ## mangaloid_instance/storage/database.py ``` from asyncio import get_event_loop from aiohttp.web import HTTPNotFound, HTTPBadRequest from sqlalchemy.orm import declarative_base, sessio...
1
null
alaingilbert/pyogame
# Repository Context Name: alaingilbert/pyogame Description: # Pull Request ## All pages has changed to https # Relevant Files Found ## ogame/__init__.py ``` from ogame import constants from ogame.errors import BAD_UNIVERSE_NAME, BAD_DEFENSE_ID, NOT_LOGGED from bs4 import BeautifulSoup import datetime import r...
785
null
ciromattia/kcc
# Repository Context Name: ciromattia/kcc Description: # Pull Request ## No Rotate option - fix #372 - fix #441 video guide: https://youtu.be/g3I8DU74C7g @flying-sausages @joeization @crypthicc @distample @vinhtq115 Testing would be appreciated. ![image](https://github.com/user-attachments/assets/d1bc79...
153
null
elastic/eland
# Repository Context Name: elastic/eland Description: # Pull Request ## Issue/140 show version number * Show the version number The version number was being imported using the following statement: `from eland._version import *` This way only loads the non-private names (see [this](https://stacko...
556
null
snowflakedb/snowflake-sqlalchemy
# Repository Context Name: snowflakedb/snowflake-sqlalchemy Description: # Pull Request ## Improve index reflection Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1...
4,683
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## [bugfix] Import modules in caeModules (backport #4682) This is an automatic backport of pull request #4682 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and a...
190
null
lsst-sqre/gafaelfawr
# Repository Context Name: lsst-sqre/gafaelfawr Description: # Pull Request ## [DM-29095] Add internal and notebook token caching Cache internal and notebook tokens in a per-process in-memory cache to reduce the database load. The cached token is only returned for the same parent token, only if the parent token ...
148,042
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump androidtvremote2 to 0.2.3 <!-- 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 breaking ch...
124,020
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add Python-2.0.1 license to list of approved licenses ## 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 res...
999
null
ethereum/execution-spec-tests
# Repository Context Name: ethereum/execution-spec-tests Description: # Pull Request ## ✨ feat(fw,fill,cli): Default evm logs ## 🗒️ Description The PR adds a default location for evm logs (`--evm-dump-dir`) when filling tests. Please review if the proposed directory is appropriate. ## 🔗 Related Issues closes...
14
null
microsoft/visionmetrics
# Repository Context Name: microsoft/visionmetrics Description: # Pull Request ## Nisyad/add retrieval metrics This PR adds these metrics for the Image Retrieval Scenario: 1. Precision@K 2. Recall@K 3. Mean Average Precision (MAP) # Relevant Files Found # Edits This pull request adds support for image ret...
213
null
wilsonrljr/sysidentpy
# Repository Context Name: wilsonrljr/sysidentpy Description: # Pull Request ## improve aols method performance. Now the aols method is fully vectorized # Relevant Files Found ## sysidentpy/model_structure_selection/accelerated_orthogonal_least_squares.py ``` """NARMAX Models using the Accelerated Orthogonal Le...
449
null
chipfoundry/openlane2
# Repository Context Name: chipfoundry/openlane2 Description: # Pull Request ## Hotfixes for the PIP/Docker Experience ## Steps * `OpenROAD.*`, `Odbpy.*` * Steps now use OpenROAD's bundled Python environment and do not attempt to propagate `PYTHONPATH` ## CLI * Resolved bug causing nonexistent mounted vol...
351
null
aphp/Cohort360-Back-end
# Repository Context Name: aphp/Cohort360-Back-end Description: # Pull Request ## fix(rollout): update token variable # Relevant Files Found ## admin_cohort/services/auth.py ``` import inspect import json import logging from abc import ABC, abstractmethod from typing import Union, Tuple import environ import j...
207
null
encord-team/encord-client-python
# Repository Context Name: encord-team/encord-client-python Description: # Pull Request ## Allow CVAT uploads with deep file paths. # Relevant Files Found ## encord/http/utils.py ``` import logging import mimetypes import os.path from dataclasses import dataclass from typing import List, Optional, Type, TypeVar...
2,559
null
ethereum/consensus-specs
# Repository Context Name: ethereum/consensus-specs Description: # Pull Request ## Extend randomized block tests to all phases Some existing randomized block tests only ran for phase 0, when they should run for all phases to increase overall test coverage. # Relevant Files Found ## tests/core/pyspec/eth2spec/tes...
33
null
JosselinSomervilleRoberts/BERT-Multitask-learning
# Repository Context Name: JosselinSomervilleRoberts/BERT-Multitask-learning Description: # Pull Request ## Change architexture for PARA and STS Instead of concatenating the embeddings, I concatenated the input sentences separated by a [SEP] token. It performs way better. Here are the results: Train loss SST: ...
674
null
ICTU/quality-time
# Repository Context Name: ICTU/quality-time Description: # Pull Request ## Issue 670 checkmarx # Relevant Files Found ## components/collector/src/source_collectors/cxsast.py ``` """Collectors for the Checkmarx CxSAST product.""" from abc import ABC from datetime import datetime from typing import cast from d...
230
null
gee-community/geetools
# Repository Context Name: gee-community/geetools Description: # Pull Request ## docs: update links of the documentation in the code Fix #229 # Relevant Files Found ## docs/conf.py ``` """Configuration file for the Sphinx documentation builder. This file only contains a selection of the most common options. Fo...
91
null
google-research/morph-net
# Repository Context Name: google-research/morph-net Description: # Pull Request ## Make maybe_convert_to_variable more robust. Make maybe_convert_to_variable more robust. # Relevant Files Found ## morph_net/framework/group_lasso_base_op_handler.py ``` """Base OpHandler for ops that use group lasso regularizer. ...
375
null
karlicoss/promnesia
# Repository Context Name: karlicoss/promnesia Description: # Pull Request ## sources.browser: switch to use HPI + seanbreckenridge/browserexport later will rename to browser, and implement defensive fallback onto browser_legacy adapted from https://github.com/seanbreckenridge/promnesia/blob/master/promnesia_sea...
2,258
null
jazzband/pip-tools
# Repository Context Name: jazzband/pip-tools Description: # Pull Request ## Replace return in finally in metadata build Fixes `AttributeError` when using `--upgrade-package` (and dynamically building project metadata) and pip internals change (causing an internal error): ```python File ".venv/lib/python3.9/s...
623
null
GoogleCloudPlatform/ramble
# Repository Context Name: GoogleCloudPlatform/ramble Description: # Pull Request ## Minor optimization for success_criteria processing Drop criterion once it has been matched. This is not currently gleaning much perf gain, but would be helpful for follow-up optimizations (for instance parse the output file from th...
657
null
Lichess4545/heltour
# Repository Context Name: Lichess4545/heltour Description: # Pull Request ## improvements for the active player table * directly use a SQL query to get the count of pairings per player * in the same query, get the last time they played (or rather scheduled a pairing that has a link, but that should be almost the ...
3,055
null
stfc/PSyclone
# Repository Context Name: stfc/PSyclone Description: # Pull Request ## Duplicated async statements in OpenACC The async ACC clause results in duplicated async statements, which are fixed with this PR. ``` !$acc kernels default(present) async(1) async(1) !$acc end kernels .!$acc parallel default(present) as...
376
null
atlanhq/atlan-python
# Repository Context Name: atlanhq/atlan-python Description: # Pull Request ## CJ-139: Added `dm` (Data model) connector type # Relevant Files Found ## pyatlan/model/enums.py ``` # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 Atlan Pte. Ltd. from enum import Enum from pyatlan import utils class Admin...
34,818
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Skip mysql state test if mysqladmin is not available ### What does this PR do? Cleans up errors in test log when mysqladmin bin doesn't exist. Like saltstack/salt#34642 but for the state test. @cachedout ### What issues does this PR fix or ...
163
null
Z-Zheng/SimpleCV
# Repository Context Name: Z-Zheng/SimpleCV Description: # Pull Request ## UP # Relevant Files Found ## simplecv/data/test_transforms.py ``` import torch import numpy as np import torch.nn.functional as F from simplecv.core.transform_base import TestTransform class Rotate90k(TestTransform): def __init__(s...
32
null
ApeWorX/ape-vyper
# Repository Context Name: ApeWorX/ape-vyper Description: # Pull Request ## fix: don't use binary if not asking for package version fixes: #31 ### What I did <!-- The `fixes:` field denotes an issue that will be marked resolved by merging this PR --> fixes: # ### How I did it ### How to verify it ##...
9
null
home-assistant-libs/voluptuous-serialize
# Repository Context Name: home-assistant-libs/voluptuous-serialize Description: # Pull Request ## Add support for custom serializer # Relevant Files Found ## voluptuous_serialize/__init__.py ``` """Module to convert voluptuous schemas to dictionaries.""" from collections.abc import Mapping import voluptuous a...
5,231
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Allow adding more metadata to the community dataset config Allow adding more metadata to the community dataset config # Relevant Files Found ## tensorflow_datasets/core/community/__init__.py ``` # coding=utf-8 # Copyright 2023 The Ten...
25,164
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Represent query_length in a different way to solve jit issue Hi @ArthurZucker @younesbelkada @sgugger Thanks for contributing to the MPT model. I found a jit issue with this model. ```python from transformers import AutoModelF...
81
null
scikit-fingerprints/scikit-fingerprints
# Repository Context Name: scikit-fingerprints/scikit-fingerprints Description: # Pull Request ## Pharmacophore fingerprint # Relevant Files Found ## skfp/__init__.py ``` from skfp.fingerprints.atom_pair import AtomPairFingerprint from skfp.fingerprints.avalon import AvalonFingerprint from skfp.fingerprints.e3f...
91
null
uma-pi1/kge
# Repository Context Name: uma-pi1/kge Description: # Pull Request ## update ax parameter name for latest ax version ax changed their parameter names with the latest update. This should fix this issue: https://github.com/uma-pi1/kge/issues/90 # Relevant Files Found ## kge/job/ax_search.py ``` from math import ...
12
null
ros-industrial-attic/robodk_postprocessors
# Repository Context Name: ros-industrial-attic/robodk_postprocessors Description: # Pull Request ## Fix wrong variable name in setSpeedJoints `speed` variable does not exist. # Relevant Files Found ## Motoman.py ``` # Copyright 2017 - RoboDK Software S.L. - http://www.robodk.com/ # Licensed under the Apache Li...
1,681
null
aboutcode-org/scancode.io
# Repository Context Name: aboutcode-org/scancode.io Description: # Pull Request ## Upgrade Django and dependencies to latest security release # Relevant Files Found ## scanpipe/tests/test_pipelines.py ``` # SPDX-License-Identifier: Apache-2.0 # # http://nexb.com and https://github.com/nexB/scancode.io # The Sc...
20,799
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [rllib] Updating Repeated space. Allowing numpy arrays and adding representation ## Why are these changes needed? The Repeated space does not allow numpy arrays. This is inefficient for many environments, because a numpy array would have...
175
null
glotzerlab/signac
# Repository Context Name: glotzerlab/signac Description: # Pull Request ## Fixed minor project typos. ## Description Fixed minor typos in Project documentation. ## Types of Changes <!-- Please select all items that apply either now or after creating the pull request: --> - [x] Documentation update This pu...
5
null
yukw777/EILEV
# Repository Context Name: yukw777/EILEV Description: # Pull Request ## Add the training script for the VideoMAE baselines # Relevant Files Found # Edits This pull request adds a training script and SLURM submission script to train VideoMAE-based baselines for video classification, enabling evaluation of in-c...
5,522
null
sktime/sktime
# Repository Context Name: sktime/sktime Description: # Pull Request ## [ENH] add missing exports and API reference entries for five deep learning classifiers Five deep learning classifiers were erroneously missing API reference entries and module exports. This has been rectified. # Relevant Files Found ## skt...