Geoffrey Litt

Results 14 comments of Geoffrey Litt

I had the same problem. It seems to be caused by indentation at the beginning of the markdown lines. I fixed it by making all the markdown lines start further...

It seems like the key issue is using the `@rollup/plugin-node-resolve` rollup plugin which uses the node resolution strategy. I don't yet fully understand when this plugin is needed, but I...

I'm sorry, it's been so long that I don't remember what I did. I ultimately switched my extension to using esbuild and now this isn't an issue anymore. I think...

I'm trying to build a text editor with Automerge that supports inline comments referencing spans in the text. For my use case I think I could just use marker objects...

Thanks for the notes @ept! Sorry for my delayed reply as well, just returning from my own vacation :) That makes sense to try a linear search first, and the...

@ept here's an initial stab at the frontend-backend protocol changes needed to support cursor maintenance in the backend. No idea if this makes sense given my limited experience with this...

My notes from call with @ept, @pvh, @sliminality: ## Reactions to initial PR There is concern about the approach taken in #306 creating coupling between frontend and backend, given that...

this is a comment on the task

Thanks for the report! Could you try the following: - unzip the zip file - examine the unzipped directory. it should have two things in it: a `manifest.json` file and...

Gah, thanks for trying that out and sorry to hear that it's not working! I'm a bit puzzled because I've seen ~5 to 10 people manage to install successfully using...