Michael Swiger

Results 14 comments of Michael Swiger

I also just attempted to recreate this with a real id to verify: ```TS const regionId = "0x23"; const badId = { id: regionId } as unknown as Id64String; ```...

Following up on this, do we want to create a separate issue for refactoring `tryGetElementProps`? I think in the case that @Josh-Schifter has described, where you pass a valid ElementLoadProps...

Would it be considered a breaking change to rework the errors returned by getElement?

It depends if other consumers of the plugin use JSdocs in the same way that we do. I was also considering removing the rule. It seems very niche, especially when...