Karen Etheridge
Karen Etheridge
When trying to encode an object with a string overload, when convert_blessed isn't enabled: `encountered object '... potentially unintelligible or confusing string here', but neither allow_blessed, convert_blessed nor allow_tags settings...
``` : [ether@aquavit git/conch]$; ghi -V ghi version 1.2.0 : [ether@aquavit git/conch]$; git remote -v origin [email protected]:joyent/conch.git (fetch) origin [email protected]:joyent/conch.git (push) : [ether@aquavit git/conch]$; ghi edit 517 -H Invalid request....
Looks like two repos got their wires crossed - the entire history of App-GitGot is also in this repo. Check this out: https://github.com/genehack/Git-Wrapper/tree/v1.333
here's an example test: http://www.cpantesters.org/cpan/report/12ed2af8-6bf4-1014-8695-9e662ad63fef the test: https://metacpan.org/source/ETHER/Dist-Zilla-Plugin-Git-Contributors-0.004/t/01-basic.t#L50 and the prep work done for MSWin32: https://metacpan.org/source/ETHER/Dist-Zilla-Plugin-Git-Contributors-0.004/t/lib/GitSetup.pm#L37 sadly, this doesn't seem to be enough. But I'm not sure what's missing.
with Moose 2.1400 and namespace::autoclean 0.16, MXMAM should no longer be needed.
Since all of ExtUtils::MakeMaker, Module::Build and Module::Install are supported as builders, Module::Build::Tiny should be as well.
Github is sending weekly email alerts: ``` | joyent / eng Known security vulnerabilities detected Dependency tough-cookie Version < 2.3.3 Upgrade to ~> 2.3.3 Vulnerabilities CVE-2017-15010 High severity CVE-2016-1000232 Moderate...
There is an error at https://swagger.io/docs/specification/serialization/#path -- the example for style=label, explode=false, type=array is `/users/.3,4,5` when it should be `/users/.3.4.5`, and type=object is `/users/.role,admin,firstName,Alex` but should be `/users/.role.admin.firstName.Alex`. e.g. compare...
I believe there is an error in https://swagger.io/docs/specification/serialization/#query, when describing the `spaceDelimited` and `pipeDelimited` styles: in the explode=true case, it gives a serialized string `/users?id=3&id=4&id=5`, but actually should say `n/a`,...
I'm not sure if I've run into a limitation of perl or if I'm just doing something boneheaded, but I expected this to work (this is an effort to avoid...