Sergio Arbeo

Results 36 comments of Sergio Arbeo

I have a use case for live reload being in the twiddle. We ask users to send reproductions of bugs in an Ember Twiddle. If live reload is persisted in...

If done, would be a breaking change, thus I would say we should add a tag to that field not to be treated as inlined.

Functions can currently manage, at least for custom types, pointers and not pointers :) Leaving this until more thorough tests are done.

We've been talking about this PR IRL. The main problem with this is that interfaces are the translations of `oneof` in protobuf. If in a future we want to support...

The matching behaviour for [current functions is with an error as last returned value in the client](https://github.com/src-d/proteus/blob/a40ce5fe0e625d6c1e0abe20fcb59f6653e09b42/example/generated.pb.go#L231-L239). We allow functions without errors as last returned value because we only generate...

Still would like to only accept interfaces with the error, unless another solution is proposed. Don't like the idea of losing errors.

We cannot check if an struct has anything that could be considered an unavailable state like in the `Info` above and still we are losing information (the error returned by...

As a general note, the k8s tool had an option like this and it worked giving the path to a text file. This can be a solution to this problem,...

Also, there would need to be a migration generation to ease the pain for this.

I'm adding this to backlog, to keep track in the future.