Alex Gartner

Results 35 comments of Alex Gartner

> What's a good way to avoid this in the future? We need to ensure zetaclient can handle unusual responses from RPCs without going offline. 1. Completely reimplement the bitcoin...

I was testing this out today, but `playerctl play-pause` wasn't working. I [implemented it quickly](https://github.com/gartnera/librespot/commit/16fcae51e545acea708aa38416b72f1f52250c3a) and this seems to be working well now (at least for my setup).

> Can it be closed now? Removing the bug label if we just need to add more logs We think we hit it again today on athens so no: https://explorer.solana.com/tx/5VFvzhr8BHkcxvYzcmNnQjMpu82C2ScKxZNjB9RbQp3iUSj8UwSfB9bhHexL9gCS9ZapFsP5opdDfFwTZy2r7raC?cluster=devnet...

Here's some rough javascript that automatically presses enter (middle button) if that screen is detected. Not exactly sure how/where to integrate it into this project properly though. I only tested...

I hit this today trying to run the Qt6 audacity AppImage today on Arch Linux with sway. It looks like several Qt6 projects already manually exclude this library: - https://github.com/musescore/MuseScore/pull/24128...

> systems that are intentionally Wayland-free At least for QT apps, `libwayland-client.so.0` will only be `dlopen()`'d if the wayland platform is needed and loaded. The top level binary does not...

Also I'm beginning to understand more about how musescore works around this. First, they only use linuxdeploy (and linuxdeploy-qt) to build the initial appdir. Then they have some custom (?)...

https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/collections/indexes/unique.go#L60 is where this error originates from. I'm not exactly sure how we get it on a trace RPC which should be read only?

Related to https://github.com/zeta-chain/ethermint/issues/145

https://github.com/zeta-chain/zetacored-docker is our actively supported way of running zetacored in docker. I can fix this up if you really need it. What do you use to automate the upgrades?