SGarno

Results 7 issues of SGarno

How can I run Guark in debug mode from VSCode? Engine.new is undefined since it requires the guark cli. Also, I need to run tests that interoperate with the UI...

When a standard console.log() is issued, Guark seems to intercept this and sends it through logrus(?) with json formatting. How can this be disabled or at least change the format...

**Device:** - OS: Windows - Version: 10 - Go Version: 1.15 **Describe the bug** Changing the app ID in guark.yaml to a value with more or less than 9 characters,...

**Device:** - OS: Windows - Version: 10 - Go Version 1.15: **Describe the bug** Performing a `guark run` command fails with the following error message: ``` D:\Development\guark>guark run ✔ UI...

I am having an issue with attempting to dispatch an action within a component. It seems that the dispatch is not being received by the store action. However, if I...

One of the missing capabilities of Vuex is the ability to do two-way v-model binding directly from the store object (you have to write your own setter and getter for...

I have been working with your webview version and dabbling with react and vuejs. I really like the idea of lorca, as it even further simplifies the moving parts (no...