Łukasz Rogowski
Łukasz Rogowski
Will you work with that project more or it is dead?
Can datamodel-code-generator generate request body? If not, could you add this feature? ``` pydantic_core._pydantic_core.ValidationError: 1 validation error for Config openapi_scopes.1 Input should be 'schemas', 'paths', 'tags' or 'parameters' [type=enum, input_value='requestBodies',...
Have anyone of you experience freeze after using method writeOnce and after that using key from regular keyboard? I was using this library to map some keys when I do...
Hello, I want to fix deprecation warnings in pyramid_celery, which cause my project an error: ``` /usr/local/lib/python3.8/site-packages/pyramid_celery/loaders.py:99: in __init__ self.parser = self.ConfigParser() _ _ _ _ _ _ _ _...
More comment in PR: https://github.com/sontek/pyramid_celery/pull/94#issuecomment-828252103
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem poetry ### Package manager version poetry 1.8 ### Language version python...
#### System information OP-Geth version: v1.101315.0 OS & Version: Ubuntu 22.04 #### Issue Hello I have a problem with my op-geth. I started noticing that every few blocks, some block...
Right now when we use some parameters during model generation (for example `--extra-fields=forbid`) we will get this: ```python class ModelA(BaseModel): model_config = ConfigDict( extra="forbid", ) fieldA: Annotated[ fieldA, Field(description="The filed...