Results 35 comments of lacsaP

`lite` is really nice 👍 but it lacks a good doc 😉

hi @isidentical, sorry, I can't because it's an internal server, but I can run a series of tests... (well, not right now because I'm on vacation).

hi, first of all, I didn't manage to simulate the problem : - I mounted two (Arch)Linux virtual machines, - I applied this https://github.com/patatetom/tls4dev/ - and `httpie` behaved like `curl`...

some additional tests for `httpie` : ```console https --verify=my.root.cert.pem --header https://$server/ && echo OK HTTP/1.1 200 OK Accept-Ranges: bytes Connection: keep-alive Content-Length: 5076 Content-Type: text/html; charset=UTF-8 Date: Wed, 19 Jan...

hi, I think I've the same problem. I don't think it's a Python interpreter problem (2 vs 3). when using option `--form` (or `-f`), `httpie post` is displaying the good...

I was talking about the comment that can be added at the end of the public key inserted in the white list and maintained by the server administrator (this public...

I use _these added comments_ without any problem in my whitelist. I also have a small script that regenerates the motd from the whitelist entries and restart ssh-chat : ```bash...

hi, I didn't manage to do it with the two tools proposed. however, I am getting close to the desired result with this recipe : ``` [ { "op": "Subsection",...

`{ "op": "Translate DateTime Format", "args": ["Standard date and time", "YYYY-M-D-D-H-m-s", "UTC", "YYYY/MM/DD HH:mm:ss", "UTC"] }` produces the right result on the chain `2022-3-1-21-22-32-58-291-` but not inside/with the subsection.

will try... thank you for this quick response 👍