Mohamed Daahir
Mohamed Daahir
Not super relevant, but a proposed JSON syntax for cURL has some form of nesting. See https://github.com/curl/curl/wiki/JSON
The next version of HTTPie will be 3.0, which will be a breaking change. So I asked in https://github.com/httpie/httpie/issues/428 if they could consider changing `-h` to be short-form for `--help`...
>Should this be changed along with the addition of -qq? Yes, please. Unlike HTTPie, we aren't currently outputting HTTP warnings if the `--quite` or `--output` flag is being used. ####...
It seems WASI could be the perfect solution for us. - https://medium.com/wasmer/webassembly-sh-408b010c14db - https://blog.jeremylikness.com/blog/explore-wasi-from-your-browser/ - https://wapm.io/interface/wasi - https://rreverser.com/webassembly-shell-with-a-real-filesystem-access-in-a-browser/ That being said: - I have been able to [compile reqwest into...
Proof of concept: https://xh-playground.netlify.app/ ## crates + npm packages used - [wasmer-js](https://github.com/wasmerio/wasmer-js/tree/master/packages/wasm-terminal). - reqwest - syntect - jsonxf **Edit:** the code is hosted at https://github.com/ducaale/xh-playground
you can add this to your css `tbody > .md-row:hover { background-color: #EEEEEE; }`
Since the count might be confused with an actual value, what if you appended `items` to the counts? ``` [ { "sha": "cdcb02038730f0cd3f5ccea594511e3cfb37887a", "node_id": "C_kwDOFYWjXtoAKGNkY2IwMjAzODczMGYwY2QzZjVjY2VhNTk0NTExZTNjZmIzNzg4N2E", "commit": { 7 items },...
@YSCohen can you confirm which version of HTTPie you are using? I think the issue I am reporting is something that was introduced by the nested json changes.
> seeing only the first request and the final response is what I'd intuitively expect. This is how https://github.com/ducaale/xh/pull/137 is currently being implemented * By default, the first request and...
Most rust-based CLI tools, including [ripgrep](https://github.com/BurntSushi/ripgrep), show a compact or a detailed help page depending on whether `-h` or `--help` flag has been used. Httpie currently uses `-h` as a...