Tickbase

Results 5 comments of Tickbase

> this does not have to be done in javascript, id rather keep all the code in the same language for something like this, so a single binary can be...

Alternative approach if people would like to only use python: ```python import os import plyvel DATABASE_PATH = os.path.expanduser('~/.config/discord/Local Storage/leveldb/') def open_db(): try: db = plyvel.DB(DATABASE_PATH, create_if_missing=False) return db except Exception...

I experience the exact same thing

this happens regardless if i close steam or not. when running a command like: ```bash sudo ss -x src "*/tmp/.X11-unix/*" | grep -Eo "[0-9]+\s*$" | while read port do sudo...

Setting: ``` env = ELECTRON_USE_OZONE,1 env = OZONE_PLATFORM,wayland env = GDK_BACKEND,wayland ``` Fixed the issues for me.