RohitPtnkr1996
RohitPtnkr1996
I had added it as a possible breaking change until we decide what approach to take. If we're creating a new async json loader. Or if we're updating the existing...
It's the Linear Draft schemas. The Linear Draft application has one schema per wire support structure and we end up with hundreds of schemas when a structure is moved as...
The ECSqlWriteStatement does not get disposed by itself after the callback finishes. `stmt[Symbol.dispose]()` needs to be called explicitly to release the native resources held.
Yup, that's true. I was just noting down what I noticed when I last looked at the code. We can fix that in this work item.
> I'd like to understand the use case for this. Who is asking and why? Moving an element between models is disallowed for good reasons. It also doesn't seem right...
> > Diego has mentioned it on the work item for this PR [iTwin/itwinjs-backlog#1481](https://github.com/iTwin/itwinjs-backlog/issues/1481). > > I don't have access to the issues. Can you please explain it? Which Diego?...
As per the recent discussion on the BWG call, the API needs be a bulk move which changes the model of the child elements as well to avoid relaxing the...