Results 83 issues of josch

When comparing a chroot tarball created with fakechroot and normal chroot there is only a single difference that prevents them from being bit-by-bit identical: the fakechroot tarball is missing `/etc/.pwd.lock`...

Hi, if a node name contains a colon, then an interesting thing happens: ``` python >>> g = pydot.Dot() >>> g.add_node(pydot.Node('foo:bar')) >>> print(g.to_string()) digraph G { foo; } ``` As...

Hi, issue #1271 is about SDV on Asahi Linux and #1395 about SDV from windows under wine. Version 1.5 of SDV worked more or less fine with "only" a crash...

Stardew Valley also publishes Linux binaries, so you probably want to give priority to #1271. This report is about running the windows version of Stardew Valley under wine. Why not...

Hi, the help text for the key parameter is not hexadecimal encoded as the help text suggests: ``` -key string HMAC url validation key (hexadecimal encoded) - leave blank to...

bug

Hi, I found some ways to smuggle some css `url()` bits past morty so that the user's browser will still request the 3rd party resources and thus breaking the privacy...

bug

Hi, your patch doesn't apply anymore since `dlls/xinput1_3/xinput1_3_main.c` was renamed to `dlls/xinput1_3/xinput_main.c` in commit ff8c49ee. But even after fixing the patch accordingly, wine fails to build with the following error:...

Hi, could you add a version tag to commit 899d345281cf4a34ffe97d50ea35da784b0ed4a1 which seems to bump the version to 1.9.7? Release tags make it easier in distributions packaging posterazor to automatically pick...

To check if the installed version of mke2fs is able to accept tarballs, I'm piping 10240 null-bytes (an empty tarball) into mke2fs. Unfortunately, mke2fs prints this on stdout: Creating regular...

Hi, I have this `CMakeLists.txt`: ```cmake cmake_minimum_required(VERSION 3.13) include(pico_sdk_import.cmake) project(hello_world) pico_sdk_init() add_executable(hello_world hello.c) target_link_libraries(hello_world pico_stdlib) pico_add_extra_outputs(hello_world) ``` and this hello-world program (yes this program is not even making use of...