atesin

Results 46 comments of atesin

vim is a powerful text editor... but for developing apps it lacks many tools, like function names autocompletion, documentation tooltips, search in files debugging, refactoring, rename vars in all files,...

mh... i sent a pull request a week ago, but i cand find it :/ i manually edit a new file inside /plugins/ directory in devel branch and then the...

yes i know uwp is exclusive for win10, that's what i'm talking about ... i addition to package your application in UWP do it in .msi .exe or .zip also

i have a special situation i have a linux server with ssh account (root), different than web server account (apache) .. i want to upload files with my ssh account,...

hi, i know you closed this issued ... but i think here and in #15 something were missed i see v0.30.9 will bring chmod for remote files and folders, that...

hi, thanks for take the time to answer i know how to download files, it is trivial... i mean another issue i mean, when i click the download link, instead...

i was thinking.... to avoid circular references, an array could be filled with realpath (i.e. absolute path with symbolic links expanded) of each included file, and when some included file...

i think we should have 4 separate documentations here (as i do in arduino) - arduino api, on which esp8266-arduino api is "familiar" (available at https://www.arduino.cc/reference/en/) - xtensa c/c++ documentation...

what i had done: - install 2to3 (pip install 2to3) - convert from python2 to python3 (2to3 -w -n tools/gen_appbin.py) - replace any tab found with eigth spaces (with sed...

... or even better,... should open a PR with the updated `gen_appbin.py` file for python3