Arne Wiese
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 
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...
# 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...
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...