zyy17
zyy17
@Adejuwon-00 Since @dongxuwang already is working on fixing the existing typo, maybe you can help us to add the GitHub action after #592 is merged.
@dongxuwang Thank you for your PRs! 😊
ping @waynexia @evenyag
@JetSquirrel That's great 😊! I appreciate you taking this on. I have added background and challenges to the original issue. Is the entire issue clear enough for you?
@JetSquirrel already assigned. Feel free to ask if you have any questions 🤝!
@waynexia Seems reasonable, and let me try to improve it. Since the different background colors of the terminal, I think the better way is to detect the background and apply...
@leaf-potato Sounds reasonable. Can you give it a PR to modify it? I think we should handle the following cases: - If the user specifies the IP, the prompt can...
> Is there any chance we can put this at instance level, say `SqlQueryHandler` and `PrometheusHandler`? so we don't need to configure it for each protocol. Good idea. Let me...
> Good job! Another suggestion is that maybe we can record all the slow queries into a table like `information_schema.slow_queries` like that. Which is a append-only tables with TTL setting....
> Is it possible that we may print sensitive data into slow log file? Like `copy from/to` statements usually take a long time, while bearing AK/SK info. You're right. Let...