{"schema_version":1,"generated_by":"Master Diego","source":"github","region":"","language":"en","period_start":1780693509813,"period_end":1788469518627,"created_at":1788469518627,"targets":[{"external_id":"httpie/cli","name":"cli","owner":"httpie","url":"https://github.com/httpie/cli","is_own":false}],"harvest":{"items_read":28,"items_new":0,"releases_seen":30,"window_days":90,"items_analysed":28},"sections":[{"target_external_id":"httpie/cli","target_name":"cli","is_own":false,"clusters":[{"label":"Can I fix hostname resolution errors in WSL?","slug":"can-i-fix-hostname-resolution-errors-in-wsl","distinct_people":1,"item_count":1,"first_asked":1781180249000,"last_asked":1781180249000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I ran `http --print=B POST api.url.com field_name=\"Foo Bar\"` on: WSL latest version. Latest version of HTTPie. Current result:","url":"https://github.com/httpie/cli/issues/1665#issuecomment-4680427792","created_at":1781180249000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Why does the verbose flag break when placed before the URL?","slug":"why-does-the-verbose-flag-break-when-placed-before-the-url","distinct_people":1,"item_count":1,"first_asked":1781283435000,"last_asked":1781283435000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I tried to reproduce this with clean virtualenvs using the PyPI `httpie==3.2.4` package. Results on my machine: - Python 3.12.13 + HTTPie 3.2.4: `http --offline …","url":"https://github.com/httpie/cli/issues/1838#issuecomment-4693390344","created_at":1781283435000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Can I set a custom user agent via the session file?","slug":"can-i-set-a-custom-user-agent-via-the-session-file","distinct_people":1,"item_count":1,"first_asked":1782208032000,"last_asked":1782208032000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I support this feature request. In the meantime, you can use the following as a workaround. Create a session: `http --session=~/.config/httpie/ua.json https:// …","url":"https://github.com/httpie/cli/issues/1568#issuecomment-4777910319","created_at":1782208032000,"rating":null,"release":null,"creator_replied":null}]},{"label":"How should I migrate package resource access?","slug":"how-should-i-migrate-package-resource-access","distinct_people":1,"item_count":1,"first_asked":1782987800000,"last_asked":1782987800000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Hi, I'd like to work on this issue if it's still relevant. I'll inspect the current __file__ usages and prepare a PR replacing package resource …","url":"https://github.com/httpie/cli/issues/1478#issuecomment-4864680498","created_at":1782987800000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Why is the Windows platform check broken for man pages?","slug":"why-is-the-windows-platform-check-broken-for-man-pages","distinct_people":1,"item_count":1,"first_asked":1783953251000,"last_asked":1783953251000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"Bug: Windows guard in is_available() compares os.system (a function) to 'nt' — always False","snippet":"In `httpie/output/ui/man_pages.py`, `is_available()` tries to short-circuit on Windows but the check is broken: https://github.com/httpie/cli/blob/master/httpie/output/ …","url":"https://github.com/httpie/cli/issues/1898","created_at":1783953251000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Should I use sys.platform instead of os.system for Windows detection?","slug":"should-i-use-sys-platform-instead-of-os-system-for-windows-d","distinct_people":1,"item_count":1,"first_asked":1784017940000,"last_asked":1784017940000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Follow-up: confirmed the bug — `os.system` is a built-in function object, so `os.system == 'nt'` is always `False` and the Windows short-circuit never fires ( …","url":"https://github.com/httpie/cli/issues/1898#issuecomment-4966966321","created_at":1784017940000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Why are intermediate 401 responses hidden during digest auth?","slug":"why-are-intermediate-401-responses-hidden-during-digest-auth","distinct_people":1,"item_count":1,"first_asked":1786297544000,"last_asked":1786297544000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I've implemented a fix for this issue. The problem was that when using HTTP Digest Authentication with the `--all` flag, the intermediate 401 response headers …","url":"https://github.com/httpie/cli/issues/1603#issuecomment-5232860444","created_at":1786297544000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Is this issue available for community contribution?","slug":"is-this-issue-available-for-community-contribution","distinct_people":1,"item_count":1,"first_asked":1786534420000,"last_asked":1786534420000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I would like to contribute to this issue. Is this issue available for contribution?","url":"https://github.com/httpie/cli/issues/1697#issuecomment-5266204786","created_at":1786534420000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Can the Chocolatey package be updated to the latest version?","slug":"can-the-chocolatey-package-be-updated-to-the-latest-version","distinct_people":1,"item_count":1,"first_asked":1787012260000,"last_asked":1787012260000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"chocolatey package for httpie (CLI) is out-of-date","snippet":"While the `httpie-desktop` package on Chocolatey is still the latest as far as I'm aware (2025.2.0), `httpie` is 3.2.2 as opposed to the current …","url":"https://github.com/httpie/cli/issues/1939","created_at":1787012260000,"rating":null,"release":null,"creator_replied":null}]},{"label":"Why can't I place flags after the HTTP method in the CLI?","slug":"why-can-t-i-place-flags-after-the-http-method-in-the-cli","distinct_people":1,"item_count":1,"first_asked":1787407052000,"last_asked":1787407052000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Hi, I’d like to work on allowing flags after the HTTP method. I can trace the current argparse parsing, add a few CLI regression cases, …","url":"https://github.com/httpie/cli/issues/1433#issuecomment-5380776190","created_at":1787407052000,"rating":null,"release":null,"creator_replied":null}]}],"not_established":null}],"new_this_week":[{"label":"Can I fix hostname resolution errors in WSL?","slug":"can-i-fix-hostname-resolution-errors-in-wsl","distinct_people":1,"item_count":1,"first_asked":1781180249000,"last_asked":1781180249000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I ran `http --print=B POST api.url.com field_name=\"Foo Bar\"` on: WSL latest version. Latest version of HTTPie. Current result:","url":"https://github.com/httpie/cli/issues/1665#issuecomment-4680427792","created_at":1781180249000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Why does the verbose flag break when placed before the URL?","slug":"why-does-the-verbose-flag-break-when-placed-before-the-url","distinct_people":1,"item_count":1,"first_asked":1781283435000,"last_asked":1781283435000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I tried to reproduce this with clean virtualenvs using the PyPI `httpie==3.2.4` package. Results on my machine: - Python 3.12.13 + HTTPie 3.2.4: `http --offline …","url":"https://github.com/httpie/cli/issues/1838#issuecomment-4693390344","created_at":1781283435000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Can I set a custom user agent via the session file?","slug":"can-i-set-a-custom-user-agent-via-the-session-file","distinct_people":1,"item_count":1,"first_asked":1782208032000,"last_asked":1782208032000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I support this feature request. In the meantime, you can use the following as a workaround. Create a session: `http --session=~/.config/httpie/ua.json https:// …","url":"https://github.com/httpie/cli/issues/1568#issuecomment-4777910319","created_at":1782208032000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"How should I migrate package resource access?","slug":"how-should-i-migrate-package-resource-access","distinct_people":1,"item_count":1,"first_asked":1782987800000,"last_asked":1782987800000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Hi, I'd like to work on this issue if it's still relevant. I'll inspect the current __file__ usages and prepare a PR replacing package resource …","url":"https://github.com/httpie/cli/issues/1478#issuecomment-4864680498","created_at":1782987800000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Why is the Windows platform check broken for man pages?","slug":"why-is-the-windows-platform-check-broken-for-man-pages","distinct_people":1,"item_count":1,"first_asked":1783953251000,"last_asked":1783953251000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"Bug: Windows guard in is_available() compares os.system (a function) to 'nt' — always False","snippet":"In `httpie/output/ui/man_pages.py`, `is_available()` tries to short-circuit on Windows but the check is broken: https://github.com/httpie/cli/blob/master/httpie/output/ …","url":"https://github.com/httpie/cli/issues/1898","created_at":1783953251000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Should I use sys.platform instead of os.system for Windows detection?","slug":"should-i-use-sys-platform-instead-of-os-system-for-windows-d","distinct_people":1,"item_count":1,"first_asked":1784017940000,"last_asked":1784017940000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Follow-up: confirmed the bug — `os.system` is a built-in function object, so `os.system == 'nt'` is always `False` and the Windows short-circuit never fires ( …","url":"https://github.com/httpie/cli/issues/1898#issuecomment-4966966321","created_at":1784017940000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Why are intermediate 401 responses hidden during digest auth?","slug":"why-are-intermediate-401-responses-hidden-during-digest-auth","distinct_people":1,"item_count":1,"first_asked":1786297544000,"last_asked":1786297544000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I've implemented a fix for this issue. The problem was that when using HTTP Digest Authentication with the `--all` flag, the intermediate 401 response headers …","url":"https://github.com/httpie/cli/issues/1603#issuecomment-5232860444","created_at":1786297544000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Is this issue available for community contribution?","slug":"is-this-issue-available-for-community-contribution","distinct_people":1,"item_count":1,"first_asked":1786534420000,"last_asked":1786534420000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"I would like to contribute to this issue. Is this issue available for contribution?","url":"https://github.com/httpie/cli/issues/1697#issuecomment-5266204786","created_at":1786534420000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Can the Chocolatey package be updated to the latest version?","slug":"can-the-chocolatey-package-be-updated-to-the-latest-version","distinct_people":1,"item_count":1,"first_asked":1787012260000,"last_asked":1787012260000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"chocolatey package for httpie (CLI) is out-of-date","snippet":"While the `httpie-desktop` package on Chocolatey is still the latest as far as I'm aware (2025.2.0), `httpie` is 3.2.2 as opposed to the current …","url":"https://github.com/httpie/cli/issues/1939","created_at":1787012260000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"},{"label":"Why can't I place flags after the HTTP method in the CLI?","slug":"why-can-t-i-place-flags-after-the-http-method-in-the-cli","distinct_people":1,"item_count":1,"first_asked":1787407052000,"last_asked":1787407052000,"is_new":true,"previous_people":null,"release_spike":null,"evidence":[{"title":"","snippet":"Hi, I’d like to work on allowing flags after the HTTP method. I can trace the current argparse parsing, add a few CLI regression cases, …","url":"https://github.com/httpie/cli/issues/1433#issuecomment-5380776190","created_at":1787407052000,"rating":null,"release":null,"creator_replied":null}],"target_name":"cli"}],"base_rate_note":"Threads are counted per distinct account. Bots and pull requests are excluded.","method_note":"Source: GitHub. 28 threads analysed over 90 days.","method_facts":{"items_new":0,"items_read":28,"items_analysed":28}}