Sebastian Bayer

Results 9 issues of Sebastian Bayer

When the wrong URL format is used with the `nocookie` option, the API will instead load a version of the video WITH cookies. The Url format `https://www.youtube-nocookie.com/watch?v=VIDEOID` results in a...

When I have multiple SVGs in the sprites directory and each SVG contains one or more filters, e.g. ``` file-1.svg: ... file-2.svg: ... file-3.svg: ... ``` The `inlineDefs` plugin will...

I recently noticed the request to the player API at [https://www.youtube.com/player_api](https://www.youtube.com/player_api) does not work anymore and results in a 404 error. From the documentation it seems that the url `player_api`...

Since Cypress 12.0.0 the new Option `testIsolation` is enabled by default, so cookies, cache, localStorage and so on should be reset between tests. Also you have to call `cy.visit()` at...

There is no built-in way to do natural sorting on strings, therefore I propose `ascendNatural` and `descendNatural` to add this functionality via `localeCompare`. Use exactly like you would with `ascend`...

**Describe the bug** Looking at the documentation of [Vue Effects](https://floating-ui.com/docs/vue#effects) I understand that positioning is done in an async function and that the `useFloating` composable returns an `isPositioned` boolean ref...

NEEDS: triage

With the latest stylelint version 16.8.2 I get lots of deprecation warnings because `context.fix` is being deprecated: > (node:4037) [stylelint:005] DeprecationWarning: `context.fix` is being deprecated. Please pass a `fix` callback...

maintenance

### Describe the bug Some components render invalid html attributes, so the w3c validator will report errors. You can even find these attributes in the documentation examples: `BCollapse` (attribute `is-nav`...

bug
wontfix
stale
upstream

### Describe the bug In a nuxt environment with SSR the `modelValue` of a `BFormSelect` is applied on client-side only. I tried to demonstrate on Stackblitz, reload the page quickly...

bug
stale