Walter McGinnis
Walter McGinnis
So glad to see this! _Side note: I've been considering how smart contracts might be used to address climate change. The first thing that came to mind was a carbon...
Just noting here that I found a lib that's made a start on calculating occurrences based on `RRULE`: https://github.com/alaister/elixir_rrule/blob/master/lib/RRule.ex # after line 45 Reviewing for my short term needs now...
Here's another implementation I'm reviewing: https://github.com/fazibear/ex_ical/blob/master/lib/ex_ical/recurrence.ex
I've finally extracted my work on this so that it can be public! Work-in-progress at https://github.com/walter/icalendar_event_occurrence
It has a dependency on RRULE implementation being in place, so I think adding it to the README from within the feature/rrule branch PR makes sense.
Yeah, I'm using pry-rails and simply calling it from within a shell-mode buffer as that works as expected. I'll update here if I find a way that people load environment...
> @walter When i try and use this I get an error that says > > ``` > Uncaught (in promise) Error: "candlestick" is not a registered controller. > ```...
Oh, one other note. When I was testing this add-on from within another app at first it wasn't picking up the changes as it was based on the same repo/branch...
@devotox - never my request for context and code, I managed to recreate error in the test dummy app by passing in datasets in `@data`. Looking into it.
@devotox Yeah, it's weird. It looks like they both are using chart.js `3.5.1`, so not a mismatch there. Also it looks like the controller _is_ registered with `chart_js.Chart.register(CandlestickController, OhlcController, CandlestickElement,...