indivisible
indivisible
pysteam has a hardcoded path for linux that is sometimes incorrect. Try running `ln -s ~/.steam/steam ~/.local/share/Steam` in a terminal, it will probably fix it. But this should really be...
Seems to be a [firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1750734) Extensions don't have dbus access (though native messaging helpers can cheat that), so it's not RES' fault. The player controls are even stuck between...
> However, I think stopping the player before removing the DOM would fix this as well Just tested this, and no, it does not work. I tried the YT api's...
> Weird, when I press the stop button on my keyboard (which sends the MPRIS Stop method), the video stops and I can then close it fine without the bug...
another really easy workaround is just specifying the type: `__tablename__: str = 'poop'`
To anyone having problem after kde upgrade: just [comment or remove the offending line](https://github.com/tcorreabr/Parachute/blob/53712128c81a072a21a14461143b4bb1d9bc0699/contents/ui/ClientComponent.qml#L168) It should work after that (be sure to upgrade the extension and restart kwin) (that line...
Kwin output from journal. Depending on your distro it could be logging to ~/.xsession-errors. Useful for "debugging" kwin scripts - the shipped debugger toy does not work with qml Forgot...
I've made a [rudimentary version of this](https://github.com/indivisible/kaitai_struct_compiler/tree/wireshark-lua-dissector) (also needs [forked runtime files](https://github.com/indivisible/kaitai_struct_lua_runtime/tree/wireshark-lua-runtime)) if anyone's interested. It's based on the existing Lua backend Only compiles working code with the `--read-pos` option...
Very nice feature Some thoughts: 1. since it appends everything else, it could also append notes 2. it might be cleaner if you generate an export XML tree and then...