pr_id
int64
repo_id
null
repo_name
string
text
string
194
null
python/core-workflow
# Repository Context Name: python/core-workflow Description: # Pull Request ## Increase cherry_picker's version. # Relevant Files Found ## cherry_picker/cherry_picker/__init__.py ``` """Backport CPython changes from master to maintenance branches.""" __version__ = '0.2.2.dev1' ``` # Edits This pull request...
471
null
LSSTDESC/imSim
# Repository Context Name: LSSTDESC/imSim Description: # Pull Request ## Use .withFluxDensity to normalize the SEDs in instcat.py I also cleaned up a couple of no-longer relevant hot-fixes related to the SED normalization in skyCatalogs, and I removed the old, disabled test code in test_instcat_parser.py since it a...
201
null
codingjoe/django-stdimage
# Repository Context Name: codingjoe/django-stdimage Description: # Pull Request ## Drop upload_to utils in favor of django-dynamic-filenames # Relevant Files Found ## stdimage/utils.py ``` import os import uuid from django.core.files.storage import default_storage from django.utils.text import slugify from ....
257
null
fosslight/fosslight_dependency_scanner
# Repository Context Name: fosslight/fosslight_dependency_scanner Description: # Pull Request ## Add comment if no manifest but package manager found ## Description <!-- Please describe what this PR do. --> Add comment if no manifest but package manager found ## Type of change <!-- Please insert 'x' one o...
353
null
Monadical-SAS/reflector
# Repository Context Name: Monadical-SAS/reflector Description: # Pull Request ## Update all modal deployments and change seamless configuration due to changes in src repo Facebook has changed its src repo folder structure and import paths. So, as soon as i upgraded, the whole transcription/translation pipeline bro...
164
null
swarfarm/swarfarm
# Repository Context Name: swarfarm/swarfarm Description: # Pull Request ## 2A Monster name filter (#157) 2A monster filter for Profile Monster Filters. I'm checking how pull requests with issues works, not familiar with them. resolves #157 # Relevant Files Found ## herders/filters.py ``` import django_filter...
27
null
uezo/aiavatarkit
# Repository Context Name: uezo/aiavatarkit Description: # Pull Request ## Fix bug that animation doesn't work on VRChat - Fix the incorrect variable (faces -> animations) - Add reset function to restore the pose after animations # Relevant Files Found ## aiavatar/animation/vrchat.py ``` import asyncio from tim...
58
null
marcoboers/home-assistant-quatt
# Repository Context Name: marcoboers/home-assistant-quatt Description: # Pull Request ## Allow negative delta T Closes #51 # Relevant Files Found ## custom_components/quatt/coordinator.py ``` """DataUpdateCoordinator for quatt.""" from __future__ import annotations from datetime import timedelta from homeas...
149,844
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add notifiers to send direct messages to friends in PlayStation Network <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed chan...
1,101
null
facebookresearch/habitat-lab
# Repository Context Name: facebookresearch/habitat-lab Description: # Pull Request ## [Documentation] Adding to the configuration's docstrings and adding them on Pages. ## Motivation and Context Work towards [milestone 0](https://docs.google.com/document/d/1OClKS4WlPzlhfWWN1Ub0aIannFFfATgOBoLUge48MzU/edit#) A...
1,748
null
strawberry-graphql/strawberry
# Repository Context Name: strawberry-graphql/strawberry Description: # Pull Request ## Copy field deprecation, permission_classes, and directives in pydantic <!--- Provide a general summary of your changes in the title above. --> <!--- This template is entirely optional and can be removed, but is here to he...
1,445
null
AntaresSimulatorTeam/AntaREST
# Repository Context Name: AntaresSimulatorTeam/AntaREST Description: # Pull Request ## feat(api): spacial correlation matrix This PR implements the management of the hydro correlation matrices, but also the load, solar and wind correlations which work in the same way. We have chosen to manage only the annual co...
1,696
null
arc53/DocsGPT
# Repository Context Name: arc53/DocsGPT Description: # Pull Request ## Fixes cache - **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) - **Why was this change needed?** (You can also link to an open issue here) - **Other information**: # Relevant Files Found ## applicatio...
15
null
MarvinTeichmann/MultiNet
# Repository Context Name: MarvinTeichmann/MultiNet Description: # Pull Request ## Fix a little mistake in #398 In #398 it should be FLAGS.input rather than input # Relevant Files Found ## demo.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # Author: Marvin Teichmann """ Detects Cars in an image using ...
10,058
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## ReActive Agents w/ Context + updated stale link Added context for agents, updated a stale link in CONTRIBUTING.md, and added a notebook to demo a react agent with context. # Description Please include a summary of the change and w...
1,808
null
TsubakiBotPad/pad-cogs
# Repository Context Name: TsubakiBotPad/pad-cogs Description: # Pull Request ## Fix padevents output also added `^eventsna2` which has the same output as the guerrillas part of `^pde active na` # Relevant Files Found ## padevents/padevents.py ``` import asyncio import datetime import logging import time from co...
40
null
maykinmedia/django-admin-index
# Repository Context Name: maykinmedia/django-admin-index Description: # Pull Request ## Find appname using AppConfigs Fixes #33 When using AppConfigs in INSTALLED_APPS, the proper order of the INSTALLED_APPS could not be determined. This lead to am incorrect warning message. # Relevant Files Found ## django_...
43
null
asottile/babi
# Repository Context Name: asottile/babi Description: # Pull Request ## Pull version from system metadata If you drop Python 3.6 you can, I suppose, move `__version__` into a module-level getattr. The `# type: ignore` comments are because of https://github.com/python/mypy/issues/1393 # Relevant Files Found ## ...
1,185
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Force python2 for gcloud deployment. There is a bug causing deployment to fail on Python 3. # Relevant Files Found ## src/local/butler/deploy.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "Li...
14,202
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Unity][Frontend] FX translator support torch.baddbmm This PR brings the support of translating `torch.baddbmm` into combination of operators (matmul, add, multiply). Unit tests are provided accordingly. This PR also fixes the kwarg fetching is...
420
null
openshift/openshift-restclient-python
# Repository Context Name: openshift/openshift-restclient-python Description: # Pull Request ## Upgrade `kubernetes >= 12.0` With master branch we simply pin dependency with `kubernetes`, but now branch `release-0.12` having a hard limit with `kubernetes ~= 12.0`. BTW, https://github.com/kubernetes-client/pytho...
11,414
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #30509 -- Various FileResponse fixes and changes [ticket 30509](https://code.djangoproject.com/ticket/30509) Copying the ticket's description as well as my knowledge of GitHub's formatting allows me... :P As I've mentioned in PR #110...
180
null
malaonline/Server
# Repository Context Name: malaonline/Server Description: # Pull Request ## SERVER-326: Fix teacher's search for admin site # Relevant Files Found ## server/app/admin.py ``` from django.contrib import admin from django import forms from django.utils.html import format_html_join from django.utils.safestring impo...
96
null
pydantic/pydantic-extra-types
# Repository Context Name: pydantic/pydantic-extra-types Description: # Pull Request ## Revert "Refactor documentation" - Reverts pydantic/pydantic-extra-types#95 It breaks the pipeline in Pydantic. We need to merge those changes after https://github.com/pydantic/pydantic/pull/7417. # Relevant Files Found ## p...
13,127
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Added missing dependencies. # Relevant Files Found ## var/spack/repos/builtin/packages/py-alembic/package.py ``` # Copyright 2013-2019 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT...
1,118
null
ICTU/quality-time
# Repository Context Name: ICTU/quality-time Description: # Pull Request ## Add index to measurements collection. # Relevant Files Found ## components/server/src/initialization/database.py ``` """Database initialization.""" import logging import os import pymongo # pylint: disable=wrong-import-order from pym...
215
null
octoml/mlc-llm
# Repository Context Name: octoml/mlc-llm Description: # Pull Request ## Fix after #214 After merge #214 strong performance reduction was observed. There is fix of it. throughput benchmark shows no performance reduction after fix Results of throughput benchmark (Mistral-7b, use input 10): 5e36d1bb538d59e927cc62...
42
null
bigbio/pmultiqc
# Repository Context Name: bigbio/pmultiqc Description: # Pull Request ## release 0.11.0: bug fixed and compatiable with DIA # Relevant Files Found ## pmultiqc/modules/quantms/quantms.py ``` #!/usr/bin/env python """ MultiQC pmultiqc plugin module """ from __future__ import absolute_import from collections im...
15
null
geertmeersman/nexxtmove
# Repository Context Name: geertmeersman/nexxtmove Description: # Pull Request ## Device PIN added as a sensor ### Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] **Bug fix** (non-breaking change which fixes an issue) - [x] **New featur...
729
null
openmainframeproject/feilong
# Repository Context Name: openmainframeproject/feilong Description: # Pull Request ## update hypervisor_hostname_suffix file path # Relevant Files Found ## zvmsdk/hostops.py ``` # Copyright Contributors to the Feilong Project. # SPDX-License-Identifier: Apache-2.0 # Copyright 2017,2022 IBM Corp. # # Lice...
10,631
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Update lnetatmo ## Description: Update lnetatmo to 0.9.2.1 **Related issue (if applicable):** fixes #9723 **Pull request in [home-assistant.github.io](https://github.com/home-assistant/home-assistant.github.io) with documentation (...
27,233
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [TA] py311 and beta updates Part of https://github.com/Azure/azure-sdk-for-python/issues/27103 # Relevant Files Found ## sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py ``` # pylint: disable=too-many-l...
22,359
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## DOC: Expose ExcelWriter as part of the Generated API - [x] closes #21835 - N/A tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - N/A whatsnew entry # Relevant Files Found ## pandas/core/gene...
3,870
null
triton-inference-server/server
# Repository Context Name: triton-inference-server/server Description: # Pull Request ## Add support for nan/inf in parsing/writing with rapidjson Fixes https://github.com/triton-inference-server/server/issues/3711 in conjunction with the following PRs: - client: https://github.com/triton-inference-server/client/p...
4,374
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## aws - ssm ops center support support for posting items to ops center, and filtering resources based on extant ops items for them, additional an ops item resource for updating state on extant filings. # Relevant Files Found #...
1,840
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## Remove duplicate 'listview' link in uix index # Relevant Files Found ## kivy/uix/__init__.py ``` ''' Widgets ======= A widget is an element of a graphical user interface. The `kivy.uix` module contains classes for creating and managing Widgets...
10
null
innogames/igcommit
# Repository Context Name: innogames/igcommit Description: # Pull Request ## Fix typo and add eslint configuration supported filenames # Relevant Files Found ## igcommit/config.py ``` # -*- coding: utf-8 -*- """igcommit - Configuration of the checks Copyright (c) 2016, InnoGames GmbH """ from __future__ impor...
10
null
eldarion/django-oauth-access
# Repository Context Name: eldarion/django-oauth-access Description: # Pull Request ## Check if an association has an expiry time before deciding if it's expired Some providers don't set an expiry, so let's check if the association has an expiry before we compare it # Relevant Files Found ## oauth_access/models....
14,752
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Add User Profiles support This PR tests requires this PR to be merged https://github.com/DataDog/datadog-agent/pull/17395 ### What does this PR do? <!-- A brief description of the change being made with this pull request. --> ...
491
null
theQRL/QRL
# Repository Context Name: theQRL/QRL Description: # Pull Request ## Genesis Updated # Relevant Files Found ## qrl/core/GenesisBlock.py ``` # coding=utf-8 # Distributed under the MIT software license, see the accompanying # file LICENSE or http://www.opensource.org/licenses/mit-license.php. from google.protobu...
14,512
null
PaddlePaddle/PaddleOCR
# Repository Context Name: PaddlePaddle/PaddleOCR Description: # Pull Request ## fix SLANeXt export bug # Relevant Files Found ## ppocr/utils/export_model.py ``` # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use ...
22,979
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## jnp.intersect1d: add support for static size argument. Part of #3614 I tested locally with `JAX_NUM_GENERATED_CASES=200` and found a bunch of edge cases to fix: I think the logic is sound now. # Relevant Files Found ## jax/_src/numpy/setops.p...
35
null
statisticsnorway/ssb-klass-python
# Repository Context Name: statisticsnorway/ssb-klass-python Description: # Pull Request ## Type hints 3 8 # Relevant Files Found ## klass/__init__.py ``` from importlib import import_module __version__ = "0.0.5" __all__ = [] # Everything we want to be directly importable from under "klass"-package local_imp...
52
null
nathanmarlor/foxess_modbus
# Repository Context Name: nathanmarlor/foxess_modbus Description: # Pull Request ## Be smarter about which sensors to notify after a poll Most of the time, most sensors aren't changing. Telling HA that everything has changed after every poll is a bit wasteful, particularly if the user has the poll rate set high. ...
2,218
null
DIAGNijmegen/grand-challenge
# Repository Context Name: DIAGNijmegen/grand-challenge Description: # Pull Request ## Add validation on Phase model and search fields to phase admin # Relevant Files Found ## app/grandchallenge/challenges/admin.py ``` from django.contrib import admin from django.contrib.admin import ModelAdmin from grandchall...
22
null
niaid/imaris_extensions
# Repository Context Name: niaid/imaris_extensions Description: # Pull Request ## Improving support for color table. The color table information was previously only stored in an attribute. The problem is that HDF5 attributes have a size limit of 64K bytes. For large color tables imaris stores them in a dataset. ...
6,846
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fix #6794: Add landing page for negative numbers and refactor landing page. <!-- - Thanks for submitting code to Oppia! Please fill out the following as part of - your pull request so we can review your code more easily. --> ## Explan...
4,587
null
opsmill/infrahub
# Repository Context Name: opsmill/infrahub Description: # Pull Request ## IFC-758 Add roles, groups and permissions in demo data # Relevant Files Found ## backend/infrahub/core/protocols.py ``` # Generated by "invoke backend.generate", do not edit directly from __future__ import annotations from typing impor...
32
null
tusharsadhwani/interpreted
# Repository Context Name: tusharsadhwani/interpreted Description: # Pull Request ## Basic for parsing/interpreting Resolved #31 Also implements __iter__ on Dict and List added main handling on interpreter Added enumerate global function Added items function on Dict tests also check real python # Relevant F...
289
null
OpenEPaperLink/Home_Assistant_Integration
# Repository Context Name: OpenEPaperLink/Home_Assistant_Integration Description: # Pull Request ## BLE fixes This pull request introduces several improvements to the BLE (Bluetooth Low Energy) communication and image upload process for e-paper tags, enhances error handling, and updates the documentation to clarify...
8,563
null
stanfordnlp/dspy
# Repository Context Name: stanfordnlp/dspy Description: # Pull Request ## Flexible handling of `dspy.ToolCalls` parsing We have observed that LMs can mess up the deeply nested type, especially when it understands the semantics behind the scene, specifically `dspy.ToolCalls` here. We are expecting the format `{"too...
100
null
audreyfeldroy/cookiecutter-pypackage
# Repository Context Name: audreyfeldroy/cookiecutter-pypackage Description: # Pull Request ## Do not use removed repo_name in PyTest template `repo_name` does not exist. Don't know if changing from `capitalize` to `title` has a point, but it seems to work fine. # Relevant Files Found ## {{cookiecutter.project_...
21
null
andr1976/HydDown
# Repository Context Name: andr1976/HydDown Description: # Pull Request ## updating testing # Relevant Files Found ## hyddown/tests.py ``` # HydDown hydrogen/other gas depressurisation # Copyright (c) 2021 Anders Andreasen # Published under an MIT license from hyddown import transport as tp from hyddown import...
102
null
un1cum/Beast_Bomber
# Repository Context Name: un1cum/Beast_Bomber Description: # Pull Request ## Update requirements.txt Update fake-useragent to latest version (v.1.2.1). Disclaimer: I'm the package maintainer. # Relevant Files Found ## core/ddos_attack/ddos.py ``` """ ╔═══════════════════════════════════════════════════════════...
543
null
google/mobly
# Repository Context Name: google/mobly Description: # Pull Request ## Mobly Release 1.8.1. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/mobly/543) <!-- Reviewable:end --> # Rel...
45
null
ni/nixnet-python
# Repository Context Name: ni/nixnet-python Description: # Pull Request ## feat(API): Add all non-sub properties to Session - [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nixnet-python/blob/master/CONTRIBUTING.rst). - [ ] New tests have been created for any new features or regression te...
307
null
openlayer-ai/openlayer-python
# Repository Context Name: openlayer-ai/openlayer-python Description: # Pull Request ## chore(examples): minor formatting changes # Relevant Files Found ## tests/api_resources/commits/test_test_results.py ``` # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from __future__ ...
163
null
SeanNaren/deepspeech.pytorch
# Repository Context Name: SeanNaren/deepspeech.pytorch Description: # Pull Request ## Various fixes Fixes #162 #161 #143 # Relevant Files Found ## data/bucketing_sampler.py ``` from torch.utils.data.sampler import Sampler import numpy as np from data.data_loader import SpectrogramDataset, load_audio from colle...
208
null
llimllib/limbo
# Repository Context Name: llimllib/limbo Description: # Pull Request ## remove dead plugins, fix help bug # Relevant Files Found ## limbo/limbo.py ``` #!/usr/bin/env python from __future__ import print_function import copy import functools from glob import glob import importlib import logging import os import ...
51,534
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Data] Fixing circular imports in Ray Data <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee se...
327
null
fastavro/fastavro
# Repository Context Name: fastavro/fastavro Description: # Pull Request ## only write the hint on the outer most part of the schema # Relevant Files Found ## fastavro/_schema.pyx ``` # cython: language_level=3str # cython: auto_cpdef=True from os import path import json from ._six import iteritems from ._sc...
23
null
stephenhky/pyqentangle
# Repository Context Name: stephenhky/pyqentangle Description: # Pull Request ## Support for Python 3.8 # Relevant Files Found ## doc/conf.py ``` # -*- coding: utf-8 -*- # # PyQEntangle documentation build configuration file, created by # sphinx-quickstart on Fri Nov 11 13:36:37 2016. # # This file is execfile(...
2,591
null
nilearn/nilearn
# Repository Context Name: nilearn/nilearn Description: # Pull Request ## Change _facecolors3d to _facecolor3d in surf_plotting <!--- This is a suggested pull request template for nilearn. It's designed to capture information we've found to be useful in reviewing pull requests. If there is other information th...
54,116
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CoW: Copy less in replace implementation with listlikes - [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-...
219
null
enarjord/passivbot
# Repository Context Name: enarjord/passivbot Description: # Pull Request ## minor update to dapi_info uri # Relevant Files Found ## bots/binance.py ``` import asyncio import hashlib import hmac import json from io import BytesIO from time import time from typing import Tuple, List from typing import Union from...
757
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## Misc database work Laying groundwork for #754 yet. # Relevant Files Found ## conftest.py ``` """Centralized Testing Stuff.""" # third party import pytest from psycopg2.extras import RealDictCursor # This repo from pyiem.database import get...
191
null
spedas/pyspedas
# Repository Context Name: spedas/pyspedas Description: # Pull Request ## PSP FIELDS Filtering Added Let's please squash-merge this, as the commit history is messy. - Adds the `psp.filter_fields()` function to filter PSP FIELDS instrument magnetic field and rfs datatypes by various quality flag combinations. - ...
758
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## Add Tensor.stack() and Tensor.repeat() (...trying to make einops work with tinygrad) This PR adds `Tensor.stack()` and `Tensor.repeat()`. They mirror the namesake PyTorch methods. ### Why In order to make **einops** work with tinygrad...
803
null
huggingface/accelerate
# Repository Context Name: huggingface/accelerate Description: # Pull Request ## Deal with optimizer.differentiable in PyTorch 1.13.0 Details are in #801. cc @sgugger # Relevant Files Found ## src/accelerate/accelerator.py ``` # Copyright 2021 The HuggingFace Team. All rights reserved. # # Licensed under the...
2,817
null
ASFHyP3/hyp3
# Repository Context Name: ASFHyP3/hyp3 Description: # Pull Request ## Update multi-burst validation for latest hyp3-isce2 release Updated to match https://github.com/ASFHyP3/hyp3-isce2/pull/322/files#diff-1db92ca6473d9f8935a9d18616625c5b16018fd757059506133c77ae8fab93c0 # Relevant Files Found ## apps/api/src/hyp3...
32,974
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Make `SQLExecuteQueryOperator` signature consistent with other SQL operators The database and conn_id are present in a number of SQL*Check oerators but they were missing in the SQLExecuteQuery operator. This was no problem because they were pa...
571
null
PrincetonUniversity/PsyNeuLink
# Repository Context Name: PrincetonUniversity/PsyNeuLink Description: # Pull Request ## Name/log/numpy array to nparray • Log - changed name of numpy_array method to nparray and added to docstring # Relevant Files Found ## Scripts/Scratch Pad.py ``` import numpy as np import psyneulink as pnl # GLOBALS: # ...
186
null
avendesora/pythonbible
# Repository Context Name: avendesora/pythonbible Description: # Pull Request ## dependency upgrades # Description *Please include a summary of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies that are required for this change.* # ...
526
null
trustlines-protocol/relay
# Repository Context Name: trustlines-protocol/relay Description: # Pull Request ## Feature/data messages fixes #515 and fixes #490 # Relevant Files Found ## setup.py ``` import codecs import os from setuptools import find_packages, setup here = os.path.abspath(os.path.dirname(__file__)) with codecs.open(os....
1,386
null
cartography-cncf/cartography
# Repository Context Name: cartography-cncf/cartography Description: # Pull Request ## Add support for AWS EC2 Network ACLs ### Summary > Describe your changes. Adds support for AWS EC2 Network ACLs and their rules. Shows attachments to VPCs and subnets. Screenshot: ![Screenshot 2024-11-15 at 6 47 44 PM](ht...
777
null
Parsl/parsl
# Repository Context Name: Parsl/parsl Description: # Pull Request ## Usage tracking opt in model #639 Fixes #639 # Relevant Files Found ## parsl/config.py ``` import logging from parsl.utils import RepresentationMixin from parsl.executors.threads import ThreadPoolExecutor from parsl.dataflow.error import Conf...
2,183
null
PennyLaneAI/catalyst
# Repository Context Name: PennyLaneAI/catalyst Description: # Pull Request ## Add prefix to the xdsl related discardable attributes **Context:** MLIR requires discardable attributes to be dialect-prefixed. **Description of the Change:** - Add prefix to the xdsl related attributes - Add lit tests to check f...
8,039
null
cvat-ai/cvat
# Repository Context Name: cvat-ai/cvat Description: # Pull Request ## Fix invalid parsing for old export cache cleanup calls <!-- Raise an issue to propose your change (https://github.com/cvat-ai/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas wit...
801
null
metoppv/improver
# Repository Context Name: metoppv/improver Description: # Pull Request ## Minor edits to support blending three or more models Description The main aim of this PR is to deal with the fact that when sorting the model_configuration coordinate, this can lead to the associated dimension coordinate (model_id) becoming...
103
null
sublimelsp/LSP-vue
# Repository Context Name: sublimelsp/LSP-vue Description: # Pull Request ## Move settings from "initializationOptions" to the "settings" key Vetur started supporting the workspace/didChangeConfiguration request at some point and even has some logic in it that isn't triggered if we don't send it. To make sure we ...
581
null
pygfx/pygfx
# Repository Context Name: pygfx/pygfx Description: # Pull Request ## Buffer and texture dtype validation Closes #579, and some general improvements, ref #19. This fixes that 64-bit data could be passed to a buffer without pygfx complaining about it, resulting in a broken visualization. * [x] Data passed to `...
479
null
lsst-sqre/gafaelfawr
# Repository Context Name: lsst-sqre/gafaelfawr Description: # Pull Request ## Rework getting the package version Remove the workaround comment for a mypy issue and instead just use importlib.metadata.version, since some version number should always be set. # Relevant Files Found ## src/gafaelfawr/main.py ``` ...
5,782
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## added ci2 skeleton I'm forking ci => ci2 to address the existing ci issues. I plan to steal lots of code from ci, this is just a skeleton to get started. Along the way, I'm going to convert everything to async. I already deployed the ci2 se...
429
null
scipp/plopp
# Repository Context Name: scipp/plopp Description: # Pull Request ## Replace the hacky `_plopp_observe` by using `ValueWidget` Fixes #406 # Relevant Files Found ## src/plopp/core/helpers.py ``` # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2023 Scipp contributors (https://github.com/scipp) from coll...
3
null
EmInReLab/bugsPHP
# Repository Context Name: EmInReLab/bugsPHP Description: # Pull Request ## Fix handling of Composer installer's checksum Composer installer script's checksum changes and as [mentioned in the documentation](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md), it should not be relied upon l...
35,533
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [RLlib] Fit ES and ARS results dict to rest of RLlib, enable results to be fetched in release tests and and CI learning tests ## Why are these changes needed? At the moment, ES humanoid release test does not pass even though rewards are hi...
86
null
ghga-de/datameta
# Repository Context Name: ghga-de/datameta Description: # Pull Request ## Refactor password handling * Moves hash functions to security module * Changes datatype of pwhash column # Relevant Files Found ## datameta/models/db.py ``` # Copyright (c) 2021 Leon Kuchenbecker <leon.kuchenbecker@uni-tuebingen.de> # # ...
3,453
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## Fix!: Make `create_external_models` behave like other SQLMesh commands with respect to `--gateway` Addresses #3443 Prior to this PR, assuming a config with: ``` gateways: local: connection: type: duckdb default_gat...
9
null
VIDA-NYU/reprozip
# Repository Context Name: VIDA-NYU/reprozip Description: # Pull Request ## Capture execve parameters Right now, on `execve`, the target file is saved in the opened_files table with mode `FILE_EXEC`, but the argv is not captured. I should probably use different tables for `execve` and `open`. # Relevant Files Fou...
77
null
yihong0618/bilingual_book_maker
# Repository Context Name: yihong0618/bilingual_book_maker Description: # Pull Request ## Refactor on logic - Removed unnecessary casts - Made a sum comprehension on `all_p_length` # Relevant Files Found ## make_book.py ``` import argparse import os import pickle import time from abc import abstractmethod from ...
25
null
Vahe1994/SpQR
# Repository Context Name: Vahe1994/SpQR Description: # Pull Request ## fixed RefinedWeb vs RefinedWebModel in modelutils.py and main.py 1) apparently falcon models have inconsistent information in field `model_type` of `config.json`. Encountered both `RefinedWebModel` and `RefinedWeb`. This PR allows both these ...
178
null
ticdat/ticdat
# Repository Context Name: ticdat/ticdat Description: # Pull Request ## better docstrings are better # Relevant Files Found ## ticdat/pgtd.py ``` """ Read/write ticDat objects from PostGres database. Requires the sqlalchemy module """ from collections import defaultdict from ticdat.utils import freezable_...
4,597
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## improve client state # Relevant Files Found ## reflex/experimental/client_state.py ``` """Handle client side state with `useState`.""" from __future__ import annotations import dataclasses import re import sys from typing import Any, ...
197
null
Crypto-TII/CryptographicEstimators
# Repository Context Name: Crypto-TII/CryptographicEstimators Description: # Pull Request ## Fix/minrank estimator missing reduction cost guess coefficients ### Description Cost of computing a smaller MinRank instance after guessing some but not all coefficients was missing. # Relevant Files Found ## cryptogra...
144
null
basnijholt/adaptive-scheduler
# Repository Context Name: basnijholt/adaptive-scheduler Description: # Pull Request ## Keep track of the file sizes in the widget # Relevant Files Found ## adaptive_scheduler/_server_support/database_manager.py ``` """The DatabaseManager.""" from __future__ import annotations import pickle from pathlib import...
391
null
OpenMined/PipelineDP
# Repository Context Name: OpenMined/PipelineDP Description: # Pull Request ## Minor example fix # Relevant Files Found ## examples/restaurant_visits/run_without_frameworks_utility_analysis.py ``` # Copyright 2022 OpenMined. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use t...
23
null
RaymondWang987/NVDS
# Repository Context Name: RaymondWang987/NVDS Description: # Pull Request ## No mm To simplify usage by users, I removed all redundant references to `mmseg` and `mmcv` which make this repo much harder to install. I got good results with just the latest PyTorch (2.1.2) - Commenting out all redundant import from...
129
null
blockwork-eda/blockwork
# Repository Context Name: blockwork-eda/blockwork Description: # Pull Request ## Round trip interfaces Refactored the interface serialisation to avoid iterating through multiple times Made `IFace`s serialisation/deserialisation round trip rather than converting to a dict form e.g. ```python class DesignInterf...
1,863
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Removing unecessary early stopping calls # Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contributor guideline](https://github.com/...
613
null
kyegomez/swarms
# Repository Context Name: kyegomez/swarms Description: # Pull Request ## Fix AttributeError in ConcurrentWorkflow by Properly Initializing Tasks List ## Description: The ConcurrentWorkflow class was raising an AttributeError because the tasks attribute was not properly initialized in the class constructor. When t...