HoboDev
HoboDev
This one fixed it for me ```js // main.ts import App from '@/App.vue'; import { devtools } from '@/devtools'; import router from '@/router'; createApp(App).use(devtools).use(router).mount('#app'); // devtools.ts import { App, Plugin...
I want to leave this one open so hopefully the documentation could be updated accordingly helping others to avoid the pain
Well currently I'm starting arcan with pipeworld from lightdm (I tried with arcan-wayland but that somehow didn't work). The XKB_DEFAULT_LAYOUT is set to my keyboard language and recognized on other...
Void Linux and the version says 0.6.0
Ok. Does that mean I'd have to git pull the current pipeworld or do I have to wait on the new arcan release? (Or both?)
I've made some very basic implementation which uses the flag ```--output-json``` It's not yet incomplete but I was driven by the same idea wanting to have JSON output. Maybe with...
I've replaced the very same line you have changed to get json output and added some more code. Looking at the keywords "json output" I fail to see how this...
Another thing just came through my mind (because I don't really know the spec and didn't have time to look at the resulting data): Wouldn't it be more sensible to...
It might be due to a missing ```KeyVerificationAccept``` which I found in matrix-nio and is the reply after the initial ```KeyVerificationStart```
What happens if you try? Do you get any response at all? I have a problem like this using matrix-commander, which follows this implementation. But I don't even get the...