Stefan Stoichev

Results 4 issues of 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...

Ability to backup all avaiilable apps

enhancement

Im trying to create something like this: ![image](https://user-images.githubusercontent.com/22850/166410599-4a81c417-64a5-437e-8f20-be614245ffb2.png) By passing `$modals.length` I can make the necessary css changes (applying some `padding`/`margin` to each modal) to create the layout but my...