Sam Edwards

Results 10 issues of Sam Edwards

At least on Big Sur 11.3.1, App Transport Security doesn't allow access to http URLs by default. I've got some internal tools that don't use TLS, so I've added the...

enhancement
help wanted

This PR largely just chops up the existing script into multiple files that can be used as hook/commands by acme.sh. The files are as follows: 1. A `setup.sh` script that...

- [x] PR is based on the DEVELOP branch - [x] Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to...

### Is your enhancement related to a problem? Please describe. This project is designed to update data "asynchronously", but the queue used does not persist across requests/threads, so if the...

There is currently no standard HomeKit characteristic for colour temperature. The Apple Home app has a colour picker for "temperature", but this actually only sets an HSV value, with no...

rgb and white bulbs only support up/down commands for brightness and colour temp, not an absolute value. Currently we handle this by simply sending a single up/down command based on...

Many HomeKit applications send out commands at a very quick rate (ie. using a brightness slider, and sending every brightness value that the user moves over). With the way the...

Running Graylog 2.3.0+81f8228, the default Message Processors Configuration order is: 1. GeoIP Resolver 2. Pipeline Processor 3. Message Filter Chain Documentation at http://docs.graylog.org/en/2.3/pages/pipelines/usage.html#configure-the-message-processor and http://docs.graylog.org/en/2.3/pages/pipelines/stream_connections.html#the-all-messages-stream notes that the message filter...

Summary -- When regenerating all media, the special-case `site-icon` loses its custom sizes Steps to Reproduce -- 1. Through Customizer -> Site Identity, add a Site Icon 2. Observe that...

bug
command:media-regenerate

Some Drush commands will call `exec()` to run another Drush command (`updatedb` seems to be the main one, but there may be others). Somewhere in here either the `load.environment.php` from...

drush
State: Needs triage