Roman A. Taycher

Results 13 issues of Roman A. Taycher

**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...

bug

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

enhancement

**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...

enhancement

**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**...

enhancement

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

**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...