Jan Thoma

Results 10 issues of Jan Thoma

The Documentation for writing SSR Transforms for directives, beside a very basic noop example, is nonexistent. I've written an Image Lazy Loading Directive and want to provide an SSR Transform....

enhancement
help wanted

This is my webpack config for my Vue3 project: ``` const svgRule = config.module.rule('svg') svgRule.uses.clear() svgRule .use('vue-loader') .loader('vue-loader-v16') .end() .oneOf('inline') .resourceQuery(/inline/) .use('vue-svg-loader') .loader('vue-svg-loader') .options({ svgo: false }) .end() .end() .oneOf('external')...

### Description The nginx image sets a client_max_body_size of 25MB. Trying to upload files bigger than 25MB results in a error 413. Setting the Env Vars: ``` PHP_POST_MAX_SIZE=64M PHP_UPLOAD_MAX_FILESIZE=64M ```...

bug

When using the vue-router code-splitting feature. The server side app throws an error when it tries to load a chunk. `(node:4442) UnhandledPromiseRejectionWarning: Error: Cannot find module './js/chunk-2d0f0612.2835b656.js'` This happens because...

First let me say this is a really awesome blender plugin, which saves me tons of work. It would be nice to have support for Flamenco for this plugin to...

enhancement

### What happened? When providing a custom whitelist to `/etc/crowdsec/parsers/s02-enrich/` the collections `crowdsecurity/linux` and `crowdsecurity/sshd` are marked as tainted and no logs will be processed due to the missing parsers....

kind/bug
needs/triage
version/1.5.4

This is a problem with fixed headers and varying sizes due to responsive design.

need to check

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

area/acme
kind/bug/possible

``When i try to build the container from the Dockerfile. Passing either `stabilityai/stable-diffusion-2-1` or `stabilityai/stable-diffusion-2-1. Im getting very noisy and blurry images with the parameters adapted from the example: ```...