mrtnzagustin

Results 16 comments of mrtnzagustin

I see, thanks. I though next was a front-end ssr framework. It is not? Wich framework are you using for backend?

I think this problem is only in version 1.5.2.. v1.5.1 works fine. The v1.5.2 versions is not even a tag in the repo.

> file generation for es6 is not supported yet. Feel free to add its support - its easy to do. We can set extra flag in cli, something like `typeorm...

@allandiego check [this issue](https://github.com/typeorm/typeorm/issues/5535) and [this comment](https://github.com/typeorm/typeorm/issues/5535#issuecomment-599272725), typeorm cli does not support generating migrations files from and to plain javascript files. They should update their doc. Anyway, typeORM is typescript...

@martinjoconnor , thanks!! do you know which method should i use to make this? : ```Java String mySWRLString = "Class(?a) ^ hasSomething(?a, ?b) -> $ClassWithSomething(?a)"; String swrlRuleInTurtleOrOWLSyntax = methodWanted(mySWRLString); ```...