Zrean Tofiq

Results 17 comments of Zrean Tofiq
trafficstars

In v4, you should not use the npm package. Simply copy the index.html file mentioned in the [Quick Start](https://docute.org/#quick-start) in to your docs folder, next to your README.md. Then serve...

Actually, nevermind. I figured out that I'm looking in the wrong place. `setRenderer` has a parameter called `clientPostRenderCallback` that is used for this purpose. **Edit:** Actually, no. That only works...

Absolutly! I tried using https://github.com/vue-electron/vuex-electron, but when i got the error i tried simplifying the code. So i wrote my own plugin which depends on https://github.com/sindresorhus/electron-store (`flatted` is a JSON...

I tried using HMR (i assume it's simply putting `plugins: [new webpack.HotModuleReplacementPlugin()],` in my webpack.config.js). Didn't work. Assuming I would like to use a pre-made plugin your first option won't...

I see... Well it would be great if you would consider adding support for state persistence. I don't feel like I know enough about Vuex to be able to identify...

According to https://github.com/zserge/webview/tree/0.1.1#api-1 (at the end), you must use the `dispatch` proc, when you want to eval from a background thread. However, it seems like `dispatch` cannot be called from...

I'm having the same issue on my Leveno X1 Carbon 8th Gen. The thread in your link was mostly confusing. I'm not very familiar with these things, but I'd gladly...

Ah, I see. I didn't pay attention to the different variants. I feel like it's not a very user-friendly behavior, but I guess it makes sense. Just throwing out an...

I'm having a similar issue. However, for me, the debug button suddenly stopped showing up at all. node -v: v14.16.0 npm -v: 7.6.3 npm ls jest -- [email protected] Operating system:...

I have a similar setup, except I only use one of the zones called INDOOR which is also missing. I'm also missing the ability to control any of the setpoints...