Guilherme Silva
Guilherme Silva
> Now-days? Did it work before? As far as I know, previously steam-tui wouldn't even build on Windows, right? So what I meant to say is that, currently, steam-tui builds...
You mean like this, correct? ```diff diff --git a/src/util/log.rs b/src/util/log.rs index 6f2c41e..994d3c5 100644 --- a/src/util/log.rs +++ b/src/util/log.rs @@ -1,8 +1,6 @@ macro_rules! log{ ($($elem: expr),+ ) => { - if...
I've added this: ```diff diff --git a/src/interface/steam_cmd.rs b/src/interface/steam_cmd.rs index 2c7abad..d64d4c1 100644 --- a/src/interface/steam_cmd.rs +++ b/src/interface/steam_cmd.rs @@ -39,10 +39,12 @@ impl SteamCmd { let mut cmd = SteamCmd::with_args_and_seperator(args, 0x1b)?; // Send...
>Are you using cargo run? Nope, I'm building with `cargo build` and then running like `.\target\debug\steam-tui.exe 2> err.txt` >and there's a chance it can hang if it doesn't think that...
Thank you for all the suggestions! After investigating and learning a bit more about Windows, I'm afraid this will not be feasible with only `std::process::Command` + `std::io:BufReader`. I might be...
We should *probably* switch to a different AppImage packaging tool than the one that was being used, though. Besides not supporting Qt 6, the previous tool was just way too...
>Maybe we can just close this issue and keep it as a reference for future users? Hmm, I don't know. To me, this seems like a bug we should at...
>Do we still want it? I don't think it will be helpful to reproduce the issue, so probably not...
I found a really easy way to consistently reproduce this on a fresh database. There might be more ways, however. Steps: 1. Open Notes 2. Click on the "+" button...
I'm seeing Servo nightly immediately crash on this website I made a decade ago: ``` ❯ ./servo 'https://guihkx.github.io/ulist/#!/channel/UCuAXFkgsw1L7xaCfnd5JJOw' ** ERROR:../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c:3307:mq_slot_handle_stream_start: assertion failed: (collection) Bail out! ERROR:../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c:3307:mq_slot_handle_stream_start: assertion failed: (collection) Redirecting...