Seth Krasnianski

Results 12 comments of Seth Krasnianski

Any word on the cause and solution for this bug???

I am experiencing the same issue. - The first bread crumb is still active while the last slide is always rendered first. - I'm unable to swipe to the last...

I solved this (implemented a workaround) by adding a ref to the Swiper and calling `scrollBy` to set the index back to its intended value. ```javascript this.swiper = s} >...

@stueynet same... I tried passing a custom slide index with the `index` prop, but there's a bug where the `index` prop is only read on render and not if a...

I targeted the `1.5.9` tag and wasn't able to notice any fixes. Admittedly, I didn't full clear all caches so that could have been the issue. Let me try that.

For the `When I enter "Learn Pioneer"` step, could you change the step definition code to this... ``` javascript this.When(/^I enter \"([^\"]*)\"$/, function(value){ return new this.Widget({ root: "header.header" }).sendKeys({ selector:...

Looks good :+1:. :eyes: @samccone?

`console.warn("Deprecated, bro. :facepunch:")`

I think this is a very useful idea. Particularly if we can use browserstack as a preliminary example. We've been wanting to hook into it for a while so that...