pr_id
int64
repo_id
null
repo_name
string
text
string
242
null
ncclient/ncclient
# Repository Context Name: ncclient/ncclient Description: # Pull Request ## add Huawei device support through YANG The existing huawei.py device having some private capabilities in <hello>, like "http://www.huawei.com/netconf/capability/exchange/1.0", which tell the connected NE (network element) to work in private...
27
null
OpenImaging/miqa-phase1
# Repository Context Name: OpenImaging/miqa-phase1 Description: # Pull Request ## Fix docker deployment Fixes issues with the docker deployment that arose after merging #25. # Relevant Files Found ## server/setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages r...
11,272
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## exclude checking credit lines when subscription is suppressed @gcapalbo # Relevant Files Found ## corehq/apps/accounting/migrations/0023__simplify__credit_line__product_type.py ``` # -*- coding: utf-8 -*- from __future__ import unicod...
2,457
null
llamastack/llama-stack
# Repository Context Name: llamastack/llama-stack Description: # Pull Request ## ci: add python package build test # What does this PR do? We now test a package build on every PRs. Closes: https://github.com/meta-llama/llama-stack/issues/2406 # Relevant Files Found ## llama_stack/distribution/routers/vect...
33,806
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Work around upstream cherrypy bug Refs https://github.com/cherrypy/cherrypy/issues/1444 # Relevant Files Found ## salt/netapi/rest_cherrypy/app.py ``` # encoding: utf-8 ''' A REST API for Salt =================== .. versionadded:: 2014.7....
475
null
skodaconnect/myskoda
# Repository Context Name: skodaconnect/myskoda Description: # Pull Request ## fix: add vehicle_disabled capabilitystatus, reported by @kositch Originally reported in skodaconnect/homeassistant-myskoda#904 # Relevant Files Found ## myskoda/models/info.py ``` """Models for responses of api/v2/garage/vehicles/{vin...
94
null
Rayman/ros-get
# Repository Context Name: Rayman/ros-get Description: # Pull Request ## Fix AttributeError: 'Namespace' object has no attribute 'ros_distro' Fix #93 # Relevant Files Found ## src/ros_get/commands.py ``` import errno import logging import os from argparse import Namespace from catkin_pkg.packages import find_pa...
15
null
luxonis/Factory-calibration-DepthAI
# Repository Context Name: luxonis/Factory-calibration-DepthAI Description: # Pull Request ## Oak cm4 poe reprojection error # Relevant Files Found ## python3_ws/src/calibration/scripts/depthai_calibration.py ``` #!/usr/bin/env python3 import sys import os if os.environ.get('PRODUCTION_ENVIRONMENT') is not Non...
4,830
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Add NEMA 15/L15 Power Types Reference - https://www.stayonline.com/product-resources/ <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or...
487
null
pytorch/tensordict
# Repository Context Name: pytorch/tensordict Description: # Pull Request ## [Performance] Faster dispatch # Relevant Files Found ## tensordict/nn/common.py ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root dir...
20,225
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Fix test for compatibility with pytest 8.1 ## Summary & Motivation Pytest 8.1 was just released and breaks one of our tests, this fixes it. ## How I Tested These Changes BK # Relevant Files Found ## python_modules/dagster/dagster_tes...
824
null
someengineering/fixinventory
# Repository Context Name: someengineering/fixinventory Description: # Pull Request ## [resoto][feat] Use json as logging output format # Description Use json as log output, while keeping all the information we had before. ```json {"timestamp": "2022-04-27T14:26:39", "level": "INFO", "message": "Remove listene...
1,139
null
akrherz/iem
# Repository Context Name: akrherz/iem Description: # Pull Request ## Omnibus # Relevant Files Found ## pylib/iemweb/json/reference.py ``` """.. title:: IEM Reference Data from pyIEM python library Return to `API Services </api/#json>`_ Documentation for /json/reference.py ------------------------------------...
1
null
geograz/Tunnel-automation-with-Reinforcement-Learning-TunnRL-
# Repository Context Name: geograz/Tunnel-automation-with-Reinforcement-Learning-TunnRL- Description: # Pull Request ## Update test_file.py I have added a print function. Hope you like it :-) # Relevant Files Found ## test_file.py ``` # -*- coding: utf-8 -*- """ test code for Github repo """ epsilon = 1 ...
29
null
crystaldba/postgres-mcp
# Repository Context Name: crystaldba/postgres-mcp Description: # Pull Request ## DBA-725 Fixed the issue with running explain plan on cursor # Relevant Files Found ## src/postgres_mcp/explain/explain_plan.py ``` # ruff: noqa: E501 from __future__ import annotations import logging import re from typing import...
951
null
pipeshub-ai/pipeshub-ai
# Repository Context Name: pipeshub-ai/pipeshub-ai Description: # Pull Request ## bug fix in token counter for tool call ## Description Fixed bug in token counter in tool call. ### Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds fun...
8,968
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Fix pandas deprecation warnings by using `.loc` for overwriting column ## Describe your changes This PR removes 20 warnings: ``` tests/streamlit/elements/vega_charts_test.py: 20 warnings /home/vivobook-15-asus-laptop-x540uar/Pycha...
128
null
stripe/stripe-python
# Repository Context Name: stripe/stripe-python Description: # Pull Request ## Add support for the Stripe-Account header cc @bkrausz # Relevant Files Found ## stripe/api_requestor.py ``` import calendar import datetime import platform import time import urllib import urlparse import warnings import stripe fro...
27
null
irskep/autowt
# Repository Context Name: irskep/autowt Description: # Pull Request ## Improve generic terminal support and session management Improves autowt's fallback behavior for unsupported terminals and enhances session tracking reliability. ## Summary - **GenericTerminal now echoes commands** instead of attempting executi...
4,614
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Ensure ConcatenationTable.cast uses target_schema metadata Currently, `ConcatenationTable.cast` does not use target_schema metadata when casting subtables. This causes an issue when using cast_column and the underlying table is a Concate...
198
null
UnitapApp/unitap-backend
# Repository Context Name: UnitapApp/unitap-backend Description: # Pull Request ## Fix EVMFundManager has no w3 attribute and hexbyte has no attribute rawTransaction # Relevant Files Found ## core/utils.py ``` import datetime import pytz from web3 import Web3 from web3.contract.contract import Contract, Contra...
23
null
adafruit/Adafruit_CircuitPython_ADXL34x
# Repository Context Name: adafruit/Adafruit_CircuitPython_ADXL34x Description: # Pull Request ## fixing typo regarding tap threshold This fixes issue #16 # Relevant Files Found ## adafruit_adxl34x.py ``` # The MIT License (MIT) # # Copyright (c) 2018 Bryan Siepert for Adafruit Industries # # Permission is her...
4,711
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #26 - C++ ## Se han creado los archivos `hectorio23.py`, `hectorio23.js` y `hectorio23.cpp` los cuales se encuentran en sus respectivas carpetas que corresponden a los ejercicios de la semana #26. ## Comprobaciones Ase...
117
null
gfw-api/gfw-analysis-gee
# Repository Context Name: gfw-api/gfw-analysis-gee Description: # Pull Request ## Develop # Relevant Files Found ## gfwanalysis/routes/api/v1/composite_service_router.py ``` """Router for compositing""" from __future__ import absolute_import from __future__ import division from __future__ import print_functio...
8,370
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## tk: modernize Specify library name and version: **tk/*** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition to ConanCenter): is it a dependency of other libr...
467
null
ibm-watson-iot/functions
# Repository Context Name: ibm-watson-iot/functions Description: # Pull Request ## fix for State time aggregation - issue 3331 # Relevant Files Found ## iotfunctions/bif.py ``` # ***************************************************************************** # © Copyright IBM Corp. 2018. All Rights Reserved. # #...
9,377
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [ENG-1820] Changes representation of username in InstitutionUserMetrics API Endpoint ## Purpose Currently, the username in the response of the InstitutionUserMetrics API endpoint is a combination of the user guid and fullname. So...
188
null
sofaworks/nosleepautobot
# Repository Context Name: sofaworks/nosleepautobot Description: # Pull Request ## Add prometheus client and publish metrics Adds some basic metrics we can monitor and alert on, in case we want to determine if the service is running. # Relevant Files Found ## autobot/autobot.py ``` from collections.abc import It...
383
null
glideinWMS/glideinwms
# Repository Context Name: glideinWMS/glideinwms Description: # Pull Request ## Add unit tests for import_module This PR adds unit tests for the import_module function. # Relevant Files Found ## lib/util.py ``` #!/usr/bin/env python3 # SPDX-FileCopyrightText: 2009 Fermi Research Alliance, LLC # SPDX-License-Ide...
64
null
fox-it/dissect.cstruct
# Repository Context Name: fox-it/dissect.cstruct Description: # Pull Request ## Fix tail alignment for unions Fixes tail alignment for union types as noted in #63. Backported patch from v4 branch. # Relevant Files Found ## dissect/cstruct/types/structure.py ``` from __future__ import annotations import io f...
7,360
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## [OAI Server Refactor] [ChatCompletions & Completions] Implement UsageInfo Processor <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything i...
9,436
null
numba/numba
# Repository Context Name: numba/numba Description: # Pull Request ## Add timing and junit xml output to testsuite Changes testsuite to: - Add custom logic to write junit xml output using `--junit`. - Record test runtime and print them with `--show-timing`. - Record PID and active tests per PID. Report these inf...
17,143
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Add CLI example to xfs.prune_dump function # Relevant Files Found ## salt/modules/xfs.py ``` # -*- coding: utf-8 -*- # # The MIT License (MIT) # Copyright (C) 2014 SUSE LLC # # Permission is hereby granted, free of charge, to any person ob...
287
null
Labelbox/labelbox-python
# Repository Context Name: Labelbox/labelbox-python Description: # Pull Request ## metrics tutorials # Relevant Files Found ## labelbox/data/metrics/iou/calculation.py ``` from typing import List, Optional, Tuple, Union from itertools import product from shapely.geometry import Polygon import numpy as np from...
6,703
null
dimagi/commcare-cloud
# Repository Context Name: dimagi/commcare-cloud Description: # Pull Request ## upgrade terraform-v1.13.3 **Ticket :** https://dimagi.atlassian.net/browse/SAAS-18602 **Environments Affected :** All We need to run **cchq <env> terraform init --reconfigure** on **terraform 1.13.3** on all environments. # Relev...
446
null
sotetsuk/pgx
# Repository Context Name: sotetsuk/pgx Description: # Pull Request ## [Docs] Make `go.gif` smaller and explicit 19x19はかっこいいが、ファイルサイズが多いしちゃんと石が消えてるところを見せることができない # Relevant Files Found ## workspace/generate_go_gif.py ``` from pgx.go import init, step from functools import partial from pgx.utils import act_random...
537
null
apache/cassandra-ccm
# Repository Context Name: apache/cassandra-ccm Description: # Pull Request ## Use same nodetool API in dse_node and node @mike-tr-adamson and @jkni to review I don't see why this method existed in the first place, it has no dse specific logic? Closes #536 # Relevant Files Found ## ccmlib/dse_node.py ``` # ccm...
72
null
quantumlib/Qualtran
# Repository Context Name: quantumlib/Qualtran Description: # Pull Request ## Simple TComplexity Protocol @tanujkhattar as discussed offline the protocol checks if the class defines a function that returns the number of resources, recursively decomposes the operation fix for #32 # Relevant Files Found ## cirq_...
167
null
red-hat-storage/errata-tool
# Repository Context Name: red-hat-storage/errata-tool Description: # Pull Request ## remove PDC attributes PDC is on its way out, and the Errata Tool developers have removed a lot of PDC support on the server. This led to a crash where we checked the `is_pdc` key in the releases JSON response. Delete all our ref...
702
null
jazzband/django-axes
# Repository Context Name: jazzband/django-axes Description: # Pull Request ## Use override_settings instead decorator context manager. Addresses [@aleksihakli comment](https://github.com/jazzband/django-axes/pull/701/files#r552967380) # Relevant Files Found ## axes/tests/test_handlers.py ``` from unittest.mock ...
1,207
null
totvs/tir
# Repository Context Name: totvs/tir Description: # Pull Request ## hotfix/CheckView # Description Changed the method to attend the cases with the element text-view as a parameter. Method: CheckView Suite: FINC030 Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] ...
4
null
3scale-labs/3scale_ws_api_for_python
# Repository Context Name: 3scale-labs/3scale_ws_api_for_python Description: # Pull Request ## Authrep still adding tests, they should be ready soon # Relevant Files Found ## ThreeScalePY.py ``` """Python API for ThreeScale account. The Python API to interact with ThreeScale account. The library has interface ...
917
null
AcademySoftwareFoundation/rez
# Repository Context Name: AcademySoftwareFoundation/rez Description: # Pull Request ## fix pkg cache fail on windows, py<=2.7 fixes #912 # Relevant Files Found ## src/rez/package_cache.py ``` import os import os.path import errno from hashlib import sha1 from uuid import uuid4 import shutil import stat import ...
35
null
kishanrajput23/Coding-Buddies-Community-Contributions
# Repository Context Name: kishanrajput23/Coding-Buddies-Community-Contributions Description: # Pull Request ## Create speedtest.py # Relevant Files Found # Edits This pull request adds a new feature to perform internet speed tests using the `speedtest` library. It introduces a script that measures download s...
128
null
civisanalytics/civis-python
# Repository Context Name: civisanalytics/civis-python Description: # Pull Request ## [CIVP-12455] BUG add a ResourceWarning for python 2.7 This PR adds a ResourceWarning for python 2.7 # Relevant Files Found ## civis/compat.py ``` # flake8: noqa from __future__ import print_function import six if six.PY3: ...
420
null
SamSamhuns/ritpytrading
# Repository Context Name: SamSamhuns/ritpytrading Description: # Pull Request ## Bump requests from 2.32.2 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/releases">requests's ...
9
null
polymorphisma/nepal-gateways
# Repository Context Name: polymorphisma/nepal-gateways Description: # Pull Request ## Refactor type hints for consistency - Replace `Dict` with `dict` for type hints across the codebase. dict and list are natively supported in newer versions # Relevant Files Found ## nepal_gateways/core/base.py ``` # nepal_gate...
41
null
ambujraj/AmbSQL
# Repository Context Name: ambujraj/AmbSQL Description: # Pull Request ## today(): Date Function added today() function added which returns the current date # Relevant Files Found ## AmbSQL.py ``` #!usr/bin/env python3 import sys import getpass import string import sqlite3 import os import datetime if(os.name=='...
213
null
browserbase/stagehand-python
# Repository Context Name: browserbase/stagehand-python Description: # Pull Request ## Support for new Gemini Computer Use Models # why Adding support for Gemini's new Computer Use model # what changed We partnered with Google Deepmind to help integrate and test their new Computer Use models. <img width="1...
3
null
2Checkout/2checkout-python
# Repository Context Name: 2Checkout/2checkout-python Description: # Pull Request ## UnicodeDecodeError in sales Fixed UnicodeDecodeError found in some sales Contact me privately to get sale ID which caused that exception. # Relevant Files Found ## twocheckout/api_request.py ``` import urllib import urllib2 im...
138
null
MDAnalysis/cookiecutter-mdakit
# Repository Context Name: MDAnalysis/cookiecutter-mdakit Description: # Pull Request ## set to pylint options Fixes Pylint errors. Changes made in this Pull Request: - PR Checklist ------------ - [ ] Tests? - [ ] Docs? - [ ] CHANGELOG.md updated? - [ ] AUTHORS.md updated? - [ ] Issue raised/r...
965
null
kymatio/kymatio
# Repository Context Name: kymatio/kymatio Description: # Pull Request ## ENH JTFS tensorflow frontend tensorflow frontend: completed the following files: - tensorflow_frontend.py: added JTFS frontend class - test_tensorflow_scattering1d.py: added differentiability test for scattering 1d, as in test_torch_scatte...
2,287
null
python-discord/bot
# Repository Context Name: python-discord/bot Description: # Pull Request ## Bump bot-core to 8.2.1 and bump other deps to latest From the release notes on d.py [here](https://canary.discord.com/channels/336642139381301249/381965829857738772/1006359073610010664) and [here](https://canary.discord.com/channels/336642...
263
null
ModelEngine-Group/unified-cache-management
# Repository Context Name: ModelEngine-Group/unified-cache-management Description: # Pull Request ## [fix] Dev move kvstar to sparse <!-- Thanks for sending a pull request! BEFORE SUBMITTING, PLEASE READ OUR OFFICIAL WEBSITE. --> # Purpose What this PR does / why we need it? <!-- - Please clarify wha...
988
null
GitGuardian/ggshield
# Repository Context Name: GitGuardian/ggshield Description: # Pull Request ## feat: apply gitignore for file paths when using use-gitignore option ## Context In the GitGuardian vscode extension, we want to be able to avoid scanning files that are in the .gitignore. The secret scan path command has an `use-gi...
37
null
appgate/sdp-operator
# Repository Context Name: appgate/sdp-operator Description: # Pull Request ## Fix checksum computation for checksum fields # Relevant Files Found ## appgate/attrs.py ``` import enum from typing import Dict, Any, List, Callable, Optional, Iterable, Union from attr import attrib, attrs from typedload import dat...
39,727
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Super tiny update # What does this PR do? Calling the processor with video inputs raises warning `Unused kwargs "images"` because we are passing `images=None` to the video processor # Relevant Files Found ## src/transformers/mod...
5
null
geoadmin/lib-py-logging-utilities
# Repository Context Name: geoadmin/lib-py-logging-utilities Description: # Pull Request ## BGDIINF_SB-1434: Don't crash when some log extra are not json serializable In the JSON Formatter when trying to add record extra, that are not serializable object, to the JSON output, the formatter raised an Exception: `T...
765
null
GitGuardian/ggshield
# Repository Context Name: GitGuardian/ggshield Description: # Pull Request ## feat(scan-mode): add new scan modes for --all flag commands Add specific scan modes for commands that allow the `--all` flag. # Relevant Files Found ## ggshield/cmd/sca/scan/ci.py ``` import os from pathlib import Path from typing imp...
9,909
null
Rapptz/discord.py
# Repository Context Name: Rapptz/discord.py Description: # Pull Request ## Add support for get sticker pack ## Summary This PR adds support for the get sticker pack endpoint. This also changes the way in which the `StickerPack` is retrieved in the `StandardSticker.pack` method. Related PRs: * https://githu...
4
null
geonextgis/geeagri
# Repository Context Name: geonextgis/geeagri Description: # Pull Request ## Update timeseries.py # Relevant Files Found ## geeagri/timeseries.py ``` """Module for timeseries analysis on Earth Engine data.""" import math import ee class HarmonicRegression: """ Perform harmonic regression on an Earth ...
23,937
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Benchmark] Allow arbitrary headers to be passed to benchmarked endpoints ## Purpose Some vLLM implementations or environments may wrap the vLLM engine in a custom server or use an intercepting proxy that provides other behavior, such as a...
681
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## Bug fixes for zip reading parsing Fixing a couple bugs: - reading "all" files locally on a mac for the zip loader script would try to read hidden files as well (that's bad) - padding congressional district ...
529
null
onepercentclub/onepercentclub-site
# Repository Context Name: onepercentclub/onepercentclub-site Description: # Pull Request ## Fixes fixes fixes # Relevant Files Found ## apps/projects/models.py ``` from apps.tasks.models import Task from django.db import models from django.db.models.aggregates import Count, Sum from django.db.models.expression...
51
null
nchopin/particles
# Repository Context Name: nchopin/particles Description: # Pull Request ## Controlled smc Controlled SMC codes, Setup, Requirement files and test Note book - add controlled SMC class - add policy in ssm class - add Jupyter note book test for controlled SMC # Relevant Files Found ## particles/controlled_smc....
228
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## Revert "[openshift-resources] sort by type" Reverts app-sre/qontract-reconcile#219 # Relevant Files Found ## reconcile/openshift_resources.py ``` import logging import sys import base64 import json import operator import anymark...
87
null
tlambert03/microsim
# Repository Context Name: tlambert03/microsim Description: # Pull Request ## refactor: remove fpbase module, depend on new package i put the fpbase module on pypi # Relevant Files Found ## examples/fpbase_scope.py ``` from microsim import schema as ms sim = ms.Simulation( truth_space=ms.ShapeScaleSpace(sha...
1,208
null
mandiant/capa
# Repository Context Name: mandiant/capa Description: # Pull Request ## import-to-ida: fix append comment ref #1204 <!-- Thank you for contributing to capa! <3 Please read capa's CONTRIBUTING guide if you haven't done so already. It contains helpful information about how to contribute to capa. Check https...
20
null
ArieLevs/PyBump
# Repository Context Name: ArieLevs/PyBump Description: # Pull Request ## Feature/auto git # Relevant Files Found ## pybump/pybump.py ``` import argparse import os import re from sys import stderr import yaml from pkg_resources import get_distribution, DistributionNotFound regex_version_pattern = re.compile(r...
33,365
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## [B5] Update migration script to fix 2 issues and verify references ## Technical Summary This update to the Bootstrap 5 migration script addresses a few issues I noticed while migrating `hqwebapp`: - Ensure that javascript files within th...
717
null
crate/crate-operator
# Repository Context Name: crate/crate-operator Description: # Pull Request ## Enable global jwt settings in CrateDB 5.10.1+ ## Summary of changes This ensures that default global JWT authentication settings are added to the CrateDB command when: - Deploying new clusters with version >= `5.10.1` - Upgrading ex...
32
null
Routhleck/canns
# Repository Context Name: Routhleck/canns Description: # Pull Request ## [pipeline] add shared pipeline base ## Summary - add shared pipeline abstract base class with helpers - refactor theta sweep pipeline to inherit the base helpers - export the base and add regression coverage for helper methods ## Testing - u...
290
null
Ouranosinc/xscen
# Repository Context Name: Ouranosinc/xscen Description: # Pull Request ## Climatological op <!-- Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [ ] This PR addresses an already opene...
15
null
KyleKing/mdformat-mkdocs
# Repository Context Name: KyleKing/mdformat-mkdocs Description: # Pull Request ## mvp: demonstrate HTML rendering for mkdocs format WIP for https://github.com/executablebooks/mdit-py-plugins/issues/96#issuecomment-1887886648 # Relevant Files Found ## mdformat_mkdocs/plugin.py ``` import argparse import re from ...
10
null
open-mafia/open_mafia_engine
# Repository Context Name: open-mafia/open_mafia_engine Description: # Pull Request ## Added HookModel as a base and rewrote using it. Seems to work well. :) # Relevant Files Found ## open_mafia_engine/built_in/load.py ``` """Loads all built-ins.""" from pathlib import Path from open_mafia_engine.core.constrai...
396
null
openvinotoolkit/open_model_zoo
# Repository Context Name: openvinotoolkit/open_model_zoo Description: # Pull Request ## AC: fix issue with pairwise subsets randomization # Relevant Files Found ## tools/accuracy_checker/accuracy_checker/annotation_converters/convert.py ``` """ Copyright (c) 2019 Intel Corporation Licensed under the Apache Li...
3,245
null
huggingface/trl
# Repository Context Name: huggingface/trl Description: # Pull Request ## 💠 Fix multi-gpu padding free # What does this PR do? fixes #3244 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Did you read the [contributor guideli...
33
null
Aunsiels/pyformlang
# Repository Context Name: Aunsiels/pyformlang Description: # Pull Request ## Add a prefix language generation This adds a small tool to automatically derive the prefix language for a context free language # Relevant Files Found ## pyformlang/cfg/cfg.py ``` """ A context free grammar """ import string from copy ...
421
null
midoks/mdserver-web
# Repository Context Name: midoks/mdserver-web Description: # Pull Request ## AD ### 合并描述 | 服务商 | LOGO | 推广地址 | 优惠码 | | ------------- |----------|-----------|-------| | mvirtua |[![mvirtua](https://mvirtua.com/upload/logo-black.png)](https://mvirtua.com/aff/FUSKXVDH) | https://mvirtua.com/aff/FUSKXVDH |...
19,179
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## FIX Fixes issue with exatly_zero_info_score <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md ...
1,082
null
singnet/snet-marketplace-service
# Repository Context Name: singnet/snet-marketplace-service Description: # Pull Request ## service listing will be on the basis of service health status and then ranking or other allowed param service listing will be on the basis of service health status and then ranking or other allowed param. # Relevant Files Fo...
1,016
null
netket/netket
# Repository Context Name: netket/netket Description: # Pull Request ## Move `sample_next` to `MetropolisSampler` After discussion, we've decided that `n_chains` should not be completely removed in exact samplers, because we want a unified interface for all samplers, and `n_chains` can be used in PT and pmap sample...
284
null
netket/netket
# Repository Context Name: netket/netket Description: # Pull Request ## Revert "Generic Metropolis-Hastings and parallel tempering versions" Reverts netket/netket#279 # Relevant Files Found ## Examples/CustomSampler/customsampler_heisenberg1d.py ``` # Copyright 2018 The Simons Foundation, Inc. - All Rights Reser...
127
null
yondonfu/comfystream
# Repository Context Name: yondonfu/comfystream Description: # Pull Request ## refactor(dev): improve Ansible ComfyUI password behavior This pull request ensures that a unique password is generated on each run unless the user specifies a password themselves, making the deployment more secure. It allows users to pro...
1,017
null
mlcommons/inference
# Repository Context Name: mlcommons/inference Description: # Pull Request ## Rearange columns in final report Sort columns to match v1.0 results # Relevant Files Found ## tools/submission/generate-final-report.py ``` """ Tool to generate the final results speadsheet from the checker csv output. The resulting ex...
343
null
kyutai-labs/moshi
# Repository Context Name: kyutai-labs/moshi Description: # Pull Request ## Do not run the depformer on the initial steps. ## Checklist - [ ] Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this. - [ ] Run pre-commit hook. - [ ] If you changed Rust code...
3,073
null
rapid7/insightconnect-plugins
# Repository Context Name: rapid7/insightconnect-plugins Description: # Pull Request ## salesforce 2.1.13 release Release pr for https://github.com/rapid7/insightconnect-plugins/pull/3065 - https://rapid7.atlassian.net/browse/SOAR-18579 - If the user enters a URL that we cannot reach this info should b...
773
null
mwouts/jupytext
# Repository Context Name: mwouts/jupytext Description: # Pull Request ## Markdown it py v1 This is the same as #769 but with a few additional changes in requirements.txt, and in the environment files. # Relevant Files Found ## jupytext/myst.py ``` """ This module contains round-trip conversion between myst form...
324
null
econ-ark/HARK
# Repository Context Name: econ-ark/HARK Description: # Pull Request ## Add a method (empty) for preSolve called checkRestrictions that can b… …e overwritten in classes inheriting from AgentType to check for illegal parameter values. Fixes #204 by providing infrastructure for checking parameter restrictions. ...
3,503
null
stanford-crfm/helm
# Repository Context Name: stanford-crfm/helm Description: # Pull Request ## Medhelm mimic bhc annotator Added LLM as a judge for `mimic_bhc` scenario # Relevant Files Found ## src/helm/benchmark/run_specs/medhelm_run_specs.py ``` """Run spec functions for the MedHELM leaderboard. Website: https://crfm.stanford...
72
null
mila-iqia/babyai
# Repository Context Name: mila-iqia/babyai Description: # Pull Request ## WIP: experiment instructions This is work in progress. The goal is to provide clear unambiguous instructions on how to reproduce all results from the paper. The only significant change that this PR proposes is decoupling the validation f...
141
null
edenai/edenai-apis
# Repository Context Name: edenai/edenai-apis Description: # Pull Request ## fix image search tests - Fix Nyckel image search test (upload/delete) - Change sentisight output for upload & delete phase (return standardized response dataclass) # Relevant Files Found ## edenai_apis/apis/sentisight/sentisight_api.py ...
11,464
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## Env2mfile changes needed for Debian packaging Do not merge yet. This needs some coordination with Debian. # Relevant Files Found ## mesonbuild/scripts/env2mfile.py ``` # Copyright 2022 The Meson development team # Licensed under the Apac...
247
null
AMD-AGI/TraceLens
# Repository Context Name: AMD-AGI/TraceLens Description: # Pull Request ## Check if m, n and k are not none in gemm. Check if m, n and k are not none in gemm. # Relevant Files Found ## TraceLens/PerfModel/run_perf_model.py ``` import argparse import os import sys from TraceLens.PerfModel.perf_model import GEMM...
871
null
MarketSquare/robotframework-browser
# Repository Context Name: MarketSquare/robotframework-browser Description: # Pull Request ## Improve autoclosing documentation Fixes #819 at least partially, because from the docs it is really hard to understand how auto closing works # Relevant Files Found ## Browser/browser.py ``` # Copyright 2020- Robot ...
644
null
aws-cloudformation/cloudformation-cli
# Repository Context Name: aws-cloudformation/cloudformation-cli Description: # Pull Request ## Call cfn-lint for module fragments *Issue #, if available:* N/A *Description of changes:* when calling `cfn validate` on a module, run `cfn-lint` on the fragment for extra validations. (Future improvement: support ...
3,420
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Let users search for letters Like we have search by email address or phone number, finding an individual letter is a common task. At the moment users are having to click through pages and pages of letters to find the one they’re ...
592
null
open-edge-platform/geti-sdk
# Repository Context Name: open-edge-platform/geti-sdk Description: # Pull Request ## update version and changelog ### Summary Update dev version to 2.10 and add changelog skeleton for coming release. ### How to test <!-- Describe the testing procedure for reviewers, if changes are not fully covered by unit...
33,674
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## jax.checkpoint: deprecate the concrete argument Followup to #33660 #jax-fixit # Relevant Files Found ## jax/_src/ad_checkpoint.py ``` # Copyright 2021 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you...
19
null
jaddison/django-simple-elasticsearch
# Repository Context Name: jaddison/django-simple-elasticsearch Description: # Pull Request ## Fix/queryset iterator # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup import simpl...