Arne Wiese

Results 12 issues of Arne Wiese

Little example ```Typescript @Path('/hello') class HelloService { @Path(':name') @GET sayHello(@PathParam('name') name: number): string { return `Hello ${name}`; } } ``` How could I check the parameters if the type is...

**Describe the bug** I have an issue when I'd like to use the tailwind @apply syntax within a Svelte template: ```css .my-button { @apply bg-gray-50 } ``` It works without...

When installing cross-fetch v3.1.3, it somehow overrides the typescript settings. Despite having `dom` in lib in the tsconfig, Typescript starts to complain about e.g. `window` and `URLSearchParams`. If I downgrade...

Did you thought about adding some of the new post formats? (video, audio …) to the theme? Best Arne

Bold fonts are not correctly displayed in Google Chrome. See here: https://github.com/snide/sphinx_rtd_theme/issues/121 ![screenshot 2014-06-13 12 04 59](https://cloud.githubusercontent.com/assets/933231/3268839/6dd491e4-f2e2-11e3-997d-ac2d49379197.png)

Any plans to add support for the upcoming modular release? In order to support version 9, the `compat` import is required Before: version 8 ``` import firebase from 'firebase/app'; import...

I have 3+ languages and each document has a different `slug` and a different "base path", so for example * /oman-trips/best-of-oman (EN) * /oman-reisen/berge-strand-und-wuestenluxus (DE) * /voyage-a-oman/le-meilleur-oman (FR) Now I'd...

plugin: seo

# Feature request My use case is that I'd like to have the "in" operator but with the function of an "AND". So use-case is - get all posts that...

enhancement

Paw runs quite smooth on Intel emulation, but it would be nice if we see a m1/silicon version soon! 🙌

I'd like to use the `currentColor` feature to change the color of SVG icons (hover, in a different context (such as warning, success, ...) so an image tag with src=..path/to/svg...