Ryan
Ryan
I think I'm having a related issue where I run `rake db:migrate:status` and it shows all `up` but the last, newly created migration. And then if I run `rake db:migrate`...
@ecylmz and @francois-tilkee, did you eve figure out a solution here?
So, I actually figured out mine. It was an issue with how the migrations were being loaded by Octopus. We had added some inflections, which meant that those classes couldn't...
I also cannot seem to connect a new user token: ``` ERROR: 2022/05/03 14:09:04 transport.go:177: http request failed with Post https://doesnotexist.remarkable.com: dial tcp: lookup doesnotexist.remarkable.com on 8.8.8.8:53: no such host...
Actually, I got this to work by re-downloading `rmapi.zip`, removing `rm /Users/USERNAME/Library/Application\ Support/rmapi/rmapi.conf`, running `./rmapi` and following the instructions. I think it may have been a mix of an older...
I'm happy to work on a PR for this, but I think this would require some schema changes. And I have not contributed to a project that requires migration. If...
Has anyone found a solution to this other than copying images to a non-https location? I've tried using the `wkhtmltopdf-binary` gem, but it has no effect. Strangely this only stopped...
I ended up going with installing wkhtmltopdf directly on my computer and then using the suggestion above of a buildpack: https://github.com/paidapi/wkhtmltopdf-buildpack. And it's notable that @nfriend21's solution did work, but...