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
[]const u8
e.g.
try plugin.allocError("some error {s}", .{ err });
(this probably applies generally, wherever we take []const u8 for things to signal info back to the host.. e.g. logging perhaps)
thank you to @ethanholz for the inspiration and user report on Twitch! (https://www.twitch.tv/ninja_tron)
LogLevel
The text was updated successfully, but these errors were encountered:
Sorry this took so long to get around to! But there's a PR open at #38
Sorry, something went wrong.
These looks cool! Great work!
Successfully merging a pull request may close this issue.
error formatting could be improved vs. setting a
[]const u8
.. more like https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L83e.g.
(this probably applies generally, wherever we take []const u8 for things to signal info back to the host.. e.g. logging perhaps)
such as the HTTP methods and other items where possible
thank you to @ethanholz for the inspiration and user report on Twitch! (https://www.twitch.tv/ninja_tron)
LogLevel
publicthen its more flexible to write wrapper logging functions
The text was updated successfully, but these errors were encountered: