Iman Gowhari
Iman Gowhari
The received pong data is always None ```python pong_waiter = await ws.ping(data=custome_ping_data()) print(await pong_waiter) # always None ``` It's because handler of OP_PONG always set result of the ping future...
Please add a slash to close tags in [demo](http://cgarvis.github.io/angular-toggle-switch/) samples. It's really hard to fix it after copy paste! ;) `` ``
Both of `script` and `ttyrec` backends records the position of cursor. But in the html output, cursor is invisible.
This is just a copy of connect_serial() method from brping/device.py (ver 0.1.5) ```py def connect_serial(self, device_name: str, baudrate: int =115200): if device_name is None: print("Device name is required") return try:...