Chris Olstrom

Results 15 issues of Chris Olstrom

This seems to be the only place where this is used, and the comment suggests it's intended to make things easier. It would be nice if there was a way...

### Describe the change This is a pretty straightforward one, it just adds the ability to modify the contents of a config file after reading it, but before it gets...

### Describe the change Adds an (optional) way to prioritize environment over settings. This is done with the following changes: - Adds a `@preferred` instance variable, getter, and a validating...

This fixes a `NameError` that prevents `related` from being loaded.

This change is motivated by license compatibility. colorize uses the GPL-2.0 license, where pastel uses the MIT license (as sphinxtrain-ruby does).

This change derives the following traits for the wrapper types, given that the underlying types also do the same. `Duration` - `Default` - `PartialOrd` - `Ord` `Timestamp` - `Copy` -...

Fixed the Ruby version constraint to allow Ruby 2.x, relaxed version constraints where too restrictive, removed workarounds for ancient rubygems versions. Tested on macOS Sierra with Ruby 2.3.1

The amended behaviour aligns with the intent described in the comment above it. Context: A link named `container:27d6320f12e28b57ea7b2cbf423e647ab7f56793d7622069c9dc1d2f7a8d362b` Before: underscored_name: `container___d____f__e__b__ea_b_cbf___e___ab_f_____d_______c_dc_d_f_a_d___b` After: underscored_name: `container_27d6320f12e28b57ea7b2cbf423e647ab7f56793d7622069c9dc1d2f7a8d362b`

I'm curious what the status of CZMQ 3.x support is in rbczmq. I'm interested in working with some of the classes introduced in 3.x (specifically zactor and zgossip). If support...

Lots of fixes and improvements from 10.0.0.4 (current version referenced in README) to 10.0.2.2 (latest release). What's involved in making this type of update?