Eric Shreve

Results 7 comments of Eric Shreve

_drive by review_ Looks like this would add a new convention for how time durations are dealt with. Would it make sense to define a new model in the API...

just in case anyone stumbles across this issue and wants to dive in, here's some helpful links to get ya started: rapidoc example using code samples: https://mrin9.github.io/RapiDoc/examples/code-samples.html#operations-top the actual file...

this should be fixed, probably good to close out this issue unless y'all are still seeing this problem

ahh nice catch, poked around a bit and i think i have a handle on what's going on. this stems from `Monster` field definitions all being slightly different from the...

i lied a little bit by accident. in the gql schema , we currently only return the `Alignment` object on root root queries, and from the `IdealOption` type. in the...

oh yeah i made it way more complicated than it was. we should be able to get the string exposed real easy, but if we want to return an Alignment...

This definitely looks reasonable to me! Just a note in case it becomes relevant, these types of attributes (`damage_at_slot_level`, `heals_at_level`...) that map a level to a value (`map[int]->int`) are problematic...