Sterling Hanenkamp
Sterling Hanenkamp
My current work-around is a shell script like this: ``` #/bin/bash ginkgo run ./test/pkg | grep '0 Failed' ```
(And yes I realize I could save myself the `if !ok ... panic` bit if I skipped the `, ok` in the type conversion, but in my real code I'm...
I'm reminded of a similar problem I've seen in the past that is related to this one regarding `is native` traits, which suffers from a similar problem. There, though, it's...
I'd say it's pretty similar to parameterized containers, but parameterized containers hit the problem from the opposite direction. I may even be able to get it to work that way,...
I recommend leaving XML::Simple for security reasons in addition to performance. There is a significant XXE vulnerability that was reported 4 years ago in RT for XML::Simple. There continues to...
After writing that up, I took a deeper dive and realized I'd made a couple of mistakes. One was that I'm talking about an encoder pattern, not a writer pattern,...
Yes, that would solve my problem. Some of the urgency of the solution, though, goes away because of the nature of the STL format. That solution doesn't provide a straightforward...
The issue might be with `zef`. At least, I am only seeing bad behavior when testing under `zef`. I ran into the same issue, but when I used `zef look`...
Assuming I'm reading the code correctly, NETWORK_TESTING is a red herring. This problem has nothing to do with that. I am running into this here: https://travis-ci.org/zostay/Amazon-DynamoDB/jobs/412756488 Looking at how the...
Looking through the build history of HTTP::UserAgent, the error occurs there too. For example, https://travis-ci.org/sergot/http-useragent/builds/341064491