Amazing Marvin

Results 14 comments of Amazing Marvin

@mzalevski Since yarn.lock is auto-generated and changes can be easily overwritten, you might want to add to resolutions in your package.json ```javascript ... "resolutions": { "prosemirror-transform": "1.2.5" }, ```

@tommoor 1.2.5 gets correctly installed, but some of the other packages are requesting other versions of it. prosemirror-commands, prosemirror-history, prosemirror-inputrules, etc. ask for ^1.0.0, prosemirror-dropcursor asks for ^1.1.0, prosemirror-tables asks...

@cweagans This is possible but it's a bit of a pain since you either need to create an index or pull all the tasks. I will add an /api/doneItems endpoint...