Tjeerd Bakker

Results 10 issues of Tjeerd Bakker

Following the example code on an ESP32 I get an "Error: overrun" every time I receive data but I don't know what causes this or how to prevent this error...

It's incredibly awkward to use, it would be much better to have rotate/mirror the component using a hotkey rather than dealing with "I moved my mouse accidentally when placing a...

Using the volume-wheel on my keyboard I'm able to to set the volume way too high, to the point of extreme distortion of the sound output. It would be great...

`from pylite import Pylite` should be `from pylite.simplite import Pylite`

Camera: Nikon D5300 When starting the viewfinder (live-view) the camera raises the mirror and you can `capturePreviewAsBlob` at high speed. When trying to disable the viewfinder it will error: Error:...

Starting a fresh svelte project and importing the latest version of the datatables library I get the following error: ``` Unable to resolve `@import "src/shared/style.css"` from /home/tjbakker/dev/lentedigital/datatableTesting/node_modules/@vincjo/datatables/dist/src/shared ✘ [ERROR] Error...

In the "Hello World" example using `ThSort` or `ThFilter` triggers the warning ``` [svelte] ownership_invalid_mutationnode_modules/@vincjo/datatables/dist/src/shared/ThSort.svelte mutated a value owned by src/lib/components/table.svelte. This is strongly discouraged. Consider passing values to child...

I create a simple table component ```svelte import { TableHandler, Datatable, ThSort, ThFilter } from '@vincjo/datatables' let { data }: { data: any[] } = $props() const table = new...