Rhys Stubbs

Results 7 issues of Rhys Stubbs

I have been experiencing a strange issue whereby glide seems to be resetting/destroying itself. When this happens the `glide__slides` have there width and translate styles set to 0px. The same...

I can see in the documentation that multiple crossover methods are a feature that has not been implemented yet, has anyone integrated single, two, uniform etc. yet? I am working...

Hi - it has been stated that you use your own version of the NEAT algorithm. However, does the NEAT class contain the original? I.e. are both algorithms available?

Binding a shortcut using TAB + T doesn't work. The TAB functions as normal but using: `v-shortkey="['tab', 't']" @shortkey="someFunction"` does not work. This is expected or known? Simply holding TAB...

question

I am using the `choice` function in the following way: ```javascript this.squash = hpjs.choice(methods.activation); ``` However, the choice function returns an object, the documentation makes out as if a random...

Hi, I've recently implemented a very similar component myself, before discovering this one! The main difference being that I needed to maintain sources/layers/feature state in-between style switches. This is semi-baked...

When I mount the slider the initial width of all the slides is incorrect, thus, making all slides incorrectly positioned when navigating forward/backwards. The issue is resolved after a window...