Mike Bronner
Mike Bronner
Thanks, I'm still very much interested in this :)
This may be addressed with in the latest version. Closing for now.
Closing this for now. If this is still an issue, please provide a GitHub repo that replicates the issues.
Does changing channels also allow you to change the input source? I would like to switch between my PS4 and ATV4 easily without using the remote. Thanks!
Mine has not worked once since 11 Mar 2023. ``` Run anmol098/waka-readme-stats@master [53](https://github.com/mikebronner/mikebronner/actions/runs/4456747155/jobs/7835938139#step:3:54) /usr/bin/docker run --name wakareadmestatswakareadmestatsmaster_f5eb8b --label 6c0442 --workdir /github/workspace --rm -e "INPUT_WAKATIME_API_KEY" -e "INPUT_GH_TOKEN" -e "INPUT_SHOW_PROJECTS" -e "INPUT_SECTION_NAME"...
I'm receiving this as well, getting new API key and Github Token did not help. ``` Run anmol098/waka-readme-stats@master /usr/bin/docker run --name wakareadmestatswakareadmestatsmaster_a59d0b --label 16c5e9 --workdir /github/workspace --rm -e "INPUT_WAKATIME_API_KEY" -e...
@hani4k 1. Install the theme via Extensions. 2. If you're on mac, go to the Code menu > Settings > Theme > Color Theme. Usually you can also access the...
With Laravel Folio and Livewire Volt we can now have actual PHP in Blade files by design. Would love to see this as well.
Yes, I now have the following errors for the first two `break`s: ``` Expected 1 line before "break", found 0. (SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountBeforeControlStructure)phpcs Expected 0 lines after "break", found 1. (SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountAfterLastControlStructure)phpcs ```