funnydman

Results 3 issues of funnydman

Clean up requirements.txt by deleting unnecessary packages. Looks like that they were produced by pip freeze command. Also, I made formatting and right now the code looks much better.

[Maximum subarray problem](https://en.wikipedia.org/wiki/Maximum_subarray_problem) is a well known problem and has specified properties, e.g. > 1) If the array contains all non-negative numbers, then the problem is trivial; a maximum subarray...

I run the comand: ``` datamodel-codegen --url http://localhost:8000/openapi.json --output src/server/models/language_server_rpc.py --openapi-scopes schemas paths tags parameters --output-model-type pydantic.BaseModel ``` And endpoint params are named like this: `ApiV2WorkspacesWorkspaceIdMapDependenciesPostResponse` Is it possible to...