We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Halite.logging(true).get("...") # Or Halite::Client.new logging true end
It returns:
in src/halite/chainable.cr:390: no overload matches 'Halite::Options#with_logging' with types Bool, file: Nil, filemode: String, skip_request_body: Bool, skip_response_body: Bool, skip_benchmark: Bool, colorize: Bool Overloads are: - Halite::Options#with_logging(format : String, **opts) - Halite::Options#with_logging(logging : Halite::Logging::Abstract)
This effected only in Crystal 0.28.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It returns:
This effected only in Crystal 0.28.
The text was updated successfully, but these errors were encountered: