Derek Ries

Results 8 issues of Derek Ries

## What are the steps to reproduce this issue? With the following openapi.yaml spec: ```yaml openapi: 3.1.0 info: title: Sample API version: 1.0.0 paths: "/hello-world": get: operationId: getHelloWorld summary: Get...

bug
workaround

## What are the steps to reproduce this issue? With the following OpenAPI spec: ```yaml openapi: 3.1.0 info: title: Readonly CodeGen Test version: 1.0.0 paths: "/people": post: operationId: createPerson description:...

# Original issue posted in DerekRies/arkpy-examples#1 I'm encountering the following error when attempting to read in .arktribe files. `OverflowError: Python int too large to convert to C long` Some have...

bug
Windows

Should shift examples into an examples directory like the tests directory, utilizing a context.py file hack to give access to the sibling package arkpy.

enhancement
docs

At the moment have to update the setup.py, index.md, and readme.md to reflect the version number.

enhancement

ArkCharacterSetting was initially written before the file types were fully understood, and before the property types were written. Need to refactor ArkCharacterSetting to use the PropertyTypes like ArkProfile and ArkTribe

enhancement

Need to find out the default rgba float values for each BodyColor (Skin, Hair, Eyes), and set those as the default values in the configstruct and exclude them when default.

enhancement

Would be nice to include a wrapper to parse and create Tribe Log entries.

enhancement