David Gray

Results 33 comments of David Gray

That would make a button either "can be held down" or "can be tapped", but not both. If I tick the box for "Loop the pressed action" and get Lunchpad...

I'm running this in a dedicated VM (to stop the 100% CPU bug from taking down my home server) and my workaround has been to have a cron script that...

Same thing on Windows 10. I haven't dived into the source to find out why though.

I'm getting the same error as above. In my case, I'm trying to call an external API (e.g. `https://example.com/api/v2`) with a `fetch` call in my Ionic + Vue app, and...

> @Grayda i did not like to change the setup.ts file for the same reasons that yours. I think the code should read the CSP in the capacitor.config.ts file which...

This worked alright for me: `{{ "Off" if not brightness else ((((brightness*100)//255)) + '%') }}` Also, I just tried to replicate the off / on icon thing, and it works...

Looks like you've accepted an answer over at StackOverflow, but in case anyone else is reading this, I use moment.js with the `fromNow()` function to show, in a human readable...

@redphx: Are you able to share the URL where you got the firmware from? I'm currently doing some development with the Pixoo 64 and want to take a deeper look...

For anyone else reading this, I had this same issue, and I resolved it by using a different USB stick. You could try formatting it again, but I tried that...

Is there an ETA for the next release that fixes this issue?