-
### Describe the solution
#### Problem
Currently, there is no way to let wrangler know about secrets so that it can include them in the automatically generated type definitions (`wrangler types` c…
-
We should consider adding [Sanity TypeGen](https://www.sanity.io/docs/sanity-typegen) to generate TypeScript types based on the Sanity schema. This is instead of manually defining the types, e.g., bas…
-
## Feature description
I am trying to generate zod schemas from the Api generated by swagger-typescript-api. But this API contains a bunch of unsupported types related to the API it self which i do…
-
I.e. in this machine:
```ts
const machine = createMachine({
initial: 'a',
states: { a: {} },
})
```
You should be able to run:
`state.matches({ a: {} })`
-
### Description
when use C R A does not work as expected firstly can not use custom theme even if it fails even if use chakra typegen src/theme.ts
and use path @ not native support in CRA do you su…
-
In typegen, modules of type annotations are imported. However, some type hints can not be imported. An example is the return value of hashlib.sha256(). It is a hash instance defined in CPython and thu…
-
```
Hi
I'm currently evaluating the possibility of using RunSharp to be a rule
compiler for dynamic formulas entered by a user. I've got most of the
infrastructure (parsing, building AST etc.) sor…
-
# Creating issues for Relay
## Questions regarding how to use Relay and/or GraphQL
We are experimenting with the new @alias directive. Given the following example:
```
graphql`
qu…
-
```
What steps will reproduce the problem?
1. Write code like the following:
MyClass.Public.SimpleProperty(MyClass.Field(typeof(object),
"testProperty"), "TestProperty");
What is the expected outpu…
-
```
To reproduce the bug:
public static void GenFoo(AssemblyGen tg)
{
TypeGen g = tg.Public.Class("OutParameterBug.Foo");
{
CodeGen cg = g.Publ…