Pablo de Andres
Pablo de Andres
Hey guys, thanks for the great work! I have been mainly using your library (apart from authentication) to register and update clients. It mostly works perfectly, except that I cannot...
In GitLab by @abahde on Jun 10, 2020, 13:53 When I do `CUBA.FILE(path=` and commit this `CUDS` object to the dataspace everything seems to be ok. However, in the background,...
Marketplace's current version of OSP-core used (ce16cb8be7a39d5289a79fa5c8148192d049f169) fails when trying to install EMMO. This should have been detected automatically by the tests. I would suggest automatically attempting to install one...
In GitLab by @urbanmatthias on Apr 17, 2020, 10:11
It would be a nice feature to get autocompletion and argument information when instantiating objects from the ontology classes. For example, the code: ```py from osp.core.namespaces import cuba wrapper =...
Related to #443, I think something along these lines could prove quite useful: ```py from osp.core.ontology.oclass_restriction import RTYPE, Restriction def get_ontology_connections(subject, object): for ax in subject.axioms: if not isinstance(ax, Restriction)...
For example: - show/hide the passive relationships - set a max_depth
In GitLab by @abahde on Jun 9, 2020, 14:50 Let's say a user wants to link two CUDS objects. The user creates both objects on his machine and sets a...
In GitLab by @yoavnash on Jun 2, 2020, 14:44 Currently only cuds objects could attribute, however sometimes we would like to have an attribute associated with an oclass.
In GitLab by @pablo-de-andres on Oct 31, 2019, 11:47 Most simulation engines have some minimum requirements in order to run. To avoid unnecessary errors, this should be checked before calling...