Dirk H. Wolthuis
Dirk H. Wolthuis
Hi, using latest version I get the following error: ``` postcss: src/components/nes-grid/nes-grid.css, line: 470: src/components/nes-grid/nes-grid.css The `$(icon):nes-gap-2` class does not exist. If you're sure that `$(icon):nes-gap-2` exists, make sure that...
We've updated our app to React 17, but encountered weird bugs where state updates did not get back in other components where the store was used. It's a complex app,...
Hi, Is there a way to type the action variable with my type AuthenticationAsycnActions? The code bellow produces an TS error: `Type 'string' is not assignable to type '"LOGOUT"'.ts(2345)`. ```typescript...
If you add rancher-letsencrypt via the catalog you can't add the service to a existing stack. :(
Why does api.ai does not register intent when I ask a question via my node app (FB-messengerbot)? If I ask the same question via the agent on the website it...
When using the config bellow to try and build a docker image I get an error that the Dockerfile can't be found. Be when running the same script in a...
Hi! ```javascript const [state, dispatch] = useCombinedReducers< { documentWizard: DocumentWizardState; steps: StepState }, documentWizardActions & StepActions >({ documentWizard: useReducer( documentWizardReducer, initialDocumentWizardState ), steps: useReducer(stepReducer, initialStepState), }); ``` What is the...
Hi @damonhook love your tool! So I have two situations specific for the Kruleboyz faction: 1) I can't calculate the damage for the Beast-skewer Killbow From the warscroll: "To determine...
The dialog does not show when you run the plugin.
Hi, I'm using a Hasura GraphQL server for my Solid project. Hasura returns the following data with a 200 if any database validation errors occur. ```json { "errors": [ {...