Nik B

Results 16 comments of Nik B

There is monitor mode support in [4.3.22](https://github.com/Grawp/rtl8812au_rtl8821au/tree/4.3.22) version of the driver.

It [compiles](https://gist.github.com/nikicat/1601c4c724cf2b9ef973) fine on Archlinux (but with a lot of warnings), but after loading the driver my system is unstable (may hang after certain commands). After several trial-and-errors I've finally...

Monitor mode is supported in [4.3.22](https://github.com/Grawp/rtl8812au_rtl8821au/tree/4.3.22) version of driver.

> > Could it be that you got the `err=Synchronizing blockchain` from the remote peer? Or did you try both times with the same remote peer? > > Both times...

Why don't just drop support for not-maintained-for-7-years Python 2.6? I vote for native asyncio support instead of ancient py2.x.

This issue could be fixed easily in Python 3.11, but even for 3.10 this could be fixed [like this](https://github.com/Donate4Fun/donate4fun/blob/master/tests/fixtures.py#L40-L84)

Hey @develar do you have any updates on this issue?

@mowshon Thank you for the suggestion, but the result is not correct. It's a product of `{1, 2, "a", "b"} x {1, 2, "a", "b"}`, not `{1, 2} x {"a",...