Ilya Radchenko
Ilya Radchenko
I'm using "babel-preset-es2015": "^6.9.0" with "babelify": "^7.3.0", and `import sf from 'sheetify';` doesn't work (5.0.3 of sheetify). I get: ``` no-highlight Uncaught TypeError: (0 , _sheetify2.default) is not a function...
I'm not someone who looks at this and wants to use it right away, mainly because FP doesn't seem to be a big gain for me. One thing that would...
…o duplicate in footer. Basically, allows this: ```hbs {{#if myDialog}} {{#paper-dialog fullscreen=true onClose=(action (mut myDialog) false) as |close|}} {{#paper-dialog-content}} Register or Sign In ... {{/paper-dialog-content}} {{#paper-dialog-actions class="layout-row"}} {{#paper-button primary=true onClick=close}}I'm...
The following doesn't work: ```hbs Toggle ``` This does: ```hbs Toggle ``` `onToggleMenu` is `burger.state.actions.toggle`
Currently I have multiple lists of steps depending on routes and the state of the app or the permissions of the user. I extend the `tour` service to make this...
Currently steps are very brittle, because they are dependent on the template but defined outside of it and with duplicated logic. This shows it's ugly head when you start filtering...
Talked about in slack. cc @nathanhammond
From our spike on https://github.com/cowboyd/ember-microstates/pull/69 Basically, you have to include IE11 as a target for microstates to work, because the way classes are used doesn't work with Babel (Using a...
I'd like to be able to do something like `click('.my-map', { xOffset: 5, yOffset: 5 })`, since there isn't usually anything to select on to click on a map if...