mwx23

Results 3 comments of mwx23

I have the same issue trying to get the `filter` event to fire on the QSelect component. Thanks to @docm64's tip I added this to the lbig switch statement in...

Thanks for looking into the issue. In the meantime I just used the following `sed` commands to convert in place. ```bash # convert True and False xsd:boolean to lowercase true...

I am having a similar issue when deserialising a nested object that only has the `@id` and no associated `@type`. With data like this: ```python data = {'@id': 'http://example.com/id/abcd1234', '@type':...