Kurt Schwehr

Results 51 comments of Kurt Schwehr

My corpus is only inside Google. I will try to release a snapshot sometime soon

Got part way through message 27: https://gist.github.com/schwehr/035c5d2f6d2977a45b8b3e2b0ff385c5

Inside Google we have one main use of uriparser... It's used by libkml. We are switching to the community fork of libkml to have it be the primary fork. My...

https://github.com/schwehr/gdal-autotest2/commit/e153b594162f6554280212d919e645b0f01bf7e6

Taking a quick peak at the tests, I have a minor suggestion for the future (no rush): The usual strategy is to use EXPECT* rather than ASSERT* for most things...

For compiling in the SQLite Proj db, it looks like making a small read-only from a string [SQLite VFS](https://www.sqlite.org/vfs.html) driver will do the trick. https://unix.stackexchange.com/questions/176111/how-to-dump-a-binary-file-as-a-c-c-string-literal I gave `xxd --include` a...

@rouault Thanks for the follow up. I think the objcopy option is unlikely to work well for my bazel env. I see that MSVC has a similar limit for C++:...

Hoping to work on this more soon. I think have rounded up some help.

I don't think that is the correct spdx code. ``` # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU...

@alexgleith, Thanks for kicking off the conversation! Hopefully this makes it a bit more clear. Please ask anything you can think of. And I really want to know if I've...