pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
5,857 | null | emissary-ingress/emissary | # Repository Context
Name: emissary-ingress/emissary
Description:
# Pull Request
## Fix dev/v4 image builds
Arrange things so that `make images` works again. :man_facepalming:
- **ci: fix failing build(s)**
- **style: fix linting errors**
- **fix(kat-server): Don't try to copy kat-client in the kat-server Dockerfi... |
1 | null | yanomateus/loan-calculator | # Repository Context
Name: yanomateus/loan-calculator
Description:
# Pull Request
## Docs
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# loan_calculator documentation build configuration file, created by
# sphinx-quickstart on Fri Jun 9 13:47:02 2017.
#
# This file... |
194 | null | thegetty/lod-gateway | # Repository Context
Name: thegetty/lod-gateway
Description:
# Pull Request
## Update Exhibition Carried Out By Label Property Value – DEV-3378
Updated the Exhibition `carried_out_by` classification `_label` property value to the correct corresponding value of “Curators” as per AAT for the linked AAT term: http://v... |
83 | null | Wordcab/rtasr | # Repository Context
Name: Wordcab/rtasr
Description:
# Pull Request
## Improve error handling for providers
## ✨ Features
* Adds status code check to handle API problems
## 🔗 Linked Issue/s
#82
## 🧪 Tests
- [ ] Did you implement unit tests if required?
local testing only
# Relevant Files Foun... |
8 | null | JimCurryWang/python-shopee | # Repository Context
Name: JimCurryWang/python-shopee
Description:
# Pull Request
## fixed init bug in cache module
fixed init bug in cache module
# Relevant Files Found
## pyshopee/client.py
```
import os
import time
import json
import hmac, hashlib
from requests import Request, Session, exceptions
from .shop i... |
105 | null | KatherLab/STAMP | # Repository Context
Name: KatherLab/STAMP
Description:
# Pull Request
## skip test with OSError gated repo error
Models like CONCH1.5 and TITAN raise OSError instead of GatedRepoError, this PR skips tests with OSErrors containing "gated repo" in the message.
# Relevant Files Found
## tests/test_encoders.py
```
... |
402 | null | foundation-model-stack/foundation-model-stack | # Repository Context
Name: foundation-model-stack/foundation-model-stack
Description:
# Pull Request
## Enable Granite HF Adapter
Enabled models/hf/granite for allowing fms model conversion to hf
# Relevant Files Found
## fms/models/granite.py
```
import logging
import math
import re
from dataclasses import data... |
365 | null | nextsimhub/nextsimdg | # Repository Context
Name: nextsimhub/nextsimdg
Description:
# Pull Request
## Topazera switched ordering
# Relevant Files Found
## run/make_init.py
```
import netCDF4
# Currently creates the 30 x 30 rect grid files with land-sea mask. For the
# earlier, more rudimentary version of this script, please see the ... |
710 | null | InternLM/InternLM | # Repository Context
Name: InternLM/InternLM
Description:
# Pull Request
## Add more models into daily run
add more models into daily run.
including 1_8b and math-7b
add xcomposer2 models
# Relevant Files Found
## tests/test_hf_model.py
```
import pytest
import torch
from transformers import AutoModelForCausa... |
835 | null | pyglet/pyglet | # Repository Context
Name: pyglet/pyglet
Description:
# Pull Request
## Added support for FFmpeg 6.0.
Added support for FFmpeg 6.0. Tested with versions 4.4, 5.1, and 6.0; both audio and video on Windows.
Needs testing on Mac and Linux.
Also:
Added a warning if the loaded FFmpeg versions are not the expected... |
270 | null | apache/cassandra-python-driver | # Repository Context
Name: apache/cassandra-python-driver
Description:
# Pull Request
## Fixed a simple typo
# Relevant Files Found
## cassandra/cqlengine/models.py
```
# Copyright 2015 DataStax, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compl... |
4,064 | null | pytorch/vision | # Repository Context
Name: pytorch/vision
Description:
# Pull Request
## Fixed missing audio with pyav backend
Resolves https://github.com/pytorch/vision/issues/3779.
_align_audio_frames() expects start_pts and end_pts passed in `pts`. If we pass non-default start_pts and end_pts values, this causes the issue.
... |
58 | null | sieve-project/sieve | # Repository Context
Name: sieve-project/sieve
Description:
# Pull Request
## Add vanilla mode image building in CI
# Relevant Files Found
## gen_github_action.py
```
#!/usr/bin/env python3
from reprod import reprod_map
import yaml
import os
from sieve_common.common import sieve_modes
from datetime import datet... |
14 | null | NREL/sup3r | # Repository Context
Name: NREL/sup3r
Description:
# Pull Request
## Bnb/spatial sampling
Added spatial sampling to DataHandler. Uses method in utilities to select a random spatial extent from the full domain, according to user input shape and number of samples. This is then incorporated into the previous batch ind... |
141 | null | bessagroup/f3dasm | # Repository Context
Name: bessagroup/f3dasm
Description:
# Pull Request
## add overwrite run method to function
small bugfix
# Relevant Files Found
## docs/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:... |
4,384 | null | mitmproxy/mitmproxy | # Repository Context
Name: mitmproxy/mitmproxy
Description:
# Pull Request
## mitmproxy.exe 🎉🥳
#### Description
This PR vendors [my urwid patch](https://github.com/urwid/urwid/pull/448) adding Windows support to urwid.raw_display. This means we can now run mitmproxy's command line interface natively on Windows... |
358 | null | androguard/androguard | # Repository Context
Name: androguard/androguard
Description:
# Pull Request
## fixing #354 with unit tests and #355
#354 resolved with changes on line 538 of apk.py. Tests added in test_apk.py to test that a string type is returned for get_activities(), which currently returns a byte class.
#355 resolved with m... |
39,638 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Add indexes on dag_id column in referencing tables to speed up deletion of dag records
When the dag records count gets huge, and users try to delete
DAG and DAG runs that are no longer needed or are stale, it
is observed that the deletion i... |
1,490 | null | pytorch/audio | # Repository Context
Name: pytorch/audio
Description:
# Pull Request
## Add warning for non-integer resampling frequencies
Add warning and suggestion when the frequency inputs to the resample function are not integer values
cc #1487
# Relevant Files Found
## test/torchaudio_unittest/functional/functional_impl.... |
101 | null | druids/django-pyston | # Repository Context
Name: druids/django-pyston
Description:
# Pull Request
## Add extra fields
# Relevant Files Found
## example/dj/apps/app/models.py
```
from django.db import models
from django.db.models import Count
from django.utils.translation import ugettext_lazy as _
from pyston.utils.decorators import... |
69 | null | login-securite/lsassy | # Repository Context
Name: login-securite/lsassy
Description:
# Pull Request
## Dissociating file and output format
Added an option to dissociate the format of the output in stdout and the output file.
Option added :
-file-format or -ff
# Relevant Files Found
## lsassy/console.py
```
import argparse
import ... |
48 | null | czue/celery-progress | # Repository Context
Name: czue/celery-progress
Description:
# Pull Request
## Show task started even if it doesn't update progress
If a task does not update progress incrementally but has track_started=True, it'll show "Waiting for task to start..." until it finishes. With this it shows "Task started..." instead.
... |
462 | null | Nextdoor/kingpin | # Repository Context
Name: Nextdoor/kingpin
Description:
# Pull Request
## Add ecs network mode support
# Relevant Files Found
## kingpin/actors/aws/ecs.py
```
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a ... |
30,784 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Network] `az network network-watcher packet-capture`: Support to packet capture include ring buffer
**Related command**
'az network network-watcher packet-capture'
**Description**<!--Mandatory-->
These commands require that both Azure N... |
196 | null | python-discord/bot-core | # Repository Context
Name: python-discord/bot-core
Description:
# Pull Request
## Update all deps
This updates all deps to latest, and updates how we use ruff to support the new options
# Relevant Files Found
## pydis_core/utils/paste_service.py
```
import json
from aiohttp import ClientConnectorError, ClientSe... |
1 | null | sudo-woodo/hitmeup | # Repository Context
Name: sudo-woodo/hitmeup
Description:
# Pull Request
## Create more error pages
Made error pages for 400, 403, 500.
# Relevant Files Found
## staticpages/views.py
```
from django.template.response import TemplateResponse
# Create your views here.
def home(request):
return TemplateRespo... |
2 | null | SmashedFrenzy16/donut-emulator | # Repository Context
Name: SmashedFrenzy16/donut-emulator
Description:
# Pull Request
## Add files via upload
# Relevant Files Found
# Edits
This pull request adds a new version of the Donut Emulator terminal application, introducing a feature-rich Python script (`donut-emulator-beta.py`) with various built-i... |
173 | null | aerospike/aerospike-admin | # Repository Context
Name: aerospike/aerospike-admin
Description:
# Pull Request
## fix: Auto-complete returns no result in some cases
# Relevant Files Found
## asadm.py
```
#!/usr/bin/env python3
# Copyright 2013-2023 Aerospike, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License")
# you may... |
110 | null | sieve-project/sieve | # Repository Context
Name: sieve-project/sieve
Description:
# Pull Request
## Collect rest read trace in learning mode
# Relevant Files Found
## gen_github_action.py
```
#!/usr/bin/env python3
from reproduce_bugs import reprod_map
import yaml
import os
from sieve_common.common import sieve_modes
from datetime i... |
3 | null | hassa/BeatCop | # Repository Context
Name: hassa/BeatCop
Description:
# Pull Request
## pypiability
Make sure to put in proper values in setup.py after merging.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
from distutils.core import setup
setup(name='BeatCop',
version='1.0',
description='Cluster s... |
31 | null | awslabs/sagemaker-debugger | # Repository Context
Name: awslabs/sagemaker-debugger
Description:
# Pull Request
## Zcc mxnet test
### Description of changes:
This is a standalone script to test the zero code change. The test trains the network and asserts on loss tensors getting recorded.
It relies on hook getting created by the framework.
... |
354 | null | nsidc/earthaccess | # Repository Context
Name: nsidc/earthaccess
Description:
# Pull Request
## Handle S3 credential expiration more gracefully
Closes https://github.com/nsidc/earthaccess/issues/353
# Relevant Files Found
## earthaccess/store.py
```
import datetime
import os
import shutil
import traceback
from copy import deepcopy
... |
52 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Add a test mail backend that limits outgoing mails
# Relevant Files Found
## bluebottle/bluebottle_utils/email_backend.py
```
from django.core.mail.backends.smtp import EmailBackend
from django.conf import settings
import dkim
... |
157 | null | ucldc/rikolti | # Repository Context
Name: ucldc/rikolti
Description:
# Pull Request
## OAC mapper
Closes #144
# Relevant Files Found
## metadata-fetcher/lambda_function.py
```
import json
import os
import boto3
from Fetcher import Fetcher, FetchError
from NuxeoFetcher import NuxeoFetcher
DEBUG = os.environ.get('DEBUG', Fals... |
2,120 | null | openshift/lightspeed-service | # Repository Context
Name: openshift/lightspeed-service
Description:
# Pull Request
## Assert attributes in session.config
## Description
Assert attributes in `session.config`
Will make more clear why e2e tests are failing
## Type of change
- [ ] Refactor
- [ ] New feature
- [ ] Bug fix
- [ ] CVE fix
... |
55 | null | joeyespo/pytest-watch | # Repository Context
Name: joeyespo/pytest-watch
Description:
# Pull Request
## Config collection fixes
- Fix #52 by handing `KeyboardInterrupt`
- Speed up config collection
- Cleanup
# Relevant Files Found
## pytest_watch/command.py
```
"""
pytest_watch.command
~~~~~~~~~~~~~~~~~~~~
Implements the command-line... |
116 | null | cmu-cs-academy/desktop-cmu-graphics | # Repository Context
Name: cmu-cs-academy/desktop-cmu-graphics
Description:
# Pull Request
## Improve check for shadowed modules
* If you are importing cmu_graphics from within the Python 3.13 REPL, we will no longer complain about possibly shadowed modules.
* If you are running a script in another directory, e.g.... |
23 | null | glyph/txsni | # Repository Context
Name: glyph/txsni
Description:
# Pull Request
## Don't go wantonly creating reference cycles
# Relevant Files Found
## txsni/snimap.py
```
import collections
from zope.interface import implementer
from OpenSSL.SSL import Connection
from twisted.internet.interfaces import IOpenSSLServerCo... |
12 | null | pyrddlgym-project/pyRDDLGym-jax | # Repository Context
Name: pyrddlgym-project/pyRDDLGym-jax
Description:
# Pull Request
## Parameter-Exploring Policy Gradient Hybridization (Beta)
Implemented hybridization of vanilla JaxPlan (v1.2) with parameter-exploring policy gradients (PGPE). PGPE was chosen because it is general and does not make strong assu... |
272 | null | fastapi/sqlmodel | # Repository Context
Name: fastapi/sqlmodel
Description:
# Pull Request
## ♻ Refactor internal imports to reduce redundancy
There's a redundant import which can be fixed with either of these:
```python
from sqlalchemy import CHAR, types
```
Or:
```python
from sqlalchemy.types import CHAR, TypeDecorator
... |
113 | null | ApeWorX/ape-solidity | # Repository Context
Name: ApeWorX/ape-solidity
Description:
# Pull Request
## feat: way nicer error when typing an import statement wrong [APE-1152]
### What I did
Better error when you type an import wrong and stuff, like this:
```solidity
import "@openzeppelin/contracts/proxy/beacon/IdBeacon.sol";
```
... |
56 | null | decoderesearch/SAELens | # Repository Context
Name: decoderesearch/SAELens
Description:
# Pull Request
## minor refactoring to SAE and adding tests
This PR is a minor refactoring of the SAE class, with added tests. The refactoring covers the following:
- moved the MSE with norm calculation into its own function, as it was used in 2 places... |
101 | null | ingresso-group/pyticketswitch | # Repository Context
Name: ingresso-group/pyticketswitch
Description:
# Pull Request
## Adds must_select_whole_seat_block to AvailabilityMeta
Does what it says on the tin: adds `must_select_whole_seat_block` to the AvailabilityMeta class.
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python3
# -*- co... |
591 | null | fsspec/gcsfs | # Repository Context
Name: fsspec/gcsfs
Description:
# Pull Request
## Ensure consistent use of versions during pagination
Fixes #590.
I didn't add a test since I don't know how to write a sensible unit-test for paginated results.
# Relevant Files Found
## gcsfs/core.py
```
"""
Google Cloud Storage pythonic i... |
48 | null | litestar-org/advanced-alchemy | # Repository Context
Name: litestar-org/advanced-alchemy
Description:
# Pull Request
## feat: add support for `cockroachdb`
# Relevant Files Found
## advanced_alchemy/types.py
```
from __future__ import annotations
import datetime
import uuid
from base64 import b64decode
from typing import TYPE_CHECKING, Any, ... |
20 | null | ankitchiplunkar/erasure.py | # Repository Context
Name: ankitchiplunkar/erasure.py
Description:
# Pull Request
## update readme
# Relevant Files Found
## setup.py
```
from os import path
from setuptools import (
find_packages,
setup,
)
# managing version
with open("VERSION", 'r') as f:
VERSION = f.read()
# managing readme
thi... |
57,399 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Fix for issue #57268 - ENH: Preserve input start/end type in interval…
…_range
- [ ] closes #57268
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing... |
380 | null | OWASP/OpenCRE | # Repository Context
Name: OWASP/OpenCRE
Description:
# Pull Request
## increase threshold accuracy so we get better matches now that there i…
…s a fallback to generic llm
# Relevant Files Found
## application/prompt_client/prompt_client.py
```
from application.database import db
from application.defs import cre... |
1 | null | cooldome/Nim-gdb | # Repository Context
Name: cooldome/Nim-gdb
Description:
# Pull Request
## python3 patches.
now it runs on a gdb linked against python3.
It was not tested against gdb-python2 (i have none :/)
I've made changes to nim.py to make it 2to3 friendly.
# Relevant Files Found
## nim.py
```
import gdb
import re
####... |
458 | null | ComPWA/ampform | # Repository Context
Name: ComPWA/ampform
Description:
# Pull Request
## FEAT: implement `cached.unfold` for amplitude models
Implemented a convenience function, `cached.unfold()`, which does two things:
1. It combines and 'unfolds' (evaluates) the `model.intensity` and its `model.amplitudes` in one go.
1. It unf... |
38 | null | demisto/parse-emails | # Repository Context
Name: demisto/parse-emails
Description:
# Pull Request
## Fixed test
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
- [x] Ready
## Description
Fixed file path in test
# Relevant Files Found
## parse_emails/tests/parse_emails_test.py
```
#... |
730 | null | aryn-ai/sycamore | # Repository Context
Name: aryn-ai/sycamore
Description:
# Pull Request
## More materialize documentation
Copy over documentation from docset to transforms/materialize.md Copy some examples from the upcoming blog post.
# Relevant Files Found
## lib/sycamore/sycamore/docset.py
```
from collections.abc import Mapp... |
289 | null | biopragmatics/pyobo | # Repository Context
Name: biopragmatics/pyobo
Description:
# Pull Request
## Generate IRI and versioned IRI for functional OWL
# Relevant Files Found
## src/pyobo/struct/functional/obo_to_functional.py
```
"""Converters from OBO to functional OWL."""
from __future__ import annotations
from collections import... |
568 | null | PaloAltoNetworks/pan-os-python | # Repository Context
Name: PaloAltoNetworks/pan-os-python
Description:
# Pull Request
## build: fix readthedocs visuals
Fixes ReadTheDocs issues that have cropped up over time
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# complexity documentation build configuration... |
2,085 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Local Sync Agent
## Tracking issue
https://github.com/flyteorg/flyte/issues/3936
## Why are the changes needed?
We want to support synchronous tasks in the agent.
## What changes were proposed in this pull request?
Add sync agent l... |
946 | null | lookit/lookit-api | # Repository Context
Name: lookit/lookit-api
Description:
# Pull Request
## Fix login next
Update login so that the current page is stored in the query string.
Login from study's detail page:

Login f... |
745 | null | SwissDataScienceCenter/renku-python | # Repository Context
Name: SwissDataScienceCenter/renku-python
Description:
# Pull Request
## fix: zenodo dataset import error
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
# Description
Fixes a regression remained from refactoring Renku python which prevents importing of... |
287 | null | onnx/turnkeyml | # Repository Context
Name: onnx/turnkeyml
Description:
# Pull Request
## Add average mmlu accuracy
Add average accuracy metric in mmlu test
# Relevant Files Found
## src/lemonade/tools/mmlu.py
```
import argparse
import os
import tarfile
from pathlib import Path
from typing import List, Optional
import subproces... |
1,199 | null | asdf-format/asdf | # Repository Context
Name: asdf-format/asdf
Description:
# Pull Request
## Replace use of `pkg_resources` with `importlib`
Replaces all uses of `pkg_resources` with `importlib` throughout asdf.
Fixes #941
# Relevant Files Found
## asdf/asdf.py
```
import copy
import datetime
import io
import os
import time
im... |
56 | null | epam/ai-dial-adapter-bedrock | # Repository Context
Name: epam/ai-dial-adapter-bedrock
Description:
# Pull Request
## fix: avoid generating empty content for Stability
# Relevant Files Found
## aidial_adapter_bedrock/llm/model/stability.py
```
from enum import Enum
from typing import Any, Dict, List, Mapping, Optional
from pydantic import B... |
7,857 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Google Cloud Enterprise Search retriever
<!-- Thank you for contributing to LangChain!
Added a retriever that encapsulated Google Cloud Enterprise Search.
@rlancemartin, @eyurtsev
# Relevant Files Found
## langchain/ret... |
314 | null | aigc-apps/sd-webui-EasyPhoto | # Repository Context
Name: aigc-apps/sd-webui-EasyPhoto
Description:
# Pull Request
## Features: support attribute edit
[sd-webui-loractl](https://github.com/cheald/sd-webui-loractl) as a bulitin extension in EP:
<img width="846" alt="image" src="https://github.com/aigc-apps/sd-webui-EasyPhoto/assets/30763967/cd31... |
1,039 | null | lastmile-ai/aiconfig | # Repository Context
Name: lastmile-ai/aiconfig
Description:
# Pull Request
## [python] Claude Model Parser
[python] Claude Model Parser
Model Parser for Claude on AWS Bedrock
Claude on Bedrock can be called with the
- `anthropic_bedrock` python library
- AWS' `Boto3` Library
- Chose to use the `anthrop... |
2,101 | null | varfish-org/varfish-server | # Repository Context
Name: varfish-org/varfish-server
Description:
# Pull Request
## fix: filter for hemizygous frequencies does not work (#2100)
<!--
NOTE
NOTE In most cases, you should create an issue first, and only then
NOTE a pull request. Please see the contribution guidelines for
NOTE further informat... |
82 | null | AllenInstitute/asap-modules | # Repository Context
Name: AllenInstitute/asap-modules
Description:
# Pull Request
## Adding option to delete existing sections in target stack during montaging
# Relevant Files Found
## rendermodules/dataimport/schemas.py
```
import marshmallow as mm
from argschema.fields import InputDir,InputFile, Str, Int, B... |
821 | null | IAHispano/Applio | # Repository Context
Name: IAHispano/Applio
Description:
# Pull Request
## limiting the core slider to max cpu cores instead of 64
, but no more than 32 cores.
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Motivation an... |
10 | null | int-brain-lab/iblapps | # Repository Context
Name: int-brain-lab/iblapps
Description:
# Pull Request
## Task QC
Changes for the new QC class in ibllib
# Relevant Files Found
## choiceworld_ephys_qc/bpod_qc.py
```
import logging
import argparse
from pathlib import Path
from itertools import cycle
import numpy as np
import pandas ... |
44 | null | FofanovLab/MTSv | # Repository Context
Name: FofanovLab/MTSv
Description:
# Pull Request
## Analyze
# Relevant Files Found
## mtsv/__main__.py
```
import click
import yaml
import subprocess as sp
from collections import OrderedDict
from mtsv import VERSION, PROG_NAME, CONFIG_STRING, CLUSTER_CONFIG
from mtsv.utils import (
sn... |
90 | null | sublimelsp/LSP-rust-analyzer | # Repository Context
Name: sublimelsp/LSP-rust-analyzer
Description:
# Pull Request
## [Chore] Update server 2023-01-16
This comes with a lot of config changes so cutting a release
The most notable is that it renames all the `checkOnSave` settings
# Relevant Files Found
## plugin.py
```
from LSP.plugin import A... |
1,298 | null | pyro-ppl/pyro | # Repository Context
Name: pyro-ppl/pyro
Description:
# Pull Request
## Fix doctests to pass on Python 2.7
Python 2.7 prints `set([])` whereas Python 3.5 prints `set()`.
# Relevant Files Found
## pyro/contrib/tracking/hashing.py
```
from __future__ import absolute_import, division, print_function
import heapq
i... |
133 | null | una-auxme/paf | # Repository Context
Name: una-auxme/paf
Description:
# Pull Request
## feat: package added with test code
# Description
New package with test node `CollisionCheck`. In this package the local planning components will be stored. Documentation will be created when real features are added.
*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.*
## Comprobaciones
As... |
2,015 | null | marshmallow-code/marshmallow | # Repository Context
Name: marshmallow-code/marshmallow
Description:
# Pull Request
## Minor fix in tests.base.User
Looks like this was overlooked at some point.
Thanks pylint for pointing this out.
# Relevant Files Found
## tests/base.py
```
"""Test utilities and fixtures."""
import datetime as dt
import uui... |
15,017 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## uni-algo: add recipe
Specify library name and version: **uni-algo/***
uni-algo is header-only unicode library.
---
- [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/... |
100 | null | KeckObservatory/RemoteObserving | # Repository Context
Name: KeckObservatory/RemoteObserving
Description:
# Pull Request
## Collect updates for latest release
Changes
- Use GitHub releases instead of regex for version check
# Relevant Files Found
## keck_vnc_launcher.py
```
#! /usr/bin/env python3
## Import standard modules
import os
import ar... |
1,168 | null | PCMDI/pcmdi_metrics | # Repository Context
Name: PCMDI/pcmdi_metrics
Description:
# Pull Request
## Add Fig 8 metrics to sea ice package
# Relevant Files Found
## pcmdi_metrics/sea_ice/lib/sea_ice_lib.py
```
#!/usr/bin/env python
import datetime
import json
import os
import sys
import dask
import numpy as np
import xarray as xr
imp... |
28 | null | EricssonResearch/illia | # Repository Context
Name: EricssonResearch/illia
Description:
# Pull Request
## Added uv
# Relevant Files Found
## illia/tf/distributions/gaussian.py
```
"""
This module contains the code for the Gaussian distribution.
"""
# Standard libraries
import math
from typing import Optional
# 3pps
import tensorflow ... |
26,002 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## [Pallas] Improve testing for casts from narrow types + test int4
[Pallas] Improve testing for casts from narrow types + test int4
For sub-32bit types there are so few distinct values that we can just
exhaustively test them all.
# Relevant Files... |
51 | null | interpretml/interpret-community | # Repository Context
Name: interpretml/interpret-community
Description:
# Pull Request
## add infrastructure to create a logging file on import if an env variable is specified
add infrastructure to create a logging file on import if an env variable is specified
If the 'INTERPRETC_LOGS' environment value is specifi... |
10,302 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [website] minimal changes to enable downloading the tutorials.tar.gz
The fix for Safari will take effect the next time the docs are deployed. In the meantime,
the docs are indeed downloaded, but Safari tells you there was a problem. If users na... |
343 | null | MountainLionAi/GenAI-Platform | # Repository Context
Name: MountainLionAi/GenAI-Platform
Description:
# Pull Request
## add mistral model
# Relevant Files Found
## genaipf/dispatcher/api.py
```
import json
import asyncio
from typing import List
from genaipf.conf.server import os
from genaipf.dispatcher.functions import gpt_functions
from gena... |
3,783 | null | langchain-ai/langgraph | # Repository Context
Name: langchain-ai/langgraph
Description:
# Pull Request
## langgraph: handle pydantic state updates better for fields w/ defaults
# Relevant Files Found
## libs/langgraph/langgraph/graph/state.py
```
import inspect
import logging
import typing
import warnings
from functools import partial
... |
3 | null | cre-dev/xml2db | # Repository Context
Name: cre-dev/xml2db
Description:
# Pull Request
## Fixes on model relations
This PR fix some bugs on data model creation:
* set minOccurs to 0 for complex types within choice model group
* actually use the relation name for the relation table name
* update test models output to reflect thos... |
161 | null | adafruit/Adafruit_CircuitPython_Requests | # Repository Context
Name: adafruit/Adafruit_CircuitPython_Requests
Description:
# Pull Request
## Update Mastodon API Example with Connection Manager
Added pretty serial hierarchy view, general code cleanup and improvements, more endpoints, new instructions for finding numerical userid. Attempted to ensure it mee... |
141 | null | ngardiner/TWCManager | # Repository Context
Name: ngardiner/TWCManager
Description:
# Pull Request
## Make chargeStopMode an int
The main code and the web interface disagreed about whether this value is an integer or a string containing possible values which are integers, and the code doesn't coerce it either direction. So setting this ... |
835 | null | TencentBlueKing/bk-user | # Repository Context
Name: TencentBlueKing/bk-user
Description:
# Pull Request
## feat: 导出增加<全名> #618
相关issue:https://github.com/TencentBlueKing/bk-user/issues/618
# Relevant Files Found
## src/api/bkuser_core/api/web/audit/serializers.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the ... |
7,164 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Use XLA atan2 for complex atan
Use XLA atan2 for complex atan
# Relevant Files Found
## jax/_src/lax/lax.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except ... |
628 | null | quay/quay | # Repository Context
Name: quay/quay
Description:
# Pull Request
## PROJQUAY-1393 - Use correct nginx port in ignition template
Generate the ignition template used by the builder using the correct
externally exposed secured GRPC port (55443).
**Issue:** https://issues.redhat.com/browse/PROJQUAY-1393
**Change... |
1,329 | null | cloudify-cosmo/cloudify-system-tests | # Repository Context
Name: cloudify-cosmo/cloudify-system-tests
Description:
# Pull Request
## Increase execution wait time
Sometimes AWS takes its time creating resources, so let's wait longer.
# Relevant Files Found
## cosmo_tester/framework/util.py
```
from contextlib import contextmanager
from datetime impor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.