Rory Duncan
Rory Duncan
## Description Using the chat wheel while having two monitors in desktop friendly mode causes the cursor to instantly jump to the monitor edge that borders the other monitor. I...
The current implementation of Offcanvas does not allow you to **opt out** of the keyboard control (aka, pressing ESC closes the offcanvas). It is called `keyboard` within the [Bootstrap Offcanvas...
### **Describe the bug** A specific set of conditions when using offcanvas will cause it to not render content. _I think_ it's caused by a order-of-reactivity issue based on the...
### Describe the bug Within the sveltekit documentation there are some code samples that include typescript errors in the clipboard data. From my observation it primarily ones that have import...
## Steps to reproduce 1. Export a `number`-backed `Enum` - Add the compiler flag `@compileMembersOnly` 2. Perform a bitwise operation on members of the enum 3 _Run application and observe...