YanDev
YanDev
> Can electron-store offer options store files separately? It would be nice if implemented electron-store does support multiple separately files. See at options -> name & cwd: https://github.com/sindresorhus/electron-store#name https://github.com/sindresorhus/electron-store#cwd
I can recommend this - This fixed Authy issue too!
Using this repo fixes the issue for me: https://github.com/speakeasyjs/speakeasy/issues/134
+1!
Also I removed `lib` in `.gitignore` - so then it can be directly used per `npm i https://github.com/YanDevDe/vue-plausible` for temporary solution.
Added (temporary) Vue 3 support over here: https://github.com/moritzsternemann/vue-plausible/pull/17 Not merge worthy yet since some typings are being ignored (//@ts-ignore) - but it should be working fine. Any pull request at...
The reason why its in draft is because for Vue 3 support it should be rather in other branch, perhaps called "next". Having 2 different Vue plugins in module/package may...
Is this also a right place to ask/discuss about the mobile support before its being actively worked on it? For example, it may be the least priority currently but best...
```bash for i in $(git branch -r | sed 's/^..origin\///' | grep -o '^\S*'); do git checkout $i; git pull; done ``` It's not an ideal command / can optimize...
I'm also having this issue, that "WebSocketServerProtocol" object has no attribute 'transfer_data_task' This is my log: ``` ERROR:root:task crashed: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/aiorpcX-0.18.4-py3.6.egg/aiorpcx/util.py", line 309, in check_task...