-
### Bug description (include screenshots or a GIF screencast)
Using the `watch` or `write` commands fail with the following error if the directory identified in the `typesPath` property of `.kearc` a…
-
**Describe the bug**
The call `storage.mypallet.myitem.v1.is(blockHeader)` (where `storage` is imported from `types` generated by `squid-substrate-typegen`) returns `true` at block at height where …
-
The typegen file for machine is currently called `[machine].typegen.ts`. Because this file only contains typings, it might be better to rename it to `[machine].typegen.d.ts`.
I ran into this being …
-
```
$ npx nexus build
955 ● nexus:build get used plugins
● nexus:plugin:nexusPluginPrisma Running generators
● nexus:build starting reflection
● nexus:build building typescript program
● nexus:…
-
Current typegen related options:
```
outputs.typgen
shouldGenerateArtifacts
prettierConfig
formatTypegen
typegenConfig
```
Suggestion:
```ts
{
sdl: {
enabled: boolean // shouldGene…
-
When trying to install the kpt function SDK (`npm install -d`) I get the following error:
```
npm info lifecycle create-kpt-functions@0.16.4~postinstall: create-kpt-functions@0.16.4
> create-kp…
-
Hello,
I'm using Nexus `0.26.0-next.7` on Windows machine.
When I run the command `npx nexus build` Nexus is not able to build the application and return the following errors:
```
● nexus:bui…
-
vscode extension automatically inserts type assertion for `tsTypes` field in `createMachine()` for example from
`tsTypes: {}`
we get
`tsTypes: {} as import("./scan.machine.typegen").Typegen0`
…
-
### Description
This might be an error in my code, but after a couple of sessions trying to log from the `machine-extractor/dist/xstate-machine-extractor.cjs.dev.js` file, etc, without results, I tho…
-
**Describe the bug**
`@pgtyped/cli` does not respect the `failOnError` flag during generation.
**Expected behavior**
The workers should stop, and the process should exit with code `1`.
**Test …