Charles Francoise

Results 16 comments of Charles Francoise

@lucasvo I went for base64 because it is the [standard mapping](https://developers.google.com/protocol-buffers/docs/proto3#json) for protobuf `bytes`. `bytes` were already handled for methods other than `GET` that supported sending JSON in the body....

I agree. I first thought I'd use url-safe base64 encoding with no padding, to make sure we could send it in a URL. But I now think the discrepancy between...

The CI on travis validates against `protoc` 3.1.0 and `swagger-codegen` 2.2.2 Look [here](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.travis.yml#L13-L14) and [here](https://github.com/grpc-ecosystem/grpc-gateway/tree/master/.travis) to get the details.

Same here. Can we at least get the name of the transformation that does this so we can disable it?

Hi @sibelius :wave: Looking into your example repo, I can see that the list of `TESTFILES` is created with `jest --findRelatedTests`. The output of this command is indeed separated by...

Thanks everyone for reporting this issue and contributing in the comments! The underlying problem comes from Lima not accepting `/tmp` as a mount for its VMs, as [it considers it...

[Version 0.1.29560](https://github.com/CircleCI-Public/circleci-cli/releases/tag/v0.1.29560) just released. It contains [a fix](https://github.com/CircleCI-Public/circleci-cli/pull/967) for this issue. Define `circleci`'s temporary directory: * on the command line, using `circleci local execute --temp-dir /path/to/your/temp/dir` * in the configuration...

Don't know if this request is still under consideration, but I also miss the Codelens ever since it was removed. I'm aware of the gutter icon + right-click access, and...