Arun Prasad
Arun Prasad
Also see https://www.dsbcproject.org.
Doing this right is quite a large task -- the way forward here to would be to continue @shreevatsa's work on ProseMirror for structured text content. @shreevatsa is there anything...
I see this as two separate issues: 1. We should store the underlying parse data with all sandhi removed, since this is the cleanest format for NLP, post-processing, etc. 2....
Agreed -- I think to do this we need a mail server, and since sending emails is slow we need an async method for that as well. The best practice...
I had thought so as well, but with this simple test script it takes almost 4 seconds to create the `Message` object, before the message is actually sent. Not sure...
I have some other things on my plate right now, but would love if you have the time and inclination to take a crack at it! ЁЯЩП
Root cause is this line in the `Message` constructor: ``` self.msgId = make_msgid() ``` which calls: ``` if domain is None: domain = socket.getfqdn() ``` which takes 5 seconds if...
Agreed 100%, and a `settings` button either linking to a new page or showing a modal is the right solution. Ideally the screen should show the impact of each setting...
@vipranarayan14 this seems like a good first issue! If you're interested, I'll help you through it.
@vipranarayan14 how is this going?