John Blackbourn
John Blackbourn
~~This is now available in 2.0.0-beta1. I might push the remaining features to 2.1, we'll see.~~
@danieliser Good point, this got reverted because it needs more work for it to be mature and stable. I didn't want to release a part-baked feature. I'll reopen this issue...
Thanks for the report. Forcing an event to be added when WordPress core treats it as a duplicate is a complete pain, hence this function for forcibly inserting it into...
Ohhhhhhhhhhhh very good spot, I've been scratching my head over this because the build on GitHub is fine
Note that properties expressed with `additionalProperties` are optional so the correct expression in TS is: ```ts type workingHours = {[k in weekdays]?: number}; ```
It's worth noting that this is not valid JSON schema in draft-07 and earlier. Support for siblings to a `$ref` was added in 2019-09. https://json-schema.org/draft/2019-09/release-notes.html
@smil2k This works great, thanks. I created a PR to document this method to create a string enum: #306.
This can be closed as #306 was merged.
@joehoyle Is there a plan to continue this implementation?
Sharp is at version 0.30.7 now (0.29.3 in this PR). Could be worth upgrading.