John Carlson

Results 111 comments of John Carlson

To give you an idea of the scope of the problem, I have 41 files to validate, with 2721 keyword errors. So around 65 errors per file. These are files...

Your approach will work if it reports errors, but prevents bubbling.

If I could put bubble: false in options that would be great!

Removing the allErrors and verbose options reduced the number of errors 75%. I may be able to deal with that.

Traceback (most recent call last): File "abox.py", line 60, in ProtoInstance29.setIS(IS30) AttributeError: 'org.web3d.x3d.sai.Core.ProtoInstance' object has no attribute 'setIS' and similar

I’m guessing it’s related to the getSuperclass call in pyjnius (in the autoclass function I think). Make sure you are enforcing your interface contracts. Do not return a concrete class,...

I don’t think there’s such a thing as an interface object??? I know what you mean though. On Wed, Apr 24, 2019 at 1:24 PM João Sousa wrote: > I...

Yeah, you’ll have to dig into pyjnius I guess, if you don’t want to change your code. You can call a similar method with a different signature in your implementing...

I can't figure out an incantation for draft 2020-12 for a 4x4 matrix which doesn't throw an error in strict mode. Thrown error is below, with ajv 8.12.0. Suggestions are...

Yeah, I just tried it. It produced a JSON schema, but if you look, Transforms are specified over and over. We just want one Transform object/attribute in the schema I...