Ragnar Kruse

Results 5 issues of Ragnar Kruse

### Description Allows the end user to specify which processing params they would like to apply to their base64 placeholder images. e.g. ```js const { base64, img } = await...

I use this library for progressive image rendering in next.js. I noticed that when the image is upgraded from the placeholder a blinking effect occurs. Looking at both the images...

enhancement

Hello, I find myself running behind a firewall where only ports 20-21 are available. I am using `pyftpdlib 1.5.6` and python `ftplib` as the client. Attempting to send data to...

There seems to be a breaking change related to root GitLab runner builds in the Kaniko v1.8.0-debug release. **Actual behavior** All builds were running smoothly on v1.7.0-debug. non-root builds are...

kind/bug
priority/p0
needs-reproduction
regression
gitlab
area/permissions
needs-follow-up
regression/v1.7.0

Would there be interest in adding redo and Ctrl+c? - `Ctrl+r`: redo - `Ctrl+c`: same as esc ```.toml [keys.normal] ... C-r = "redo" C-c = ["collapse_selection", "keep_primary_selection"] ... [keys.insert] ......