-
```
This only happens to the setter, getter was fine. To reproduce the error:
public interface IProperty
{
int Bar { get; set; }
}
class InterfacePropertyBug
{
pu…
-
It seems as if stripping pallets leads to a type not being found. This when generating metadata for Acala
The specific error comes from https://github.com/paritytech/scale-typegen/blob/c8c6f95f421d…
jsdw updated
5 months ago
-
Hello,
I have two schemas in one project (just for example - `schema1` and `schema2`). Each of them has it's own `nexus-typegen` generated file. Types for `schema1` are working fine, the issue with `…
-
Simply cloning the clean repo and trying to build by doing `npx sanity build` or `sanity build`, OR trying to deploy the sanity studio by doing `npx sanity deploy` or `sanity deploy`, it fails with vi…
-
Since I have upgraded my dependencies to...
```
"@prisma/client": "^2.17.0",
"nexus-plugin-prisma": "^0.31.0"
"prisma": "^2.17.0"
```
... I am getting the following error when transpiling my…
-
While trying to deploy a GraphQL server using Netlify Functions (backed by AWS Lambda), I encountered the following issue viewable from [here](https://5ddafcc9836c890008d1588b--exigo.netlify.com/.netl…
-
- [x] ~~assess if [serde typescript-definitions][] crates is suitable~~ the type must be determined before compilation so it can't generate n-number of possible types in a union type ❌
- [x] be06a6d6…
-
I'm trying to deploy my app to vercel, and i keep getting this error when building:
Can someone help me?
![Screen Shot 2022-05-03 at 14 43 22](https://user-images.githubusercontent.com/18126630/1…
-
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---**Describe the bug**
Generated types aren't used by VS Code, so there are no any auto-comp…
-
```
This only happens to the setter, getter was fine. To reproduce the error:
public interface IProperty
{
int Bar { get; set; }
}
class InterfacePropertyBug
{
pu…