TheTechromancer
TheTechromancer
GDB traceback: ``` (gdb) where #0 0x000055db893ab68f in ?? () #1 0x000055db893ac91e in PyImport_AddModuleObject () #2 0x000055db893ac8e1 in PyImport_AddModule () #3 0x000055db893c919a in PyRun_SimpleStringFlags () #4 #5 futex_wait (private=0, expected=2,...
Fixed in https://github.com/blacklanternsecurity/bbot/pull/1901.
Running into this issue as well. Neither installing `cargo-xwin` with `--locked` nor adding `xwin = "< 0.6.6"` as a dependency seems to resolve the problem: ``` error[E0061]: this function takes...
Thanks @noob6t5 and @cclauss for your work on this. I'll give the PR to whoever updates our deps+actions to use ruff instead of black and flake.
Okta is known for this; once they recognize your IP as malicious, they silently ban it, returning identical failure messages even for correct attempts. To get around this, you'll need...