Ashraf Hasson
Ashraf Hasson
Hi there, I found it useful to bridge the channel join events to the phoenix service since those were left out and I wasn't able to chain the `receive` method...
First, thanks for the great addon! I was wondering whether you'd consider adding a socket mock-server to this addon, maybe via [mock-socket](https://github.com/thoov/mock-socket) or something similar to it? It would be...
Added support to translate breadcrumbs via [ember-i18n](https://github.com/jamesarosen/ember-i18n). While it's possible to translate various components' properties, breadcrumbs is the odd one that is automagically constructed from the route name but if...
I tried to use the `range-slider` component with computed range property but that seems to cause noUiSlider to complain (eagerly) that it's "Missing 'min' or 'max' in 'range'." I tried...
In the code below, updating `daysOfWeekDisabled` via the `daysOff` computed does not seem to be felt at the `bs-datetimepicker`, not sure if it's possible to update the `datetimepicker` widget with...
Hi, thanks for the great addon! :) I had a need to disable a few (or all) nodes immediately after finishing loading based on some app state and logic but...