lonix1
lonix1
Those are good workarounds to avoid the problem. The best solution though is to have a built-in mechanism for this... something like "if selector is invalid, skip step". And configurable...
Here is my workaround until (hopefully) such events would be natively supported. The trick is to repurpose the `onPrevClick`, `onNextClick`, `onCloseClick` and `onDestroyed` events. ```js const driver = window.driver.js.driver; const...
A workaround for now: ```js const driver = window.driver.js.driver; const driverObj = driver({ onPopoverRender: function(popover, options) { popover.wrapper.setAttribute('data-step-index', driverObj.getActiveIndex()); popover.wrapper.setAttribute('data-step-first', driverObj.isFirstStep()); popover.wrapper.setAttribute('data-step-last', driverObj.isLastStep()); }, }); ``` But this is not...
In my case it downloaded in a previous session successfully. But when I open vscode now, it shows that message forever, without trying to download anything (because that was already...
I haven't seen this problem again. (But don't recall there being any upgrades recently, so can't be sure.)
I'm not sure about milestones, because it assumes that every time you add a milestone you need to recommit the template. But for "projects" I agree. Being able to automatically...
It was a while ago so I don't remember how I did it. But I suppose you'll need to open another port on your server (allow it through your firewall)...
@techknowlogick @wxiaoguang With respect, this shouldn't be closed. This was a very complex and painful issue. The problem is the docs promote passthrough and most users will try it and...
For me, `CI_STEP_NAME` shows something like `wp_s6vj82zh9s2h8b33opzqk45sut7_0_step_3` instead of the name (e.g. `build`). I am unsure whether that is the same problem or not? (Because for me it is not...
Dupe of #8?