Ofek Lev

Results 133 issues of Ofek Lev

### Motivation Move everything to new pipelines

documentation
changelog/no-changelog
integration/statsd

### Motivation Move everything to new pipelines

documentation
changelog/no-changelog
integration/sqlserver

Just FYI https://pydantic-docs.helpmanual.io/blog/pydantic-v2/ Likely requires dropping < v2

https://pagure.io/freeipa/issue/7082 https://github.com/etingof/pyasn1/issues/51 https://github.com/etingof/pyasn1/issues/52 https://github.com/etingof/pyasn1/issues/54

enhancement

## Description of the issue `docker-compose logs` outputs as a Windows-specific encoding while `docker logs` properly outputs as `utf-8` ``` ofek.lev@OZONE C:\Users\ofek.lev\Desktop\code\integrations-core\riakcs\tests\compose $ python Python 3.6.5 |Anaconda, Inc.| (default, Mar...

stale
Docker Compose V2

## Background Hello there! The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for metadata declaration ([PEP 621](https://peps.python.org/pep-0621/)/[PEP 631](https://peps.python.org/pep-0631/)). As a...

Resolves #1960

````python from rich.console import Console from rich.markdown import Markdown MARKDOWN = """\ ```python from pathlib import Path import httpx def download(path: Path, *args, **kwargs): with httpx.stream('GET', *args, **kwargs) as response:...

### Discussed in https://github.com/pypa/hatch/discussions/325 Originally posted by **ryeleo** July 6, 2022 I would like to be able to get the project name from the "pyproject.toml" file in my project. ```...

### What's the problem this feature will solve? This (coupled with maybe a new explicit test) will provide a guarantee to users that the following use case is supported: ```toml...

C: tests
type: docs
good first issue
state: awaiting PR