Konrad Linkowski
Konrad Linkowski
@OVO-Josh #5203 is closed :)
Probably related to #355, #464 and #36
Seems like removing `@import "~@/assets/scss/vendors/bootstrap-vue/index";` from **App.vue** removes this error, but create other ``` config.js?228e:6 Uncaught TypeError: Cannot read property 'prototype' of undefined at eval (config.js?228e:6) at Module../node_modules/bootstrap-vue/esm/utils/config.js (chunk-vendors.js:6767) at...
@fech-dev you are correct. Seems like creating a cli plugin for vue-cli-3 that supports only vue-2 can be misleading. # Waiting for **bootstrap-vue** to support **vue 3**
> No actually oauth code is not the refresh token, it's used to get the refresh token, you have to use this to get the requester after getting the code:...
@rodrigo1406 it's probably because v-sync sets the FPS to be your desktop - in most cases 60 FPS. I didn't really run the original app, but it probably runs way...
Maybe the function should return both pieces of the mesh.
@nfriedly Hello, https://linux.die.net/man/1/zip `-m` or `--move` works like that
Hey @madmacks59, I have the same issue. Have you been able to fix this?
Ok so, I've asked chatgpt and it said that it's because pin is not callable so `self.cs(0)` should be `self.cs.value(0)`. I've changed that and it started to work. But now...