Pablo de Andres
Pablo de Andres
In GitLab by @urbanmatthias on Nov 29, 2019, 15:42 Sometimes there is only one possible relationship with which an object can be added. We should add the cuds object with...
In GitLab by @urbanmatthias on Mar 16, 2020, 11:55 1. input and output are in the container of the process --> everything is in the container of the process. 1....
In GitLab by @yoavnash on Mar 10, 2020, 10:35 Instead of keep writing scripts that translate tables to CUDS objects, how about we expose to the user tables that already...
In GitLab by @yoavnash on Jan 10, 2020, 11:55 SQLAlchemy offers two functions for filtering results when retrieving data from a DB. See more information [here](https://stackoverflow.com/questions/2128505/difference-between-filter-and-filter-by-in-sqlalchemy). It could be nice...
In GitLab by @urbanmatthias on Dec 10, 2019, 09:07 Consider the following scenario: 1. The user uses a transport layer to connect to a simulation session. 2. The user creates...
In GitLab by @urbanmatthias on Nov 15, 2019, 14:57
In GitLab by @pablo-de-andres on Oct 8, 2019, 15:24 Differentiate simulation wrappers between those that interact directly with the engine and those that simply generate/parse input and output files
In GitLab by @urbanmatthias on Aug 22, 2019, 13:59 Assume update or a recursive add causes a cuds object to be replaced. \ Let's say new_cuds replaces old_cuds in the...
In our [data2rdf tool](https://github.com/MI-FraunhoferIWM/data2rdf) we use your `converter.py` file. If this package was published on Pypi (#56), it would not be reachable given the current setup. Do you think it...
First of all, thanks for the great work! Are you planning on publishing the library on Pypi? It would make installation and dependency management a lot easier. Un saludo 🙂