pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
42 | null | opentensor/bittensor-subnet-template | # Repository Context
Name: opentensor/bittensor-subnet-template
Description:
# Pull Request
## Weights fix
Fixes bugs in the weight setting function where:
* attempting to set `float` weights on chain instead of `u16`
* sorting weights `in-place` so that final weights were also sorted.
# Relevant Files Found
##... |
2,465 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## Fix broadcast add and subtract gradient calculation
The gradient calculation of operators `add` and `subtract` are not correct when broadcasting is used in the forward pass. Fix the gradient calculation by changing `broadcast_to_like` to `collapse... |
617 | null | GluuFederation/cloud-native-edition | # Repository Context
Name: GluuFederation/cloud-native-edition
Description:
# Pull Request
## fix: gluuDocumentStoreType changes not reflected when using pygluu-kubernetes installer
The changeset fixes parsing `values.yaml` for `config.configmap.gluuDocumentStoreType` attribute.
Closes #611
# Relevant Files Fo... |
811 | null | xCDAT/xcdat | # Repository Context
Name: xCDAT/xcdat
Description:
# Pull Request
## Refactor xCDAT logging for consistency and safety
## Description
<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for thi... |
10,585 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## [run_seq2seq] fix nltk lookup
Hmm, CI crashes every so often on
```
try:
nltk.data.find("tokenizers/punkt")
except LookupError:
```
introduced in this PR: https://github.com/huggingface/transformers/pull/10407
https:/... |
1,257 | null | First-Peoples-Cultural-Council/fv-be | # Repository Context
Name: First-Peoples-Cultural-Council/fv-be
Description:
# Pull Request
## FW-6495 Add JSONParser to DocumentViewSet
### Description of Changes
- JSONParser missing from DocumentViewSet - resulting in 415 Unsupported error
### Checklist
- [ ] README / documentation has been updated if neede... |
35 | null | gitlabform/gitlabform | # Repository Context
Name: gitlabform/gitlabform
Description:
# Pull Request
## Create branch func
# Relevant Files Found
## gitlabform/gitlab/branches.py
```
from gitlabform.gitlab.core import GitLabCore
class GitLabBranches(GitLabCore):
def protect_branch(self, project_and_group_name, branch, developer... |
10 | null | vulnersCom/vulners-agent | # Repository Context
Name: vulnersCom/vulners-agent
Description:
# Pull Request
## Added support for ALT Linux
# Relevant Files Found
## common/osdetect.py
```
# -*- coding: utf-8 -*-
#
# VULNERS OPENSOURCE
# __________________
#
# Vulners Project [https://vulners.com]
# All Rights Reserved.
#
__author__ = ... |
1,088 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Enable nodes restart tests over VMWare
Partial implementation for https://github.com/red-hat-storage/ocs-ci/issues/1080
Signed-off-by: Elad Ben Aharon <ebenahar@localhost.localdomain>
# Relevant Files Found
## ocs_ci/ocs/constants... |
579 | null | ONSdigital/csvcubed | # Repository Context
Name: ONSdigital/csvcubed
Description:
# Pull Request
## Scaling factor of exiting units
Satisfies #445 .
# Relevant Files Found
## src/csvcubed/readers/cubeconfig/v1/columnschema.py
```
"""
Models
------
config.json v1.* column mapping models.
If you change the shape of any model in this ... |
202 | null | openedx/openedx-events | # Repository Context
Name: openedx/openedx-events
Description:
# Pull Request
## chore: Switch from edx-sphinx-theme to sphinx-book-theme
The edx-sphinx theme is being deprecated, and replaced with sphinx-book-theme. This removes references to the deprecated theme and replaces them with the new standard theme for t... |
505 | null | CrayLabs/SmartSim | # Repository Context
Name: CrayLabs/SmartSim
Description:
# Pull Request
## Add Verbosity Parameters to Preview method
https://github.com/CrayLabs/Poseidon/issues/605
# Relevant Files Found
# Edits
This pull request adds verbosity level support and output formatting options to the `preview` method in SmartSim'... |
91 | null | AllenNeuralDynamics/segmentation-skeleton-metrics | # Repository Context
Name: AllenNeuralDynamics/segmentation-skeleton-metrics
Description:
# Pull Request
## refactor: added save merged labels routine
# Relevant Files Found
## demo/demo.py
```
from tifffile import imread
from xlwt import Workbook
import os
import numpy as np
from segmentation_skeleton_metric... |
2,244 | null | qiita-spots/qiita | # Repository Context
Name: qiita-spots/qiita
Description:
# Pull Request
## delete-root-analysis-artifact
# Relevant Files Found
## qiita_db/artifact.py
```
# -----------------------------------------------------------------------------
# Copyright (c) 2014--, The Qiita Development Team.
#
# Distributed under t... |
2,654 | null | RDFLib/rdflib | # Repository Context
Name: RDFLib/rdflib
Description:
# Pull Request
## Update _SOSA.py with ssn-ex IRIs
# Summary of changes
Add the IRIs from https://www.w3.org/TR/vocab-ssn-ext/
# Checklist
- [x] Checked that there aren't other open pull requests for
the same change.
- [ ] Checked that all tests and... |
76 | null | jquant/jai-sdk | # Repository Context
Name: jquant/jai-sdk
Description:
# Pull Request
## Reif fix
# Relevant Files Found
## jai/jai.py
```
"""
--- jai.py ---
created by @dionisio
"""
import secrets
import json
import pandas as pd
import numpy as np
import requests
import time
from .auxiliar_funcs.utils_funcs import data2json... |
381 | null | HERA-Team/hera_pspec | # Repository Context
Name: HERA-Team/hera_pspec
Description:
# Pull Request
## Speedup pspecrun
The main thing this PR does is cache the `get_Q_alt` method, because it was taking up ~95% of the computation time for H6C runs (with many baseline pairs). For a small frequency and time window (and only baselines <60m),... |
65 | null | yahoo/python-screwdrivercd | # Repository Context
Name: yahoo/python-screwdrivercd
Description:
# Pull Request
## Python package publish
Add package publish functionality from the python/package_python template.
## Related Issue
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a bug, the... |
76 | null | edickie/ciftify | # Repository Context
Name: edickie/ciftify
Description:
# Pull Request
## merge master updates into devel
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
import os.path
import sys
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as... |
41 | null | mangiucugna/json_repair | # Repository Context
Name: mangiucugna/json_repair
Description:
# Pull Request
## fix: remove unwanted output when importing json_repair
## What is the current behavior?
Unwanted output is generated when importing json_repair
## What is the new behavior?
No more output
## Does this introduce a breaking chan... |
7,648 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## Merge stable into release-1.6
Merging stable into release-1.6 after merging pull request #7639.
# Relevant Files Found
## backend/infrahub/api/dependencies.py
```
from __future__ import annotations
from typing import TYPE_CHECKING, Async... |
519 | null | log2timeline/dfvfs | # Repository Context
Name: log2timeline/dfvfs
Description:
# Pull Request
## Updated pylintrc configuration to version 2.6.x
Updated pylintrc configuration to version 2.6.x
# Relevant Files Found
## tests/resolver_helpers/test_lib.py
```
# -*- coding: utf-8 -*-
"""Shared test cases."""
from __future__ import un... |
210 | null | specklesystems/speckle-blender | # Repository Context
Name: specklesystems/speckle-blender
Description:
# Pull Request
## hotfix for previous PR mistakenly calling the get_project_workspace_id function with incorrect args
# Relevant Files Found
## bpy_speckle/operators/streams.py
```
"""
Stream operators
"""
from math import radians
from typin... |
7,818 | null | ibis-project/ibis | # Repository Context
Name: ibis-project/ibis
Description:
# Pull Request
## fix(duckdb): allow table creation from expr with geospatial datatypes
I thought, initially, that `WKB_BLOB` should be mapped on to something
like `dt.GeoSpatial`, but that leads to a situation where we try to call
`AsWKB` on an existing WKB... |
638 | null | pyiron/pyiron_atomistics | # Repository Context
Name: pyiron/pyiron_atomistics
Description:
# Pull Request
## Add a flag to normalize E/V curves by atoms + docstrings
# Relevant Files Found
## pyiron_atomistics/atomistics/master/murnaghan.py
```
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational M... |
631 | null | petretiandrea/home-assistant-tapo-p100 | # Repository Context
Name: petretiandrea/home-assistant-tapo-p100
Description:
# Pull Request
## Fix error adding entities
Current HA Core : 2023.11.3
Current Firmware:1.0.7 Build 230801 Rel.091142
TC version: v.2.11.0
After the latest update my P125m plug stopped working. The relevant logs are below.
This ... |
49,938 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## AIP-82: Add KafkaMessageQueueProvider
## Why
Several users have pointed out that the Event-Driven Scheduling feature introduced in Airflow 3 currently supports only Amazon SQS.
For example, in [Airflow 3.0: The Good, The DAG, and the Ugl... |
2,621 | null | home-assistant/supervisor | # Repository Context
Name: home-assistant/supervisor
Description:
# Pull Request
## Add home-assistant version to API response
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
23 | null | Juannie-PP/tenon | # Repository Context
Name: Juannie-PP/tenon
Description:
# Pull Request
## update
# Relevant Files Found
## setup.py
```
from setuptools import setup
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="tenon",
version="0.1.0",
package_dir={"": "src"},... |
1,156 | null | HXSecurity/DongTai | # Repository Context
Name: HXSecurity/DongTai
Description:
# Pull Request
## feat(validate): add status 7 validate failed.
# Relevant Files Found
## dongtai_engine/tasks.py
```
#!/usr/bin/env python
# -*- coding:utf-8 -*-
# author:owefsad
# datetime:2021/1/26 下午4:45
# software: PyCharm
# project: lingzhi-engine... |
2,033 | null | inductiva/inductiva | # Repository Context
Name: inductiva/inductiva
Description:
# Pull Request
## Ls availabe img
# Relevant Files Found
## inductiva/simulators/methods.py
```
"""Methods to interact with the available simulators."""
import requests
from collections import defaultdict
import re
# Regex to extract metadata from the... |
2,508 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## cmake: added checksum for 3.1.0 version
# Relevant Files Found
## var/spack/repos/builtin/packages/cmake/package.py
```
##############################################################################
# Copyright (c) 2013-2016, Lawrence Livermo... |
19 | null | ijknabla/ModelicaLanguageForPython | # Repository Context
Name: ijknabla/ModelicaLanguageForPython
Description:
# Pull Request
## Refactor/syntax module
- Changed to import `modelica_language.syntax` by default
- Grammar definitions are no longer needed once the parser is generated, so they are uncached.
# Relevant Files Found
## modelica_language/... |
26 | null | bjhiltbrand/drone_mobile_home_assistant | # Repository Context
Name: bjhiltbrand/drone_mobile_home_assistant
Description:
# Pull Request
## Fixed Temperature sensor issue and removed incorrectly committed files.
# Relevant Files Found
## custom_components/drone_mobile/sensor.py
```
from datetime import datetime, timedelta
import logging
from homeassis... |
56 | null | P3HPC/code-base-investigator | # Repository Context
Name: P3HPC/code-base-investigator
Description:
# Pull Request
## Replace importcfg.json with config TOML file
Adopting Python 3.12 means that we have access to `tomllib`, and can replace a JSON configuration file like this:
```json
{
"compilers": [
{
"name": "nvcc",
"... |
40,060 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Remove unsupported states from security systems in HomeKit
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Des... |
178 | null | vpoulailleau/python-dev-tools | # Repository Context
Name: vpoulailleau/python-dev-tools
Description:
# Pull Request
## Bump sphinx from 2.2.0 to 2.2.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.2.0 to 2.2.1.
<details>
<summary>Changelog</summary>
*Sourced from [sphinx's changelog](https://github.com/sphinx-doc/sphinx/blob/maste... |
590 | null | starsimhub/starsim | # Repository Context
Name: starsimhub/starsim
Description:
# Pull Request
## Raw bit generator sampling
### Description
The issue observed in #568 appears to be because `rng.random()` (to get a random float) is faster than `rng.integers()`. It's been suggested that this is because `random()` is a pure C call whi... |
2,743 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Relay] Add logical operators
This is a follow-up to https://github.com/dmlc/tvm/pull/2453, to port the operators that were added to Relay.
The one thing I'm less than certain about is the support_level since I've yet to see some actual documen... |
162 | null | jaredks/rumps | # Repository Context
Name: jaredks/rumps
Description:
# Pull Request
## Automatically display windows in light or dark mode
Modified window class and alert function to automatically switch between light or dark mode based on what the user's system is displaying.
This fixes issue #161.
# Relevant Files Found
## r... |
172 | null | okfn-brasil/serenata-de-amor | # Repository Context
Name: okfn-brasil/serenata-de-amor
Description:
# Pull Request
## Analysis of meals on speech days
_Related to GH-137_
This also has the the bonus of setting up [serenata_toolbox](https://github.com/datasciencebr/serenata-de-amor/issues/143). It is only used for this notebook ATM but I can l... |
188 | null | googleapis/google-auth-library-python | # Repository Context
Name: googleapis/google-auth-library-python
Description:
# Pull Request
## Fix 161: Add error message to handle case of empty string for GOOGLE_APPLICATION_CREDENTIALS
Fixes #161 according to @jonparrott's recommendation
# Relevant Files Found
## google/auth/_default.py
```
# Copyright 2015 ... |
7,749 | null | ITISFoundation/osparc-simcore | # Repository Context
Name: ITISFoundation/osparc-simcore
Description:
# Pull Request
## ♻️ Maintenance: Updates on new `Annotated` type style and llm-prompts
<!-- Title Annotations:
WIP: work in progress
🐛 Fix a bug.
✨ Introduce new features.
🎨 Enhance existing feature.
♻️ Refactor co... |
881 | null | lbbrhzn/ocpp | # Repository Context
Name: lbbrhzn/ocpp
Description:
# Pull Request
## Revert to str repr
Format for IntFlag changed from 3.10 to 3.11
# Relevant Files Found
## custom_components/ocpp/enums.py
```
"""Additional enumerated values to use in home assistant."""
from enum import Enum, IntFlag, auto
class HAChargerS... |
10 | null | MideTechnology/endaq-python | # Repository Context
Name: MideTechnology/endaq-python
Description:
# Pull Request
## Update setup.py
Updated version
# Relevant Files Found
## setup.py
```
import setuptools
with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()
INSTALL_REQUIRES = [
'endaq-calc',
'endaq-... |
40,223 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## salt.utils.job: Fix bad KeyError handling
## Issue
Bad handling of `KeyError` which can catch `KeyError` from given returner.
In other words, if your returner `foo` exposes function `returner` raising a `KeyError` you will get: `Returner... |
197 | null | nv-legate/cupynumeric | # Repository Context
Name: nv-legate/cupynumeric
Description:
# Pull Request
## excluding 2 documentation files from pre-commit config file
We need to exclude config.py and _comparison* script files from pre-commit configuration.
Pre-commit complains on the order of "import" in config.py, but the order has to be... |
136 | null | stanfordnlp/pyvene | # Repository Context
Name: stanfordnlp/pyvene
Description:
# Pull Request
## [Minor] Accepting `labels` field for loss calculation
## Description
Letting the forward API to accept the `labels` field.
## Testing Done
Unit tests.
## Checklist:
- [x] My PR title strictly follows the format: `[Your Prior... |
768 | null | packit/packit-service | # Repository Context
Name: packit/packit-service
Description:
# Pull Request
## Link SRPMBuildModel to JobTriggerModel
- [x] Link SRPMBuildModel to JobTriggerModel (schema migration)
- [x] Copr trigger_ids from CoprBuildModel to SRPMBuildModel
- [x] Update tests
Rn, theres no way of accessing which project an ... |
1,045 | null | keylime/keylime | # Repository Context
Name: keylime/keylime
Description:
# Pull Request
## ima_ast: Make entry parsing stricter
This changes str.split and str.strip invocations to avoid any implicit
treatment of the space (" "), which is used as the delimiter character
for measurement list entries. Also simplify the ima-sig temp... |
49 | null | atomiechen/HandyLLM | # Repository Context
Name: atomiechen/HandyLLM
Description:
# Pull Request
## Bump version to 0.9.3: fix httpx params
# Relevant Files Found
## src/handyllm/requestor.py
```
from __future__ import annotations
__all__ = [
"Requestor",
"DictRequestor",
"BinRequestor",
"ChatRequestor",
"Comple... |
46 | null | leonardt/pycoreir | # Repository Context
Name: leonardt/pycoreir
Description:
# Pull Request
## Tracking rdaly525 PR 521
Tracking coreir PR https://github.com/rdaly525/coreir/pull/521
# Relevant Files Found
## coreir/__init__.py
```
from ctypes import cdll
import ctypes as ct
import platform
import os
from coreir.global_value impor... |
928 | null | apple/axlearn | # Repository Context
Name: apple/axlearn
Description:
# Pull Request
## Add prefill hidden states as module outputs.
Some use cases involve reusing hidden states from the decoding prefix. cc @kevinye0108
# Relevant Files Found
## axlearn/common/decoder.py
```
# Copyright © 2023 Apple Inc.
"""Decoder layers."""
... |
50 | null | mpope9/nba-sql | # Repository Context
Name: mpope9/nba-sql
Description:
# Pull Request
## Initial GUI, default to SQLite
This looks good enough for a first shot. Uses the Gooey python package to achieve a GUI.
Also defaults to SQLite. Gooey won't really work with MySQL or PG unless the env vars are set. Might bite the bullet and... |
353 | null | HarrisonKramer/optiland | # Repository Context
Name: HarrisonKramer/optiland
Description:
# Pull Request
## Add `clearance` to the operands dict
A one-line PR to add `clearance` to the operands dict.
# Relevant Files Found
## optiland/optimization/operand/operand.py
```
"""Operand Module
This module defines various operands to be used d... |
139 | null | ellmetha/django-machina | # Repository Context
Name: ellmetha/django-machina
Description:
# Pull Request
## Fix typo in view class name
I fixed a typo in the view class 'TopicSubscribtionListView' and its corresponding test class. Is this likely to cause any compatibility problems?
# Relevant Files Found
## machina/apps/forum_member/app... |
18 | null | Almas-Ali/envist | # Repository Context
Name: Almas-Ali/envist
Description:
# Pull Request
## feat: add `Envist.validator` decorator support.
# Relevant Files Found
## envist/core/parser.py
```
"""Main Envist parser class"""
import os
import re
from typing import Any, Callable, Dict
from typing import List as ListType
from typin... |
6,681 | null | PaddlePaddle/docs | # Repository Context
Name: PaddlePaddle/docs
Description:
# Pull Request
## 【映射文档】添加了 `torch.Tensor.max` 与 `torch.Tensor.min` 映射文档
# Relevant Files Found
## docs/guides/model_convert/convert_from_pytorch/validate_mapping_in_api_difference.py
```
import collections
import json
import os
import re
import tracebac... |
37,957 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add static and pic options to gettext
This PR adds static and pic options to gettext. These changes support NOAA/National Weather Service R&D and operational forecasting applications.
# Relevant Files Found
## var/spack/repos/builtin/packages/g... |
1,267 | null | TransformerOptimus/SuperAGI | # Repository Context
Name: TransformerOptimus/SuperAGI
Description:
# Pull Request
## Models Marketplace bug fix for main
<!-- Thank you for submitting this PR! :) -->
<!-- Provide a general summary of your changes in the Title above ^, end with (close #<issue-no>) or (fix #<issue-no>) -->
### Description
<!--... |
686 | null | cookiejar/cookietemple | # Repository Context
Name: cookiejar/cookietemple
Description:
# Pull Request
## Fix/bump version
<!-- Many thanks for contributing to cookietemple! -->
**Associated Template/Command/Core**
bump-version
<!-- State the template handle or command. -->
**PR Checklist**
<!-- Please fill in the appropriat... |
7,046 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Fix `At` output offset
Fixed offset calculation for `At`. The current implementation is similar to getitem of CuPy https://github.com/cupy/cupy/blob/master/cupy/core/_routines_indexing.pyx#L267.
# Relevant Files Found
## tests/chainerx_test... |
184 | null | ndif-team/ndif | # Repository Context
Name: ndif-team/ndif
Description:
# Pull Request
## bug fix with non serializable result
# Relevant Files Found
## src/services/api/src/queue/coordinator.py
```
"""Queue coordinator for routing API requests to model processors.
The coordinator:
- Receives serialized `BackendRequestModel` i... |
2,821 | null | bentoml/BentoML | # Repository Context
Name: bentoml/BentoML
Description:
# Pull Request
## fix(datacontainer): pytorch to_payload should disable gradient
## What does this PR address?
<!--
Thanks for sending a pull request!
Congrats for making it this far! Here's a 🍱 for you. There are still a few steps ahead.
Please make sure t... |
68 | null | CNChTu/Diffusion-SVC | # Repository Context
Name: CNChTu/Diffusion-SVC
Description:
# Pull Request
## conformer_naive支持更多的激活函数
如题,在多次测试中发现,conformer的最后一个激活函数对生成结果存在影响,conformer原版使用的Swish会造成音染 测试后发现,该激活函数的选择会影响生成结果的风格
目前可能的最优解是PReLU,在diffsinger-lynxnet和ddsp-svc上均有可能的提升表现
具体的解释性研究可见:https://mp.weixin.qq.com/s/2WrEh3wHzYE6TCKuw_laLw
# ... |
313 | null | PythonFreeCourse/calendar | # Repository Context
Name: PythonFreeCourse/calendar
Description:
# Pull Request
## Feature/waze + Fix event
#312
- Add a link to waze navigation
- (Need to arrange the link with the coordinates after it goes up to code)
- Restore deleted parts from html
# Relevant Files Found
## app/database/models.py
```... |
650 | null | omni-us/jsonargparse | # Repository Context
Name: omni-us/jsonargparse
Description:
# Pull Request
## Fix nested dataclass with init=False not working correctly
## What does this PR do?
Fixes #648.
## Before submitting
- [x] Did you read the [contributing guideline](https://github.com/omni-us/jsonargparse/blob/main/CONTRIBUTING.... |
1,598 | null | dottxt-ai/outlines | # Repository Context
Name: dottxt-ai/outlines
Description:
# Pull Request
## Improve docstrings and type hinting in model base and generator
# Relevant Files Found
## outlines/applications.py
```
from typing import Any, Callable, Dict, Optional, Union
from outlines.generator import BlackBoxGenerator, Generator... |
490 | null | bitcoin-dev-project/warnet | # Repository Context
Name: bitcoin-dev-project/warnet
Description:
# Pull Request
## Fix logging test timeouts
* and a small uv update to CI while I'm in there 😘
# Relevant Files Found
## test/logging_test.py
```
#!/usr/bin/env python3
import logging
import os
import threading
from datetime import datetime
fr... |
3,193 | null | hongbo-miao/hongbomiao.com | # Repository Context
Name: hongbo-miao/hongbomiao.com
Description:
# Pull Request
## fix(type): mypy
# Relevant Files Found
## convolutional-neural-network/main.py
```
from args import get_args
from evaluate import evaluate
from model.data_loader import train_data_loader, val_data_loader
from model.net import n... |
151 | null | raybears/cot-transparency | # Repository Context
Name: raybears/cot-transparency
Description:
# Pull Request
## Add fixes for parsing of consistency formatters
# Relevant Files Found
## cot_transparency/formatters/extraction.py
```
import re
from string import ascii_uppercase
from typing import Optional
from cot_transparency.data_model... |
18 | null | CenterForOpenScience/scrapi | # Repository Context
Name: CenterForOpenScience/scrapi
Description:
# Pull Request
## Full PLoS consumer and parser
Closes fabianvf/scrapi#16
# Relevant Files Found
## api/process_docs.py
```
# This file will be used to process raw and preprocessed-JSON documents from the scrapers
import os
import json
import d... |
200 | null | DjangoGirls/djangogirls | # Repository Context
Name: DjangoGirls/djangogirls
Description:
# Pull Request
## Add search functionality for admin coach list page

Search fields: name, twitter_handle, url.
Fixes #197
# Relevant Files F... |
819 | null | ONSdigital/csvcubed | # Repository Context
Name: ONSdigital/csvcubed
Description:
# Pull Request
## Using pandas_input_to_columnar_optional_str in _map_col_name_to_attr_…
`pandas_input_to_columnar_string` replaced with `pandas_input_to_columnar_optional_str` in `_map_col_name_to_attr_val_uris` function (`data_cube_repository.py`) to han... |
5,800 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Fix flaky tests
# Relevant Files Found
## vault/tests/metrics.py
```
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
# Everything our environment may provides
M... |
3 | null | andrewramsay/ical_to_gcal_sync | # Repository Context
Name: andrewramsay/ical_to_gcal_sync
Description:
# Pull Request
## support syncing location
Adds location syncing
Adds checks on description & location for changed events
# Relevant Files Found
## ical_to_gcal_sync.py
```
from __future__ import print_function
import logging
import time
im... |
937 | null | keras-team/keras-core | # Repository Context
Name: keras-team/keras-core
Description:
# Pull Request
## Add support for Tensorflow SparseTensors: Dot merging layer.
Added `tf.SparseTensor` support for ops:
- matmul (sparse support was very partial before this PR)
- squeeze
- expand_dims
Added `tf.SparseTensor` support for merging la... |
15,861 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Short circuit username calls
@snopoke @calellowitz so we don't have to wait on the other PR
# Relevant Files Found
## corehq/apps/users/dbaccessors/couch_users.py
```
from corehq.apps.users.models import CouchUser
from corehq.util.couch... |
2 | null | am-flow/drf-hooks | # Repository Context
Name: am-flow/drf-hooks
Description:
# Pull Request
## Use settings.AUTH_USER_MODEL string instead of get_user_model() to av…
…oid possible circular imports in projects customizing django User model
# Relevant Files Found
## drf_hooks/models.py
```
import json
from collections import Ordered... |
148 | null | logicalclocks/hops-util-py | # Repository Context
Name: logicalclocks/hops-util-py
Description:
# Pull Request
## [HOPSWORKS-1526] Can't update job when doing insert into featuregroup
# Relevant Files Found
## hops/constants.py
```
"""
String Constants used in Hops-Util: Environment variables, Kafka Config, SSL Config etc.
"""
class HTTP... |
2,508 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Fix for tier-2_rbd_regression - suites failure in regression
Fix for pipeline issue for tier_2-RBD_regression
issue observed in below test suite :
Test to disable the image features on image when image is moved to trash
https://rep... |
3 | null | ioos/compliance-checker | # Repository Context
Name: ioos/compliance-checker
Description:
# Pull Request
## Adds Chapter 4 compliance and non-compliance checks
- Non-compliance test for latitude
- Adds Longitude non-compliance test
- Adds vertical coordinate C4.3 compliance checks/test
- Adds vertical coordinate compliance check/tests
- Add... |
29 | null | tornede/py_experimenter | # Repository Context
Name: tornede/py_experimenter
Description:
# Pull Request
## Update structure of config file.
Remove Section [DATABASE]
A lot of adaptions in test cases, examples,... needed.
# Relevant Files Found
## py_experimenter/database_connector.py
```
import abc
import logging
from datetime import... |
32 | null | cloudblue/connect-reports-core | # Repository Context
Name: cloudblue/connect-reports-core
Description:
# Pull Request
## LITE-19949: added style capability for xlsx render
This PR is adding the capability to use styles in the xlsx render. Now you could send from the entrypoint function either a value (string) or a tuple containing value (string) ... |
2 | null | fy0/slim | # Repository Context
Name: fy0/slim
Description:
# Pull Request
## fix support post json
添加支持post content-type为'application/json' 方式
# Relevant Files Found
## slim/base/view.py
```
import logging
import time
from abc import abstractmethod
from ipaddress import ip_address, IPv4Address, IPv6Address
from types impo... |
102 | null | aws-samples/service-screener-v2 | # Repository Context
Name: aws-samples/service-screener-v2
Description:
# Pull Request
## Change constant to dynamically get python version for botocore dir path
# Description
Fix Lambda runtime version not found issues
## Type of change
Please delete options that are not relevant, and add any that may be ... |
18 | null | pyapp-kit/psygnal | # Repository Context
Name: pyapp-kit/psygnal
Description:
# Pull Request
## add __call__ as alias for `emit` on SignalInstance
closes #17
# Relevant Files Found
## psygnal/_signal.py
```
__all__ = ["Signal", "SignalInstance"]
import inspect
import threading
import warnings
import weakref
from contextlib import... |
1,206 | null | IBM/unitxt | # Repository Context
Name: IBM/unitxt
Description:
# Pull Request
## Add demos to task_data
Closes: https://github.com/IBM/unitxt/issues/1202
# Relevant Files Found
## src/unitxt/formats.py
```
import re
from typing import (
Any,
Dict,
List,
Optional,
)
from .dataclass import OptionalField
from ... |
1,035 | null | BLSQ/openhexa-app | # Repository Context
Name: BLSQ/openhexa-app
Description:
# Pull Request
## fix(mixpanel): serialize ids for tracking emails
Adds serialization for workspace ids to send to mixpanel
# Relevant Files Found
## backend/hexa/user_management/schema.py
```
import binascii
import logging
import pathlib
from datetime im... |
1,608 | null | RedHatInsights/insights-core | # Repository Context
Name: RedHatInsights/insights-core
Description:
# Pull Request
## Disable reg on platform
Also modify how 4xx requests are handled by system creation function. 4xx response objects from python-requests are treated as "falsy" so there was an incorrect check happening when a 409 "duplicate machin... |
204 | null | nearbeach/NearBeach | # Repository Context
Name: nearbeach/NearBeach
Description:
# Pull Request
## Development 0.28.1
# Bug Fixes
- BUG628 - Can not update project status
- BUG698 - UploadDocumentWizard - does not limit the file types
- BUG700 - Documents are getting uploading and placed into two different spots
- BUG702 - ... |
492 | null | proxystore/proxystore | # Repository Context
Name: proxystore/proxystore
Description:
# Pull Request
## Invalidate cache entry when using `Store._set()`
<!---
Please fill out the following template for the PR. Some parts may not
apply to every PR type, so N/A can be used as necessary.
--->
# Description
<!--- Describe your ... |
355 | null | dbmi-bgm/cgap-portal | # Repository Context
Name: dbmi-bgm/cgap-portal
Description:
# Pull Request
## Fix broken unit tests (C4-611, C4-625)
This fixes some broken unit tests:
* For `SubmitCGAP` unit tests ([C4-611](https://hms-dbmi.atlassian.net/browse/C4-611))
* For `test_impersonate_user` ([C4-625](https://hms-dbmi.atlassian.net/b... |
2,127 | null | databricks/koalas | # Repository Context
Name: databricks/koalas
Description:
# Pull Request
## Fix Series.koalas.transform_batch to support additional dtypes and reuse it.
Fix `Series.koalas.transform_batch` to support additional dtypes and reuse it in `Series.transform` and `DataFrame.transform`.
After this, additional dtypes can... |
84 | null | Thunno/Thunno2 | # Repository Context
Name: Thunno/Thunno2
Description:
# Pull Request
## Start to add hypotenuse
# Relevant Files Found
## src/thunno2/commands.py
```
from thunno2.dictionary import *
from thunno2.helpers import *
import sys
"""Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS... |
74 | null | tavily-ai/tavily-python | # Repository Context
Name: tavily-ai/tavily-python
Description:
# Pull Request
## Error handling
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()
setup(
name='tavily-python',
version='... |
1,060 | null | keylime/keylime | # Repository Context
Name: keylime/keylime
Description:
# Pull Request
## Adds a per-agent counter for "successfull attestations" on Keylime.
This counter, "attestations" is now available via API calls (e.g.,
`keylime_tenant -c status`) and it is stored on the database to preserve
state in case the `verifier` is ... |
2,996 | null | bcgov/foi-flow | # Repository Context
Name: bcgov/foi-flow
Description:
# Pull Request
## Watcher notification fix
# 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 dateti... |
250 | null | clemos/haxe-sublime-bundle | # Repository Context
Name: clemos/haxe-sublime-bundle
Description:
# Pull Request
## Updated exec command args to work with ST2 and ST3.
When using the Haxe Bundle with ST2, running a build throws an error due to invalid arguments getting passed to the ST exec command. ST2 does not support the "syntax" argument, an... |
524 | null | wandb/wandb | # Repository Context
Name: wandb/wandb
Description:
# Pull Request
## default to anonymode being off by default.
Shawn thinks wandb.init anonymode to default to never for now. Open source we will send PRs with init(anonymous=allow)
# Relevant Files Found
## wandb/util.py
```
from __future__ import print_functio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.