Markus Lobedann

Results 33 comments of Markus Lobedann

Alright, I investigated the usage of the deleted functions in all frappe apps: * `def upload()` * 0 usage * `def get_file_doc` * only used by `upload` in app `frappe`...

Comment to prevent this issue from beeing closed.

We have some massive problems with this too, but not in regards to quotas but business processes: - every user expects that every recipient in TO and CC can see...

@s-aga-r ok, I now understand why frappe has to send separate emails We were actually able to solve our specific problem with adding this to `frappe.sendmail`: ```py expose_recipients="header", ``` Which...

This issue here is similar to mine but only concerned about the kill button, and not closing VSCode. https://github.com/microsoft/vscode/issues/160740

Great, I am really glad that it reached the backlog! If I may make a recommendation: * I think the current way should stay as the default way to always...

I am really sorry to hear about the revert and the proposed alternative solution. 🙁 This might solve the problem of closing a terminal manually (not really sure since the...

We figured out whats happening, but I don't think I can fix this myself: - in `bench/config/production_setup.py` on line 52, the supervisor.conf file gets created via the function `generate_supervisor_config` -...

TBH, I would actually never use `nvm` in a production environment and think that bench does the right thing here. For this reason, node provides *.deb packages for Ubuntu and...

I understand where you are coming from, but then you get massive problems when using multiple companies (as in my example).