Brenden Matthews
Brenden Matthews
The API support is there, yes. I'm not a huge fan of supporting all these random shitcoins but I am also a very dumb person who doesn't know how to...
You can withdraw from Coinbase to any wallet you'd like. Is that what you're trying to do? Coinbase is a custodial exchange, so you can't use a hardware wallet directly...
Is this still happening with 1.15.0? It seems to have been updated in the arch repos: https://archlinux.org/packages/extra/x86_64/conky/
The math requires 2 data points to calculate the usage, so you can't have a result with just 1 sample (which is what `total_run_times = 1` will do). The math...
Ah, I think I misunderstood. It doesn't make sense that the top value would be zero in this case, so it probably warrants further investigation.
Upstream is a bit behind, so I'll try to prioritize this, though I have not started on it yet but it looks like the implementation should be relatively easy.
It would be immensely helpful if you're able to get a stack trace with debug symbols from a core dump. It should be as simple as setting ulimit appropriately (i.e.,...
It's a little difficult to tell which thread the segfault came from. When you load the core dump into gdb, it should print something like this: ``` [Thread debugging using...
Okay thanks, that's what I thought. Looks like a race condition around the call to `wl_display_dispatch_pending()`.
This is taking me a little longer than I though it would because it's a bit tricky, so I probably won't finish it until later. If people have strong feelings,...