Roman A. Taycher
Roman A. Taycher
Pairs with/would close #559
**Describe the bug** I realized the openapi standard let's you set a global security/auth setting and that this would cut down a bunch of boilerplate. Sadly when I tried it...
The code generation tries to guess word boundries and apply camel case and underscore case as needed. ```yaml Bobs: type: object properties: IPAs: type: array items: ... ``` For instance...
**Is your feature request related to a problem? Please describe.** Ideally an openapi description would get us nice not too long types without a lot of futzing with overriding type...
**Is your feature request related to a problem? Please describe.** Sometimes there are a lot of apis to import to even do a simple thing **Describe the solution you'd like**...
Ping has groupid 999. This groupid is much more likely to be used for a new user/group in derived images(especially when mapping host userid/groupid) then any of the other groupids(utmp...
…much easier to use #1622
**Describe the bug** I'm guessing it's because of nan equality issues. When I try to filter by column value and select Nan all rows disappear PS if you know a...
These have already been added for `rye add`/`rye remove` when using uv as a backend. It's really useful to be able to install all the dependencies when running python via...
If we did that running `python path/to/project/source/file.py` would work without needing to cd into that directory. At the very least there should be a flag for rye run that searches...