David Golden
David Golden
I've revised the approach to skip when there are zero dots and take only the first segment when there are more than one. In my Wine testing, I happened to...
Ping. This has been open for a couple months. I'm sure people are busy, but would it possible to get a review soon, please? It's only ~20 lines and half...
A while ago, I reviewed all the various BSON modules to compare APIs/implementations (as of BSON 0.16). You might want to review that in case I missed something: https://github.com/mongodb/mongo-perl-bson/blob/master/devel/bson-types-survey.md Note:...
Perhaps in a nightly cron job? It would average over 48 hours notice.
I'm not really a Python person, nor do I have the time to maintain it even if I did. I was really just hoping to get this tiny change applied.
More examples: * https://jinteki.net/bug-report/9a95a3eb-17b3-46c3-b76d-ce7ce4efafa5?b=0 * https://jinteki.net/bug-report/5e289e1f-a1cf-4898-bbaf-da5dcf10e24f?b=0
If we add a warning, it probably makes sense to warn about any unknown attribute.
Links to summaries of changes, with selected items that seem relevant to HTTP::Tiny (i.e. clients) given as a checklist: **[RFC 7230 - Changes from 2616](https://tools.ietf.org/html/rfc7230#appendix-A.2)** - [x] stricter header field/value...
Hi. I'm not actively doing Perl development on this module, so I have to abstain, as I wouldn't be responsible for reviewing or merging.
Another possibility could be intercepting the data written to the output handle, which would be a way to address debugging needs like #123.