Named User
Named User
Is this the intended order of sort_domains? Just doesn't seem to match the description: > # The nice order will group domain names by DNS zone, i.e. the top-most >...
Not Equals (!=) filter does the same thing as equals:  version 1.15.3
When the number of columns exceeds the page width and a column filter is entered, both the data and the scroll bars disappear, meaning if the filter was off the...
Currently you can only filter match using `contains` It would be useful if equals `=` did an exact match instead: - `wibble` matches by `contains 'wibble'` - `=wibble` matches by...
- [x] Can you replicate the issue on the supported bench versions? **Description** :chart_with_downwards_trend: `bench restart` gives an error **To Reproduce** :page_with_curl: Steps to reproduce the behavior: 1. Checkout latest...
https://github.com/frappe/bench/blob/cbf30b4e6a77132bb242606e1d3b3367fab4f3ee/bench/playbooks/roles/mariadb/files/mariadb_config.cnf#L14 The `max-allowed-packet` setting is 256MB in the playbook default config which is unnecessary, and is reported by [https://github.com/major/MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) as dangerous due to potentially exceeding memory limits, especially with maximum...
sudo bench setup role mariadb Fails with error because `{{ mariadb_version }}` is not set This variable doesn't appear to be set anywhere and is not available as a command...
bench: 5.6.0 ansible: [core 2.11.6] python version = 3.7.3 **Describe the bug** :chart_with_downwards_trend: Error (see below) when running `sudo bench setup production [user]` On Linux Appears to be a syntax...
Created the empty label on the destination account and it ran fine > OfflineIMAP 8.0.0 > Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)...
Have the changes suggested in this article been incorporated? Namely: - Message dates - Using `type = Gmail` as a Local for direct sync - The imaplib2 error [https://www.pyrites.org.uk/post/migrate-gmail/](https://www.pyrites.org.uk/post/migrate-gmail/)