Matthew Hoffman

Results 21 issues of Matthew Hoffman

For https://github.com/s-knibbs/dataclasses-jsonschema/issues/181: ### Summary New in version 3.10: [`dataclasses.field(..., kw_only=MISSING)`](https://docs.python.org/3/library/dataclasses.html#dataclasses.field) `kw_only`: If true, this field will be marked as keyword-only. This is used when the generated __init__() method’s parameters are...

### πŸ› Describe the bug When an S3 object name matches the relative path of a local file, the file's contents get cleared after loading the object data. ```python import...

### Checks * [X] I added a descriptive title to this issue * [X] I have searched (google, github) for similar issues and couldn't find anything * [X] I have...

bug

### πŸš€ The feature Support a file mask on `list_files_by_s3` just like `list_files` does. ### Motivation, pitch ```python dp.list_files_by_s3(masks="*.csv") ``` is nicer than ```python dp.list_files_by_s3().filter(filter_fn=lambda filename: filename.endswith(".csv")) ``` ### Alternatives...

enhancement
good first issue

**Bug Report** As expected, a class `A` can be typed as `Type[A]` or `Callable[P, A]`, where `P` is a `ParamSpec`. Using `Concatenate` then, you should also be able to bind...

bug
topic-paramspec

## Summary * OS: linux, darwin * Bug fix: no * Type: new-api (adding an official `property` for `psutil.Process.info`) * Related: https://github.com/python/typeshed/issues/10195, https://github.com/giampaolo/psutil/pull/2260 ## Motivation This example from the docs...

Update depending on https://github.com/giampaolo/psutil/pull/2267. Fixes #10195

implementation-pending

## Type of Changes | | Type | | --- | ---------------------- | | βœ“ | :bug: Bug fix | | βœ“ | :sparkles: New feature | ## Description Fixes...

Enhancement ✨
Needs review πŸ”

I have kernels already written and developed in taichi Python that I want to export to use in a web app. I really would like to be able to create...

Is there a specific philosophy that this repo has about using `pybind11_stubgen`-defined classes in the generated stubs? At the moment, I see that this is done mainly for `--numpy-array-wrap-with-annotated` with...

bug