Jaffa
Jaffa
I don't use ActionMailer so I won't make a pull request myself, but I answered a question on SO and recommended your gem as it sounds like a solution to...
I've a bot which defines each statement in a separate file to simplify testing. To test the files, I remove all statements and then just load (not require, as it...
Hi! It's currently not possible to have a query string parameter like `distance`, as it would most probably cause scrivener_html to raise `ArithmeticError` or at least have some undesired side-effect....
When importing books, we have the possibility to select one or several shelves in the settings part (№3) just before the batch import. This particular settings does not appear to...
As far as I know, it is not possible to edit an edition to add an ISBN on it, it's only possible to create the edition using an ISBN
After finding [this question](https://stackoverflow.com/questions/51836680/outgoing-ports-for-making-http-requests-from-ruby-on-rails-app/51837467#51837467), I found that whenever a local_port is specified, it will automatically assume that we try to bind to localhost, as per `getaddrinfo(3)`: If the AI_PASSIVE flag...
I sort table rows (inside tbody) and I can't get your plugin to work...
`BinaryFieldValue` seems to be a private data structure, and inherited Key only for `getString`/`fromString`, so I removed it completely, and added the required functionality using non-exposed functions in the cpp...
I've got a newtype on oxydized_money::Currency to implement ToSql/FromSql/... I recently added a table with a composite primary key which included a currency column, and I'm expecting to be able...
Display value terminator and delimiter in the command usage and help. I added explicitly `[value delimiter: ':']` and `[value terminator: ";"]` to the help message. Closes https://github.com/clap-rs/clap/issues/5392 and https://github.com/clap-rs/clap/issues/4812. Related...