Julien Fouilhé

Results 4 issues of Julien Fouilhé

I would like to use this action to deploy to the new beta preview channels using `deploy:channel:${{github.head_ref}}` . But then I would like to get the url that is returned...

This adds the following methods: - `decode` - `safeDecode` - `decodeAsync` - `safeDecodeAsync` Those methods are extremely similar to their `parse` counterparts, the differences are: - They expect a `Input`...

My code is the following: ``` go func (o *AWSHandler) InteractWithMethod(method, u string, values url.Values, header http.Header) (*http.Response, error) { var req *http.Request var err error values.Add("AWSAccessKeyId", o.config["access_key"]) values.Add("Timestamp", time.Now().Format("2006-01-02T15:04:05Z"))...

Hi, One of the most annoying issues with GRPC in Kotlin is that the generated kotlin code does not work with `optional`. It generates the following code: ``` /** *...