Mike Ryan
Mike Ryan
# What does this implement/fix? - Add support for BDF and PCF bitmap fonts, which are useful for low-resolution displays. ## Types of changes - [ ] Bugfix (non-breaking change...
## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#3573 ## Checklist: - [X] Branch: `next` is for changes and new documentation that...
Improvement over #365 - By specifying no parameters to the 'create' command, we are asking logrotate to create the new log files with with the same permissions and ownership of...
If client.destroy() is called, always destroy the underlying socket so that file descriptor is freed. This matches behavior of node's Socket and Writable. Previous behavior made this conditional on writability...
Client.destroy() will only destroy the underlying socket if is writable. Being able to destroy the socket is important as it frees the file descriptor, otherwise node will hang on shutdown...
I've run into #284, as well, so I figured I'd create some specs to help out.
- Adds an API that allows for the re-interview of a device. This can be useful a device firmware upgrade adds new device endpoints (as is the case when upgrading...
### What happened? jaegertracing/all-in-one 1.55 fails to import JSON generated by OTEL File Exporter. ### Steps to reproduce 1. Spin up jaegertracing/all-in-one 1.55 2. Save [trace example JSON data](https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/#examples) to...
Compare the two: The following compiles to 6.6MB w/ go1.22.5 on osx (arm64) ```go package main import ( "github.com/magiconair/properties" ) func main() { _, err := properties.LoadFile("./config.properties", properties.UTF8) if err...