Ryan Davis

Results 13 issues of Ryan Davis

I'm trying to use eclint as part of a CI pipeline. One frequent problem I have is some IDEs save files with unusual encodings that are treated as binary by...

From the [Environments docs](https://docs.gitlab.com/ee/ci/environments.html): > Environments allow control of the continuous deployment of your software, all within GitLab. > ... > * Provides a full history of your deployments for...

I'm using [opentelemetry (otel)](https://opentelemetry.io/docs/instrumentation/go/) to trace my echo requests, and I would like the otel `traceID` to be a field in the logs made by `lecho`. Currently `lecho` has special...

A handful of minor stuff I found when my employer switched to Stripe: - more convenient handling of null values - bugfixes with explicitly passing `:api-key` - keep up with...

figure out a way to control the arduino from lisp

add a readme, save all the upstream stuff in a branch and delete it from master

Implement a "T-frame" like http://www.startrek4u.com/special/multimedia/lcars/curry/lcars-shuttlepod.png (the T is sideways) Support: - title - nav buttons - allow color selection via attribute or class - suppress bottom border on lowest top...

add a test page with different nested versions of the lcars UI. - nested t-frames don't maximize height

I'm trying to use field overrides to make my treemap more human-friendly, and I'm getting inconsistent results. For demo purposes I made two field overrides, with one value mapping in...