Andrew Vit
Andrew Vit
This is currently raising a `NoMethodError` for `NilClass` and I expect this should be evaluating with the instance. (This used to be possible in roar 1.0.4) Let me know if...
We were seeing errors from Weather Underground for certain locations where a time zone name was not being returned, and Barometer was unable to parse the offset value. It looks...
Allow for managing a list of commands to choose from instead of just typing them. These could optionally have placeholders that bring up a dialog for entering just the filename,...
Allow for starting commands in a tmux session on a remote host over SSH. I could see this being useful for triggering a command on a group of remote hosts,...
Using gsub with block syntax is slow. This implementation uses lookup tables to cache the mapping of encoded/decoded characters since these are known subsets / ranges, and handle replacement in...
Something like `stockboy_job.process(since_last_run: something.updated_at)` The given keys e.g. "since_last_run" would be available in the DSL for e.g. choosing files from the provider or as variables in the attribute translations.
Currently it's hard to get the mtime of files on the server without querying them individually (it's a limitation of the FTP protocol) and the `ftp.list` command just gives us...
Currently: - The `:soap` provider returns a Nori hash from Savon by default - The `:xml` reader either accepts a Nori hash, or parses XML strings using Nori Nori is...
EXRULE has long been deprecated in iCalendar RFC and IceCube. Currently the rules that set up `start_day_of_month` and `end_day_of_month` are done using a mask over the `start_month` and `end_month` inputs...
Too confusing, sounds like ruby exceptions.