Stephen Haberman
Stephen Haberman
Hi @jenia ; ts-proto doesn't currently support the various `google.api`-* attributes. Afaiu they are not really a part of core protobuf behavior, and instead a set of conventions that google-specific...
This is super exciting! Going to take a look...
A .DS_Store file got added; can you remove that? You might consider adding .DS_Store to your global gitignore file: http://stackoverflow.com/questions/7335420/global-git-ignore
Huh; you said it worked on Travis CI? This awesome little "Failed" message (how magical) asserts it did not: https://travis-ci.org/mathonsunday/joist/builds/14632515 It looks like it's trying to run "ant test", which...
My hint would be that we probably need to use the "before_install" hook to run something like "sudo gem install buildr": http://about.travis-ci.org/docs/user/build-configuration/#before_install And then use the "script" hook to tell...
I asked on the Buildr list, and got a pointer to this file as an example using Buildr on Travis: https://github.com/realityforge/guiceyloops/blob/master/.travis.yml So, probably his install section, but I think the...
@rgigger I think the confusion is that you linked to TypeScript docs, which had decorators pre-ESnext, and in their impl, they don't turn properties into Object.defineProperty, hence there is no...
Hi Aaron, Thanks for revising the patch. I'm taking a look at integrating it. One question, for running multiple post receive scripts, did you see the sample file: https://github.com/stephenh/git-central/blob/master/server/post-receive.sample This...
That'd be great, Aaron, thanks.
@gabrielOttopia can you include the snippet of code from `encode` that stack traces? Are you using the `useNullAsOptional` flag introduced in #1017 ? Historically we've not supported `null`, so unless...