Richard Case

Results 84 issues of Richard Case

Somehow I was locked out of a server by ssh because the user and group (uid, gid) of the `/root` directory were changed to frappe (1000)

Many hard-coded references to frappe.io and Frappe Cloud

Example on the Proxy Server, a lot of the following is available as methods on the Base Server: https://github.com/frappe/press/blob/e7abe77c9699c713a9a926e2005338fc40c1390d/press/press/doctype/proxy_server/proxy_server.py#L132-L146

## Description of the issue If a document is created manually without creating or updating a naming series you will get a database error when the system tries to create...

bug

## Description of the issue The decimal value stored for the Percent field type should be the decimal it represents. The value entered is the value stored and displayed just...

bug

- Allow from and to dates to allow ToDos to work properly in calendar and kanban views - Add Title field to ToDo and assign to dialog - Change Assign...

feature-request

It appears some/all of the clover patches are not required for this kext in OC, at least on Monterey: - com.apple.driver.AppleIntelLpssI2C - excluded by default - com.apple.driver.AppleIntelLpssI2CController - excluded by...

Issue: Feature Request **Is your feature request related to a problem? Please describe.** There doesn't currently seem to be a way of importing environment variables into gunicorn and workers using...

**Framework** Audio Video Bridging (AudioVideoBridging.framework). The Audio Video Bridging framework supports Audio Video Bridging (AVB) and implements the IEEE P1722.1 draft standard. AVB enhances the quality of service and provides...

`wiki.install.after_install` tries to call `page = frappe.new_doc("Wiki Page")` It appears this is done before the doctype has been loaded on a fresh app install to a site. So this line...