Don Goodman

Results 47 comments of Don Goodman

Howdy Emi! And thanks for the thoughtful feedback! IANAL, etc. but I do have opinions 🤓 There does seem to be an interesting tension here! When applied to systems that...

That is true. [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3.4) doesn’t define behavior for this case, in fairness. Still, this seems like something we should support. How would you envision the Luna API behaving in...

What about `std::multimap`? Still a breaking change, but perhaps less drastic?

Yes, we should I think prefer the performance of the std::unordered_multimap. I think _in general_ the number of parameters will be small enough that memory is not an issue—although we...

I had meant `..` before the first directory. However, now that you mention it, we should probably be reasonably smart about this. _Ideally_, we should allow `..` path navigation _within_...

That's quite close to what I'm thinking of. I think we should do something a little more sophisticated, and attempt to _resolve_ the path, so that, for example: `foobar/../test.txt` becomes...

Yeah, we can totally shortcut in that case.

A really excellent question, because of course JSON data could be totally free-form, and not at all a set of key-value pairs. This is also a bit bigger than validation....

Well, the good news is that these errors are not with Luna, but with libgnutls and libgpg-error. The bad news is that that doesn't make anything easier for us ;)...

For reference, BTW, all Linux builds are built on Ubuntu Trusty: https://github.com/lasote/conan-docker-tools/blob/master/gcc_4.9/Dockerfile