-
In accordance with https://www.notion.so/coderhq/v2-Frontend-State-Management-APPROVED-e5ccb3c6357649f9a9dc1a1b2a1b7a99, we will use a machine to encapsulate API calls about the current user and hold …
-
There is documentation on calling the actual client methods, but there doesn't seem to be any reference how to deal with the result of the client's response as the actual response type, nor how to imp…
-
Hello, this is my use case :
I have a swagger yaml file like that
```yaml
# Parameter definition
components:
parameters:
offsetParam:
limit:
name: limit
…
-
### Description
I noticed a few problem with schemata + typegen:
1. String literals unions (e.g. `"working" | "not-working"`) used in context are broadened to string, breaking selectors and other …
-
Given this openapi definition:
```json
{
"components": {
"parameters": {
"organisationId": {
"description": "Id de l'organisation",
"in": "path",
"name": …
-
### Description
I have the following machine, which throws no Typescript errors on XState 4.23.4:
```ts
import { useInterpret } from '@xstate/vue'
import { inject, InjectionKey, provide } from 'vu…
-
VSCode developer log for "Window" shows the following when saving a machine:
`[2022-01-27 16:34:50.561] [renderer1] [error] UNKNOWN: unknown error, stat '\\c%3A\dev\project\src\index.ts': Error: UN…
-
On:
- Linux (non Flatpak)
- XState v4.29.0
- @xstate/react v2.0.0
- XState VSCode v1.4.1
... The Typegen file is not generated and the `tsTypes: {},` line has the following TS error:
```
Ty…
-
Having the same issue as #4254 on a custom chain
Snippet:
```
const transaction = api.tx.sudo.sudo(
api.tx.rewards.setItnRewardStatus(itnAddress.publicKey, status)
);
```
Error:
```
A…
-
https://github.com/anttiviljami/openapi-client-axios/blob/d44e392a20b083be7ae20231eda1292f10e9e32a/packages/typegen/package.json
This dependency should be changed to ^5.0.0 as early versions won't …