Robin Modisch
Robin Modisch
Related to #32, which does not seem "resolved" to me. I have the same problem that exporting a selected chat does not work: 1. Select small chat (500 msg), press...
I can't reach your example website, it seems like it's down.
`handTrack.load(modelParams)` will freeze the UI for 5..10s during loading time. This is unacceptable for a background task where responsiveness is more important than quick loading times. If it's just a...
Seems like type definitions are missing, which makes integration with a typescript (svelte) project cumbersome: ``` Hint: Could not find a declaration file for module 'handtrackjs'. '/handtrackjs/src/index.js' implicitly has an...
I'm currently researching different solutions for hand and face tracking and it's difficult to choose one based on the readmes provided. Others might feel the same, could someone with more...
** Is this for an existing documentation file? ** https://sveltematerialui.com/THEMING.md -> Building Your Theme ** What needs improvement? ** The build descriptions won't work with default svelte setup because of...
It seems like there isn't a lot of analysis regarding individual users outside of Google Analytics. Does this mean that one can omit a cookie banner? A buildin way to...
Manual conversion from CRGB to raw draw Call is needlessly complicated: ``` CRGB color = CRGB(1,2,3); screen->drawPixelRGB888(sn.pos[0].x, sn.pos[0].y, color.r, color.g, color.b); ``` could be ``` screen->drawPixel(sn.pos[0].x, sn.pos[0].y, color); ```
OneButton(pin, true, true) supports only pull-ups, but some chips (notably the ESP32) offer pull-down as well. Is there any other method I couldn't find or are users limited to only...
Installation works as noted in #11 , but it seems to be very outdated at version `0.0.0-alpha+sha.eb583d713a`: https://platformio.org/lib/show/1260/OneButton/installation