rmt/src
rmt/src
# Description Adds a new [Home Assistant](https://www.home-assistant.io/) notification integration. Although Home Assistant notifications can be added via the [Apprise notification integration](https://github.com/caronc/apprise/wiki/Notify_homeassistant), there are a couple features that Apprise currently doesn't...
Are there any plans to update this to work with the new OS X [Docker Beta](https://beta.docker.com/docs/)? As I'm running into the same issue where shared OS X volumes/mounts having slow...
Running `fkill` does not display the application names only part of the folder for example: 
For example starting a server on port `8000` and searching for `:8000` in `fkill --verbose` mode returns no results:  Without `--verbose`:  file fails with the following error: ```bash brew install samuelmeuli/tap/tmignore ==> Installing tmignore from samuelmeuli/tap ==> Downloading https://github.com/samuelmeuli/tmignore/archive/v1.2.2.tar.gz...
In my project workspace settings file `.vscode/settings.json` I have: ```json { "editor.formatOnSave": true, "[shellscript]": { "editor.formatOnSave": false } } ``` However, when I save a shell script it's still auto...
Currently by default semaphore is shown using the light theme and does not change based on the current system dark mode setting. I often find myself toggling the system light...
Returns only the numeric value of the sensor. Known types: temperature, humidity, "dew point"
Different countries use [different date formats](https://en.wikipedia.org/wiki/List_of_date_formats_by_country), for example `en-US`: `MM/DD/YYYY` `en-GB`: `DD/MM/YYYY`. Using `dayjs().format('L HH:mm')` only [outputs using the `en-US` date format](https://day.js.org/docs/en/display/format#localized-formats). This PR changes the output to use the...