ocschwar

Results 9 comments of ocschwar

Yosemite 10.10.5. Just ran rustup and tried again. Same error.

I'd just like rpy2 to not get into an infinite loop in this situation, and throw an exception. (RRuntimeError ?) Then I can recover from the situation on the Python...

Sorry, but the issue persists. ` "2020-07-10 00:55:33" - rpy2.rinterface_lib.callbacks - WARNING - R[write to console]: Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3:...

And I cannot reopen the ticket.

Here’s a quick example: a schema with a “one of” and three possible instances: { "id": "http://cse.fraunhofer.org/schemas/premises_electric", "$schema": "http://json-schema.org/draft-04/schema#", "description":"example", "type":"object", "properties":{ "foo":{ "oneOf":[ {"type":"object", "properties":{ "bar":{"type":"string"} }}, {"type":"object", "properties":{...

I originally thought it would only be necessary for primitives and arrays, because an object could just have its members marked as read only, but now I see some use...

Hi, all. Sorry I've vanished into the ether the last few months. My feeling is that the "readOnly" attribute should be inherited. So if the root of the schema starts...

It lets you set whether an object should have attributes added or removed, and whether an array should be added to or subtracted from.