Guilherme Silva

Results 157 comments of Guilherme Silva

Here's a better stack trace: ``` stack backtrace: 0: 0x7ff60e98501a - std::backtrace_rs::backtrace::dbghelp64::trace at /rustc/ab5bda1aa70f707014e2e691e43bc37a8819252a/library\std\src\..\..\backtrace\src\backtrace\dbghelp64.rs:99 1: 0x7ff60e98501a - std::backtrace_rs::backtrace::trace_unsynchronized at /rustc/ab5bda1aa70f707014e2e691e43bc37a8819252a/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66 2: 0x7ff60e98501a - std::sys_common::backtrace::_print_fmt at /rustc/ab5bda1aa70f707014e2e691e43bc37a8819252a/library\std\src\sys_common\backtrace.rs:68 3: 0x7ff60e98501a - std::sys_common::backtrace::_print::impl$0::fmt...

I have a useful use case where I point `LD_PRELOAD` to this adblock library I placed inside the app folder (`$HOME/.var/app/tld.domain.app`). I just hope that, when this reaches a resolution,...

I have a custom CI workflow using GitHub Actions that creates a Flatpak bundle, and after I noticed that the size of the bundle was suspiciously large, I extracted it...

I'm glad you're interested! I'll contact you via email shortly. But first, I'd like to send a few pull requests to improve some Linux-related files. If they're accepted, it will...

Thanks for merging those so quickly! I think I just have one last pull request (the most important one), which is the addition of an [AppData](https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/) file. That's still WIP,...

Hello! Unfortunately, it looks like the website only allows registration from specific countries, and I'm not in any of them. I could use a VPN to bypass that, but their...

Oh, I missed that. Thanks for letting me know, I'll have a look.

> Attched (I think) [gdb.txt](https://github.com/martinrotter/rssguard/files/15147913/gdb.txt) Judging by this trace: ```cpp Thread 1 (Thread 0x7fffd3bc83c0 (LWP 25570) "rssguard"): #0 0x00007ffff77117dd in ToastNotificationsManager::resetNotifications(bool) () at /usr/lib/librssguard.so #1 0x00007ffff774fcc9 in SettingsNotifications::saveSettings() () at...

@dmadisetti Can you please consider reopening this? While `steam-tui` builds just fine on Windows nowadays, I can't get past this screen: ![image](https://github.com/dmadisetti/steam-tui/assets/626206/b62e65bd-7f1e-4bf8-b87c-c8ce6d574fc9) It looks like `steam-tui` spawns `steamcmd.exe` just fine:...

>Hmm, have you never been able to get past the prompt? This is actually my first time building and running steam-tui on Windows, but yeah, I do get past the...