Robert
Robert
## Update (better workaround) My previous workaround attempt ([see below](#old-workaround)) caused an issue with the `gridster-preview` - the little shadow that follows your `gridster-item` around - and meant it was...
@johnpuddephatt Thank you for this, it was a great help to me. Just to expand on your solution with some extra details: To the `icon` prop Buefy passes an array,...
> Deleting .parcel-cache works for me until I change the HTML node structure in any way, then the problem returns. I'm changing elements all the time so this fix isn't...
I've just upgraded from v1.5.0 to v2.1.0 and I started to see the "Chip Select: (line 8, GPIO8) currently claimed by spi0 CS0" warning when I called `show()`. I see...
Thanks for the reply @Gadgetoid I see, so the issue is that GPIO8 can't be used by Inky when SPI has claimed it as a chip select pin. You mention...
@Gadgetoid I think a combination of options 1 & 2 would make for a good approach. - Add a check to the install script to see if GPIO8 is claimed...
I'm also getting this exact same issue from my built files producing the same error `Uncaught SyntaxError: Identifier 'e' has already been declared`. When I look at the built file,...