rmt/src

Results 9 issues of 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...

enhancement
help wanted

Running `fkill` does not display the application names only part of the folder for example: ![Screenshot 2021-01-15 at 21 38 51](https://user-images.githubusercontent.com/144435/104782171-b093c400-577b-11eb-9de3-96e121b5a6d5.png)

For example starting a server on port `8000` and searching for `:8000` in `fkill --verbose` mode returns no results: ![Screenshot 2021-01-15 at 21 56 59](https://user-images.githubusercontent.com/144435/104783006-13398f80-577d-11eb-8152-b4d3c1bb3691.png) Without `--verbose`: ![Screenshot 2021-01-15 at...

On macOS Big Sur (11.1) the tmignore installation step from the [README.md](https://github.com/samuelmeuli/tmignore/blob/master/README.md#install) 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...

enhancement
feature request

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...