Vitaly Puzrin
Vitaly Puzrin
Just for records. Reports about bad `-p` key are related to docker busybox images. http://serverfault.com/questions/219984/busybox-netstat-no-p. Can be solved by install of full netstat/ss
https://github.com/Medium/phantomjs/releases/tag/v2.1.1 Holy shit! PhantomJS 2.1 finally available on npm for linux!
**Update** 2.1.2 works somehow, but: 1. Need to polish tests - one still broken here (onError) - one still broken in `navit` (after patches) 2. New version sends cache headers,...
Nothing changed about port in 2.1. Created issue https://github.com/ariya/phantomjs/issues/13947
Good news - issue assigned for 2.2 release
> I think the good solution for this issue is to ALWAYS preload tasks from an active working environment (you can switch from the bottom bar). IMO you missundersand use...
@pfeerick that was mentioned in first post, with comment "`platformio.ini` is not correct place to store IDE-specific settings". If this can be done via `.vscode/` folder, that would be ideal....
https://github.com/speedcontrols/ac_sc_grinder/tree/master/.vscode - i use partial `.vscode/` sync, to auto-install pio on project open. That's important for users who just need firmware upload. Parial sync works. Anyway, 2 level of customisation...
> We did a lot of improvements in the upcoming PlatformIO IDE 2.2.0 for VSCode. Improvments are nice. > Could you try it? Does it solve this issue? No. Changes...
@3rd-Eden, if you need workers support to share connection with multiple tabs, consider https://github.com/nodeca/tabex. It's architecture is symmetric and allows to keep clients local, without shared worker. Example is for...