Simon Kaiser
Simon Kaiser
I have a similar problem. For me it doesn't crash, and boomImmediately() works fine. But when using just boom() the buttons are still misaligned (the background however is correct). When...
So I have a fix now that works. It is very rough around the edges though. I had to rewrite code in many places. I would appreciate instructions on how...
I've forked the project and uploaded my changes into there. https://github.com/bermudaparty/HoloColorPicker Hope it works like this, I didn't have time to familiarize myself with the proper way of doing it.
This is all really old by now. But if anyone is still interested, I just pushed some updates to my fork (/bermudaparty/HoloColorPicker) that now make the whole thing properly operable...
I am also very interested in this. As I posted on another issue as well, the following post provides some python code that goes into that direction: https://www.raspberrypi.org/forums/viewtopic.php?p=635509#p635509 I am...
So, I did some tinkering and I built a super simple little GUI that displays track title and artist name from Bluetooth meta data. It also has buttons for previous,...
Maybe this can provide some pointers: https://www.raspberrypi.org/forums/viewtopic.php?p=635509#p635509
Update with workaround: using `copy = TRUE` fixes it for `extract_tables` and for `locate_areas`, but not for `extract_areas`. So: ```r # locks file tables
I think a way to fix this would be to pass on the value of `copy` to `extract_tables` in the function definition of `extract_areas` (in `locate_area.R`). ```r extract_areas
I think this is more or less the same as #302. Still having this problem too.