Jethro Yu

Results 10 comments of Jethro Yu

@umairwaheed need rebase again Ping @gnprice have time to review this later? thanks!

@shotoku-stu No, currently it cannot be set to specific individuals.

@soncu The CPU loading may be due to `premailer` CSS render. Disable CSS render by remove app/views/mail_reminder_mailer/issues_reminder.html.erb:5 ``` ``` and try again. On the other hand, the email content will...

@mphilipps when render mail for each user it takes cpu to embedded css effect into mail html code, which may take few seconds to 10+ seconds for each user. If...

@lasselin currently i have no plan for 3.4, however you can list details here, then i or someone may fix those issues :star2:

@diendan1602 have you create a query first? http://www.redmine.org/projects/redmine/wiki/RedmineIssueList#Custom-queries

@lashnag do you see issues when you search the query in redmine?

@lashnag yes redmine_mail_reminder will not send mail if the query result has no issue, to prevent user received empty mail with no content. So you need to check if your...

Here is my settings, also works in submodule ``` let g:easytags_dynamic_files = 2 let gitroot = system("git rev-parse --show-superproject-working-tree --show-toplevel | head -n1 | tr -d '\\n'") autocmd BufReadPre,FileReadPre *...

Here is my settings ``` let g:easytags_dynamic_files = 2 let gitroot = system("git rev-parse --show-superproject-working-tree --show-toplevel | head -n1 | tr -d '\\n'") autocmd BufReadPre,FileReadPre * execute !empty(gitroot) ? 'setl...