Dan Kozlov
Dan Kozlov
Currently, if you have a ES bundler (Vite, Snowpack) you cannot use this library, as it uses an outdated module system (UMD). I added the support for ES modules. It...
## Basic Information **Name:** [safe] money **Category:** finance tracker **URL:** [safeapps.io](https://safeapps.io) ## Description It's an app that helps you log expenses and incomes, track your assets' performance, and plan for...
**Is your feature request related to a problem? Please describe.** To make it clean I always try to sort the props, event handlers, actions and so on in a consistent...
**Is your feature request related to a problem? Please describe.** If you have a content-driven blog, that uses Markdown processor, you want rollup/webpack to watch certain directories, where you hold...
**Describe the bug** If you describe any layouts in mdsvex config, your app won't compile in SvelteKit at all. Says something about circular dependency between `generated/root.svelte` and `components/layout.svelte`. **Logs** Logs...
Fixes #92
I believe there are two mistypes: 1. [here](https://github.com/tauri-apps/tauri-plugin-store/blob/dev/webview-src/index.ts#L117) should go `T[]` for function return value 2. [here](https://github.com/tauri-apps/tauri-plugin-store/blob/dev/webview-src/index.ts#L189) should go `T | null` for `value` argument
**Describe the bug** If you set SCSS as the default style language and not set it inside the component itself on `` tag, it would mess up the whole highlighting...
Hi! Cool small app you created there, thanks! Bit of a feedback: iOS 13, iPhone X, PWA mode. A few days ago I noticed that when the app triggers the...
Currently importing an image fails with this error: ``` [plugin:vanilla-extract] Build failed with 1 error: Check.css.ts:6:16: error: No loader is configured for ".png" files: pic.png ``` , even though it...