Jon Pascoe

Results 36 comments of Jon Pascoe

Hey, thanks for getting in touch. Funnily enough, you've picked the day that clocks change. There was a bug previously that meant that schedules around the clock-change days were incorrectly...

@unrooty-infinum - after chatting to @seejohnrun about it, we agree that this behaviour isn't right. Interestingly, if you're not using the `daily(4)` interval, it starts the first occurrence on the...

Hi @allentsai, I've recently joined the project and am helping with maintenance and support. Since it's been a little while since you opened this ticket, I thought it's worth asking...

@xiaochuanyu - https://join.slack.com/t/icecube-corp/shared_invite/zt-2hnc5v6z7-K0kxsfdfN56ps68AMJzh2Q will work for the next 30 days

Yes, we are. However I sadly don't have time to resolve the issues on this branch. If you can push changes to fix the failing tests, I'll happily merge it.

Hi @northeastprince, Yes - this is still being maintained. However, we can use all the help we can get. If you're able to review PRs, issues, and submit fixes, I'm...

@seejohnrun is giving me permission to release builds via RubyGems, so I expect to make a new release this month. I'll close this issue for now.

By removing the non-ice_cube date translations and loading them only in the tests, I think that would break things like [this](https://github.com/ice-cube-ruby/ice_cube/blob/master/lib/ice_cube/validations/day_of_week.rb#L48) and [this](https://github.com/ice-cube-ruby/ice_cube/blob/master/lib/ice_cube/validations/month_of_year.rb#L37)

I assume the reason it's done this way is so that if ActiveSupport is available, it'll load the translations for `day_names` and `month_names` from [there](https://github.com/rails/rails/blob/main/activesupport/lib/active_support/locale/en.yml#L11) instead, rather than "duplicating" it....