Sascha Desch

Results 14 issues of Sascha Desch

As much as I disagree with @markshannon about the general usefulness of pattern matching I agree with him (and previously didn't think about) cases like ``` match key: ... case...

accepted
fully pepped

Hi there 🙋🏼‍♂️, this is my first PR on `typer` and it adds support for a *cli option* that can be used **multiple times** and has **multiple values** by providing...

feature
p3

*RESP3* introduced the [`PUSH`](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md#push-type) type for transmitting out of band data to a client (such as pubsub messages, client tracking invalidation events etc.). Except for being its own type (identified...

## Bug Report ### Description For some resources *talosctl* returns multiple json objects (i.e. a stream of concatenated json objects) which is **not** valid json. An example of this is...

Inspired by a discussion in https://github.com/copier-org/copier/issues/850 I think it would be nice if copier had better support for specifying the required copier version for a template instead of just `min_copier_version`....

enhancement

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request
unconfirmed

For developing an _Either_-like monad that types correctly and also behaves nicely at runtime I currently use the following pattern to independently declare the types for mypy and the runtime...

feature
priority-1-normal
topic-plugins

# Summary Currently auto-sync and rollback do not play nicely together. To perform a rollback auto-sync has to be disabled first and if reenabled happily will sync again to the...

enhancement

**Disclaimer** This feature request/proposal is a spin-off from https://github.com/copier-org/copier/issues/1459 because I felt that that issue didn't get the real, underlying problem across. # Use Case When setting up a new...

enhancement
triage

It seems something broke recently so packages with dots and underscores in their name won't upload to Pypi properly if project names and wheel file names don't match. See https://discuss.python.org/t/change-in-pypi-upload-behavior-intentional-accidental-pebkac/27707/59