Fabio GRANDE

Results 5 issues of Fabio GRANDE

## Problem At the moment looks impossible - through Prisma - to define sort order by property of json field. Postgres allow this with the following syntax (for instance): select...

kind/feature
topic: Json
team/schema
team/client
topic: orderBy / sorting

## Problem Today sorting by enum field(s) means order data by its integer value. There are cases when data needs to be ordered by the String defined by the enum...

kind/feature
team/schema
team/client
topic: enum
topic: orderBy / sorting

Hi, I'm not able to create containers through docker-compose, I get the following error: ~/docker-ei/docker-compose/integrator-broker-bps-analytics$ docker login docker.wso2.com Username: ciciu Password: Login Succeeded ~/docker-ei/docker-compose/integrator-broker-bps-analytics$ docker-compose up Pulling wso2ei-analytics-dashboard (docker.wso2.com/wso2ei-analytics-dashboard:6.4.0)... ERROR:...

Type/Question

Hi, as stated in #1520 I'm sending You a PR. In my case, we share the same project between many coleagues. If one would run - erroneously - the "init",...

Hi, if I run "npx run init" after I've already changed pre-commit file in .husky/pre-commit, I lose my changes, it return to the "npm test" I would suggest (going to...