Corentin Forler

Results 43 issues of Corentin Forler

# Why? I noticed recently that e-mail sending via Gmail's SMTP relay failed. This happened twice: * To use the SMTP relay, you provide a specific IP to be whitelisted....

add-test-cases

re: https://github.com/frappe/frappe/pull/27818 https://github.com/frappe/frappe/pull/27817 https://github.com/frappe/erpnext/pull/40621

add-test-cases

```js $(window).resize(throttle(() => { window.cur_list?.set_result_height?.(); }, 250)); ``` --- https://github.com/frappe/frappe/blob/98c0f8d4f749eabe32da4167bbab3d26143ab6a3/frappe/public/js/frappe/list/base_list.js#L533