Sietse

Results 5 issues of Sietse

I see Sierra as latest compatible version. Any idea whether this would work on Catalina (10.15.7)?

This is very nice! Maybe some more info on isolation, tubing, electricity? I found e.g. this 3d printable box which very nicely combines the capacitor with the wifi: https://www.thingiverse.com/thing:4256595 Maybe...

In current example there is no example of a radio-button (group) with react-hook-form. I tried making it with RHF Controller, but it looks like you need a `RadioGroup` wrapper component...

Status: Pending Review
Component: Documentation

My general `queryClientConfig` for react-query is more or less the default one: ``` queryClientConfig: { defaultOptions: { queries: { retry: 2, refetchOnMount: "always", refetchOnWindowFocus: "always", refetchOnReconnect: "always", cacheTime: 1000*30, refetchInterval:...

enhancement

When logging in with wrong login-details I would like to show the 401 error message from the server. How would this be possible? I am also a bit confused as...