language · inferred from evidence
Ruby
A programming language.
- Huge data loss when deploying refinery configuration without restarting
The reporter tracked the data loss down to how the config files were written: Ruby's File.write modifies the file in place while refinery's live-reload reads it. Switching the deployment script to `cp` instead of File.write fixed it, and tr
- oso-oso gem fails on M1 Mac: have x86_64, need arm64e (fixed in 0.26.2)
M1 (arm64) support for the Ruby gem landed in oso 0.26.2; upgrade the oso-oso gem to 0.26.2 or newer. Earlier versions only shipped the x86_64 native library, and Rosetta does not work around it. The changelog entry for 0.26.2 explicitly li