jsus

Results 8 issues of jsus

It would be nice to allow `get_id` to return a composite key of multiple fields

enhancement

I think it would be nicer to have `files` as an object of `keys -> ReadStreams` so it would be easier to validate the existence certain files

A custom Apollo Link using gqlb should be created for easy integration Correspondingly a server side solution must be provided, `apollo-server-express` middleware maybe? `subscription-transport-ws` allows passing a string in `query`...

enhancement
help wanted

There should be a containerized proxy that would automatically encode\decode data between client and actual GraphQL server using introspection A visible problem is that some GraphQL servers limit the introspection...

enhancement

enhancement
help wanted

There is rather specific problem with lack of unique `id`'s in `balance.update` - it leads React application to rerender the whole array of entries because [keys are not unique](https://reactjs.org/docs/lists-and-keys.html). I'm...

**Problem** We have a following popular scenario: - Use Actions to make a JWT auth flow and assign it to `auth` mutation - Actions return JWT info + user_id -...

c/actions
support/needs-triage
a/authz

When using AWS SQS client the queue created lacks the project prefix. Might be the case for all AWS compatible resources that use non-yc SDK