fre-sch

Results 11 comments of fre-sch

Having this issue as well. I like the idea of adding the property name to error.schema_path. Additionally I would suggest something like this: ``` diff def required_draft4(validator, required, instance, schema):...

@Julian I've removed my latest comments and apologize for the tone. I'm working on a few RESTful HTTP APIs for my employer, and verbose error reporting is one of the...

@Julian Regarding `.extra_info`: considering `ValidationError` already has a lot of attributes, I would feel hesitant to add another new attribute. Have you considered `.context`? I see it's currently used to...

I've further investigated and updated my example: - I made sure Lua is build as C++, as it really wasn't before. This changed the unaligned stack error to an exception...

Please let me know if there are issues preventing the merge. I'll be happy to fix them :)

Looks like you are trying to load an previously modded pre-iceborne file. Since 1.8.x the editor cannot read pre-iceborne files any more. Additionally be aware that pre-iceborne mods are now...

It should look like this (1.9.0-alpha): ![image](https://user-images.githubusercontent.com/282692/74215276-d299e200-4ca0-11ea-8020-dcdcb95f15aa.png) I've extracted the chunk's `common/equip` and `common/text` folders. Those two are the minimum required game data for the editor to work. Then in...

> I'd like to have a function that can export items or weapons data to a json or csv file, especially when I was trying to generate the memory status...

Model Generation 1, 2, 3: These seem like you should follow your personal preference, it'll be more satisfactory to develop in an environment and using libraries you actually are comfortable...