daihanhle
daihanhle
Hi, I install perl::languageServer on centos 7 with perl 5.18.0 when debug, the debug panel show up for only few second. nothing happen- after. DH
Hi, I can not get debug working here is my setup for launch.json: { "version": "0.2.0", "configurations": [ { "type": "perl", "request": "launch", "name": "Perl-Debug", "program": "${file}", "stopOnEntry": true, "reloadModules":...
Hello, I use the kafka version 1.9..2. rd_kafka_conf_set return error when it reads "sasl.jaas.config" config option. does sasl.jaas.config support by library ? any work around ? DH Read the FAQ...
hello, jsgrid control not show the icon  Regards, DH
Hello, I run very simple set and get error of value; could you help ? code: client = Client("xxx.xxx.xxx.xxx", V1("public"), port=161) obj = Integer(10) print(type(obj)) coro = client.set(OID("192.10.10.58 1.3.6.1.4.1.290.6.3.1.33"), obj)...