-
First of all, thanks for this amazing plugin!
I noticed that either the types of this plugin's options are inaccurate/wrong in regards to emitSchema, or there is a bug in the plugin.
According t…
-
**- Do you want to request a *feature* or report a *bug*?**Feature
**- What is the current behavior?**
we only have js client
**- If the current behavior is a bug, please provide the steps to…
-
- Test the project on five projects (use #9 to find good repositories)
- Analyze and benchmark test the performance (speed, memory, accuracy)
-
I ran into the following issue when running typegen for the metadata from my runtime
```
$ ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package automata-typings/interfaces …
RyuH1 updated
2 years ago
-
the @polkadot/typegen v8.1.2-1 and a chain with metadata v14.
```
** Generating lookup for pangolin
2022-05-08 22:03:47 REGISTRY: Unknown signed extensions CheckEthereumRelayHeaderParcel…
cinlk updated
2 years ago
-
Trying to use an interface type with an SQL query, for example:
```
interface Person {
id: number,
name: string,
};
const query = sql`
SELECT id, name
FROM person
`;
const oneP…
-
#### Screenshot
#### Description
The [connectionPlugin](https://nexus.js.org/docs/plugin-connection) says this is how to use the plugin.
```ts
export const User = objectType({
name: "…
-
while upgrading @polkadot/api from v7.9 -> v8.3, we start to have the following issue with `@polkadot/typgen`:
```
node_modules/@polkadot/typegen/cjs/util/imports.js:98
Object.entries(importDef…
-
When generating the api-augment with typegen, the additional RPC methods are not included.
Additionally those rpc_method are not recognized when polkadotjs connect to the network and load the types.…
-
I'm running
``
"gatsby": "^3.0.1",
``
``
"gatsby-plugin-typegen": "^2.2.4",
``
When I run
``
gatsby develop
``
I get the following error
```
success extract queries from comp…
jlvdh updated
2 years ago