Grégory Teste
Grégory Teste
`/var/log` contains sparse file like `lastlog`, `faillog` that are indexed with the UID. When you are using an external authentication system (like FreeIPA) UIDs can be huge (145000000+), making the...
A stab at fixing "Failed to open file for writing". What seem to happen is that QFile::open is used on a non existing folder and such fails. This adds an...
When testing on a local Grist instance with a self signed certificate, it can be useful to skip the validation. A typical error with a self-signed certificate would look like...