r3a1d3a1

Results 30 comments of r3a1d3a1

Accelerometer data output would be fantastic!

That too is not perfect however. Check [this](https://github.com/sereneblue/chameleon/issues/533) out as an example.

Each 1080p frame takes about a minute to process, so definitely not, unless you're using a super computer.

Mine is working fine with tensorlayer==1.11.0

[phillippschmedt](https://github.com/phillippschmedt)'s idea (quoted below) would be perfect for my case as well: > * Add an option to enable user confirmation to end a break > * This will make...

This often happens to me too... In other words, I see the notification for a break, I lock my Mac (single monitor) a few seconds later, and when I come...

(By the way, outside the scope of this thread, I found it misleading for 61 seconds to be considered "about 2 minutes", so I fixed and refactored the code [here](https://github.com/hovancik/stretchly/commit/3a0f64b036179778b50d6f03145775ec97e77265)....

A simple hack in the meantime. Replace the `dns.go` file contents in the `doh` folder with this: ``` go package doh import ( dns "github.com/Focinfi/go-dns-resolver" "errors" "regexp" ) func Init()...

Also worth mentioning that it's not just a matter of speed & convenience, but also longevity of phone's NV memory. They're mostly NAND based and sensitive to number of writes....