Doug Tangren

Results 401 comments of Doug Tangren

sorry I'm just seeing this now @mosesn ! Ill have a closer look this weekend.

Sry for the slow reply, I'm now swinging back in to see the state of things. so looking that [this example](http://www.grpc.io/docs/guides/wire.html#example) for instance you may want to provide an interface...

@Cherry I just bumped into this issue. I just followed [this option](https://github.com/apocas/dockerode/blob/ea006992e05dc1a0057a2da4616f1642242099d8/lib/container.js#L997) all the way back to the [modem code](https://github.com/apocas/docker-modem/blob/7ec7abeb6b0cf7192d29667b397d292fe9f6e3ca/lib/modem.js#L220-L234). Thanks for the tip in discerning between the two types....

Thanks for reporting the issue @njaard. I'm open to pull requests if you have ideas for the api you'd like to see.

That's cool. I can dig into this. Thanks for the sample code. I'll try an use this example code under the examples dir when I figure this out

I'm pro top nav for in-page navigation. I've been playing the twttr's new api docs and really like the new jump-to [nav](https://dev.twitter.com/docs/api) If I ever getting around the finishing [scholia](https://github.com/softprops/scholia)...

Thanks @sritchie .I mentioned "Codiak" on the twttrs: think Kodiak [the bear](http://en.wikipedia.org/wiki/Kodiak_bear) but with a C for [codec](http://en.wikipedia.org/wiki/Codec) ( for transformations to and fro ). I had a similar idea...

https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html this should be ready to cook now

before ``` docker history softprops/lambda-rust:0.2.4-rust-1.38.0 | grep '1.38.0 /bin/sh -c curl' 9 days ago |1 RUST_VERSION=1.38.0 /bin/sh -c curl https… 1.09GB ``` after ``` $ docker history softprops/lambda-rust:0.2.5-rust-1.38.0 | grep...