Brian O'Rourke
Brian O'Rourke
Configuring a Redis client, a user is expected to either use several hash options (`:host`, `:port`, etc...) *or* a `:url`. I've seen confusion in environments with multiple Redis clients around...
### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior `zig build` on this program: ```zig const std = @import("std"); pub fn main() !void { try doMath(std.math.add, 5, 6);...
## Version info - intercom-ruby version: intercom-4.0.1 - Ruby version: 2.6.6 ## Expected behavior Exception objects raised by the Intercom client should include the error message, as are surfaced by...