Victor Heorhiadi
Victor Heorhiadi
Example code for `bf_auto_complete` (if tested with doctest) results in the following exception: ``` UNEXPECTED EXCEPTION: BatfishException('Coordinator returned failure: Snapshot name should be supplied') Traceback (most recent call last): File...
Gurobi binaries & licensing (one per machine) make it somewhat difficult to setup CI on travis. Need to figure out a way to run integration tests.
Travis config is there, but commented out. Need to sit down and fix code formatting to make it pass; re-enable flake8 on travis.
Current documentation is a little difficult to read. A more step-by-step guide would be much useful. This will also help us uncover usability issues.
I have a simple use case of formatting ion files in-place. I tried this via `ion dump --format pretty foo.ion -o foo.ion` which resulted in empty files. It appears that...
Juniper allows defining additional RIBs alongside default RIBs (e.g., VRF.inet.123 in addition to standard `*.inet.0` and `*.inet.6`) This appears to not be a common practice so we don't support this...
There are a couple corner cases where we rely on `ConfigurationFormat` to dictate behavior: - [ ] Aggregate route behavior - [ ] Choosing default admin distance To make DP...