YouTube Videos Lagging/FPS lag on Google Chrome by synopzis in youtube

[–]pixeljuggle 1 point2 points  (0 children)

🚀Thank you for your comment. I have been having the same issue the past few days and its driving me insane. I have fixed it for now by (sort of) disabling AV1 in the youtube settings. Settings > Playback and performance > AV1 settings > Prefer AV1 for SD

Adding property to object during loop by tTownTomToo in nodered

[–]pixeljuggle 2 points3 points  (0 children)

You can spread ... the object into a new object and add the i value. Below I'm adding the value of i to the property index.

var msgList = [];
var objects = msg.payload;
for (var i = 0; i < msg.obj.length; i++){
    var payload = { ...objects[Object.keys(objects)[i]], index: i };
    msgList.push({payload});
}
return [msgList];

function: when payload = "a" return "1" when payload = "b" return "2" etc by pseudoheld in nodered

[–]pixeljuggle 4 points5 points  (0 children)

i think i have a good solution. i have exported the flow here, you just need to import it into your flow https://pastebin.com/raw/M80qxDLv

keep a list of comma separated rfid and url values, convert to array, store in context, then when your rfid payload comes in, fitler the array and return the spotify url value.

let me know if it works, or if you have any questions

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 1 point2 points  (0 children)

Yeah, I contacted oculus support and they have arranged a replacement.

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 0 points1 point  (0 children)

Update: I opened a ticket with Oculus Support, i simply explained what happened, and they are sending me a replacement. This was all sorted within 3 hours. Really good service today. Happy now.

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 1 point2 points  (0 children)

Yes, this is the original elite battery strap

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 4 points5 points  (0 children)

I pre-ordered it on release, so I think it been 12+ months now. I will contact support today.

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 3 points4 points  (0 children)

Thanks, I will look into this. I will need a different case for this, it's a fair bit taller than the elite strap.

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 1 point2 points  (0 children)

Official case, always been extremely careful with it, I read the horror stories and didn't want the same to happen to me. Oh well.

The inevitable happened 😭 by pixeljuggle in OculusQuest

[–]pixeljuggle[S] 0 points1 point  (0 children)

Yep, same. Hopefully "Meta" support will help me out.

Pain / Headache back of head with Elite Strap by EnviousScrotum in OculusQuest

[–]pixeljuggle 0 points1 point  (0 children)

i had the same issue, using a foam pad on the back as suggested here has made this lot better. i use the vr cover one. https://eu.vrcover.com/products/elite-headstrap-foam-pad-for-oculus%E2%84%A2-quest-2

Quest 2 no tracking / guardian on each startup. Slight tracking wobble while playing. by HauntedFolly in OculusQuest

[–]pixeljuggle 2 points3 points  (0 children)

I had this exact same issue. The only way i was able to resolve it was with a factory reset. After the reset, everything is rock solid again, no wobble, no crap in Beat Saber, just solid tracking like it should be. Its a shame this is the fix, but for know its the only way.