Enrique Lacal

Results 71 comments of Enrique Lacal

# Run Report RC4 Started: 10/04/24 Duration: ~5 hours Git commit: https://github.com/hyperledger/firefly/commit/[49410c52653e143e8a17bd9ab58ba2423f564714] Node Configuration 2 FireFly nodes on one virtual server (EC2 m4.xlarge) Entire FireFly stack is local to the...

# Run Report RC2 Started: 24/05/24 Duration: ~27 hours Git commit: https://github.com/hyperledger/firefly/commit/[b2f86880a109d17751c3481ea1a72c9a2e94dd28] Node Configuration 2 FireFly nodes on one virtual server (EC2 m4.xlarge) Entire FireFly stack is local to the...

Hey @Morpheu5 , an idea would be to extend your `Grade` Model - like this: ``` extension Grade { func save(....) { // Validation // Create Query with Table //...

Hey @AnthonyAmanse, this looks really good! Just a few comments: - We have some work planned around `QueryParams` and filtering so it would be good to just have these options...

One more suggestion: would be to make the `orderBy` parameter accept multiple `OrderBy` instance since for example we would want to order by ascending name and descending age. The definition...

@AnthonyAmanse Sorry - this needs now a rebase since your Swift-Kuery 2.0.0 PR just got merged and addressing the comments

LGTM - Updated Branch because it is out-of-date Needs a Squash

Hey @Morpheu5, unfortunately this functionality hasn't been implemented just yet. But we could definitely be willing to add it! @kilnerm could you have a look if this is a possibility?

Hey @jeremyquinn, this is something we should definitely support! Maybe we could have a protocol that the enum has to implement so it can be used in the ORM? Could...

New approach is that we have introduced a new API at `/contract/listeners/hash` that accepts the same payload as a POST. I did think we could have a subset of payload...