Alan Grow

Results 12 issues of Alan Grow

Sometimes works for me, sometimes fails. Might be a timing issue. This happened on Ubuntu 14.04 and HEAD = 5526cf44. ``` --- rts.exp 2015-04-27 00:09:11.979474999 +0000 +++ rts 2015-04-27 00:09:44.419246346...

Currently, the python lwpb code can't resolve nested definitions like this: ``` message A { message B { enum C { ... }; }; }; message D { optional A.B.C...

The lwpb C library doesn't enforce required fields when encoding and decoding. This is [by design](http://code.google.com/p/lwpb/#Limitations). It would require another recursive pass over all the fields in the message descriptor...

The lwpb C library doesn't apply default values for optional fields when decoding. This is [by design](http://code.google.com/p/lwpb/#Limitations). It would require another recursive pass over all the fields in the message...

Currently they just raise: (2, 'No such file or directory')

This syntax lets you specify the precision with an argument. ``` > require("sprintf-js").sprintf("%.*f", 2, 3.14151) SyntaxError: [sprintf] unexpected placeholder ``` From `sprintf(3)`: ``` The precision An optional precision, in the...

This makes the output suitable for programmatic consumption. In my case, I was interested in what commits didn't contribute to a given branch's diff, so I tried a `git-diff-blame master...

I have `existing_bucket_name: deploy.redacted.io` in the config and get the following. ``` Beanstalk-Deploy: GitHub Action for deploying to Elastic Beanstalk. https://github.com/einaregilsson/beanstalk-deploy ***** Input parameters were: ***** Application: redacted Environment: redacted-env...

This change lets callers add tagged extra fields to central directory records. For compatibility with [`yauzl`](https://github.com/thejoshwolfe/yauzl#extrafields), the shape of `extraFields` is the same: an `Array` with each entry of the...