-
#### Perceived Problem
- users resort to `server.custom` in every app to add express middleware
- `server.custom` should be a rare escape hatch
- `server.custom` widespread use would make Nexus f…
-
### Description
Using a custom bool variant gives typescript error (but works fine).
Example: Variant "priomold" is created on Heading component according to https://www.chakra-ui.com/docs/theming…
-
Hi,
When using `nexus-prisma@0.6.1` alongside with `nexus@0.12.0-rc.5`, I'm getting this error in `Nexus.makeSchema()`:
```console
src/schema/index.ts:40:15 - error TS2322: Type 'import("node_m…
-
Ideally we could catch this and emit a diagnostic pointing to the use of the typesafe updater.
```
╭─[00:00]: captbaritone at moffo in ~/projects/relay-resolvers-todomvc on branch*
╰─➤ yarn relay…
-
typescript compiler fails to compile.
Packages:
```
"nexus": "^0.12.0-rc.5",
"typescript": "^3.7.2",
```
Error Message:
```
src/graphql/schema/ad/query.ts:9:7 - error TS2345: Argument of typ…
-
Apologies if this is already on your minds in some other issue, I looked a bit around but it's not easy to find things inside 225 issues even with a search feature 😅
#### Perceived Problem
When…
-
# Goals
Automatically generate type definitions for other js integrations. via parsing AST(only json labeled) of mattermost-server/model
Primary targets
- TypeScript `.d.ts`
- Flow
- GraphQL
…
-
What problems am I trying to solve?
-Better and safer mechanism for utilizing external libraries in coreir
-Ability to define and create multiple library implementations for coreir libraries.
-Link…
-
Hi! I'm trying to optimize a docker image for production. Is there any example of a workflow to achieve this?
As far as I understand, I should generate an artifact with the build script:
```
…
-
For automatic RR7 typegen through the typescript plugin, would be handy to add the '.vscode/settings.json' with the correct values. This might not be the most "underkill", so at least a mention in the…