Fabien Herfray
Fabien Herfray
Done. Thanks for the quick reply! I'd have another quick question, is there a way to mark fields as deprecated while using introspection? I noticed that introspection removes the annotation...
Thank you again for contacting us ;) IMHO, and from what I saw, I don't really have any technical feedback for now. Everything feels modern and I especially appreciate the...
One last thing about the error handling. Just a quick observation, you would probably not even have to declare a concrete `ArangoError` implementation if you only used wrappers for error...
What would be the current good practice? Have one root span and flatten the span tree in multiple children or wait for the feature to be implemented and keep a...
I have to admit that my current questioning about error handling is almost exactly similar to @veqryn. I totally got from your (amazing as always) GopherCon talk the difference between...
Alright it makes sense. So from what I understand, the best solution to get values from errors is still to use a good old type switch. Thanks a lot!
Yeah totally. Basically I'm only using values/type switches in the transport domain when I want to render the error.
I am trying to run far away from Ansible and I am currently using Sup with docker-machine/docker-compose. It is almost perfect for that task but I have kind of the...
I totally got that but it feels like a weird behavior. A user would try: ``` $ sup prod Targets: Commands: - init Initialize a new dev VM using docker-machine....
Having the same issue here. I'm trying to migrate my project to go modules :/