Bryan Berger
Bryan Berger
Putting this here as i'll probably implement this, but, It would be nice to have an ability to copy a shortURL (instead of base64 links) for pasting in Slack/etc. I...
Love the library so far, any suggestion on how to improve the readability here? **Define our breakpoints** ``` export const breakpoints = { xs: 480, sm: 576, md: 768, lg:...
In this scenario only a a single ArtboardName.png was created (most likely being overwritten) ``` Page 1 ├─ ArtboardName Page 2 ├─ ArtboardName ``` _Just something to be aware of....
Got this working on my NodeMCU v2 ESP 12-E module but every so often I get an Exception and the NodeMCU crashes. here is the stack trace ``` Exception (9):...
**Describe the bug** Seems like the global_state in localStorage grows overtime and hits a quota and errors out resulting in the inability to move or interact with the UI at...
feat: setup an option to enable a timer to automatically check for updates ~15 minutes (enable by default)
It's worth mentioning you need to install `Clover` to use `bdmesg` in `getCurrentBootEFIVolumeUUID` I used Unibeast + Multibeast + Clover Configurator on my install and `bdmesg` is not on my...
A little background, I clone my main ssd drive to a NAS over LAN using SuperDuper! The clone works fine and is mounted as a Volume. I have EFIClone set...
``` javascript controller.onFrame ``` is no longer supported by leapjs. Instead Use: ``` javascript controller.on('frame', function(frame) { // stuff }); ``` when using the newer method, I get the following...