Clayton Watts

Results 6 issues of Clayton Watts

Steps to reproduce: 1. Search for a place name to get a pink dot somewhere 2. While the globe is rotating to that place, click and drag to try to...

Purpose of change: Support HC-SR04 ultrasonic sensors where trigger and echo are connected to the same pin Where would this change be made: DistanceSensor class Short description of change: The...

suggestion
new feature

When mocking async functions, it's not always obvious that `$returns` doesn't wrap the provided value in a Promise. Closure could provide a `$returnsAsync` method that wraps the provided value in...

## Description * Add `tty: true` to docker-compose.yml so Ctrl-C works to stop watching logs * Document how to watch the logs * docker-compose (note the hyphen) is deprecated and...

no-pr-activity

## Problem description I'm following the install steps (https://docs.docker.com/engine/install/raspberry-pi-os/#install-using-the-repository), and `docker run` (also just `docker pull`) fails on an IPv4-only network on Raspberry Pi OS 32-bit: ``` $ sudo docker...

With the asyncio code I can properly set the port the Pi should use to communicate with the RVR (my Pi is set up as a [USB Serial Gadget](https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/serial-gadget)). ```python...

enhancement