Results 34 comments of Artur Kyryliuk

+1 for verbatim as it's very useful to assign Twig file parser for .volt extension in the PHPStorm so it will correctly parse this.

``` NODE_OPTIONS="--trace-warnings" pm2-zabbix --discover (node:9350) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency at emitCircularRequireWarning (internal/modules/cjs/loader.js:650:11) at Object.get (internal/modules/cjs/loader.js:664:5) at Object._register [as register] (/root/.nvm/versions/node/v14.15.4/lib/node_modules/pm2-zabbix/node_modules/shelljs/src/common.js:455:12) at Object. (/root/.nvm/versions/node/v14.15.4/lib/node_modules/pm2-zabbix/node_modules/shelljs/src/cat.js:4:8)...

I have single file .nvm/versions/node/v14.15.4/bin/pm2-zabbix without node_modules in the same directory

Try to run (in screen or separate terminal window the next script after starting the build: ```bash #!/bin/bash while :; do cc1_pids=$(pgrep cc1) for pid in $cc1_pids; do if !...

Also check memory, and if it's less than 4GB (cheapest VDS on Hetzner now has 4GB) and there is no swap (i.e. empty output of ```sudo swapon --show```) probably it's...

yes, 4GB ram+swap or above should work. In my config it fails with 3,7GB RAM without swap.

any ideas? it conflicts with dom which is enabled by default in the tsconfig.json and is required for Angular

https://github.com/phalcon/documentation/pull/203/files

Kindly ask you to update the documentation stating that currently latest MQTT protocol version is 3.1.1 https://www.arduino.cc/reference/en/libraries/pubsubclient/