Kai Krakow

Results 90 issues of Kai Krakow

Given the following situation: 1. Woofmark defaults to wysiwyg mode 2. User enters text 3. User submits the form The textarea is hidden and doesn't get sent back to the...

The problem here is: ``` { errors: nil }.fetch(:errors, {}) #==> nil ``` but the code expects: ``` ({ errors: nil }.fetch(:errors) || {}) #==> {} ``` for the chained...

Most probable source of the problem: https://github.com/dell/dkms/blob/218cd4ee8b115a542f8c2ff98701bf92e39a8908/dkms#L1064 Impact: During CI, we are not able to catch errors in the post-install script because dkms simply assumes such scripts work without any...

bug
enhancement
help wanted

I don't think that building/installation of `/usr/lib/libgamemodeauto.a` is needed, or is it for game developers to statically link gamemode into their binary? What is the proposed solution? Gentoo QA complains...

With the arrival of SteamPlay Proton, we probably don't want to touch wineserver at all. With staging patches, wineserver has it's own means of gaining realtime priority and handling spawned...

I've lately seen this for the first time: ``` # dmesg [101136.441571] fossilize_repla[540674]: segfault at 10 ip 000055cfc73cdd74 sp 00007ffeb8737bb0 error 4 cpu 7 in fossilize_replay[55cfc73a1000+169000] [101136.441580] Code: 00 48...

This happens when I'm emerging packages in Gentoo: ``` # ~ $ below # ~ $ echo $? 1 # ~ $ below Nov 04 12:05:08.863 ERRO ----------------- Detected unclean...

If you are having a lot of network interfaces (e.g., virtual bridges for containers), the text interface of below does some very creative line breaks: ![image](https://user-images.githubusercontent.com/17684/130656857-56c42890-c3f8-45ce-aca4-562a5e9ca0c8.png) It should properly break...

There are some columns which always display `?` for me. I couldn't find any description about what they are supposed to do, why they wouldn't work, or how the data...

In German, there is a modern trend of writing gendered word-endings in a gender-neutral form by placing an asterisk inside the word, i.e. `Teilnehmer*innen` (which translates to attendees or participants...