Live data from Hacker News

Viewing profile — henbruas

henbruas

HN member
Joined
Mon, Dec 02, 2019, 1:40 PM UTC
HN karma
18
Public activity
8 items

About henbruas

No profile information was provided.

Recent public activity

  1. comment
    Comment #41303002

    There's no equivalent of https://rye.astral.sh/guide/pyproject/#toolryescripts yet, but it's apparently planned: https://github.com/astral-sh/uv/issues/5903#issuecomment-227...

  2. comment
    Comment #38376122

    It's accurate. Here you go: https://twitter.com/adamwathan/status/1559250403547652097?la... https://twitter.com/adamwathan/status/1226511611592085504?la... https://twitter.com/adam…

  3. comment
    Comment #33333412

    > Yes, there are type stubs for these libraries but they’re either forced to be more strict, preventing use of dynamism, or opt for being less strict but allowing you to use all th…

  4. comment
    Comment #33331492

    While it's of course not ideal, stub files can help with this issue. For example you can get stubs for Celery that make both `shared_task` and `delay` properly typed: https://githu…

  5. comment
    Comment #31637835

    It is indeed a decorator. It's relying on https://peps.python.org/pep-0614/

  6. comment
    Comment #31526877

    The documentation seems VERY clear that the "type" field in package.json DOES affect the node runtime: https://nodejs.org/api/packages.html#type

  7. comment
    Comment #28651361

    gc_lines isn't a tuple here, it's a generator expression. It will be lazily evaluated.

  8. comment
    Comment #21682205

    I'm currently experimenting with it, so I don't have a lot to say yet. But you'll want to use this: https://pypi.org/project/django-stubs/