Mauricio Uyaguari

Results 11 comments of Mauricio Uyaguari

Main issue is query builder is not understanding multiple grouped expression within the exists. Query Builder throws an error for the below as its expecting a single expression within the...

For this, are we sure the data is returning an empty string ? or is it return `null` ? If thats the case, the user probably means to add an...

``` ###Data Data testServiceStoreTestSuites::TestData { ServiceStore #{ [ { request: { method: GET; url: '/employees/allEmployees'; }; response: { body: ExternalFormat #{ contentType: 'application/json'; data: '[ { "kerberos": "dummy kerberos", "employeeID":...

An empty array ? That's more of an implementation detail on our side. From the user's point of view, they aren't setting that value. So maybe have an option to...

@xannem @akphi as part of this to help users specify post processors, could we provide text examples in text mode. For core ones we can provide them directly and for...

@gayathrir11 @akphi should we disable the view project option when it is misconfigured? Would be a good chance to show something if they open the view project. Maybe a warning...

Could we file an issue to improve editing of multiplicity for parameters in query builder. We should only allow (0..1,1, 0..*) and make it more user friendly options such as...

Yeah this is a feature request for legend-engine/legend-sdlc when generated the service jar. @[raf](https://github.com/rafaelbey) had made some adjustmented to the service jar making it more configurable. Rafael could you share...

@Oluwatobiadeoye looks good, lets rebase please. and i can merge