LinkinStars
LinkinStars
> Ah, @LinkinStars! Default value for LOG_PATH is missing. Behavior when it's not configured @surapuramakhil So by default, there won't be any log files unless the user configures the `LOG_PATH`.
@surapuramakhil Thanks for the feedback. Anyway, the deleted content should not be visible to users. @zahash Thanks for the contribution, PR has been merged
> oh didn't realize this issue is still open. sure i will add the two test cases. @zahash Don't worry, your code has been merged in `dev`. If you want...
> @LinkinStars @surapuramakhil @fenbox can this issue be closed now that all the PRs have been merged? #872 #871 @zahash We usually close the issue after releasing a new version.
> Hi @LinkinStars , below is my thought in database design. Pls let me know if any comment or suggestion. thx! > > About the backend logic, I saw there's...
By default, the search returns results that contain both questions and answers. > UI for each item is same There is a Q icon before the question and an A...
@surapuramakhil Normally the default English language files are compiled into the front-end code, while the other language files are read through the API. So, if you modify a source file(en),...
We need more detail about the `TVD_PH_BODY_META_ALL` rule. We found no information about this part of the rules. We compared the official email format from Google and found no meta...
@aaro-n First of all, `AUTO_INSTALL` is **only used for the first installation**. After the installation is complete, you should not set this environment variable to true anymore. About `If there...
Great. In addition to adding options. When sending emails, only SSL cases have been handled now, and TLS cases need to be addressed. https://github.com/apache/incubator-answer/blob/3a375881b845a529e89dab31da48c822b524d261/internal/service/export/email_service.go#L135-L137