berzi

Results 11 issues of berzi

If the table is placed near tooltips or other elements with z-indexes, some parts of the table (notably the header) can overlap in unexpected ways. Placing the component in an...

### Bug description ```python from pydantic import validator, BaseModel class Test(BaseModel): a_field: int @validator def some_validator(cls, value): return value ``` This produces the error below, although pydantic's `validator` does indeed...

topic-decorators
False Positive 🦟
Lib specific 💅
Needs PR

### 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

I'm trying to test an endpoint of my ASGI app using pytest. For now I'm simply running `client.simulate_post("/my/endpoint)"` and doing nothing with it. The test succeeds, but regardless of what...

documentation
good first issue
needs contributor
question

**Is your feature request related to a problem? Please describe.** It's annoying having to type e.g. `pyenv local 3.10.11` when the only 3.10 version I have installed is 3.10.11. **Describe...

Given the following schema: ```yaml openapi: 3.1.0 info: title: Test version: 1.0.0 servers: - url: "https://example.com/{someParameter}/etc/{anotherParameter}" variables: someParameter: default: sometest123 paths: {} ``` Note how `someParameter` has a corresponding variable...

Given the following spec: ```yaml openapi: 3.1.0 info: title: Test version: 1.0.0 servers: - url: "https://example.com/{someParameter}" variables: someParameter: default: sometest123 description: Some description! paths: {} ``` swagger-cli reports: > Swagger...

The command `django-admin compilemessages` fails when I have `django-debug-toolbar` installed (I tried both 4.1.0 and 4.2.0 which is currently the latest release). The full error is as follows (the `#0`...

Allow picking an amount of cards per selected expansion. I'm willing to code the feature myself. Would the PR be accepted if I did?

Allow randomly picking expansions based on a pool by the user (the user would select which expansions they own/would like to be selected). I'm willing to code the feature myself....