Ramazan Elsunakev

Results 12 issues of Ramazan Elsunakev

**Is your feature request related to a problem? Please describe.** We use python with strict typing at our organization which means we have to add a bunch of "type: ignore"...

good first issue
in future
polar

**Describe the bug** When importing anything from `pantsbuild.pants` while using strict type checking, an error is reported claiming that the package is missing type stubs. The package is missing a...

bug

The public API is now "fully typed" with generous use of `Any`. I have ideas of how to get rid of those but wanted to limit the scope of this...

### Description Cannot generate models with nullable enums. The normal openapi-generator tool with the default `python` generator does not encounter this error (tried with both v4.1.2 and v.5.2.1). ### Minimal...

For those who just want to use this library for typing their ASGI apps/servers (namely [uvicorn](https://github.com/encode/uvicorn/pull/1460) and [starlette](https://github.com/encode/starlette/issues/1217)), it doesn't make much sense to depend on the entirety of this...

fix: allow setting SsrFunction architecture closes #2876

Use a generic to preserve exception types in `giveup` predicate

### Provide environment information ``` System: OS: macOS 14.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 112.91 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 16.18.1 - ~/Library/Caches/fnm_multishells/66181_1711122384805/bin/node...

🐛 bug: unconfirmed
⏳ close if no activity

The `#/components/schemas/DefaultUpdateWebhook` and `#/components/schemas/Item` are not using the `#/components/schemas/ItemId` schema for their respective `item_id` fields. Since I'm assuming the reason `ItemId` has a schema at all is to be able...

We use the OpenAPI schema to mock the Plaid API and generate responses for property-based testing. With some string fields (like `account_id`, `item_id`, and `access_token`) we had to add the...