Claudio Catterina

Results 21 issues of Claudio Catterina

I can't find an option to output the CF template in JSON. In my opinion former2 should have a way to do it since CloudFormation supports JSON format.

Hi, I've added a new decorator called`FilteredTypeormLoader` which works exactly as `TypeormLoader` but it applies a custom function to the query builder. I've implemented this functionality in order to apply...

Hi, I'm trying to delete all the IoTCertificates (~ 5000 certs) on my AWS account except one but aws-nuke lists only 25 certificates a time. Here's my configuration: ```yaml regions:...

Hi @stalniy! I've added some improvements to typeorm adapter. We have been using a version of ucast with these changes in our application for a few months now and it...

It seems that sql interpreter doesn't support conditions with nested relations. Indeed the condition `o { operator: 'eq', value: 2, field: 'x.y.z' }` is translated into `WHERE 'x'.'y.z' = :1`....

question

Interpreter can translate a condition in a SQL Query with ambigous column names. This can happen when the condition is based on both a related table fields and the main...

Hi, I run into a problem while trying to handle the following situation: ![immagine](https://user-images.githubusercontent.com/9085116/122769705-16ddbf00-d2a5-11eb-8e69-2a88c60aad36.png) I want that all users can `read` their things: ```ts can('read', 'Thing', { "owners.user_id": user.id })...

Hi again, I'm using `rulesToAST` to convert an Ability to an AST condition and then I translate the condition in a typeorm query with ucast/sql. I found that the Interpreter...

Now it shows a white square

enhancement