Krzysztof Romanowski
Krzysztof Romanowski
Thanks! I removed all snippets but still have problem with "h" Aptana 3 abbreviation. Do you know what I must remove to get "h" works with, for ex., "ov:h". Now...
## Zen coding works fine only when I deleted all snippets included in Aptana 3. I have only one problem with "h" abbreviation. Wysłane z Androida za pomocą K-9 Mail....
Thanks for comprehensive answer. I've ended up with the usage of puppeteer itself and making screenshot using the same instance. In the loop I'm taking a screenshot, reload chrome to...
I'll be happy to contribute. Do you have some document how to set up that project and possibily mock it?
I don't know really. It's not working for me or I'm doing something wrong ;) You can see it here - https://drive.google.com/file/d/1Xf9CBGI-q0bpjLzWrDZrncOX2rlW-Rmv/view?usp=sharing I assumed Peacock would color my new window...
So, if I'm understanding it correctly, VSCode API doesn't provide a trigger when a new window is open, right?
Could you share the code for this feature?
Thanks. BTW. nice parallax effect you have, grats ;)
Hi @jasonacox, I've updated the code, so that it contains everything. Supervisord is a program to easily set programs to be executed on startup of Linux. Similar to `systemd` but...
I've also checked running that python script under `systemd` and the result is the same. Configuration used: ``` [Unit] Description=Lights After=network.target [Service] ExecStart=python3 /root/led-lights/lights.py Restart=always User=root [Install] WantedBy=multi-user.target ``` and...