Robin Bühler
Robin Bühler
According to [this](https://css-tricks.com/scale-svg/#aa-the-svg-scaling-toolbox) guide on the root svg element the width/height or the viewbox needs to be set, so the svg can properly scaled via CSS, when either `height` or...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
This pull requests adds ArchLinux support for the common-utils feature. This comes in handy if you want to set up a ArchLinux devcontainer. Based on this work it will become...
How to get the types for custom commands like `getWorkbench()` working?  The following `tsconfig.json` is applied: ``` { "include": ["./spec/**/*.e2e.test.ts", "./wdio.conf.ts"], "compilerOptions": { "module": "ESNext", "types": [ "node", "@wdio/globals",...
If tabs are used in a file, where `selectText()` is executed, the cursor will stop before the text, which should be selected. The reason for this, could be that columns...
fixes #1629
### Description When the `urlOriginal` is `/en/index.pageContext.json?asd=asd` and in the address bar is displayed `/en/?asd=asd` the `urlPathname` is `/en`. When the `urlOriginal` is `/en/?asd=asd` the `urlPathname` is `/en/`. This behavior...
### Description In my opinion `urlParsed` should contain a [`href`](https://developer.mozilla.org/en-US/docs/Web/API/URL/href). My reasoning is [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) also contains that and the DX would improve. For example https://vike.dev/i18n describes: ```ts const urlWithoutLocale =...
**Is your feature request related to a problem? Please describe.** Currently the plugin depends on `react-intl`. **Describe the solution you'd like** Other i18n frameworks became popular, why not support those....