Elliot Shank
Elliot Shank
Running this: ``` ruby require 'chronic_duration' puts ChronicDuration.parse('1:1:1:1:1:1:1') ``` results in ``` NoMethodError: private method `gsub' called for nil:NilClass cleanup at /install/path/gems/chronic_duration-0.10.6/lib/chronic_duration.rb:183 parse at /install/path/gems/chronic_duration-0.10.6/lib/chronic_duration.rb:42 at chronic_test.rb:3 ```
I've got other things that I want to do on the main thread after starting up the web interface and the call at the end to `Celluloid::Actor.join(@server)` blocks. Right now...
Start with `self-referential.yaml`: ```yaml --- &1 foo: bar baz: *1 ``` Try to look at that with v0.9.0: ``` > jless self-referential.yaml Unable to parse input: "Unknown YAML parse error"...
**Describe the bug** YAML can represent data structures that other formats supported by `yq` cannot, for example, graphs of objects that have cycles in them. Here's a YAML representation of...