goodboy
goodboy
Originally changed to address in an issue discovered (at least i thought) in dev of https://github.com/pikers/piker/pull/420, but now not so sure we ever needed it and it was some other...
Due to some change in the downstream history introduced in #343. Thanks to @guilledk who also discovered this issue in practice during dev of a client project. Not entirely sure...
Just hit this in `piker` doing some nasty clearing engine testing: ```python await self.gen.athrow(typ, value, traceback) File "/home/goodboy/repos/piker/piker/ui/order_mode.py", line 684, in open_order_mode async with ( File "/usr/lib/python3.10/contextlib.py", line 217, in...
As per wayy too much noise while I rubber ducked through this in the chat room 😂 Obviously much thanks to @tulir for help with the goroutine syncing stuff in...
```golang failed to load auth-cache.yaml: yaml: unmarshal errors: line 6: mapping key "initial_sync_done" already defined at line 4 goroutine 1 [running]: runtime/debug.Stack() /usr/lib/go/src/runtime/debug/stack.go:24 +0x65 maunium.net/go/gomuks/debug.PrettyPanic({0xfa59a0, 0xc00042d160}) /home/goodboy/repos/gomuks/debug/debug.go:133 +0x19a maunium.net/go/gomuks/debug.Recover() /home/goodboy/repos/gomuks/debug/debug.go:107...
I misspelled `Ctrl` when mucking with custom kbs.. ```yaml visual: 'Ctl+Space': select_prev ``` Causes following stack trace (as dumped to `/tmp/`): ```go failed to parse keybinding Ctl+Space -> select_prev: invalid...
**Local OS (where xxh is installed):** archlinux **Destination host OS:** nixos **xxh version:** xxh/0.8.12 **xxh-plugins installed:** none **Steps to Reproduce** ``` >>> xxh mini +s xonsh Enter passphrase for key...
Not sure if i'm losing it on reporting this one, but if i remove the `,` at the end of line it seem to work. I definitely know it's valid...
This took me a shamefully long time to understand, mostly due to the combination of the docs being organized somewhat *in a strange order* (in my humble opinion) as well...
An attempt to resolve #112. I'm not sure if this kinda thing will make all that much sense for AOT compiled langs (since often getting lib symbols isn't so straight...