Chase Anderson

Results 13 comments of Chase Anderson

I'm open if you have arguments to why it's *not* better though!

This project uses tabs (which by the way I'd say or the best option because it's easily configured to "appear" as whatever number of spaces you wish so it accommodates...

Would you be more eager to merge part of this if I split this into two merge requests - one to fix the bugs breaking your existing functions, and one...

This doesn't seem to be a priority for them since they neglected the original issue and haven't responded to this one - can we **keep a tally on how many...

@TheSpyder Thanks for having a look at this issue. I can understand if my needs are niche the 5 users requesting it may not be enough to justify a bunch...

I for example have a task that needs to be run at `['7:00 am', '9:00 am', '11:00 am', '1:00 pm', '3:00 pm', '5:00 pm', '7:00 pm']`. Unfortunately, that becomes complicated....

Mostly because it's nice to have it in sync with live, and for testing that the times work right prior to pushing live. The latter is mostly just convenience. I...

But either way, due to daylight savings, I'm pretty sure my code is going to have to look like this: ``` every 1.hours do rake "sometask" end ``` sometask ```...

I'm pretty sure I tried setting the time to test a timezone issue a while ago and if I ran the Linux command to change the time it errored and...

I think that's a short-sited solution much of the time. Your task will probably work for now, but if your software scales you'll have different clients with different timezones. At...