Antonio Nuno Monteiro
Antonio Nuno Monteiro
This is not pressing for 3.8 anymore. I still plan to work on it since it's a useful feature to have, but at least that gives us time to get...
Good idea. I'll work on that.
I think this implemented chaining of actions but Rudi's idea was to have a more specific `(ppx ..)` action for chaining PPXes with other actions. I don't think it was...
I've read the CONTRIBUTING document, but it's unclear to me whether this deserves a changelog entry. Please advise.
I believe you're correct, and we should be calling `Client.shutdown`. Thanks for the catch.
Hey @reynir, you should pin the packages in https://github.com/anmonteiro/httpaf to get upgrade support and compile the examples successfully. As for opam: I don't use it, so I'll defer to your...
This should be fixed now that httpun has been released to opam and h2 depends on `httpun-types`.
doesn't stack overflow anymore, but might be because I'm testing on 5.x which has unlimited stack size
current master formats your example as: ```reason let editor = Tiptap.Editor.use( ~provider, ~document=ydoc, ~renderCursor=CollaborationCursor.renderCursor, ~user=initialUser, ~onCreate=({editor}: Tiptap.createProps) => { onCreateEditor(editor) }); ```