Jeroen Peperkamp
Jeroen Peperkamp
Title says it all, the FrogClient assumes the Frog server responds with a column format. When the server is running with -X, the output from FrogClient.process is [].
It seems sets were originally hosted at ILK (ilk.uvt.nl), but that server now redirects to this repository: http://ilk.uvt.nl/folia/sets/ --> https://raw.githubusercontent.com/proycon/folia/master/setdefinitions/. However, the coref set (http://ilk.uvt.nl/folia/sets/coref) that is referred to in...
## Description of the issue Translation is broken again because of continued usage of f-strings in at least one call to `frappe._`. This has been an issue in the past...
Right now, the XML tree is discarded unless `mode=XPATH` was a keyword argument. If the `xpath` function is called on a document not in this mode, it fails with `AttributeError:...
closes #23247 Simple fix: just use `order_by` on the `frappe.get_all` calls that retrieve the customizations to be exported. They will now be in a fixed order, making it much easier...
Current behavior is that as long as a user is logged in, they can download any file including those marked private. Crucially, this includes files explicitly attached to Attach fields...