Haeri
Haeri
Im using this as a workaround: ```js v-for="(el, index) in array" :key="index" v-scroll-reveal='{ delay: (index * 200) }' ```
Yes, this is very much possible. I'm using the [ace editor](https://ace.c9.io/build/kitchen-sink.html) which allows for different key mappings. I would just need to figure out how to best expose those settings...
In fact, what you can do is press `ctrl + shift + i` to open up the chrome dev tool and type `editor.setKeyboardHandler("ace/keyboard/vim");` into the console. This will enable vim...
Thanks for the suggestion. I'll look into it after I complete the refactoring to electron 17.
Totally agree with @herrmutig. Kinda defeats the purpose of a prefab if you have to manually reassemble a player on the fly. I also don't see the point why we...
Ok thanks a lot! The CSV looks a lot better now. However, the dict/struct type is completely being omitted now. Not sure why this is happening. Using pandas to write...
Ok I see, thanks for the info! Still a bit surprising to learn that complex types just disappear rather than at least converting to JSON string. Could you give me...
Not gonna lie, I have very limited knowledge about all the Linux package repositories. I tested it on my PopOS distro and it seem to run fine. Nevertheless, I've started...
I updated it to the latest commit (b71b444d5f2c81d2c642ac63bf230efac8a96dd3) as you can see here: https://github.com/Haeri/ElementalDraw/tree/071b800965b62e2bb2620358ad6d48d652b25719/external But I still get the exact same issue https://github.com/Haeri/ElementalDraw/runs/5139763195?check_suite_focus=true#step:4:408 I also get the exact same issue...
Hi @solomonshalom Appreciate the feedback. I have been considering expanding the editor with a file drawer and tabs but I don't think it would make sense. The editor is really...