Stefan Stoichev
Stefan Stoichev
Is it possible to export/import a predefined list of dim/measures/objects? The idea is to have a list of IDs somewhere and extract their layout in json format (the output file...
For some reason generation is failing for the following: ```js type AtLeastOne = Partial & U[keyof U]; interface SomeInterface { props: AtLeastOne; } ``` with the following error: ``` Uncaught...
Im trying to create something like this:  By passing `$modals.length` I can make the necessary css changes (applying some `padding`/`margin` to each modal) to create the layout but my...