Tyler Christiansen

Results 34 comments of Tyler Christiansen

@ytti, would you be opposed to enabling sessions and storing the desired columns in a session variable? @tobiasa1, this would sort of solve your problem. You would have to reselect...

@casdr: did you get this working? If so, would you mind submitting a PR for it? Thanks!

The bigger problem in my (very brief) testing is that you can't import a RANCID `router.db` without the `.cloginrc` file. I spent a lot of time trying to figure out...

There are a lot of ways you can look at this. You can argue that the order should be as you stated, but maybe I prefer the sorting to be...

And sorting by root has its own problems--if you're using IP addresses instead of hostnames (because you don't have the DNS infrastructure or some other reason), sorting by root won't...

Unfortunately, it isn't quite that easy. The sorting is handled by a JavaScript library called [DataTables](http://datatables.net). The way the sorting works is by defining a type and applying that type...

Can the discussion of logging to a file be moved to [ytti/oxidized](https://github.com/ytti/oxidized)? Once that is implemented, I can look into displaying the logs in the web UI.

Hello. I've experienced the same issue. I had to fix it by setting `LIBRARY_PATH`. Before: ```bash $ make [ 75%] Built target dublintraceroute [ 87%] Linking CXX executable dublin-traceroute ld:...

I'm planning on an attempt to restructure the files so that Aker can be packaged up for PyPI (once the current pull requests are merged or rejected). This issue seems...

Note that if #20, #21, and this issue are all implemented, we could end up with the following as an `aker.ini` config for a company with five employees and 10...