-
If you supply an invalid MAC address to an interface, vnet-manager should [complain](https://github.com/Erik-Lamers1/vnet-manager/blob/4e6ccbfb330097ba0e48fa1e0b97721edaafc0d7/vnet_manager/config/vali…
-
Please PLEASE please....can we **NOT** make the _minutes_ and _seconds_ a **STRING**!???? That will imply format information because really, just like lat/lng _degree_ it should be int.
As a progra…
-
I went to test a 4GB file and found that the sequential read was taking forever. Looking around for solutions, I discovered that newer GoPro cameras store the highlights as chapters! I couldn't find a…
-
Geolocation is an informative metadata, but it's not always embedded in the image. Users can input the latitude and longitude in the form, but it's time-consuming to switch to another page with a map,…
-
### INFO
**Python Version**: `2.7.10 (default, Aug 19 2015, 09:18:54) [GCC 4.6.3]`
**Operating System**: `Linux-4.4.24-x86_64-with-glibc2.2.5`
**Locale**: `None`
**Branch**: [master](../tree/master)
…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Currently shown as degrees, which apparently some databases use instead of time. Do we need a conversion tool between hh:mm:ss and degrees, which will probably have rounding errors, so need to think a…
-
### INFO
**Python Version**: `2.7.10 (default, Aug 19 2015, 09:18:54) [GCC 4.6.3]`
**Operating System**: `Linux-4.4.24-x86_64-with-glibc2.2.5`
**Locale**: `None`
**Branch**: [master](../tree/master)
…
-
It isn't clear from the TOMs interface if the elements required of a custom moving object are in heliocentric, barycentric, or some other coordinate system with less common origin. The JPL queries and…
-
Currently setting ``decimal=True`` in ``Angle.to_string`` results in values that don't have any units:
```python
In [31]: a = Angle(3.1 * u.deg)
In [32]: a.to_string(unit='deg', decimal=True)
…