Guillaume

Results 4 comments of Guillaume

For me adding the store state type in module declaration is enough to have auto-completion ```typescript declare module "vue/types/vue" { interface Vue { $store: Store; } } ``` A more...

Thank you for the fast answer. Is that also the case when we use the `HttpBrowserClient` ? Because the following expression work when client is a `HttpBrowserClient` (created with `createHttpBrowserClient()`...

> recent case was using `Pod` from `bytemuck` ^^ Exact same thing here, I try to implement a trait to use bytemuck::cast_slice for all Pod + Zeroable type. And the...