Results 17 comments of rena2019

same issue with Extension Version: 1.16.3 VSCode: Version: 1.36.1 Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529 Date: 2019-07-08T22:59:35.033Z Electron: 4.2.5 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.17134 I also tried to browse...

I checked permission and can connect to the system via commandline ssh without issues. Here comes the log (with modified personal info): [INFO] Command received to connect MYUSER@ubuntu18 [DEBUG] Reading...

Also tried to use your extension under different system (Linux Mint 18). Same issue (no folders displayed, same log output/no errors in log output). Extension Version: 1.16.3 VSCode: Version: Version:...

But I found an error in "Output | Git" that will be displayed before the password prompt appears: > git rev-parse --show-toplevel fatal: Not a git repository (or any of...

seems that https://github.com/icedevml/ntag424-ev2-crypto is not available anymore?

Check my arduino RC522 code commit for the difference between 4-/7-bit https://github.com/rena2019/myarduino/commit/8a98131179390f31e10ab5d032c12e64788c3b43

One more info: only the first 4 bytes of print "Card read UID: "+str(backData[0])+","+str(backData[1])+","+str(backData[2])+","+str(backData[3])+","+str(backData[4]) are the UID -> please remove "str(backData[4]"

as described in the header: Based on code by www.electrodragon.com 2014-04-08 17:53 GMT+02:00 burtonk [email protected]: > I am just wondering what the license is for this code? Thanks. > >...

current version (uploaded 15 hours ago) of https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/0.0.8/package_heltec_esp32_index.json is an invalid json file, please remove comma on line 32: {"name": "Wireless Paper"},

Maybe the G0 platformio examples at https://github.com/makerinchina-iot/MonkeyPi-STM32G070-PIO_Libopencm3_example are also helpfull?