Ondrej Sevcik
Ondrej Sevcik
Hello, is there a way how to setup hopscotch that will support iframes within iframes? I have a page with multiple iframes and each iframe sometimes contains another iframe. (I...
Hi, in our app, we're getting a lot of these errors. My guess there is something wrong with a cleanup of the event handler because once the error pops up,...
Hi, it should be possible to create something similar like this package https://github.com/elm-community/html-test-runner for embe tests. That way, we could run tests in browser as a part of Ember test...
Hi, first of all, thanks for this awesome addon, it’s really nice to use. I’ve been playing around with ember-elm and I came to the point where I would like...
Hi, it would be great to have a headings as a links (or maybe the chapter number) in a web version so I can bookmark the chapter where I've left....
Hi, first of all, thank you for this awesome extension. I often find myself converting BTC value to USD in my mind, when I'm buying/selling on poloniex. It would be...
Hi, would it be possible to add support to search for what's currently selected? I like that by default it search for whatever word is under the cursor, but sometimes...
Hi, I've noticed that using observer in the range-slider causes performance issues. The problematic part is observer on `start` attribute. I think it's not necessary, because on `didUpdateAttrs` method calls...
Hi, in our app, we use following pattern where we load data only once quite a lot. Here is an example ```js // services/user-session.js loadData: task(...).drop(), async loadOnce() { if...
Hi, it happened to me a few times that I had a typo in the task name that I've passed in into `perform` helper and then I got an error...