Benjamin Earle

Results 4 issues of Benjamin Earle

Hi! I was looking at the progress monitor, which the paper shows it's calculation as: ![paper_equation](http://www.sciweavers.org/tex2img.php?eq=h_t%5E%7Bpm%7D%3D%5Csigma%28W_h%28%5Bh_%7Bt-1%7D%2C%5Chat%7Bv%7D_t%5D%29%5Cotimes%20tanh%28c_t%29%29&bc=White&fc=Black&im=jpg&fs=12&ff=arev&edit=0) But this line in the code shows a slightly different equation (one closing parenthesis...

### What’s the bug you are facing? I implemented the editor with the Mention extension. I added pasteRules as so: ```js Mention.extend({ addPasteRules() { return [ nodePasteRule({ find: //, type:...

bug

**Describe the bug** When dumping a model with links, the corresponding DBRef dicts don't keep extra attributes. **To Reproduce** ```python class User(Document): email: str class ToDo(Document): user: Link[User] async def...

feature request

This pull request aims to address https://github.com/mher/flower/issues/1407 and https://github.com/mher/flower/issues/1321. # Motivation To prevent accidental disruptions in production environments, this PR adds a Read-Only mode. Currently, access to the dashboard implies...