Niklas

Results 103 comments of Niklas

The texts sound pretty AI generated, is there a reason you removed `zoomable`?

I've patched my local excel js version with this and it works great, thanks – hope this can be merged soon 👍

Tbh my base assumption was that IDS would work like this, because most of the other parts of IFC are all based on the inheritance hierarchy 👀

Fyi I think there's an extra plugin for tailwind or something similar. Not that I'm opposed to adding the feature.

1. I don't think we need `maxOccurs="unbounded"` on the sequence, because all elements inside the sequence have `maxOccurs="unbounded"` themselves. So they can already be repeated, but just have to be...

@berlotti The `xs:any` is just a side note, what about the `maxOccurs=unbounded` on the `requirementsType` ? // Update, I think if we wanted to replace the `xs:sequence` we should replace...

@gioboa I just encountered this in my `~1.2.12` project and [this discord message](https://discord.com/channels/842438759945601056/842438761287254019/1155955263766007808) also looks like it. --- FYI switching the import order also solved it for me.

> Thanks @NiklasPor for the update. Can we add a caveat on the official documentation for that? Would you like to create a PR? Best thing would be to add...

@lostobject did you manage to work out a workaround? I'm running into the exact same issue, oterwise I'll need to wrap every of my tasks for error handling 👁️