Dev-Guy
Dev-Guy
When the ensureLogGroup option is falsy, attempting to log a message causes it to be retried indefinitely. For example, I set up an error handler that logs to the console....
**Is your feature request related to a problem? Please describe.** The [Supavisor](https://github.com/supabase/supavisor) proxy for Postgres offers several benefits, the main one being the elimination of long-lived idle database connections. It...
# Please Select Squash and Merge ## Changes - [x] Implement #51, #60, #67, #74, #75, #80, #87, #88, #91 - [x] Change version to 1.1.0 - [x] Update dependencies...
## Goal Share the same Kanban board across different browsers or browser tabs, potentially to multiple users over the Internet. ## Scope This effort will clear a path for [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)...
## Test Cases The following tests need to be run, as real tests and/or thought experiments. List the changes that need to be made to the component in the next...
The event does not specify which card was removed. See https://github.com/V-Py/svelte-kanban/blob/9726005e5c64cc6c3dbf054cfd495dbd34a18abd/src/lib/Kanban.svelte#L366
https://github.com/V-Py/svelte-kanban/assets/12297328/be1a736f-1cbc-4eab-a5cf-7bc9ecbdffe3
Any number of columns can be added regardless of `
New feature to undo and redo operations.
When dropping a card, it should either "shake" or some other effect should highlight the card's new position. When the cards have the same title and date, sometimes it's hard...