Paolo Ricciuti
Paolo Ricciuti
The reason because it's not reactive is because the value does not change: a deleted property is simply undefined so the Proxy does not rerun its dependencies.
Yeah but your reactive object is not Object.keys (which effectively changes)...with createMutable you are creating a Proxy in which every field is a reactive variable. Each field will trigger its...
I'm working on it and I've pinpointed the issue. Basically when it moves the b element where a was getClientBoundRect does not take into consideration the rotation. The fix could...
As an update: you can't move the rotation at the end because the getComputedStyle().transform return a matrix of all the transformation applied. I have to dig deeper into this to...
In a somewhat related note: a cool and pretty rapid addition could be the one to export the metadata present in the local storage as json to let us export...
> I tried the above steps and the problem that I had with that approach is that the theme colors specified in the beginning of each .scss file: > >...
> is this still being worked on, because i think i have an idea on how to solve this issue? Completely forgot to update this issue, feel free to go...
> do you know of an easy way to test this? Sure, just copy the code of the action inside the repl, do your modification there. This way you can...
Did you also took a look at the bug introduced in #11200 around `Set` and `Map`? It removed data duplication but introduced a bug in every method on the prototype...
This is just how things are logged. it will probably just need to upgrade the toString method too. However since this is blocking an upgrade for you go ahead and...