Drew Breunig
Drew Breunig
That doesn't work. Code hangs without updating. epd7in5b_V3 works great on RPi3 and Zero.
Hi, in the current release, the python demo code (7in5b_V2) and my own code perpetually hangs on e-Paper Busy. I am having a hard time debugging this and can't get...
Also there's a known error in http 3.3.0 that I'm hitting which has since been fixed. [Linked here](https://github.com/httprb/http/issues/640). I have posted a pull request: #53
I am having an identical problem. When I install solid queue, it creates the schema file. I then modify my `database.yml` like so: ```yaml default: &default adapter: postgresql pool: timeout:...
Some further info... When my development databases were already running and seeded, `bin/rails db:prepare` quietly completed -- but no new databases were created. However, when I `db:drop`'ed them and then...
I think the issue here isn't new apps, but those looking to migrate. Including instructions for running it in dev, essential for migrations, would be helpful. I heard of a...