Konstantin Bläsi

Results 8 issues of Konstantin Bläsi

I installed dropbear from source, since it's not available via epel yet and it was not able to convert the keys. Dracut logs a message regarding that failure during initramfs...

I am using the dependabot-scripts repository and modified the generic-update-script.rb like this ``` puts "Adding ACR credentials" credentials "docker_registry", "registry" => "myregistry.azurecr.io", "username" => "registry-user", "password" => "registry-pass" } ```...

T: feature-request
L: docker
F: private-registries 💂‍♂️

``` const URI = require('urijs'); URI.preventInvalidHostname = false; const url = URI('https:///cdn.shopify.com/s/files/1/0333/9621/files/forbiiden_banner_small.jpg?2662936180569856865'); ``` url._parts looks like this: ``` { potocol: 'https', username: null, password: null, hostname: null, urn: null, port:...

**Is your feature request related to a problem? Please describe.** Validation error messages are english **Describe the solution you'd like** The possibility to localize error messages **Additional context** Ajv seems...

#### Your system information * System information from steam https://gist.github.com/konstantinblaesi/19b4a47c937af69265902f6ab41df7fc * Information missing from steam system information: dGPU Radeon RX 480 * Have you checked for system updates?: Yes *...

reviewed

I know that short snippets are likely to fail the language detection, but I found it confusing that the snippet > Best practices was detected as `en` on windows, but...

### Describe the bug > body.style.overflow = 'hidden'; Causes a layout shift, [see Modal.svelte](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/modals/Modal.svelte#L65) as the vertical scrollbar hides/shows when toggling the modal ### Reproduction https://svelte.dev/repl/5df2a86df91c4b4d8a5829c9c5cf2e35?version=3.50.1 ### Flowbite version and...

Is it possible to run dota natively on wayland by exporting SDL_VIDEODRIVER=wayland ? I get these errors and the game doesn't start: Unable to create dummy window for GLMDisplayDB.gl/togl/glmdisplaydb.cpp 792...

reviewed