Александр

Results 9 issues of Александр

Auto-scrolling doesn't work https://www.youtube.com/watch?v=iqamAAtSTu0

pip install netaudio ```sh root@DidNoutVMubuntu:~/network-audio-controller/demo# uname -a Linux DidNoutVMubuntu 5.4.0-110-generic #124-Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux root@DidNoutVMubuntu:~/network-audio-controller/demo# cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3...

I check in console ip-address, login, password. It work. But php page print error: ```php Fatal error: Uncaught PhpMqtt\Client\Exceptions\ConnectingToBrokerFailedException: [6] Establishing a connection to the MQTT broker failed: The configured...

I install it. In GUI it work. ![image](https://user-images.githubusercontent.com/16766521/101237878-363c4280-36ed-11eb-9db9-5fff00e5aa60.png) I download[ client-minimal.py](https://raw.githubusercontent.com/FreeOpcUa/python-opcua/master/examples/client-minimal.py). Change host to client = Client("opc.tcp://192.168.3.100:4840/freeopcua/server/") or client = Client("opc.tcp://192.168.3.100:4840") And it generate error when run: ``` root@GP120OH:~/opcua1# python3...

This not work: MyFilie.py: ```py from subprocess import call import paho.mqtt.client as mqtt import logging py_logger = logging.getLogger(__name__) py_logger.setLevel(logging.INFO) py_handler = logging.FileHandler("{}.log".format(__name__), mode='w') py_formatter = logging.Formatter("%(name)s %(asctime)s %(levelname)s %(message)s") py_handler.setFormatter(py_formatter)...

Status: Available
Status: More info needed

### Is there an existing feature request for this? - [X] I have searched the existing issues ### Your feature request I thought the state would change if set the...

enhancement

Please show me how to make columns of different widths. The first (top left) column should be 600px, the second 200px.

enhancement

I don't understand. How to program on elclient? I write firmware, web interface is work. If I write 'blink' sketch from Arduino IDE, then nothin works. I have search over...

Is there a long press function? The menu I need is called up by long pressing key code 82 `adb shell input keyevent --longpress 82`