Na'aman Hirschfeld

Results 75 issues of Na'aman Hirschfeld

Model exposes an abstract method, causing an error with pylint and pycharm: [W0223(abstract-method), User] Method 'copy' is abstract in class '_BaseODMModel' but is not overridden

bug

Hi there, This plugin crashes when it encounters imports inside module declarations, for example: ```typescript // axios.shim.d.ts declare module 'axios/lib/adapters/http' { import { AxiosRequestConfig, AxiosResponse } from 'axios'; function axiosHttpAdapter(...

The library currently doesnt support TypedDict - but pydantic does. We should extend the library to support it.

enhancement
help wanted
good first issue

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

See the related issue in [pydantic-openapi-schema](https://github.com/starlite-api/pydantic-openapi-schema/issues/3) - usage of tags is currently wrong, so we need to update that library, and then our usage. I also suggest we make tags...

bug
enhancement
openapi

The suggestion here is to add several new hooks, primarly meant for instrumentation and any use case that needs access to some internals. Hooks: * `after_startup`: fires after the ASGI...

enhancement
question

Test PY-311 comp in CI

So, as the title says. We need to consider how to best support OpenTelemetry. We might need to add some hooks to allow for optimal instrumentation. We should also consider...

enhancement
help wanted
good first issue

Starlite currently resolves paths using a tree structure, but in python. This is quite slow. It would be very helpful if we could create custom bindings in a low level...

enhancement
help wanted