Timothée COCAULT
Results
12
comments of
Timothée COCAULT
I think I found the root cause of the problem. The authoritative resources are downloaded by the Scheduler (AuthoritativeResourceImportTask) once a day. So when you force only the grsImport, the...
I tried to go a bit further and started implementing `__setattr__` and `__setitem__` methods for the `Object` class. For now I just try to implement it for "value" objects, but...