Craig McQueen

Results 60 comments of Craig McQueen

It looks good to me. If you enter 11 Hales Ct on the NBN web site, and compare it to 9 Hales Ct, the NBN web site describes them differently...

I wonder if it would be possible to set up the package so that the C extension is an installation option. I'm only vaguely aware of a possible mechanism: in...

I would prefer to solve this the "proper way", but I don't know what the proper way is. I've looked at this several times over the years. It is hard...

The error shown for some extensions is unintuitive. For example for the Bookmarks extension with a large file, the error message is > Open a file first to toggle bookmarks...

I would consider doing this. I'm not familiar with the topic, so I'm unsure as to what the design considerations are. I had mildly considered this in the past, however,...

If the C extension were to release the GIL, what would ensure the source byte-string or other bytes-object would not be modified by any other Python thread during the COBS...

> 2. memcpy the data into the new object Wouldn't the extra memcpy make the algorithm considerably slower? > It is extremely important to me that it is as high-throughput...

Yes, you're right, there is still the legacy of UUCP-style lock files to consider. However, long-term it seems that everyone is still moving away from UUCP-style lock files, and towards...

> The form of the pattern used here is specified by Git, not Git LFS. So on systems where core.ignorecase is set, they're case insensitive and on systems where it's...

I have come across the same issue, but not with bools. I have a couple of options which I want to be mutually exclusive. ``` actiongroup = parser.add_mutually_exclusive_group(required=True) actiongroup.add_argument('-m', '--mega',...