Joe Blubaugh
Joe Blubaugh
[The sysfs interface to gpio is deprecated](https://embeddedbits.org/linux-kernel-gpio-user-space-interface/) and will be removed from the kernel sometime in 2020. The kernel now has character device support for GPIO. Here's the output from...
I'm building an application for a limited-input device: https://developers.google.com/identity/sign-in/devices I am building most of the "machinery" myself - clients to call the endpoint, sending a request for the ID and...
This change marks two unrelated acceptance tests in each path as parallel so that they can run concurrently. It also sets a higher-than-default parallelism argument in the CircleCI config. The...
I have a system that processes some entities, and then I would like to remove these entities once they have been processed. Should I pass the engine as a parameter...
This set of column definitions: ```go []dynparquet.ColumnDefinition{ { Name: "timestamp", StorageLayout: parquet.Int(64), Dynamic: false, }, { Name: "state", StorageLayout: parquet.String(), Dynamic: false, }, { Name: "labels", StorageLayout: parquet.Encoded(parquet.Optional(parquet.String()), &parquet.RLEDictionary), Dynamic:...
This un-reverts #54072, adding a config switch between the old behavior and the new-and-improved behavior. After some experiments with real-world load, we'll decide whether or not to keep the new...
#### Is your documentation request related to a feature? If so, which one? This is related to the mimirtool documentation hosted at: https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/ #### Describe the solution that you’d like...
## Checklist - [x] I've searched for similar feature requests. There is an FR from 2015: #373 --- ## Enhancement request HTTPie should resolve special domain names [per RFC6761](https://datatracker.ietf.org/doc/rfc6761/ ),...
### What would you like to see! From the Users page, I would like to navigate from a User to all the schedules that they are part of. Here's an...
**What this PR does / why we need it**: Adds an "Off" log level, and adds the ability to dynamically change the level of an existing logger. The "Off" log...