Igor
Igor
+1 Image png format: `(node:19220) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): [object Object] (node:19220) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not...
+1 Interpolations not working on nuxt3 for production build `"@intlify/nuxt3": "^0.2.3", "nuxt": "^3.0.0",` UPD: Solved the problem by doing like in this example: https://github.com/intlify/vue-i18n-next/tree/master/examples/frameworks/nuxt3 I didn't use from @intlify/nuxt3
Same problem. No update on this? UPD: In my case, I solved it by adding: `useGqlHeaders({ Accept: 'application/json' });`
I have this error when I use the condition: ``` fragment(v-if="data") div Content ``` I fixed it like this: ``` fragment template(v-if="data") div Content ```
> Also, it seems that the NPC spawners cause a lot of problems as you cannot control how many truly spawn. I can set it to spawn one at a...
> Also, it seems that the NPC spawners cause a lot of problems as you cannot control how many truly spawn. I can set it to spawn one at a...
Maybe it is possible to delete the original options.txt during the very first boot and download the one required for the modpack to work from the server? That is, so...
> [@j-tap](https://github.com/j-tap) That's actually how it supposed to work right now. Doesn't it? Please check if you have the options.txt set as editable in config and then try to download...
1. Check if virtualization is enabled in BIOS 2. Check if Hyper-V is enabled in system components 3. Execute as Administrator `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart` in Powershell 4....