Jessica Nebgen

Results 2 issues of Jessica Nebgen

``` [50] pry(main)> ChronicDuration.parse(" ") => nil [51] pry(main)> ChronicDuration.parse(" ", keep_zero: true) => 0 ``` I believe that empty strings should still be treated as invalid and return nil....

Any call to the Floating IP calls results in: ``` Traceback (most recent call last): File "", line 1, in File "dopy/manager.py", line 471, in all_floating_ips raise DoError(v2_api_required_str) NameError: global...