Andrew Bell

Results 67 comments of Andrew Bell

@dbaston : But how is that working locally if I have some other version?

> pre-commit utilities are cached in a dedicated directory. I don't understand but this is perhaps not the place for me to figure it out. I wasn't interested in having...

> But more worrying, on my Windows VM (Windows 10 under Virtualbox), while the 3.9 version in Release mode runs in 19.5 seconds, with this PR is runs in 58.5...

@rouault : Here is a branch that removes the threads for each line: https://github.com/abellgithub/gdal/tree/lessthread

Hmm, there are only two threads running now (the initial thread is blocked), unless you changed something in the branch above. I can't imagine that starting those two threads with...

Perhaps they changed something in the Windows OS to make start of threads much faster and I'm seeing the result of that, as all of these changes made little difference...

I don't understand the CI failure. Perhaps just a system timeout? Also, I added the pre-commit hooks but I seem to have to run them by hand. Is there something...

What makes something appropriate as an extension type rather than a basic supported type? GEOMETRY is currently supported natively, which seems to be simply a binary blob with a metadata...

Are you just providing a name for an introduced type? The examples don't show using any special handling -- IP address as FIXED_LEN_BYTE_ARRAY(16) and f64tensor as JSON -- and there...