Ofek Lev

Results 166 issues of Ofek Lev

Some context in https://github.com/jcrist/msgspec/issues/880#issuecomment-3420038020, we should never import that module unless and until absolutely necessary.

There was nothing preventing the regression described in https://github.com/jcrist/msgspec/issues/880

### Description Context from https://github.com/jcrist/msgspec/issues/880#issuecomment-3420015782 & https://github.com/jcrist/msgspec/pull/852#discussion_r2107616118 explains that we use 2 functions: - [`get_annotations`](https://docs.python.org/3/library/annotationlib.html#annotationlib.get_annotations) - this contains a lot of tricky logic which may be difficult to maintain ourselves...

### Description It would be great to use the [python-build-standalone](https://github.com/astral-sh/python-build-standalone) project as the source of Python distributions. This would especially improve build times on Windows and some Python versions on...

Over in `msgspec` we're starting to [enforce](https://github.com/jcrist/msgspec/pull/897) the use of only HTTPS links in docs and this gets pulled in: The library appears to be unmaintained but I opened a...

Hello! In our CI we've been getting transient network errors like [the following](https://github.com/jcrist/msgspec/actions/runs/18823993971?pr=902#summary-53703800384): ``` [ERROR] https://toml.io/en/ | Network error: Connection reset by server. Server forcibly closed connection ``` That error...

Hello there! We would be interested in an installation method that allows for downloading a pre-built binary. Has there been consideration for adding binaries to the artifacts of every GitHub...