dataexcess
dataexcess
On page load I also get these errors: ``` GET https://explorer-api.walletconnect.com/w3m/v1/getDesktopListings?projectId=undefined&page=1&entries=9&version=2 401 N @ ExplorerUtil.ts:15 getDesktopListings @ ExplorerUtil.ts:23 getRecomendedWallets @ ExplorerCtrl.ts:58 preloadListings @ w3m-explorer-context.ts:34 preloadData @ w3m-explorer-context.ts:56 lt @ w3m-explorer-context.ts:17...
You are correct. I forgot to add the .public before accessing my nuxt runtimeConfig env variable! :) Thnx
Changing this to "0" does not change anything, it still tilts ( I am on satellite view )
:tilt="0" works for me full code:
Try using btBvhTriangleMeshShape instead. I had similar issues. some shapes require to work with btBvhTriangleMeshShape and other with btConvexTriangleMeshShape. Those are my finsings in any case...
Hey hey, just reporting in that I see different behaviour on Safari for positional audio with distanceModel 'exponential' or 'inverse'. The rolloffFactor seems to be having less of an impact...
Ok I found it. For anyone wondering this is how you can do it... ``` let time = 0 onMounted(async () => { await nextTick() if (renderer.value !== null) {...
macOS 12.3.1 XCode
It gives the same error :(
I could fix the issue by bypassing the url.getChildURL(endpoint) method call in the exectue() method. This seems to add a slash in front of my url... ``` RestRequest::Response execute ()...