Christophe de Vienne

Results 46 comments of Christophe de Vienne

@tiziano88 Do you consider merging this PR?

@tiziano88 Sorry for poking again, but I would like to know if you intend to merge this PR. (btw I suggest you close the PR you do not intend to...

The solution is not ideal but it is by far the simplest one solving the issue. I think it is reasonable to use it until we have a better one...

Hi @tiziano88 I know this approach may seem original, but after working with gogo-protobuf (which add annotations to the protobuf files), I came to think that it is not such...

If I understand correctly, you suggest adding an extra step to modify the generated structs, that could actually be a refactoring tool for elm in general? Interesting, but it seems...

I use the WriteIni function to generate a configuration file skeleton, in which I want to see all options, including some function based ones. Since that PR I modified my...

I tried a few podcasts from "france inter" (a french public radio), they all had the same issue.

Makes sense. @mdevan do you agree ? If so we would welcome a PR.

Subject params should remain strings indeed.

The way nats EncodedConn handle return types is required because Request is generic and there is no other way for it to allocate the response itself. In nrpc we generate...