Denis
Denis
Could please somebody provide more complete workaround example? I'm now use `contentViewClass="App.OvertimeEditView"`, spent some time trying other variants, no success.
Ok, I got it. So steps are: - Read http://www.ember-cli.com/#views-and-templates carefuly. - Replace `contentViewClass` with `_contentViewClass`. - Replace `App.SomeCustomView` with `some-custom`. In my case, I replaced `contentViewClass="App.OvertimeEditView"` with `_contentViewClass="overtime-edit"`. It...
@hangtwenty, you are welcome to run it yourself if you want. Do you need help/permissions/etc?
@hangtwenty , if I remember correctly, you can run a mix task and it will build and commit all changes to this repository. You can also add the mix task...
The only thing I really miss here is an ability to close the notification on timeout. But for now, I can live without it.
If I wanted to close a notification from my "external timeout" thread, I would need a handler, which is unavailable because it's being used by `on_close`. The whole reason why...
Yep, I need it. Otherwise, notifications are being closed pretty quickly with random timeouts (and using `.timeout()` doesn't help). Maybe it's just my OS that behaves so weird, but `critical`...
I've just tried `Jsonrs` on my app by creating 5000 documents in tests. The results are opposite to what I expected: render took 3 seconds with `Jason` and 64 seconds...
I was having same issue. After I've removed a package installed from official repository and downloaded it from official download page, issue got fixed. Both versions are same, `2.1.1`. OS...
Same error. `phantomjs` 2.1.1, `Poison` 2.2.0, `Elixir` 1.3.4. Tried to install `Hound` from master branch, didn't help. ``` 2) test guest survey (Portal.SurveyTest) test/integration/survey_test.exs:191 ** (Poison.SyntaxError) Unexpected token: E stacktrace:...