-
I was trying out these (undocumented) options in the new compiler:
https://github.com/facebook/relay/blob/main/compiler/crates/relay-typegen/src/config.rs#L37-L51
They don't appear to work corre…
-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version(s) of the tool(s) are you using?
3.80.0 [wrangler]
### What version of Node are you using?
20
### What operating s…
-
#### Screenshot
![Screenshot](https://user-images.githubusercontent.com/59318963/150017842-367cddde-37bc-4f78-9cc7-37b14e1381c6.png)
#### Description
Trying to test my schema i get this error from …
-
While creating an instance over Centos Machine after starting the server using ./bin/start we are facing below issue. Please suggest
Error: /maalogs/posthog/posthog/plugin-server/node_modules/re2/b…
-
![image](https://user-images.githubusercontent.com/18282328/92234891-e770e800-ef06-11ea-83d6-18c8c42622be.png)
As the image shows, the type is this : `pagination?: boolean | Pagination | undefined`…
-
If I define:
```graphql
query {
success: Boolean
}
```
```js
// This will work
resolve(_root, args, context) {
return true
}
// This will work
resolve(_root, args, context) {…
-
Would I be welcome to work on an Elm Language implementation for typeshare?
Elm is a small language, it has very strict type checking and I like using it together with a rust backend.
One peculi…
-
Currently many areas are still untyped and the user has to provide custom record types in many cases. Manually maintaining these types and keeping them in sync is cumbersome and error prone.
It would…
-
Hopefully I include all the necessary details here. I am working on migrating an application from .NET 4.8 to .NET 8, and one of the steps I need to take is setting up TypeGen in the new project. I h…
-
I'm using enums to type my machine states and events. It seem like the viz is only able to determine them when they are plain string
See above, `[AuthStates.Forgot]` is not in the viz, while `idle`…