SAMsan

Results 6 comments of SAMsan

Hello, As this issue is still opened, I'll add my comment. ``package context: unrecognized import path "context": import path does not begin with hostname [...]`` 57 occurences of this error....

Hi, Bluetooth AD2P is availbale for both Alsa and Pulseaudio. Several project deals this issue like [Blues-Alsa](https://github.com/Arkq/bluez-alsa). Pulseaudio 5 with Bluez 5 setup is discussed [here](https://github.com/ev3dev/ev3dev.github.io/pull/24/files/50787e9fae767f4a8e5e1748c5bb70b40eb9f259?short_path=2545682)

Exact same issue here. I have to modify `app.scss` (containing `@import`) to update `app.css`. `settings.json` looks like : ``` "liveSassCompile.settings.includeItems": [ "src/scss/*", ], "liveSassCompile.settings.formats": [ { "format": "expanded", "extensionName": ".css",...

FYI Issue is due to array_key_exists() function's deperaction on objects in PHP7.4. Using PHP7.3 does address this issue. If you can't use PHP7.3, replace line `53` in `vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php` with `return...

Same issue here, I just feel like it's not working anymore ![image](https://user-images.githubusercontent.com/3309793/138083156-5bff60c3-ee6f-46c3-b278-f01e3314a081.png) ![image](https://user-images.githubusercontent.com/3309793/138083219-394ac18e-762e-4cc9-ae79-abe8160beb43.png) -- Edit I fixed by redownloading the file. I verified that the file came as a zip...