gborghesan
gborghesan
As I need to have a human-readable file, I added a function to insert newlines and tabs to an already encoded json string (what you explicitly excluded in your documentation).
Dears, a question still related to [the previous issue](https://github.com/igordejanovic/textX/issues/65) I have the following python code ``` from textx import metamodel_from_file from textx.scoping import providers mm = metamodel_from_file('task_specification.tx') mm.register_scope_providers( {"Skill.type": providers.FQNImportURI()})...
Hello, I needed to compile with the c11 flag, maybe old controller, and make changes; in democpp, fill in the structures where some fields are not initialised. otherwise, I was...
By making the dependency explicit, it is enforced that the ROS interface package is built before the RTT typekit. In most cases, the problem goes unnoticed if the ROS package...
Dear all, I was working to compile the soem master I found that once you grant permissions to the deployer executable to use the raw packages (running the setcap.sh) i...
Hi, i have to build old component with typekit (14.04, OROCOS Toolchain version '2.8.1' from deb) it seems that the binaries of orogen and typegen are missing. with a make...
Hi, I am trying to specify to link against liblua5.1 in a ubuntu 14.04 where both 5.1 and 5.2 are installed i tried to configure with ``` > ./configure --disable-perl...
Add test on max time and max N.iteration, maximum values are set in constuctor, getter functions for last execution time and number of iterations. Default value in constructor should make...