pr_id
int64
repo_id
null
repo_name
string
text
string
21
null
tartiflette/tartiflette-plugin-scalars
# Repository Context Name: tartiflette/tartiflette-plugin-scalars Description: # Pull Request ## Fix github Actions :p # Relevant Files Found ## tartiflette_plugin_scalars/long.py ``` from typing import Union # pylint: disable=unused-import from tartiflette.constants import UNDEFINED_VALUE from tartiflette.la...
1,876
null
pennersr/django-allauth
# Repository Context Name: pennersr/django-allauth Description: # Pull Request ## Remove obsolete references to south # Relevant Files Found ## allauth/socialaccount/fields.py ``` # Courtesy of django-social-auth import json from django.core.exceptions import ValidationError from django.db import models from d...
74
null
erikkjellgren/SlowQuant
# Repository Context Name: erikkjellgren/SlowQuant Description: # Pull Request ## SDS implementation of dUCC # Relevant Files Found ## slowquant/qiskit_interface/custom_ansatz.py ``` from typing import Any import numpy as np from qiskit.circuit import Parameter, QuantumCircuit from qiskit_nature.second_q.circu...
598
null
agittins/bermuda
# Repository Context Name: agittins/bermuda Description: # Pull Request ## feat: initial floors support - basic floor support. Uses area_id to directly map to current floor. - Floor sensors are automatically enabled at startup if any area is assigned to any floor. - attributes on the floor entity give access t...
677
null
zenml-io/zenml
# Repository Context Name: zenml-io/zenml Description: # Pull Request ## Fix failing integration tests Fix for everyone (whylogs breaks when going to v1.0). ## Pre-requisites Please ensure you have done the following: - [ ] I have read the **CONTRIBUTING.md** document. - [ ] If my change requires a change to ...
286
null
janelia-cellmap/dacapo
# Repository Context Name: janelia-cellmap/dacapo Description: # Pull Request ## Fix small typos Fixed a couple small typos I encountered running examples # Relevant Files Found ## dacapo/train.py ``` from dacapo.compute_context import create_compute_context from dacapo.store.create_store import ( create_arr...
712
null
intel/gprofiler
# Repository Context Name: intel/gprofiler Description: # Pull Request ## java: Add option to include method modifiers ## Description Added an option for java profiling: --java-include-method-modifiers, disabled by default. When flag provided we use: jvmti->GetMethodModifiers in async-profiler to get method modif...
1,695
null
2dos/DK64-Randomizer
# Repository Context Name: 2dos/DK64-Randomizer Description: # Pull Request ## Fairy interesting logic fixes # Relevant Files Found ## randomizer/CollectibleLogicFiles/CrystalCaves.py ``` # fmt: off """Collectible logic file for Crystal Caves.""" from randomizer.Enums.Collectibles import Collectibles from rand...
998
null
SEKOIA-IO/automation-library
# Repository Context Name: SEKOIA-IO/automation-library Description: # Pull Request ## Lacework: fix the way to compute the event lag # Relevant Files Found ## Lacework/lacework_module/lacework_connector.py ``` import time from datetime import datetime, timedelta, timezone from functools import cached_property ...
3,978
null
bcgov/foi-flow
# Repository Context Name: bcgov/foi-flow Description: # Pull Request ## Dev marshal # Relevant Files Found ## request-management-api/request_api/models/FOIRawRequestNotificationUsers.py ``` from flask.app import Flask from sqlalchemy.sql.schema import ForeignKey from .db import db, ma from datetime import dat...
232
null
google/emboss
# Repository Context Name: google/emboss Description: # Pull Request ## Explicitly expose a set of build system dependencies Downstream users of `emboss` have been hand-rolling a list of file dependencies needed to build with and use `emboss`. This PR adds a set of scripts to help generate a canonical file list `b...
20
null
fnproject/fdk-python
# Repository Context Name: fnproject/fdk-python Description: # Pull Request ## Check the request body before trying to turn that into a json # Relevant Files Found ## fdk/__init__.py ``` # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file ...
49
null
cerfacs-globc/icclim
# Repository Context Name: cerfacs-globc/icclim Description: # Pull Request ## Structure the metadata part on icclim.py Structure the metadata part on icclim.py Creation of check.py which include some check related to the data type. The indice_type has been added on config_indice.json, the next step consist to ...
413
null
data-to-insight/csc-validator-be-903
# Repository Context Name: data-to-insight/csc-validator-be-903 Description: # Pull Request ## Added rule for issue 28 (error 133) Please review # Relevant Files Found ## tests/test_validators.py ``` from validator903.validators import * import pandas as pd def test_validate_518(): fake_data = pd.DataFrame(...
470
null
bee-san/Ciphey
# Repository Context Name: bee-san/Ciphey Description: # Pull Request ## Add Brainfuck interpreter Hello! Great project idea everyone :+1: and thanks for opening to contributors. This PR adds a Brainfuck decoder. Brainfuck as a language does support user input (a "key" in this case), but the keyspace in this cas...
1,706
null
sublimelsp/LSP
# Repository Context Name: sublimelsp/LSP Description: # Pull Request ## Apply all status messages when a SessionView is opened Apply all permanent status messages that were set via `Session.set_window_status_async` when a file is opened. I'm not sure why, but this also fixes an issue I saw, that `set_window_sta...
6,130
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## BUG: Incorrect TSA index if loc resolves to slice - [x] closes #6129 - [x] tests added / passed. - [x] code/documentation is well formatted. - [x] properly formatted commit message. Fixes the behavior in `_get_index_loc` if P...
8,100
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## SQL Query Prompt update + added _execute method for SQLDatabase - Description: This pull request (PR) includes two minor changes: 1. Updated the default prompt for SQL Query Checker: The current prompt does not clearly specify th...
36,111
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Sanitize keyspace and table in the cassandra query to avoid sql injection part of: #35638 # Relevant Files Found ## airflow/providers/apache/cassandra/hooks/cassandra.py ``` # # Licensed to the Apache Software Foundation (ASF) under one # o...
9,472
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Synthetic Data <!-- Thank you for contributing to LangChain! Replace this entire comment with: - Description: a description of the change, - Issue: the issue # it fixes (if applicable), - Dependencies: any dependencies req...
719
null
microsoft/AzureTRE
# Repository Context Name: microsoft/AzureTRE Description: # Pull Request ## add get user resources api # PR for issue #714 ## What is being addressed Implements GET /workspace-services/{service_id}/user-resources to get all "my" user resources for the given workspace-service or all user resources if I am th...
80
null
melodypapa/py-armodel
# Repository Context Name: melodypapa/py-armodel Description: # Pull Request ## Feature #71: Add the support for SW-INTENDED-RESOLUTION # Relevant Files Found ## src/armodel/parser/arxml_parser.py ``` from typing import List import xml.etree.ElementTree as ET import os from ..models.M2.MSR.AsamHdo.AdminData im...
3,693
null
ICTU/quality-time
# Repository Context Name: ICTU/quality-time Description: # Pull Request ## 3681 add metrics parameter min status duration Closes #3681. # Relevant Files Found ## components/collector/src/source_collectors/quality_time/metrics.py ``` """Quality-time metrics collector.""" from typing import cast from urllib impo...
612
null
pokepetter/ursina
# Repository Context Name: pokepetter/ursina Description: # Pull Request ## avoids crashing when entity=None I've added conditions that check whether the entity is other than None. # Relevant Files Found ## ursina/rigidbody.py ``` from panda3d.core import NodePath, BitMask32, TransformState from panda3d.bullet ...
27,934
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: set_precision format fixed (#13257) - [x] closes #13257 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry I've tried to fix the set_p...
2
null
zbrookle/dataframe_sql
# Repository Context Name: zbrookle/dataframe_sql Description: # Pull Request ## Aggregate expressions ENH: Added aggregation fixes # Relevant Files Found ## dataframe_sql/__init__.py ``` from dataframe_sql.sql_select_query import query, register_temp_table, remove_temp_table ``` ## dataframe_sql/parsing/sql_p...
76
null
mspass-team/mspass
# Repository Context Name: mspass-team/mspass Description: # Pull Request ## restructured pybind11 code into submodules # Relevant Files Found ## cxx/python/test_wrappers.py ``` import mspasspy as msp import math import matplotlib.pyplot as plt import numpy as np print('//////////////////Testing of Metadata Rel...
21
null
StanfordASL/neural-network-lyapunov
# Repository Context Name: StanfordASL/neural-network-lyapunov Description: # Pull Request ## compute the gradient of the stance phase map # Relevant Files Found ## SpringLoadedInvertedPendulum.py ``` import numpy as np from scipy.integrate import solve_ivp from utils import check_shape_and_type class Steppin...
83
null
haesleinhuepf/bia-bob
# Repository Context Name: haesleinhuepf/bia-bob Description: # Pull Request ## update to OpenAI API > 1.2.0 closes #82 I'm going to merge this as bob doesn't work after installation at the moment # Relevant Files Found ## src/bia_bob/_utilities.py ``` def generate_response_to_user(model, user_prompt: str, i...
27,357
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Location reassignment add view for state users https://dimagi-dev.atlassian.net/browse/ICDS-1339 ##### SUMMARY Adds a download only view for state users. Updated feature flag to be both domain and user specific and then use that manag...
13,784
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## [fix] vpp error in Gemma3 > [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach out to the automation team before pressing that...
63
null
microsoft/visionmetrics
# Repository Context Name: microsoft/visionmetrics Description: # Pull Request ## add api_version argument to AOAI evaluator and key_value_pair evaluator …or and update tests # Relevant Files Found ## tests/test_key_value_pair.py ``` from irisml.tasks.create_azure_openai_chat_model import OpenAITextChatModel imp...
28,244
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Retry exceptions when submitting partially complete SMS surveys https://dimagi-dev.atlassian.net/browse/COV-17 Adjustment to https://github.com/dimagi/commcare-hq/commit/665a6525e56fa6d7f01cfb291c7ba060daf294d6 Errors encountered in ...
38
null
scrtlabs/secret-sdk-python
# Repository Context Name: scrtlabs/secret-sdk-python Description: # Pull Request ## Remove hard-coded consensus pubkey # Relevant Files Found ## secret_sdk/client/lcd/lcdclient.py ``` from __future__ import annotations from asyncio import AbstractEventLoop, get_event_loop, TimeoutError from threading import L...
114
null
mehta-lab/VisCy
# Repository Context Name: mehta-lab/VisCy Description: # Pull Request ## DLMBL 2024 notebook This PR adds the exercise for the DL@MBL 2024 course (Part 1) for the image translation. It also reorganizes the demo folders for clearer organization for the #119 wiki. Major changes to our img2img translation exampl...
770
null
keon/algorithms
# Repository Context Name: keon/algorithms Description: # Pull Request ## Fix #768 # Relevant Files Found ## algorithms/dp/__init__.py ``` from .buy_sell_stock import * from .climbing_stairs import * from .coin_change import * from .combination_sum import * from .edit_distance import * from .egg_drop import * f...
48
null
nextcord/nextcord
# Repository Context Name: nextcord/nextcord Description: # Pull Request ## - Add Guild.bots and Guild.humans ## Summary - The title says it all <!-- What is this pull request for? Does it fix any issues? --> ## Checklist <!-- Put an x inside [ ] to check it, like so: [x] --> - [x] If code changes were m...
773
null
OpenRLHF/OpenRLHF
# Repository Context Name: OpenRLHF/OpenRLHF Description: # Pull Request ## fix grpo bug in kl=0 # Relevant Files Found ## openrlhf/trainer/ppo_trainer.py ``` import os import os.path from abc import ABC from typing import Any, Callable, Dict, List, Optional import torch import torch.nn as nn from torch.optim ...
618
null
pex-tool/pex
# Repository Context Name: pex-tool/pex Description: # Pull Request ## Prepare the 1.5.2 release. Fixes #602 # Relevant Files Found ## pex/version.py ``` # Copyright 2015 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). __version__ = '1.5.1' # Ve...
5
null
arabcoders/ytptube
# Repository Context Name: arabcoders/ytptube Description: # Pull Request ## Small bug fixes and added time to objects. # Relevant Files Found ## app/src/Config.py ``` import json import logging import os import re import sys log = logging.getLogger('config') class Config: config_path: str = '.' down...
144
null
kurusugawa-computer/annofab-api-python-client
# Repository Context Name: kurusugawa-computer/annofab-api-python-client Description: # Pull Request ## Update initiate tasks generation by csv # Relevant Files Found ## annofabapi/__version__.py ``` __version__ = '0.29.0' ``` ## annofabapi/wrapper.py ``` # pylint: disable=too-many-lines import copy import l...
18
null
lookit/lookit-api
# Repository Context Name: lookit/lookit-api Description: # Pull Request ## [WIP] Feature/Lookit-side Study List / Study Detail [LEI-424] Ticket: https://openscience.atlassian.net/browse/LEI-424 Purpose: Make those pages look more similar to the current lookit pages and add some functionality to the detai...
99
null
PEtab-dev/libpetab-python
# Repository Context Name: PEtab-dev/libpetab-python Description: # Pull Request ## Vis: Fix cropped errorbars Remove [matplotlib.axes.Axes.relim](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.relim.html) which ignores error bars ("At present, Collection instances are not supported.") Fixes #74 ...
123
null
stm32-rs/stm32-rs
# Repository Context Name: stm32-rs/stm32-rs Description: # Pull Request ## STM32G0 family support Hey there 👋 This PR contains initial support for `STM32G0x0` and `STM32G0x1` MCU's. Initial version of SVD (stm32g07x.svd from Keil pack) has been patched: - `cpu` section added - fix broken `HWCFGR6` registe...
123
null
GoogleCloudPlatform/ml-auto-solutions
# Repository Context Name: GoogleCloudPlatform/ml-auto-solutions Description: # Pull Request ## fix result using data from previous run We notice the GPU (L4, A100) failed on 02/15 run. However, the result still pop up in the dashboard. It turns out we use the same DAG folder for GPU results, and GPU may use re...
1
null
cyraxx/homematicip-rest-mqtt
# Repository Context Name: cyraxx/homematicip-rest-mqtt Description: # Pull Request ## added support for Homematic Weather station basic and Hörmann Gate Drives I have added support for Homematic Weather station basic (+ updated README and added CLI and Auth script). I have tested it in combination with Mosquitto a...
41
null
STAMP-project/camp
# Repository Context Name: STAMP-project/camp Description: # Pull Request ## Compact StringIO Use `StringIO.StringIO` in Python2 and `io.StringIO` in Python 3. # Relevant Files Found ## tests/codecs/test_yaml_parsing.py ``` # # CAMP # # Copyright (C) 2017 -- 2019 SINTEF Digital # All rights reserved. # # Th...
462
null
CS-SI/eodag
# Repository Context Name: CS-SI/eodag Description: # Pull Request ## feat: new provider earth_search_gcs Following the example attached in https://github.com/CS-SI/eodag/pull/456 by @robert-werner , the new provider `earth_search_gcs` will search on `earth_search` STAC API for `S2_MSI_L1C` and `L8_OLI_TIRS_C1L1` p...
273
null
klept0/MS-Rewards-Farmer
# Repository Context Name: klept0/MS-Rewards-Farmer Description: # Pull Request ## refactor: incompleteActivities Update following #272 because I merged too fast and forgot to double-check everything. # Relevant Files Found ## src/activities.py ``` import contextlib import logging from random import randint from...
295
null
growthepie/gtp-backend
# Repository Context Name: growthepie/gtp-backend Description: # Pull Request ## fix oli indexer bug # Relevant Files Found ## backend/src/adapters/adapter_logs.py ``` from src.adapters.abstract_adapters import AbstractAdapter class AdapterLogs(AbstractAdapter): """ w3: Web3 instance connected to a blo...
599
null
music-assistant/server
# Repository Context Name: music-assistant/server Description: # Pull Request ## Fix search of artist in YTM. This PR fixes a search error in YTM by adding the 8790248129038211th way of parsing an API result. # Relevant Files Found ## music_assistant/server/providers/ytmusic/helpers.py ``` """Helper module for p...
103
null
elementsinteractive/twyn
# Repository Context Name: elementsinteractive/twyn Description: # Pull Request ## chore: bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [black](https://gith...
856
null
pixeltable/pixeltable
# Repository Context Name: pixeltable/pixeltable Description: # Pull Request ## mode 'accurate' for VideoSplitter and segment_video() # Relevant Files Found ## pixeltable/functions/video.py ``` """ Pixeltable [UDFs](https://pixeltable.readme.io/docs/user-defined-functions-udfs) for `VideoType`. """ import logg...
540
null
OneSila/OneSilaHeadless
# Repository Context Name: OneSila/OneSilaHeadless Description: # Pull Request ## Add eBay currency GraphQL queries and mutation ## Summary - expose eBay currency GraphQL type with filtering and ordering support - add partial input, query fields, and update mutation for managing eBay currencies ## Testing - not ru...
29
null
Farama-Foundation/Metaworld
# Repository Context Name: Farama-Foundation/Metaworld Description: # Pull Request ## Fix gym.Env.close() implementation Fixes #20 # Relevant Files Found ## metaworld/envs/mujoco/mujoco_env.py ``` import os from gym import error, spaces from gym.utils import seeding import numpy as np from os import path import...
353
null
site24x7/plugins
# Repository Context Name: site24x7/plugins Description: # Pull Request ## Update postfix_mailq_count.py # Relevant Files Found ## postfix_mailq_count/postfix_mailq_count.py ``` #!/usr/bin/python import subprocess import json #Setting this to true will alert you when there is a communication problem while pos...
9,973
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## test(tpcds): query 88 TPC-DS query 88 # Relevant Files Found ## ibis/backends/tests/tpc/ds/test_queries.py ``` from __future__ import annotations import calendar as cal from operator import itemgetter from pathlib import Path import py...
1,958
null
zimmerman-team/IATI.cloud
# Repository Context Name: zimmerman-team/IATI.cloud Description: # Pull Request ## iati.cloud-1944 Added cron job to get dump datbase & solr indexing # Relevant Files Found ## OIPA/iati/PostmanJsonImport/importPostmanJson.py ``` import json import os import urllib from datetime import datetime from OIPA impo...
26,762
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## ICDS Dashboard: Service delivery dashboard initial changes <!--- Provide a link to the ticket or document which prompted this change --> Trello: https://trello.com/c/8iBlwmIN ##### SUMMARY <!--- Describe the change below, including rati...
156
null
tencentyun/cos-python-sdk-v5
# Repository Context Name: tencentyun/cos-python-sdk-v5 Description: # Pull Request ## Feature intelligenttiering # Relevant Files Found ## qcloud_cos/cos_client.py ``` # -*- coding=utf-8 import requests import logging import hashlib import base64 import os import sys import time import copy import j...
46
null
LiberTEM/LiberTEM-panel-ui
# Repository Context Name: LiberTEM/LiberTEM-panel-ui Description: # Pull Request ## Import fixes, transparent figure background # Relevant Files Found ## src/libertem_ui/display/image_db.py ``` from __future__ import annotations import time import numpy as np from typing import TYPE_CHECKING, Callable import ...
15,274
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## add nikshay_id filter to options add option to migrate a single patient's data @dannyroberts # Relevant Files Found ## custom/enikshay/nikshay_datamigration/management/commands/create_enikshay_cases.py ``` import logging from djang...
220
null
microsoft/MMdnn
# Repository Context Name: microsoft/MMdnn Description: # Pull Request ## resnet v2 - [x] change the `mul` strategy to `scale` - [x] tf -> tf \ pytorch \ keras \ caffe # Relevant Files Found ## mmdnn/conversion/caffe/caffe_emitter.py ``` #----------------------------------------------------------------------...
53
null
conda-forge/cupy-feedstock
# Repository Context Name: conda-forge/cupy-feedstock Description: # Pull Request ## [MNT] Enable more tests Learning from actually testing the recipe (nsls-ii-forge/cupy-feedstock#1). <!-- Thank you for pull request. Below are a few things we ask you kindly to self-check before getting a review. Remove checks...
308
null
monarch-initiative/monarch-ingest
# Repository Context Name: monarch-initiative/monarch-ingest Description: # Pull Request ## Issue 109 xenbase orthology Resolves issue #109 - Xenobase orthology # Relevant Files Found # Edits This pull request adds support for ingesting Xenbase orthology data into the Monarch Initiative knowledge graph, addres...
2
null
KermMartian/smsxml2html
# Repository Context Name: KermMartian/smsxml2html Description: # Pull Request ## Fix MMS 'type' that was no longer working due to CarrierNumber commit Fix MMS 'type' that was no longer working due to CarrierNumber commit Fix mixed tab / space for arguments # Relevant Files Found ## smsxml2html.py ``` #!/usr/bi...
8,485
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## colab_tpu.setup_tpu: allow user specification ot tpu driver version Addresses #8118 & #8472 # Relevant Files Found ## jax/tools/colab_tpu.py ``` # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # y...
237
null
AnhellO/DAS_Sistemas
# Repository Context Name: AnhellO/DAS_Sistemas Description: # Pull Request ## DAS_Sistemas develop Push: Primer Parcial # Relevant Files Found # Edits This pull request submits the first partial exam exercises for a software design and architecture course. It introduces three Python scripts implementing obje...
78
null
unikubehq/cli
# Repository Context Name: unikubehq/cli Description: # Pull Request ## #61 deck context Added context to deck commands. Closes #61 . # Relevant Files Found ## src/cli/deck.py ``` import click from requests import HTTPError import src.cli.console as console from src.cli.app import get_deck_from_arguments f...
1,301
null
mem0ai/mem0
# Repository Context Name: mem0ai/mem0 Description: # Pull Request ## Feature: Custom Ollama endpoint base_url ## Description Langchain includes Ollama's base_url for localhost on the default port 11434, but in our case it runs on a different server than Embedchain. We needed to allow customization of this addre...
249
null
cloudera-labs/cloudera.cluster
# Repository Context Name: cloudera-labs/cloudera.cluster Description: # Pull Request ## Add file name to JSON parsing error message # Relevant Files Found ## plugins/action/assemble_cluster_template.py ``` # Copyright 2023 Cloudera, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you...
401
null
IBM/unitxt
# Repository Context Name: IBM/unitxt Description: # Pull Request ## peek at the first instance In case this is worth the trouble, and/or backward compatible, the correct verb here is `peek`, rather than `peak`: https://www.merriam-webster.com/dictionary/peek # Relevant Files Found ## src/unitxt/metric.py ``` ...
4,086
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## fix(opensearch): handle non existing SAMLOptions in domain ### Description Handle non existing `SAMLOptions` in OpenSearch Domain. ### License By submitting this pull request, I confirm that my contribution is made under the te...
1,812
null
simonw/datasette
# Repository Context Name: simonw/datasette Description: # Pull Request ## Bump furo from 2022.6.21 to 2022.9.15 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.6.21 to 2022.9.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pradyunsg/furo/blob/main/docs/changelog...
545
null
jupyterhub/binderhub
# Repository Context Name: jupyterhub/binderhub Description: # Pull Request ## Enable template extension https://github.com/jupyterhub/binderhub/commit/6e194dde00f196edf31a095ef65572ac8c4db5df enables extension of base binder templates by supplying new templates under `template_path` and also adding new templates v...
215
null
mrpowers-io/quinn
# Repository Context Name: mrpowers-io/quinn Description: # Pull Request ## Update search files ## Proposed changes Adds feature described in #214 ## Types of changes What types of changes does your code introduce to quinn? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-breaking change which f...
3,282
null
dcos/dcos
# Repository Context Name: dcos/dcos Description: # Pull Request ## test_vip: purge proxy app ## High-level description Purge proxy app. ## Corresponding DC/OS tickets (obligatory) These DC/OS JIRA ticket(s) must be updated (ideally closed) in the moment this PR lands: - [DCOS-39700](https://jira.meso...
21
null
lmarena/arena-hard-auto
# Repository Context Name: lmarena/arena-hard-auto Description: # Pull Request ## configurable parameters slightly formatting configurable number_of_judgment_attempts configurable baseline_model in show_result.py # Relevant Files Found ## gen_judgment.py ``` import json import yaml import argparse import os i...
4,058
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Improve handling of template backend loading exceptions See https://code.djangoproject.com/ticket/24265 # Relevant Files Found ## django/contrib/admin/sites.py ``` from functools import update_wrapper from django.http import Http404, HttpRe...
821
null
mikhailprivalov/l2
# Repository Context Name: mikhailprivalov/l2 Description: # Pull Request ## Form100 dreg # Relevant Files Found ## api/patients/views.py ``` import datetime import re import threading from typing import Optional, List import pytz import simplejson as json from django.contrib.auth.decorators import login_requi...
47
null
ilastik/tiktorch
# Repository Context Name: ilastik/tiktorch Description: # Pull Request ## add optional INFERENCE_BATCH_SIZE and repair shrinkage # Relevant Files Found ## tests/handler/test_handler.py ``` import numpy import pytest import torch from torch import multiprocessing as mp from tiktorch.rpc.mp import create_clien...
1,597
null
threefoldtech/js-sdk
# Repository Context Name: threefoldtech/js-sdk Description: # Pull Request ## minio example script update ### Description 1- update minio script to properly use the management network 2- fix ip selection in k8s script 3- add network id check for k8s ip count in deployer 4- remove deprecated gitea script #...
1,518
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## Add return value to `validate_region_zone` for local cloud Add return values to `validate_region_zone` for local cloud because it is expected. For instance, see [here](https://github.com/skypilot-org/skypilot/blob/master/sky/resources.p...
3,973
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## Updating mon deployment strategy with stretch mode Updating Stretch mode mon deployments to use spec based deploy with Location attributes # Relevant Files Found ## ceph/ceph_admin/helper.py ``` """ Contains helper functions that ca...
2,708
null
Textualize/textual
# Repository Context Name: Textualize/textual Description: # Pull Request ## Private validate compute Closes #2539. - Adds ability to have private validate methods along with public ones. - If there are public _and_ private validate methods, the private one runs first. - Adds ability to have private compute...
173
null
tektronix/tm_devices
# Repository Context Name: tektronix/tm_devices Description: # Pull Request ## Updated the measurement source selection command for the MDO3K ## Proposed changes Please include a summary of the changes and any links to related issues. Please also include relevant motivation and context. ## Types of changes ...
271
null
hsahovic/poke-env
# Repository Context Name: hsahovic/poke-env Description: # Pull Request ## Fix ignored messages for showdown laddering Add "c", "j", "l" and "n" aliases to ignored messages. This avoids a `NotImplementedError` if the server decides to use one of the aliases. # Relevant Files Found ## src/poke_env/environment/abs...
129
null
act-now-coalition/can-scrapers
# Repository Context Name: act-now-coalition/can-scrapers Description: # Pull Request ## Virginia Vaccine Scraper: State+County Hi! The scraper I've written for Virginia State + County vaccine doses is ready for review. For the time being, I've pushed the code with just the basics: total initiated and total comp...
1,247
null
prompt-toolkit/python-prompt-toolkit
# Repository Context Name: prompt-toolkit/python-prompt-toolkit Description: # Pull Request ## Handle situations where /dev/null is piped into stdin, or when stdin is closed somehow. # Relevant Files Found ## prompt_toolkit/application/application.py ``` import asyncio import os import re import signal import s...
556
null
pytorch/audio
# Repository Context Name: pytorch/audio Description: # Pull Request ## Bump master version to 0.6.0 cc @vincentqb @cpuhrsch @seemethere @soumith # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os import platform import sys import subprocess from setuptools import setup, find_packages from ...
991
null
567-labs/instructor
# Repository Context Name: 567-labs/instructor Description: # Pull Request ## Adding support for O1 This adds a new mode which should support the o1 model family using the openai client sdk. We'll need to upgrade the supported version to support the new `max_completion_tokens` parameter though. This allows us to do...
42
null
aineko-dev/aineko
# Repository Context Name: aineko-dev/aineko Description: # Pull Request ## Feat: kafka config This PR allows the setting of kafka broker configuration through environment variables. `KAFKA_CONFIG` can be a JSON string that specifies any of the configuration keys found here: https://github.com/confluentinc/librd...
17
null
gabfl/bigquery_fdw
# Repository Context Name: gabfl/bigquery_fdw Description: # Pull Request ## Update google packages, update readme for Postgres 12, bump version - Upgrade Google libraries to latest version - Update documentation for PostgreSQL 12 - Bump project version to 1.6 # Relevant Files Found ## setup.py ``` from s...
1,792
null
bcgov/lear
# Repository Context Name: bcgov/lear Description: # Pull Request ## 14122 bump up version *Issue #:* /bcgov/entity#14122 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0)....
19,861
null
keras-team/keras
# Repository Context Name: keras-team/keras Description: # Pull Request ## Exclude benchmarks directory from distribution Otherwise it seems like it is dragged into the distribution. At least it does in our release process at conda-forge xref: https://github.com/conda-forge/keras-feedstock/issues/91 # Rele...
20
null
shubhamdipt/passbolt-python-api
# Repository Context Name: shubhamdipt/passbolt-python-api Description: # Pull Request ## Take into account fingerprints with spaces in them as they are in the Passbolt instance When downloading a key pair from a Passbolt instance, the `Fingerprint` field contains spaces between every 2 bytes. If an user places...
541
null
data-for-change/anyway
# Repository Context Name: data-for-change/anyway Description: # Pull Request ## #517 - added basic facebook login. Still need to: 1. Improve login UI 2. Add email and password login. <!--- @huboard:{"custom_state":"archived"} --> # Relevant Files Found ## main.py ``` # -*- coding: utf-8 -*- import os import c...
110
null
awslabs/sockeye
# Repository Context Name: awslabs/sockeye Description: # Pull Request ## set nd array to 1d in test_activation_coverage # Relevant Files Found ## test/unit/test_coverage.py ``` # Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "Lic...
43,308
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## PERF: setting PeriodDtype column ``` from asv_bench.benchmarks.period import * self = DataFramePeriodColumn() self.setup() %timeit self.time_setitem_period_column() 59.8 µs ± 2.19 µs per loop (mean ± std. dev. of 7 runs, 10000 loops ...
392
null
music-assistant/server
# Repository Context Name: music-assistant/server Description: # Pull Request ## Add support for FreeBSD Add support for Spotify playback on FreeBSD (x86-64 only) # Relevant Files Found ## music_assistant/music_providers/spotify.py ``` """Spotify musicprovider support for MusicAssistant.""" from __future__ impor...