ChainList
ChainList
Hi @eden-omb , What do you mean? I had no trouble validating checkboxes following the [svelte-documentation](https://svelte.dev/tutorial/checkbox-inputs) and `svelte-forms` field value. ```typescript import { field } from 'svelte-forms'; const box =...
Hi @jchanes04, Thanks for the bug. I manage to reproduce that bug with a high latency connection. I'll work on a fix ASAP. Meanwhile, a debounced custom validator would fix...
Close issue due inactivity
I wrote the original issue where that MR came out. I don't know how `on{event}` and `on:event` differ internally, but would it be possible to consider the old way of...
Same here. @Saul-Mirone do you have a plan/idea how to fix this?
For sure (in order): 1. Update the library to the latest svelte-kit version 2. Fix the bugs list 3. Implements new validators 5. Full SSR compatibility (should be close to...
Thanks for the help @pepegc. I tried to make it work too. But i'm afraid it'll require to change the library completely to something else or... wait for the lib...
My issues were mostly in dev mode. Everything might seem to run smoothly but it is not when you're actually naviguating on the documentation. **Unless** they made a new version...
This is a [duplicate](https://github.com/obsidianmd/jsoncanvas/issues/4). You can see my attempt made yesterday. [Already done an MR](https://github.com/obsidianmd/jsoncanvas/pull/5). Maybe there is a few things to tweak like adding description though. I think we...
I think it's safe to assume this coordinates system is based on the webview one. x axis: negative values go left, positive right y axis: negative values go up, positive...