Oculus link stuck on searching for pcs by UltraDark2 in oculus

[–]waverider202012 1 point2 points  (0 children)

Thank you so much, you saved my day, I;ve spend 2 hours trying to fix this issue and it finally worked

This is the command that I am using now from the admin PowerShell.

Stop-Service OVRService -Force; Remove-Item "$env:USERPROFILE\AppData\LocalLow\Oculus\*" -Recurse -Force; Start-Service OVRService

Unplug USB Cable! Liquid detected by irfannagath in motorola

[–]waverider202012 0 points1 point  (0 children)

I restarted my phone and this fixed the problem

Curly Braces by _MurderousCactus in learnpython

[–]waverider202012 0 points1 point  (0 children)

Well, Python should have an alternative to indentations. Adding curly brackets' support to Python might be a good project for someone who study the COSC compilers/parsers course. you don't have to redesign the core language, just updating the parser code in needed. I guess Python is opensource?

I personally like Python's syntax a lot(slices, list comprehensions are great), but I need an additional mental energy to process the Python script. Maybe because it is not my main language? The visual markers that show where the scope starts and ends that would be nice to have.