Matthew Pawley
Matthew Pawley
Found the issue is in `MappedTypeNodeParser` - https://github.com/vega/ts-json-schema-generator/blob/next/src/NodeParser/MappedTypeNodeParser.ts#L57-L59 If we move `keyListType instanceof NumberType` into the above `if` statement, it works as expected. However this breaks https://github.com/vega/ts-json-schema-generator/blob/next/test/valid-data/type-mapped-array/main.ts
Fixed in [v1.1.0](https://github.com/vega/ts-json-schema-generator/releases/tag/v1.1.0)
Will be great to see it being maintained again! Happy to add collaborators to the project. Although to avoid the risk of malicious contributions, I would like to remain responsible...
No worries, invites sent to suggested maintainers. Just tag me when updates are merged to master. Don't forget to update [version.yaml](https://github.com/toughdeveloper/oc-imageresizer-plugin/blob/master/updates/version.yaml) or October store will not update.
Including in core would be ideal IMO.
@matteotrubini - Sounds good, but avoid any confusion can you clarify the suggested process further please? Are you looking to have release branches which would branch from develop and be...
@LukeTowers - Great to see something happening with this plugin 👍 Thanks for taking the time to migrate the functionality to core. Once it's merged and released, it would be...
Hey, I would possibly use CSS to solve this, something along the lines of: ```css .image { height: 100px; width: 180px; background-size: contain; background-repeat: no-repeat; background-position: center center; } ```...
@vdomah - Sorry, no progress from my end. I'm just in the process of moving house and without internet for a while so unlikely to be progressed any time soon....
Not sure if its the best solution, but I find the following works well: ``` const animatableRef = useRef(null); ```