Cody Casterline
Cody Casterline
Just to give some context: Statham is the first JSONSchema tool I've encountered that doesn't handle a root `$ref`. Admittedly, I'm not usually working with JSONSchemas. I've just been investigating...
Also, I only figured that out after some testing on my part. I very nearly abandoned investigating statham earlier and just assumed the tool was broken. If you don't want...
Adding a vote here for better support for creating objects to match a JSON Schema. I'm using JSON Schema to have a shared data type across languages. I'd like my...
Just ran into this myself as well.
Ah this is from https://feeds.feedburner.com/motherjones/feed if you want to do any testing. But no guarantees the entry will still be there by the time you get to it. 🤷
Woo, upstream blockers have been cleared. One day I may get around to implementing dynamic imports. 😆
@pomdtr Thanks for letting me know you're interested! That definitely bumps this up in priority for me. 😊 > loading all embeds each time a request might be a blocker...
Spent some time investigating swc's `spack` as an alternative here (because speedy) but: * docs are not great * it doesn't resolve remote modules and I don't see a way...
There's a `build` subcommand to do a build-only, but I'll leave this open to add a --check command.
Not sure how I should handle LastModified for the ESBuilder plugin. I guess we could always just emit the current date, but might result in lots of spurious updates to...