Allan Oricil
Allan Oricil
I tried to drag and drop a block on top of the root and it did not "snapped" there. I would like to add a new root to entire three....
Im asking it because it seems you edit the vscode source code. Very creative. Thanks for sharing that! But didn't they analysed your code after publishing it?
This is my Component  `computedSObjectFields` is an Array of Objects and this is the container with a pre defined Height  And this is the result 
Everything looks good. I can run `terminalizer init`, `terminalizer config`, `terminalizer record testing`, but `terminalizer render testing` does not work!. I had the sequence of errors below fixed one by...
I tried to install in a Ubuntu VM and everything seemed ok. But when running `terminalizer -h` Im getting this weird error. The image below shows the installation command and...
Config.yaml is a name that a lot of projects might have. Couldn't you change it to terminalizer.conf.yaml or terminalizer.yaml? Other CLIs always put their name in the file to avoid...
I really think that the current UX is horrible for people who work with many repositories through ssh. Everyday when I stop working, all of my connections are lost and...
I added the component to nuxt and this happened. I don't have any custom CSS applied to the component.  When I use the maz-ui it works fine. 
**Is your feature request related to a problem? Please describe.** Yes, I need to create a component that makes everything that is passed inside of it draggable. //wrapper to show...
**Is your feature request related to a problem? Please describe.** At the moment, to conditionally show something in the template, developers have to write something like this: ````html A B...