Pedro Oliveira

Results 5 issues of Pedro Oliveira

First, congratulations for this module! I have considered it, and I have a doubt from Security instructions: "It's a good idea to keep instances of isolated-vm in a different nodejs...

I am using ServerDataSource: ``` let data = event.newData; this.tableService.update(data) .then((result) => { event.confirm.resolve(result[0]); }).catch((err) => { event.confirm.reject(err); }); ``` Error: Uncaught (in promise): Error: Element was not found in...

I need to render possibly untrusted html templates sent by users.

I need to execute the possibly untrusted scripts sent by users and I would like knowing if Tengo could be used for that.

For example, I had this error: pq: column "id" referenced in foreign key constraint does not exist handling 0.sql