Joe
Joe
🧡🦀🧡
That is a really good point. It seems to come from this line: https://github.com/rehooks/local-storage/blob/db301e64d3db82f75775bdb477ca42feb5e3e49b/src/local-storage-events.ts#L67 I don't remember why this was done truthfully, but if we just did `JSON.stringify` on all...
That's fair! Didn't know I could do that. I misunderstood the section in [this page](https://docs.helix-editor.com/remapping.html) where it says `# At most one section each of 'keys.normal', 'keys.insert' and 'keys.select'`. I...
I've taken a different approach to resolving this. Instead of using the precompiled binaries from johnvansickle.com, I've moved to using the [official Ubuntu apt package](https://ffmpeg.org/download.html). This can be done by:...
I believe there are some methods that are now exposed that weren't before. I prefixed some with _, however I could just remove them entirely from the class. All existing...
I see. I suppose my expectations for why I felt it was a bug is because with the inserted preview gone, the cursor now remains at the initial spot: And...