language · inferred from evidence
Ruby
A programming language.
- Huge data loss when deploying refinery configuration without restarting
Deploying new refinery.toml/rules.toml without restarting the refinery systemd service causes almost total trace loss: traces making it to Honeycomb drop to near zero after config deploy. The service keeps running and live-reload picks up t
- oso-oso gem fails on M1 Mac: have x86_64, need arm64e (fixed in 0.26.2)
The oso-oso Ruby gem failed to load on an M1 MacBook Pro with LoadError: Could not open library '.../libpolar.dylib': dlopen(...): tried ... have 'x86_64', need 'arm64e'. The bundled native library was x86_64-only, and running Ruby under Ro
- quickbooks-ruby `URI.unescape is obsolete` warnings (hard failure on Ruby 3.0.1)
I am getting floods of `URI.unescape is obsolete` and `URI.escape is obsolete` warnings from the roxml gem whenever I use quickbooks-ruby. On Ruby 3.0.1 it is worse: `undefined method 'escape' for URI:Module` and XML parsing fails entirely.