Jano Paetzold
Jano Paetzold
### Is your feature request related to a problem? Please describe. I'm always frustrated when I try to open a simple default app (say, the calculator or settings) of my...
### Describe the bug Even though I did everything the docs provide in order to disable any form of server side rendering or static site generation, the dev server tries...
### Describe the problem SvelteKit seems to always generate files to the `.svelte-kit/output/server/` directory – even with [`export const ssr = false` in `src/routes/+layout.ts`](https://kit.svelte.dev/docs/single-page-apps), and even with the static adapter...
When using the `fallback` option to generate an SPA (which is probably useful for a lot of extensions), the generated html file will not be rewritten. This might be because...
**Describe the bug** When I use iBackep for the first time, it failed with the error pasted below. It is the same error message that happens when using pymobiledevice for...
Output of `composer diagnose`: ``` Checking composer.json: WARNING No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license. Defining autoload.psr-4 with an...
When playing with the reproducer I created for https://github.com/symfony/ux/issues/3210, I realised `InteractsWithTwigComponents::renderTwigComponent` did not at all behave the way I expected: Twig code inside blocks set using the `$blocks` parameter...
| Q | A | -------------- | --- | Bug fix? | yes | New feature? | no | Deprecations? | no | Documentation? | no | Issues | Fix...
| Q | A | -------------- | --- | Bug fix? | yes | New feature? | no | Deprecations? | no | Documentation? | no | Issues | Fix...
When defining blocks, I tend to wrap them inside ```twig {% with allowedVariables only %} {% endwith %} ``` I do that so I don't have to worry about users...