Joe Saunderson
Joe Saunderson
Can a version of this be released, when installing via `composer require jwage/phpchunkit` I get the message: [InvalidArgumentException] Could not find a version of package jwage/phpchunkit matching your minimum-stability (stable)....
Add Unit tests for each endpoint with mocked API responses. See: sportmonks.com
Is it possible to programatically generate a refresh token? Similar to https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Resources/doc/7-manual-token-creation.md I want to handle the login / refresh option in GraphQL, so I want to generate the two...
## Is your feature request related to a problem? When we release a feature, we'd like to be able to guide the user on how to use it. This may...
Our selenium tests are designed to run on an empty schema, with their own setup and tear down scripts (to ensure any data is reset in each run). We have...
**Is your feature request related to a problem? Please describe.** Take a model like: ```prisma model Person { id String @id @default(cuid()) email String firstname String surname String createdAt DateTime...
## Is your feature request related to a problem? In our use case for groups, we want to target them in feature flags. We want to be able to do...
# Bug report ## Describe the bug On the Typescript page for the next version (https://supabase.com/docs/reference/javascript/next/typescript-support) it states that: > For advanced queries such as nested tables, you may want...
**Is your feature request related to a problem? Please describe.** I would like to be able to control the rendering of the Sankey chart label, to achieve something like this....
### 🔖 Feature description Slack has the concept of blocks to build messages - https://api.slack.com/block-kit. It would be great to make use of these when sending messages to Slack -...