Paul Stone
Paul Stone
If you have access to an Android or Chromebook device you could give my Web Bluetooth project a go: https://github.com/pdjstone/furby-web-bluetooth
Web Bluetooth isn't supported by Chrome on iOS unfortunately. Chrome on an Android phone or tablet is your best bet, as long as it's running Android 6.0 or later.
@ja450n I'm aware of BleBrowser. I've not tried it with my Furby project, but it looks like it supports the required bits of the Web Bluetooth APIs
It seems that the number of mounts created by customizer multiplies by 8 each time I rebuild the ISO. After rebuilding the ISO twice (as above) I ran `mount |...
I enabled MOUNT_DEBUG in src/lib/misc.py and got the following output; ``` => Gathering information => Mounting --bind /proc: /home/customizer/FileSystem/proc => Mounting --bind /dev: /home/customizer/FileSystem/dev => Mounting --bind /dev/pts: /home/customizer/FileSystem/dev/pts =>...
For Android it looks like requery would need to use CancellationSignal for SQLite. For backends using JDBC, Statement.cancel() would have to be used. I guess the requery API would then...
Could this change be causing this issue https://webcompat.com/issues/134857 ?
I implemented a very basic touchpad with pointer events but I will definitely need to implement pointer acceleration to make it feel right. See http://who-t.blogspot.com/2014/07/pointer-acceleration-in-libinput.html and https://web.archive.org/web/20130126195342/http://msdn.microsoft.com/en-us/windows/hardware/gg463319.aspx
For disks and archives with only a single app, we could offer to autoboot (and fast-forward to skip the boot process)
Using this [key event tester](https://w3c.github.io/uievents/tools/key-event-viewer.html), I can see that for the ' key (which is just above / on my keyboard and next to the right shift key), Firefox gives...