Paul Hallett

Results 105 comments of Paul Hallett

What if a character _does_ have more than one species? 😉

@windwaker I can get this out of the live db at some point, I'll assign this to myself and get on it.

Purely down to how I implemented it originally. A migration to the new format might mess up people's applications now. However, if you're familiar with Django and want to make...

I want to avoid hard coding versions in the URI. The URI isn't really used for that purpose. I was considering an http header to set the version and determine...

@AliSoftware It's tough when you put something in the public domain and then things start to use it - suddenly you have to support legacy. It's easier for software because...

Just remembered: there is also the issue that some values have `n/a` where integers or decimals might be

@tbone849 why would you prefer a different type of response? Wouldn't you prefer a consistent data type, such as an array, but that has zero values?

@tbone849 aha yes, I see. I should try and normalise them. I might be able to find time this weekend to do it.