mistajolly
mistajolly
Steam Deck OLED 3.5.7 - Constant audio static/crackle from headphone jack. Not present on LCD 3.5.7.
> Replying to https://github.com/ValveSoftware/SteamOS/issues/1235#issuecomment-1835925906 Same model OLED 512GB, same issue, definitely some kind of hardware interference on the audio circuit. Noticeable on one set of headphones but not on another....
composer.json ``` { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=5.6.4", "laravel/framework": "5.4.*", "laravel/tinker": "~1.0" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery":...
Update: It seems that this is possibly caused by the Windows drive mapped to the root folder of the laravel app. I mapped the W: drive to the parent folder...
Hopefully this helps. Absolute path: \\\server\\websites\\laravel\\...{laravel composer.json}... Mapping drive letter (W:) to \\\server\\websites\\**laravel**\\... has issues when generating autoload_static.php. Mapping drive letter (W:) to \\\server\\**websites**\\... then CD to **laravel** works.
I used laravel as an example folder name but the actual folder has a different name. Which suggests there is a problem with the root directory being mapped.