home.social

Christopher “boneskull” Hiller

  1. is good. really good. but it’s missing double jumping so I’m giving it a negative review

  2. I am pleased that will be putting out another expansion. incredible

  3. this thing works on one end by validating a config file loaded by . on the other end it adds some fluent API methods to to set metadata on the schema which is then used—in combination with what zod already gives you—to make calls into definition options, positionals, etc.

    wish zod made it easier to extend a la jquery plugins. not sure why it doesn’t, but curious to know why. there’s no way around module augmentation of course.

  4. careful: using might get you banned from

    I can only speculate, but not sure what else would have drawn the attn of their warden

  5. so I built a plugin for that contains some functionality like “automatic @inheritDoc”, where if you neglect to document T, and T overrides/implements U, the result will copy the documentation from U into T when rendered. would anyone find this useful? if so I may release it standalone.