pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
304 | null | endoflife-date/release-data | # Repository Context
Name: endoflife-date/release-data
Description:
# Pull Request
## Support more special date formats
Add a few replacement to support dates containing th/st/rd or and ending *.
# Relevant Files Found
## src/common/dates.py
```
import calendar
from datetime import datetime, timezone
def parse... |
8 | null | IlyaGusev/academia_mcp | # Repository Context
Name: IlyaGusev/academia_mcp
Description:
# Pull Request
## S2 search tool
### **PR Type**
Enhancement, Tests
___
### **Description**
- Add Semantic Scholar search tool
- Switch S2 endpoints to param-based URLs
- Increase HTTP timeout and backoff
- Add tests for S2 search
___
### Diagr... |
50 | null | pyiron/semantikon | # Repository Context
Name: pyiron/semantikon
Description:
# Pull Request
## Move ontology
In the ongoing efforts to define the interface between semantikon and workflow managers [here](https://github.com/pyiron/pyiron_workflow/issues/576), I started moving the knowledge graph part to semantikon.
# Relevant Files F... |
320 | null | MasterFacilityList/mfl_api | # Repository Context
Name: MasterFacilityList/mfl_api
Description:
# Pull Request
## Physical address fixes
# Relevant Files Found
## common/models/model_declarations.py
```
import logging
import reversion
import json
from django.db import models
from django.conf import settings
from rest_framework.exceptions... |
776 | null | Blazemeter/taurus | # Repository Context
Name: Blazemeter/taurus
Description:
# Pull Request
## Use `name` filter in BZA /projects call
# Relevant Files Found
## bzt/bza.py
```
"""
The idea for this module is to keep it separate from bzt codebase as much as possible,
it may become separate library in the future. Things like import... |
112 | null | rapidpro/rapidpro-python | # Repository Context
Name: rapidpro/rapidpro-python
Description:
# Pull Request
## Update get_flows and get_globals by adjusting filterable fields
# Relevant Files Found
## temba_client/serialization.py
```
from abc import ABCMeta, abstractmethod
from .exceptions import TembaSerializationException
from .utils ... |
38 | null | siliconlad/pybag | # Repository Context
Name: siliconlad/pybag
Description:
# Pull Request
## Create Deserializer Abstraction
# Relevant Files Found
## src/pybag/encoding/__init__.py
```
```
## src/pybag/encoding/cdr.py
```
import logging
import math
import struct
from typing import Any
from pybag.io.raw_reader import BytesRe... |
40 | null | pengfeng/ask.py | # Repository Context
Name: pengfeng/ask.py
Description:
# Pull Request
## Allow to use different embedding models.
# Relevant Files Found
## ask.py
```
import csv
import io
import json
import logging
import os
import queue
import urllib.parse
from concurrent.futures import ThreadPoolExecutor
from datetime impor... |
425 | null | kernelci/dashboard | # Repository Context
Name: kernelci/dashboard
Description:
# Pull Request
## Fix Filter in History Charts
Change the Tree Commit History SQL to allow pass filters in history charts.
**How to test**
1. Select a tree of your choice.
2. Play with filters and see the changes in History Chart
![Screenshot from 2... |
196 | null | olliequ/KittyBot | # Repository Context
Name: olliequ/KittyBot
Description:
# Pull Request
## Added RAG for improved memory in kitty and fixed Dockerfile cache issues
- Added Retrieval-Augmented Generation (RAG) with chromadb to improve memory access for more accurate responses.
- Injected memory into the prompt using the {memory} v... |
6,689 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## [UX] add download button for cluster job logs
<!-- Describe the changes in this PR -->
This PR adds a download button to the sky dashboard to allow users to download the full log files for their cluster jobs.
TODO (in a followup PR... |
7,611 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## Refactor arrow serialization logic for custom components
## Describe your changes
Refactor the arrow version of our components API to reuse the logic from our other arrow implementation. The current form had some redundant code and was... |
1,197 | null | winpython/winpython | # Repository Context
Name: winpython/winpython
Description:
# Pull Request
## proper searching of earlier version
# Relevant Files Found
## diff.py
```
# -*- coding: utf-8 -*-
#
# Copyright © 2013 Pierre Raybaut
# Licensed under the terms of the MIT License
# (see winpython/__init__.py for details)
"""
WinPyth... |
896 | null | stanford-crfm/helm | # Repository Context
Name: stanford-crfm/helm
Description:
# Pull Request
## support stop sequences + generalize model to adapter
1. Can use `stop=hash` to introduce ### in the prompt
2. Make tables rows be methods (adapter specs) rather than models.
Example:
,
modify this flow (using... |
577 | null | pydantic/pydantic-core | # Repository Context
Name: pydantic/pydantic-core
Description:
# Pull Request
## Fix to_json function
# Relevant Files Found
## tests/test_json.py
```
import json
import re
import pytest
from dirty_equals import IsList
from pydantic_core import (
PydanticSerializationError,
SchemaSerializer,
Schem... |
459 | null | magic-wormhole/magic-wormhole | # Repository Context
Name: magic-wormhole/magic-wormhole
Description:
# Pull Request
## remove python2.7 support
# Relevant Files Found
## setup.py
```
from setuptools import setup
import versioneer
commands = versioneer.get_cmdclass()
trove_classifiers = [
"Development Status :: 4 - Beta",
"Environm... |
168 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Skip non-recognized kwargs in interact
- [x] Fixes https://github.com/pyviz/panel/issues/165
# Relevant Files Found
## panel/interact.py
```
"""
Interact with functions using widgets.
The interact Pane implemented in this module mirrors
ipy... |
335 | null | arogozhnikov/einops | # Repository Context
Name: arogozhnikov/einops
Description:
# Pull Request
## Delete chainer backend
PR removed backend, docs, tests for chainer.
Chainer development was stopped a while ago, but the code kept working.
However is it not compatible with numpy 2.0, which is now unavoidable; so it's a good moment... |
420 | null | PrimeIntellect-ai/prime-rl | # Repository Context
Name: PrimeIntellect-ai/prime-rl
Description:
# Pull Request
## fix logger warning
# Relevant Files Found
## src/zeroband/training/data.py
```
import time
from pathlib import Path
from typing import Any, Generator, TypedDict
import pyarrow.parquet as pq
import torch
import torch.distribute... |
40 | null | proksee-project/proksee-cmd | # Repository Context
Name: proksee-project/proksee-cmd
Description:
# Pull Request
## Merge dev/evaluation into dev/cmd-evaluate
This pull request is to update the refactoring changes to evaluator classes.
# Relevant Files Found
## proksee/assembly_evaluator.py
```
"""
Copyright Government of Canada 2020
Writte... |
116 | null | keewis/blackdoc | # Repository Context
Name: keewis/blackdoc
Description:
# Pull Request
## update the vendored code
`black` changed a lot since the last time I looked.
To stay as compatible as possible the vendored code should stay as close to the original as possible, but trying to only fall back to it if `black` removes the fu... |
20 | null | GSK-Biostatistics/tab2neo | # Repository Context
Name: GSK-Biostatistics/tab2neo
Description:
# Pull Request
## add query builder doc strings
@paltusplintus @JonathanDeacon Please can one of you review!
@PranjaliParnerkar FYI and also
Adding doc strings to the majority of functions in the QueryBuilder class
# Relevant Files Found
## que... |
311 | null | ExpressAI/DataLab | # Repository Context
Name: ExpressAI/DataLab
Description:
# Pull Request
## Update question_answering.py
# Relevant Files Found
## datalabs/tasks/question_answering.py
```
from dataclasses import dataclass
from typing import ClassVar
from datalabs.features import ClassLabel, Features, Sequence, Value
from data... |
14,397 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [query/vds] Don't error if combiner is finished and output exists
We want to error if the output exists since the combiner will overwrite the output path. However we don't want to do this if the combiner is done, since if the user is rerunning a... |
139 | null | cloudviz/agentless-system-crawler | # Repository Context
Name: cloudviz/agentless-system-crawler
Description:
# Pull Request
## partial fix tomemory leak
Signed-off-by: Sastry Duri sastry@us.ibm.com
# Relevant Files Found
## crawler/emitter.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import logging
import tempfile
import gzip
impor... |
953 | null | run-house/kubetorch | # Repository Context
Name: run-house/kubetorch
Description:
# Pull Request
## Update ray stop command
runhouse ray not being fully terminated prior to starting ray again sometimes causing problems`
# Relevant Files Found
## runhouse/constants.py
```
import os
import sys
from pathlib import Path
from typing impo... |
526 | null | up42/up42-py | # Repository Context
Name: up42/up42-py
Description:
# Pull Request
## [AT-4336] Removing create/update Project, Workflows, and jobs
(insert scope and description here)
Items:
* [ ] Ran test & live-tests
* [ ] Implemented (new) unit tests
* [ ] Removed credentials
* [ ] Removed argument pointing to staging
... |
2,668 | null | openfun/marsha | # Repository Context
Name: openfun/marsha
Description:
# Pull Request
## 🐛(back) authorize ended live to initiate a transcription
## Purpose
When a live has been harvested and transform in VOD, then it is possible to initialize a transcription process.
## Proposal
- [x] authorize ended live to initiate a ... |
186 | null | Avaiga/taipy | # Repository Context
Name: Avaiga/taipy
Description:
# Pull Request
## Ignore pipeline if it has no DataNode (#182)
Addresses #182.
# Relevant Files Found
## src/taipy/gui_core/GuiCoreLib.py
```
# Copyright 2023 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may no... |
770 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## No longer check if self.cfg.binary exists in ProcessRunnerTest run_te…
…sts(),
as the inheritances might derive actually binary path internally.
## Checklist:
- [ ] Test
- [ ] Example (both test_plan.py and .rst)
- [ ] Documen... |
370 | null | microsoft/semanticworkbench | # Repository Context
Name: microsoft/semanticworkbench
Description:
# Pull Request
## Better skill logging.
# Relevant Files Found
## libraries/python/skills/skill-library/skill_library/skills/research2/routines/search.py
```
from typing import Any, cast
from openai_client import (
CompletionError,
cre... |
10,283 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## MRG: Disable CoregistrationUI widgets while fitting
This PR disables widgets while fitting (for now fitting and parameter buttons but ultimately we want to disable the whole interface).
cc @hoechenberger
# Relevant Files Found
## m... |
3 | null | hschickdevs/Telegram-Crypto-Alerts | # Repository Context
Name: hschickdevs/Telegram-Crypto-Alerts
Description:
# Pull Request
## multiple bugfix
# Relevant Files Found
## src/indicators.py
```
"""
Features Needed:
* PathX taapi.io api key
* Aggregate each symbol and indicator, then pull all available indicators using the taapi.io client
* Allow t... |
773 | null | KATO-Hiro/AtCoder | # Repository Context
Name: KATO-Hiro/AtCoder
Description:
# Pull Request
## Solve jsc2021 task B (#770)
close #770
# Relevant Files Found
# Edits
This pull request solves problem B from the JSC2021 contest on AtCoder, which involves finding integers that appear in exactly one of two given sequences. The key c... |
7 | null | AI4Bharat/indic-bias | # Repository Context
Name: AI4Bharat/indic-bias
Description:
# Pull Request
## Synthdata
# Relevant Files Found
# Edits
This pull request adds a synthetic data generation pipeline to create stereotype evaluation scenarios for assessing biases in LLMs within Indian contexts. It introduces templates and utiliti... |
1,493 | null | skrub-data/skrub | # Repository Context
Name: skrub-data/skrub
Description:
# Pull Request
## replace tabular_learner with tabular_pipeline
Fixes https://github.com/skrub-data/skrub/issues/1492
# Relevant Files Found
## doc/api_reference.py
```
"""Configuration for the API reference documentation.
This file controls the content a... |
137 | null | SHTOOLS/SHTOOLS | # Repository Context
Name: SHTOOLS/SHTOOLS
Description:
# Pull Request
## Add optional parameter lmax to SHCoeffs.spectrum()
# Relevant Files Found
## pyshtools/shclasses/shcoeffsgrid.py
```
"""
Spherical Harmonic Coefficients classes
SHCoeffs : SHRealCoeffs, SHComplexCoeffs
"""
from __future__ imp... |
578 | null | IATI/IATI-Standard-Website | # Repository Context
Name: IATI/IATI-Standard-Website
Description:
# Pull Request
## Kill trace
# Relevant Files Found
## iati/settings/base.py
```
"""Django settings for iati project.
Generated by 'django-admin startproject' using Django 2.0.3.
For more information on this file, see
https://docs.djangoprojec... |
328 | null | DesertBot/DesertBot | # Repository Context
Name: DesertBot/DesertBot
Description:
# Pull Request
## Add Weatherbit module
Since OpenWeatherMap tends to be a bit unreliable at times I figure we could try a different API. I didn't outright remove OpenWeatherMap though. This PR splits out the base functionality so that we can more easily p... |
16,466 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fix #16465: Add language filtering to /getreviewableopportunitieshandler
## Overview
<!--
READ ME FIRST:
Please answer *both* questions below and check off every point from the Essential Checklist!
If there is no corresponding issue number, f... |
355 | null | sarugaku/requirementslib | # Repository Context
Name: sarugaku/requirementslib
Description:
# Pull Request
## requirements parsing: do not include egg name twice
Requirements with a wheel path with extras caused a constraint line with egg name which was included twice.
For example:
```
'spacy = {file = "https://files.pythonhosted.org/pa... |
14 | null | plus3it/satsuki | # Repository Context
Name: plus3it/satsuki
Description:
# Pull Request
## Version 0.1.10
- Updated for GravityBee compatibility
# Relevant Files Found
## satsuki/__init__.py
```
# -*- coding: utf-8 -*-
"""satsuki module.
Satsuki is a Python package that helps manage GitHub releases and
release assets. Satsuki i... |
5 | null | imcrazysteven/Crypto-Trading-Analyze-Telegram-Bot | # Repository Context
Name: imcrazysteven/Crypto-Trading-Analyze-Telegram-Bot
Description:
# Pull Request
## [feat] fixed command_handlers for importing services
# Relevant Files Found
## bot/handlers/command_handlers.py
```
import logging
from datetime import datetime
from typing import Optional, List, Dict, An... |
33 | null | avast/wanna-ml | # Repository Context
Name: avast/wanna-ml
Description:
# Pull Request
## mlops-129 env variables in wanna.yaml
# Relevant Files Found
## src/wanna/core/utils/loaders.py
```
from pathlib import Path
from typing import Any, Dict, TextIO
import yaml
from yamlinclude import YamlIncludeConstructor
def load_yaml(s... |
849 | null | PaddlePaddle/PaddleClas | # Repository Context
Name: PaddlePaddle/PaddleClas
Description:
# Pull Request
## fix so make in windows
att, adapt to windows for recognition
windows results:

# Relevant Files Found
## deploy/vecto... |
1,422 | null | openfun/marsha | # Repository Context
Name: openfun/marsha
Description:
# Pull Request
## add PATCH endpoint to livesession resource
## Purpose
We want to introduce the ability to update a live_session resource. Only the PATCH method is allowed, the PUT is blocked to partially update the resource. The LiveSessionSerializer was n... |
11,940 | null | ccxt/ccxt | # Repository Context
Name: ccxt/ccxt
Description:
# Pull Request
## fetchLeverageTiers tests and base.exchange.has
# Relevant Files Found
## python/ccxt/base/exchange.py
```
# -*- coding: utf-8 -*-
"""Base exchange class"""
# -----------------------------------------------------------------------------
__ver... |
854 | null | pynucastro/pynucastro | # Repository Context
Name: pynucastro/pynucastro
Description:
# Pull Request
## add interfaces to replace protons with NSE protons
This follows up on #853 and adds 2 new functions:
`Rate.swap_protons` operates on a rate a simply replaces the protons with NSE protons for that rate.
`RateCollection.make_nse_pro... |
4,734 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Revert "Revert "api_core: Make PageIterator.item_to_value public. (#4702)""
Reverts GoogleCloudPlatform/google-cloud-python#4731
: add `account_token` and `card_program_token` to `Card`
# Relevant Files Found
## src/lithic/types/card.py
```
# File generated from our OpenAPI spec by Stainless.
from typing import List, Optional
from datetime import... |
1,004 | null | minio/minio-py | # Repository Context
Name: minio/minio-py
Description:
# Pull Request
## fix Host header in request correctly
# Relevant Files Found
## minio/api.py
```
# -*- coding: utf-8 -*-
# MinIO Python Library for Amazon S3 Compatible Cloud Storage, (C)
# 2015, 2016, 2017 MinIO, Inc.
#
# Licensed under the Apache License... |
5,118 | null | getmoto/moto | # Repository Context
Name: getmoto/moto
Description:
# Pull Request
## DynamoDB - error when persisting an empty number set
Closes #5116
# Relevant Files Found
## moto/dynamodb/responses.py
```
import copy
import json
import re
import itertools
from functools import wraps
from moto.core.responses import BaseR... |
134 | null | watson-developer-cloud/python-sdk | # Repository Context
Name: watson-developer-cloud/python-sdk
Description:
# Pull Request
## Added speaker_labe param to recognize
Added speaker_labe param to recognize
Signed-off-by: Noel Faux <noel.faux@au1.ibm.com>
# Relevant Files Found
## watson_developer_cloud/speech_to_text_v1.py
```
# Copyright 2016 IB... |
126 | null | OmicsML/dance | # Repository Context
Name: OmicsML/dance
Description:
# Pull Request
## update stlearn example script to use dance data object
# Relevant Files Found
## dance/modules/spatial/spatial_domain/stlearn.py
```
"""Reimplementation of stLearn.
Extended from https://github.com/BiomedicalMachineLearning/stLearn
Refer... |
9 | null | Jay-Madden/SockBot | # Repository Context
Name: Jay-Madden/SockBot
Description:
# Pull Request
## Fix incorrect BotSecrets access in Weather cog
# Relevant Files Found
## bot/cogs/weather_cog.py
```
# Thomas Delvaux
# 12-16-2020
import datetime as dt
import logging
import re
import aiohttp
import discord
import discord.ext.comman... |
185 | null | LMCache/LMCache | # Repository Context
Name: LMCache/LMCache
Description:
# Pull Request
## [Misc] Disabling eviction by using a dummy evictor
### Description
This PR temporarily disables cache eviction by adding a dummy evictor which does nothing.
The reason is current LRU evictor still has some potential problems and lacks some ... |
2,260 | null | SasView/sasview | # Repository Context
Name: SasView/sasview
Description:
# Pull Request
## Stop using __file__ to find logging config
Using `__file__` to find resources is hopelessly complicated across the different frozen modules, debug modules, unpacked source etc that are used to run sasview. `importlib.resource` provides a unif... |
6 | null | CALFEM/calfem-python | # Repository Context
Name: CALFEM/calfem-python
Description:
# Pull Request
## Minor fixes for packaging
# Relevant Files Found
## setup.py
```
"""A setuptools based setup module.
See:
https://github.com/CALFEM/calfem-python
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_pack... |
1,984 | null | carpentries/amy | # Repository Context
Name: carpentries/amy
Description:
# Pull Request
## feat(Consents): Migrating old consent data to new consents
Fixes Part of https://github.com/carpentries/amy/issues/1881
This migrates the old consent data as is. It is written so that if the consents have been changed the migration does no... |
130 | null | ProteinsWebTeam/interpro7-api | # Repository Context
Name: ProteinsWebTeam/interpro7-api
Description:
# Pull Request
## Elastic8
Changes in this PR to support ElasticSearch version 8:
* Now uses `http.client.HTTPSConnection` for interactions with elasticsearch, so it can use basic authentication on the requests.
* Updates the GH actions workf... |
3,159 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Set aws_vm_hibnernate to true for suspend resume benchmarking
Set aws_vm_hibnernate to true for suspend resume benchmarking
# Relevant Files Found
## perfkitbenchmarker/linux_benchmarks/suspend_resume_benchmark.py
`... |
4,821 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Enforce id name
Follow up on #4807
Should not have any effect, but will prevent future bugs.
# Relevant Files Found
## edb/schema/pointers.py
```
#
# This source file is part of the EdgeDB open source project.
#
# Copyright 2008-present Ma... |
325 | null | supervisely/supervisely | # Repository Context
Name: supervisely/supervisely
Description:
# Pull Request
## Added api.file.listdir()
# Relevant Files Found
## supervisely/api/file_api.py
```
# coding: utf-8
"""download/upload/manipulate files from/to Supervisely team files"""
from __future__ import annotations
from typing import Named... |
1,370 | null | browser-use/browser-use | # Repository Context
Name: browser-use/browser-use
Description:
# Pull Request
## Fix AgentHookFunc type
<!-- This is an auto-generated description by mrge. -->
## Summary by mrge
Fixed the AgentHookFunc type definition to correctly reflect its awaitable nature in the agent service. This change resolves linter erro... |
198 | null | mlcommons/dynabench | # Repository Context
Name: mlcommons/dynabench
Description:
# Pull Request
## Leaderboard CSV
# Relevant Files Found
## api/models/task.py
```
# Copyright (c) MLCommons and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.... |
135 | null | scylladb/scylla-ccm | # Repository Context
Name: scylladb/scylla-ccm
Description:
# Pull Request
## Add 'SCYLLA_DBUILD_SO_DIR' option to run scylla with dbuild
# Relevant Files Found
## ccmlib/scylla_node.py
```
# ccm node
from __future__ import with_statement
import datetime
import errno
import os
import signal
import shutil
impor... |
667 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## Display FIX tag human readable string in the assertion panel
* New web api to return metadata.
* Fetch Fix tags information at loading and display human readable
string of tag by tooltip while mouse on assertion pane (agGrid).
* F... |
1,533 | null | spec-first/connexion | # Repository Context
Name: spec-first/connexion
Description:
# Pull Request
## Refactor routing into middleware-api-operation model
This PR refactors the routing middleware into the middleware-api-operation model already used in the security middleware.

"""
# Routing by DEJH, Oct 15... |
10 | null | AphelionWasTaken/PySN | # Repository Context
Name: AphelionWasTaken/PySN
Description:
# Pull Request
## Minor refactor
Just a little touch up... The while loop is out and functions are in. Searching should be much more efficient, especially for PS3 and PS4 title updates.
See v1.1.0 release notes for more info.
# Relevant Files Found
... |
763 | null | Keeper-Security/Commander | # Repository Context
Name: Keeper-Security/Commander
Description:
# Pull Request
## UNIX passwd plugin. V3 record support
# Relevant Files Found
## keepercommander/plugins/unixpasswd/unixpasswd.py
```
# -*- coding: utf-8 -*-
# _ __
# | |/ /___ ___ _ __ ___ _ _ ®
# | ' </ -_) -_) '_ \/ -_) '_|
# |_|\_\___\_... |
1,387 | null | galaxyproject/planemo | # Repository Context
Name: galaxyproject/planemo
Description:
# Pull Request
## Support for testing workflows with conditional steps
# Relevant Files Found
## planemo/galaxy/activity.py
```
"""Module provides generic interface to running Galaxy tools and workflows."""
import os
import sys
import tempfile
impor... |
897 | null | containerbuildsystem/osbs-client | # Repository Context
Name: containerbuildsystem/osbs-client
Description:
# Pull Request
## constants: fix "deadlines" spelling in comments
`deadlin` -> `deadlines`
Maintainers will complete the following section:
- [x] Commit messages are descriptive enough
- [x] "Signed-off-by:" line is present in each commit
- [... |
688 | null | vas3k/vas3k.club | # Repository Context
Name: vas3k/vas3k.club
Description:
# Pull Request
## New feature: collective posts
Скрины:
Шапка поста

Подпись поста
 and [Changes](/ishandutta2007/scipy/pull/207/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **... |
139 | null | stac-utils/stac-fastapi-elasticsearch-opensearch | # Repository Context
Name: stac-utils/stac-fastapi-elasticsearch-opensearch
Description:
# Pull Request
## Fix tests
**Related Issue(s):**
- #134
**Description:**
Some tests were failing periodically, especially in CI. Sometimes the request would not return any results. Hopefully this fixes everything.
... |
2 | null | fopina/django-bulk-update-or-create | # Repository Context
Name: fopina/django-bulk-update-or-create
Description:
# Pull Request
## yield update/created objects (optional)
added `yield_objects` keyword arg to allow caller to receive resulting objects:
* created ones are a result from `.save()`
* updated ones were `SELECT`ed and updated in-place bef... |
99 | null | GazzolaLab/MiV-Simulator | # Repository Context
Name: GazzolaLab/MiV-Simulator
Description:
# Pull Request
## Fixes for network objective function
# Relevant Files Found
## src/miv_simulator/optimize_network.py
```
#!/usr/bin/env python
"""
Network model optimization script for optimization with dmosopt
"""
import os
import sys
import d... |
90 | null | emit-sds/emit-main | # Repository Context
Name: emit-sds/emit-main
Description:
# Pull Request
## Fractional cover support
- Added functions and tasks to enable fractional cover collection 001 delivery.
# Relevant Files Found
## emit_main/database/database_manager.py
```
"""
This code contains the DatabaseManager class that handles ... |
44 | null | ministryofjustice/bai2 | # Repository Context
Name: ministryofjustice/bai2
Description:
# Pull Request
## Fix support for BAI2 files with trailing whitespaces and blank lines
## Description
Related to https://github.com/ministryofjustice/bai2/issues/32
I've seen banks sending files with trailing whitespaces _and_ blank lines, which the c... |
602 | null | he0119/CoolQBot | # Repository Context
Name: he0119/CoolQBot
Description:
# Pull Request
## feat: 支持 QQ 机器人平台的校验文件
closes #420
# Relevant Files Found
## tests/conftest.py
```
import sys
from pathlib import Path
import nonebot
import pytest
from loguru import logger
from nonebug import NONEBOT_INIT_KWARGS
from nonebug.app import ... |
43 | null | ESSS/alfasim-sdk | # Repository Context
Name: ESSS/alfasim-sdk
Description:
# Pull Request
## Improve status monitor helpers
# Relevant Files Found
## alfasim_sdk/_validators.py
```
from typing import Any
from attr._make import Attribute
def non_empty_str(self: Any, attribute: Attribute, value: str) -> None:
"""
A vali... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.