Joey Zhang
Joey Zhang
Please run the playbook with `--check` and `--diff` to show the details. I guess there're some implicit connection parameter values that are not considered in the code.
Hi @dflook, thanks for your reviewing. Even the encoding for the output has been UTF-8, Python 2 interpreter still need this magic comment to load code correctly if non-latin characters...
Hi @dflook, do you think shebang or encoding hint should be preserved by default? If not, the minified program will not be fully equivalent to the original source. For example,...
Hi @dflook , I totally agree that test cases are always necessary for any code changes. Nevertheless, it looks no existing test scaffold for the `minify()` function. If I understand...
Pull request #21 implemented a patch to fix this issue.
Thank you guys! I will try these Ollama variants with OneAPI.
@Andersson007 @Bob131, could you review this PR? thanks!
Hi @computerquip-work , I just saw this issue. I think this is a common isssue for the modules in `community.libvirt` collection. Because they call the same library function for the...