joshmn

Results 35 comments of joshmn

> Ah, and one other note about your API thought there ^ (a separate issue we should open) is that calling `drip` multiple times with the same action name only...

## API Mode This would compliment [caffeinate-webui](https://github.com/joshmn/caffeinate-webui)

## Standalone appliance This is a bit more involved, but effectively, I want to use Caffeinate to allow non-technical users to build campaigns and emails. I had the idea (and...

## Remove dependency of `ActionMailer::Base` Call any action that responds to a certain set of parameters. Proof of concept here: https://github.com/joshmn/caffeinate/issues/14 Edit: Proposed #24

Hi @jon-sully! Ah! Flattered! If you want I'd be happy to put the logo in the readme! That Texter class — so sorry! https://github.com/joshmn/caffeinate/issues/14 could help it... :) I'm open...

Did you try passing you pass `lazy => true` to your `attribute`?

Most things with javascript are completely above my paygrade, so I ended up being a lazy bloke :) ``` levelSelectorConfig: { labelCallback: function(level, label) { return BITRATE_LABELS[level.level.bitrate / 1000] },...

In your mind, what's this look like in terms of architecture? I can think of a few different ways: gem -> cheatsheet -> category -> item; or gem -> cheatsheet...

have at it! it's why i assigned this to you :) fwiw: i don't have any i18n experience; i don't know best practices, conventions, etc. most of the setup is...