zckevin

Results 3 issues of zckevin

I'm trying to serve large files(1 GiB) using http-server, the memory usage is abnormally high, so I got the heap profile and saw lots of 65535 KiB Buffer without being...

needs-investigation
stale

* **Electron-Builder Version**: 23.3.3 * **Node Version**: v16.16.0 * **Electron Version**: 20.0.2 * **Electron Type (current, beta, nightly)**: * **Target**: dir for debugging ## Abstract Met the same build error...

In file `src/entry-client.js`, we have `beforeRouteUpdate` mixin: ``` Vue.mixin({ beforeRouteUpdate (to, from, next) { const { asyncData } = this.$options if (asyncData) { asyncData({ store: this.$store, route: to }).then(next).catch(next) }...