Mobius

Results 6 issues of Mobius

In this construction of flex somethind wrong with caurusel's width. On any device. It's ok when we have 4 slides, but if we have 7 or more something goes wrong....

### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/p/sandbox/swiper-vue-effect-coverflow-forked-l4x9sm ### Bug description swiperSlideOffset: NaN in slides.... in file effect-coverflow.mjs in loop: for (let...

I'm trying use SwiperEffectCoverflow module, but there is no effect. ``` {{day}} ``` It's because: swiperSlideOffset: NaN in slides.... in file effect-coverflow.mjs in loop: for (let i = 0, length...

When use this function it sets wrong lft and rgt values. (in example 12, 13 but it must be 10, 11) 'moveAsLast' has the same bug. P.S this bug in...

bug

Hello Problem with csrf_token and Reauthentication. When we are doing attempt reauthentication we create new user session (createUserSession) and change csrf_token. That so form submit failed because request include an...

Hello. In file \server\middleware\iam\authentication\index.ts we call 2 functions: - const authenticated = await isAuthenticated(event) - await getUserFromAccessToken(event) In first function we setCookie if we reauthenticate user: `setCookie(event, 'iam-access-token', 'Bearer '...