Luca Dalli
Luca Dalli
A naïve and incomplete attempt at #3211 I've never explored this part of the codebase so I'd like to hear your thoughts, particularly about using the canvas `dataURL` as the...
**Describe the bug** The `select` widget allows true numbers (not numeric strings) to be stored by passing an array of `{ label: string, value: number }` objects as the `options`...
Thumbnails for images from my camera roll have a black border. Seems to be related to EXIF orientation. Below is a comparison showing the thumbnail of the unaltered image (EXIF...
Declaration file `gif-frames.d.ts` is not included in the npm package for version `1.0.1`, despite it being present on GitHub. 
The cmd app does not allow `filter_speckle` values greater than 16: `thread 'main' panicked at 'Out of Range Error: Filter speckle is invalid at 20. It must be within [1,16].'`...
If two lists use the same `items` array, elements from the list which is not being interacted with will become and stay hidden. https://svelte.dev/repl/9b315abef42f434b863f1410fb44dd33?version=3.53.1 Interestingly enough, the behavior is different...
### What version of `drizzle-orm` are you using? 0.26.5 ### What version of `drizzle-kit` are you using? _No response_ ### Describe the Bug ``` dev: ../../node_modules/drizzle-orm/db.d-89e25221.d.ts(521,15): error TS2515: Non-abstract class...
Despite explicitly attaching to the channel using `channel.attach()`, sometimes I face the error above when I try `channel.presence.subscribe` or `channel.presence.enterClient`. The error is intermittent and I'm not sure if its...
As a heavy Cloudflare user that is returning back to Nuxt after using other meta-frameworks, I am very excited about this project. The greatest struggle I face when working with...
When using browser machinery such as `getDisplayMedia` and `MediaRecorder` to record a screen, tab, etc, it is not possible to produce MP4 files, only WebM. MP4 is still the container...