Mohammed Imaduddin
Mohammed Imaduddin
from the issue I understood that the changes are to mede in the messages/multimodal.py and the changes to be made are: 1. delete the `if self.audios not in [None, []]:`...
thanks for the clarification and additional details. after reviewing the task, i realize implementing the `preprocess_audio` function and handling validations might need more learning on my part. to ensure timely...
hi @hzxuzhonghu it currently enables linters gofmt, goimports, govet, staticcheck, which i guess would catch common GO style and correctness. but it may not be catching all the issues in...
@hzxuzhonghu encountered these 6 issues
but, since golangci-lint only lints that file, without pulling in the rest of the package for type checking, the undefined issues arise also, the import errors are OS specific. so,...
I can try. please assign
Hi @DavidKorczynski @oliverchang , just wanted to kindly follow up on this PR. All checks have passed and it completes the OpenPrinting integration work (ipp-usb). along with this, the other...