Vyshakh P

Results 18 issues of Vyshakh P

I was trying to use the version above 7.7.2, I am always getting 503 response for /status api. What could be the reason.

Keto is getting wider adoption in the recent on open source application stack. Wondering how would we achieve UI/ Browser APP/ Mobile app level UI permission control using Keto. As...

feat
rfc

## 🚀 Feature Need a feature similar to Github Personal Access Token support on SuperTokens. Long expiry token which can be used as token to guarantee identity from server side...

enhancement

This library is very useful for many.. A feature to generate the document using a simple markup(xml or yaml format,) will be a great along with this. Its always easier...

enhancement
in progress

### I am using InterceptRootField as following ``` func (a MyExtension) InterceptRootField(ctx context.Context, next graphql.RootResolver) graphql.Marshaler { fc := graphql.GetRootFieldContext(ctx) if fc.Object == "__schema" { return next(ctx) } if fc.Field.Definition...

## Your Question I want to cast a big int primary field to string formatted ( base 10) while joining with another table in which the column is persisting the...

Wont work always, some linux distros are having aarch64 isntead of arm64 for the uname -m curl -fsSL "https://github.com/abice/go-enum/releases/download/$(GO_ENUM_VERSION)/go-enum_$(uname -s)_$(uname -m)" -o go-enum

**Description** We are using zeebe as an end to end orchestrator. but here comes the problem, when there are distributed teams, working parallel on multiple projects, and integrating with zeebe,...

kind/feature
scope/broker
blocker/stakeholder
component/engine
component/zeebe

This PR allows to define override the `graphql` types in the CreateNodeInput and UpdateNodeInput inputs. As of now, if the Type is defined using `entgql.Type` annotation, the only option would...

I got a start with this library, and it works fantastic for the internal setup. But what about production grade deployment. I see no sample of scaling or clustered deployment...