Pablo de Andres

Results 30 issues of 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,...

:bug: bug
:information_source: best practices
:seedling: new feature

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...

:information_source: best practices
:scroll: ontology
pico
:syringe: testing

In GitLab by @urbanmatthias on Apr 17, 2020, 10:11

:bug: bug
:desktop_computer: Windows OS

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 =...

:speech_balloon: discussion
:seedling: new feature
:scroll: ontology

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)...

:seedling: new feature
:scroll: ontology
:hammer: simple fix

For example: - show/hide the passive relationships - set a max_depth

:seedling: new feature
:eyes: visualisation

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...

:speech_balloon: discussion
:seedling: new feature

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.

API details
:speech_balloon: discussion
:seedling: new feature

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...

data model
:seedling: new feature