Julian Claus
Julian Claus
That's interesting. That would mean first a breaking change, since commands are objects instead of functions. Second, and that's the reason why I sticked with functions, it would mean that...
@Phoetaim would you make a PR for it?
>The Auto Complete stuff seems the most heavy I guess. Definitely, and it's even not yet part of the core. You need to copy paste it from the examples. The...
Hey @shanerowden, yeah, it was [open issue](https://github.com/ndabAP/vue-command/issues/113) but I closed because of inactivity. Vuex can be a good addition, absolutely. I wanted to wait for Vue.js 3 and the changing...
See also: https://github.com/ndabAP/vue-command/issues/79
That's a good point. Because there is no dedicated way. Users would need to search inside the library. But I never provided an easy API for changing the font of...
Totally agree. I guess I'll make it part of https://github.com/ndabAP/vue-command/pull/100. If not, I'll do afterwards.
Why not newest LTS version 12?
Try: `fuser -k 3000/tcp`
I'm new to app development and started from zero and have the same issue. Is it correct to add `android:exported="true"` to the manifest here `App_Resources/Android/src/main/AndroidManifest.xml`? ```xml ```