Live data from Hacker News

Viewing profile — ckp95

ckp95

HN member
Joined
Wed, Mar 09, 2022, 6:14 PM UTC
HN karma
18
Public activity
5 items

About ckp95

No profile information was provided.

Recent public activity

  1. comment
    Comment #33481455

    Does this do what you want? https://github.com/ckp95/pytest-parametrize-cases @parametrize_cases( Case("handle null", age=None, x="foobar"), Case("don't allow under 13s", age=11, x…

  2. comment
  3. comment
  4. comment
    Comment #30640247

    What do you use instead?

  5. comment
    Comment #30618080

    May as well flog the little zsh thing I wrote: https://github.com/ckp95/fwf/ fwf -- "Filter With Feedback". It lets you write sed/awk/jq/grep etc things interactively. You type in …