David Calavera

Results 104 comments of David Calavera

we can silence the coloring with `GOPACK_SKIP_COLORS=1`. It might also be a problem with that theme, it looks okay on a black background: ![image](https://f.cloud.github.com/assets/1050/1896837/3b853d30-7bbc-11e3-9773-3a04550999c7.png)

Some notes that might be helpful: - Support for Mercurial. - Support for Subversion. - Download transitive dependencies that include a `gopack.config` file. - Import stats summary. - Dependencies list...

I think this can be closed.

> Unfortunately I haven't been writing much Go code lately I totally understand you, I'm in the same position. > I see you meant that the idea of using submodules...

This discussion might be relevant to what you're trying to do: https://github.com/awslabs/aws-lambda-rust-runtime/discussions/530

@naokiri the error with cookies should be solved in 0.7.3. I believe #123 fixed it, but it was never released until today.

I've converted this PR to a draft because the implementation is not complete. It looks like returning responses, and errors are not implemented.

:+1: We can create the title and description based on the issue referenced.

I really have mixed feelings about this. That structure is easy enough to build a parser yourself, but I understand that it could be convenient to have a canonical implementation....

I'd rather not do this tbh. This package is designed, as much as possible, to only keep logic shared between API client and server. I agree with @stevvooe that we...