Mike Pontillo
Mike Pontillo
* Collapse test case duplicates. * Allow OUI class to optionally take in the index and registry file. * Add test cases to ensure strangely-encoded entries work.
Cross posting this from: [Launchpad bug #1655452][0]. --- For some background, see [Launchpad bug #1655447][1]. The `netaddr.eui.ieee` package is responsible for indexing IEEE data at build time, and generating index...
I was trying to get my `[POP]` logging to print to `stderr` rather than the default of `stdout`. I created a custom logging function with the same parameters as the...
Closes: https://github.com/gobuffalo/pop/issues/621
### Description I'm writing some Buffalo-based proof-of-concept code that successfully used a `string` as a primary key for my model object. When I learned that our database is much faster...
A bug was reported against our project (MAAS), which parses the output of `avahi-browse --all --resolve --no-db-lookup --parsable --no-fail`. In the bug, the following error occurred: UnicodeDecodeError: 'utf-8' codec can't...
This project was no longer compiling with the latest Xcode. The first 2 commits clean that up. The third commit adds two command-line parameters: -t <timeout> -x If -t is...
The `hardware_info` field returned from the `machine read` API is not currently represented in `python-libmaas`. This field should contain information such as the following: ```json "hardware_info": { "system_vendor": "Canonical", "system_product":...