Henk van der Veen

Results 6 issues of Henk van der Veen

The built in openssl of osx is broken, showing a useless `Usage: rsautl [options]` message.

I have an extension that adds a span around some strings, but adds the same string in again as well. It gets run when creating the maruku object and again...

When I wrote my first drop, to_s didn't change the way a drop class rendered itself, but to_str did. In the new version it's the other way around, but I...

Haven't thoroughly tested it, but the plugin loads now, a connection can made to runkeeper and data like profile can be fetched.

The job usually determines the priority in my projects, so it makes sense to specify it there. ``` NewsletterJob = Struct.new(:text, :emails) do def perform emails.each { |e| NewsletterMailer.deliver_text_to_email(text, e)...

Fixed for 7.2 in https://github.com/rom-rb/rom-sql/commit/62867221448f657519cd4526a725d81e9dfed697 But the warning is already present from rails 7.1.2 (7.2 is even an error, not a warning). The previous fix turned the positional boolean into...