Jayesh Choudhary

Results 19 issues of Jayesh Choudhary

### Describe the bug I have the following schema: ``` type users { id: ID! @primary name: String email: String address: address @link(table: address, from: id, to: user_id) } type...

🐛 bug
p/low
area/gateway

The bullet points in the `On this page` section has some bug as evident in the screenshot below. The bullet point is visible for some points whereas not visible for...

🐛 bug
good first issue
learn

enhancement
area/mission-control
area/gateway

### The problem faced currently? Space cloud has a feature of ingress routes that let's the user to expose services to outside of space cloud cluster. Mostly these services are...

enhancement
area/mission-control

### The problem faced currently? Currently, the variables in transformations are `args`, `auth` and `token`. However, the same things are accessible in security rules as `args.params`, `args.auth` and `args.token`. This...

enhancement
area/gateway

### The problem faced currently? In `v0.19.0` we have added the feature of viewing logs of a service deployed by space cloud from Mission Control itself. This is pretty cool...

enhancement
area/mission-control

The [react learn course](https://learn.spaceuptech.com/frontend-course/react-basics/) is extremely outdated as it uses space cloud version `0.11.0`. There are major changes since then involving how Space Cloud is installed and used. We even...

area/community

As of now, the docs for querying microservices via GraphQL just provides an example - https://docs.spaceuptech.com/microservices/graphql/querying/ and does not explain where did the `sum` field come from in that example....

📝 docs

### The problem faced currently? Right now, the deployments module in space cloud can auto scale services either on the basis of number of parallel requests or number of requests...

enhancement
area/mission-control