ctaepper

Results 12 issues of ctaepper

Please describe your issue clearly and also include all details below. **Details** - _avn_ `0.2.3` - _node_ `10.5.0` - _nvm_ `0.33.11` - _zsh_ `5.5.1` **nvm specific** - [x] As an...

I have a beforeEach, where the actor logs in - open login page - enter email address - enter password - click submit button in the tests this is a...

question

addressing my idea from #67

all right, so we use this ```json "typeScale": [ 3.25, 2.5, 1.25, 1, 0.75 ], ``` to generate this ```css /* TYPE SCALE Docs: http://tachyons.io/docs/typography/scale/ Base: f = font-size Modifiers:...

there is allready a package called angular-ellipsis on npm, which is a fork of this project... however, its an old version and doesnt seem to be maintained as a browserify/webpack...

Even though @DanielKucal is stating that the latest version supports Ivy, Angular seems to think otherwise. It uses ngcc on this library and logs a "encouragement" ``` > ngcc --properties...

This PR adds logic to the switch to toggle state instead of sending a fixed `state=true` or `state=false`. Now you can send `state=toggle` in order to make the switch go...

for reasons not important to this issue, i have my html template inside es6 .js files which export the templates as string ``` js // template.js export default ` Heading...

i got the debug function working, but i have no idea how or where to add .inspect() method and where to access the ui?

first of all: i love this approach to theming! so lets say i have a theme folder `default` in my module containing `colors.css` and `components.css` . i want to use...

enhancement