You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be helpful for you as developers but for me they are just spam.
I kind of agree with that sentiment 😅
Now that HTTP.jl is being used in higher level packages where the users have little (or negative) interest in knowing about connections etc, i.e. they just expect things to work, spewing anything to the REPL feels like spam.
If I understand correctly, this can be handled by replacing
@info blah
with
showinfo &&@info blah
or something like that.
What do you think? showinfo should be false by default.
If this is alright, I can go ahead and submit a PR 🙏
The text was updated successfully, but these errors were encountered:
Here is a question from Slack #gizmos
I kind of agree with that sentiment 😅
Now that HTTP.jl is being used in higher level packages where the users have little (or negative) interest in knowing about connections etc, i.e. they just expect things to work, spewing anything to the REPL feels like spam.
If I understand correctly, this can be handled by replacing
@info blah
with
or something like that.
What do you think?
showinfo
should befalse
by default.If this is alright, I can go ahead and submit a PR 🙏
The text was updated successfully, but these errors were encountered: