Pavan Kumar Sunkara
Pavan Kumar Sunkara
Definitely. I would appreciate your help. :)
How do you think the client library should behave in this? You can send headers when making an API call using the client. Wouldn't that solve this issue?
@marfarma Could you describe this case more? Do you want the api clients to have some default headers?
Thank you for the suggestion. I will look into it this weekend.
Thanks for asking a good question. I would like to think on this a bit.
Yes, this definitely needs to be improved. If you look at the code, there's `Check....` functions where the checking for missing things needs to go.
How can this be supported? Do you have an example api client library which does this?
Yes. It is in my TODO.
If I merge this, this can be a footgun for people who actually want this behavior. Maybe a better way is to check for these things at the beginning of...
Your arguments make sense, but I am still leery that people could consider this as a surprising behaviour. How about a prompt asking the user that he has unversioned dependencies...