Anton St.

Results 5 issues of Anton St.

Hi, First of all, thank you for this wonderful tool. Really convenient helper to work with vuex. Is it possible to disable generation of getters/mutations/actions for Module and use only...

Hello, Can you please advise how to integrate Hydra with fetahres.js? Your help is appreciated. A.

Hello all! I have this code block ``` export function routeData() { return createServerData$( async key => { const response = await fetch( `http://localhost:9000/some` ) return ( await response.json() )...

Hello all, I am encountering an issue where HTTP POST requests are failing in Astro.js API route. The request is sent to Directus API. The following request is failing with...

Hello, I have following setup: ``` "daisyui": "2.31.0", "svelte": "^3.44.0", "vite": "^3.1.0", "vite-plugin-windicss": "1.8.8", "windicss": "3.5.6" ``` When using daisyui toggle or checkbox :checked styles are not generated. Would appreciate...