Raul Murciano
Raul Murciano
Nice idea! Will hack on it as soon as I make more time for `pt`!
Is this issue still open? I'm having this problem and would like to confirm if still needs to be patched or I should investigate further...
I got the same error message despite having the SQLite3 library installed and setting the `DENO_SQLITE_PATH` env. variable. In my case the problem was that I forgot to include the...
Quick reminder: the unified login system requires hosting the app under `heroku.com` (vs `herokuapp.com`), we may want to document this as well. Will identity send the same user details to...
As the message says, the `ActionDispatch::Static` middleware must be missing in your app. That middleware [is included unless `config.public_file_server.enabled`](https://github.com/rails/rails/blob/master/railties/lib/rails/application/default_middleware_stack.rb#L22-L26) is `false`. That config value is calculated [this way](https://github.com/rails/rails/blob/c3e17bbad88326bd0cb1fcd775c2b2a2929ce59e/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt#L23), so you...
Thank you @gplesz ! We'd like to have new translations peer-reviewed by at least one person, and sadly no one in our team knows Hungarian. Do you happen to have...
Thank you @claymodel ! We'd love to have one reviewer per translation if we can - do you happen to have a colleague that can proof-read your PR?
Great! Would you mind sharing the tools/process you followed to generate the epub/mobi files?