Buganini Chiu
Buganini Chiu
https://github.com/buganini/translate/commit/5d5372a8a1ade1fe634a4828649b09b2755df791
I am using ``` let tap: UITapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(dismissKeyboard)) tap.cancelsTouchesInView = false alert.contentView.addGestureRecognizer(tap) ``` and ``` @objc func dismissKeyboard() { alert.contentView.endEditing(true) } ``` to dismiss keyboard when...
sys.{stdout, stderr} are patched here but not restored later https://github.com/pyserial/pyserial/blob/master/serial/tools/miniterm.py#L153 In the next time miniterm is created, https://github.com/pyserial/pyserial/blob/master/serial/tools/miniterm.py#L49 there will be no sys.stdout.buffer
I'd like to trigger specific action after reload, the hook works in the main file but not in the module https://github.com/buganini/PUI/blob/main/examples/generic_hotreload.py#L22 Is there a way to register hook from a...
support read length > SpiController.PAYLOAD_MAX_LENGTH by consecutive read commands to minimize timing gap