Live data from Hacker News

Viewing profile — mmmaantu

mmmaantu

HN member
Joined
Tue, Mar 25, 2025, 7:19 PM UTC
HN karma
55
Public activity
7 items

About mmmaantu

No profile information was provided.

Recent public activity

  1. comment
    Comment #46266683

    Yes httpx is badly broken. Eg its connection pooling implementation is not great at all. There are various issues in httpx/httpcore. There are also old open PRs trying to fix issue…

  2. comment
    Comment #46266539

    pycurl doesnt support async, right?

  3. comment
    Comment #46266515

    Httpx/httpcore are abandoned and their connection pooling etc implementations are completely broken https://github.com/encode/httpx/issues/3215 Many PRs trying to fix varying issue…

  4. comment
    Comment #46266343

    Building pyreqwest, a high-performance Python HTTP client backed by Rust’s reqwest. It has gotten quite feature rich: async and sync APIs, similar ergonomic interface of reqwest, f…

  5. comment
    Comment #45564922

    I have been working on a new Python HTTP client which is 100% Rust-based (sync+async). Using reqwest under the hood and providing everything it has to offer to Python land + much m…

  6. story
    Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python

    Python has lacked a batteries-included HTTP library that would have both async and sync clients. Httpx (httpcore), which has offered this, is unfortunately pretty much unmaintained…

  7. comment
    Comment #43474802

    SHA pinning won't necessarily help if the dependency you are pinning doesn't pin its own dependencies! You still get stuff pulled via vulnerable tags etc. How long till we get this…