Andrey Stukalin
Andrey Stukalin
Currently `setCookie` accepts only name and value. I suggest extending this so that the method accepts all other possible parameters: _domain_ and _expiry_ (not sure about _secure_ though) as described...
The setup is the following: I have models called `web`, `space` and `spaceview`. Spaces and spaceviews are many-to-many and a `web` entity has lists of spaces and spaceviews. I use...
Add CI
How would it be if we added a simple CI like travis or similar to run the tests for PRs? I could contribute on that one if I had enough...
**Steps** 1. Use a popover with the following combination of parameters: `@delayShow={{some relatively large number e.g. 1000}} @triggerEvents="hover"` 2. Hover over the triggering element and immediately leave before the popover...
Closes #2186
(might be related to #917 / #1012 / #1010 ) I have a following snippet in my component ``` // more stuff ``` and when i try to type it...