Greg Toombs

Results 8 issues of Greg Toombs

This line: `netmask = 0x100000000 - 2**(32-self.mask)` should not use exponentiation, it should use bit-shifts. Exponents coerce the expression to float and the code after fails when it tries to...

enhancement

To move most of the fun to runtime rather than compile or IDE issues, offer a mode to only mimic strings.

enhancement

Currently, if you've selected a range of non-printable characters, 'copy as code' will function to show the hex content, but 'copy' will do nothing. This breaks the principle of least...

If 'copy as code' is used, the clipboard receives a sequence of bytes separated by spaces, regardless of what byte group size is selected in the editor options. It would...

These log entries were duplicated in a tag built into the library

### Description From [the beginning](https://github.com/SciTools/cartopy/blob/d6e8a17a9a25cb2b431bb5f975b5486eee8b24dc/lib/cartopy/examples/aurora_forecast.py#L144), the implementation of `Nightshade` has included ```python if lat > 0: pole_lat = -90 + lat central_lon = 180 else: pole_lat = 90 + lat...

It seems that the assembly dependency and the NuGet dependency for log4net have a conflict. In the live NuGet 1.3 version of this package, it relies on log4net 2.x; however,...