Cyrix126

Results 42 comments of Cyrix126

same on debian arm v0.0.24 installed with npm. Got a warning at the end of install: npm does not support Node.js v10.21.0

> I wrote same script with [jq](https://github.com/stedolan/jq) for CLI: > > ```shell > cat "comment.json" | > sed '$!s/$/,/; 1s/^/[/; $s/$/]/' | > jq -r ' > map( .cid |=...

you are right, the original comment.json was containing multiple times the same comment. I wonder why. first sed is for deleting space at start of line, because same comments was...

nginx configuration which works for me for https://ldap.example.com ``` server { server_name ldap.example.com; client_max_body_size 10M; listen [::]:443 ssl; listen 443 ssl; ssl_certificate /etc/letsencrypt/live/ldap.example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/ldap.example.com/privkey.pem; location / { proxy_set_header Host...

encountered exactly the same issue with 6.21.2 but not on 6.21.1 or 6.21.0 Using [reqwest](https://github.com/seanmonstar/reqwest) 0.12.2.

It is also preventing to send benchmarks that completes before 15mn. An error will occur at then end of the benchmark: "Json unexpected end of file"

Hello, I had the same issue but indeed `devel` to `master` monero is working when `master` to `master` is not.

> > Any solution to this problem? For my client email is not being sent to anyone. > > @MaximilianKohler is right I have this issue but without any blocked...

As a note, if the campaign is "finished" and you update the cell "status" of the table "campaigns" to "paused", you can continue the campaign but it will stop again,...