πΊπΆπ₯
πΊπΆπ₯
ctrl-c prevents autocommands from firing. you can override that behavior with inoremap <C-c> <Esc>
i'll look into if there's anything that can be done upstream sometime next year
I think this should be in the readmeβI tried the plugin a while back and noticed this issue, and decided not to use it for the time being. Was just now coming back around to trying it again.
Oh thanks! I'll do this. I had no idea.
Yup
This often will disappear when I go back into insert mode, but I have had some cases where it just doesn'tβif I type into the buffer, I'm basically typing "behind" leftover ghost text, and I'm unable to see what I'm typing.
Here's one: I delete the line on which a completion sits, and the completion remains on the following line afterwards, obscuring the actual buffer contents.
I think the root of the problem, in the first video here, is that ghost text remains after I leave insert mode. This seems to leave open the door for bugs to occur. It appears that Copilot doesn't clear the ghost text until I re-enter insert mode, but I have often seen it not get cleared.
Update: This was already fixed in the latest release! I just needed to recompile and install.
Great; done! Thank you. Loving the new faces and the compiler, btw
Two iTerm2 windows with identical text. The first has font-rendering bugs visible.
@us.graphics I tried emailing inquiry@ but got an automated "recipient address rejected: access denied" message, so I'll bug you hereβsorry!
I've noticed this ligature issue across TX-02 weights 200, 350, 500, 600, and 800. The two terminal windows attached to this message have the same contents.
Ok cool, Iβll see if I can reproduce with a minimal config, and go from there.
I donβt think itβs a redraw issue, but my understanding of this stuff is pretty shallow. Theyβll leave multiple lines of ghost text that actually push the numbered line content down.
Iβll check those plugins out, though my use of AI for work is mostly limited to completion to save me keystrokes.
Is there a way to make Copilot in Neovim good? Both of the popular plugins are just leaving ghost text *everywhere* for me.
Tons of movies with the in-laws:
- The Inheritance (goofy, bad)
- Escape from Alcatraz (holiday TV classic)
- Juror #2 (weird acting, awkward editing, interesting)
- Twisters (βTwister, but YouTubeβ)
- Carry-On (low expectations, fun)
- Olympus Has Fallen (^)
- Nosferatu (liked, lacked Popol Vuh)
βNosferatuβ was more or less what I wanted. Not so much a horror movie, but more of a woe-steeped gothic drama. I think of Eggersβ movies, Iβd place it right above βThe Northmanβ, which is at the bottom for me (and I still really liked that one).
Juror #2?
Typical HN commenter: βThe ghostty home page didnβt say exactly what it was up front so I assumed it meant βgood horses only sir today thank youβ which isnβt useful to me a Linux user and I clicked awayβ
Rewriting my personal httpie replacement from Go to Rust and I deeply appreciate the parser combinator crate βnomβ for using terms like βmany0β instead of making me remember what βKleeneβ means.
```mermaid sequenceDiagram autoNumber participant U as UI participant A as Automerge participant S as Storage participant P as PGlite participant Q as Query U ->> A: Change handle A ->> S: Emit change event Note right of A: Start here on remote changes S ->> P: Write to cache S ->> Q: Invalidate query Q ->> U: Trigger re-query U ->>+ S: Read S ->> P: Read cache Note right of S: Typically, we read cache first. Queries are<br />keyed on cache primary keys, so we read<br />Automerge IDs from cache. S ->> A: Read handle, doc S -->>- U: Result ```
Using @pglite.dev as a cache for Automerge and everything works surprisingly well; all in the browser. Eventually hope to use it for things like client-side full-text search over Automerge docs.
Iβm sure theyβll fine tune on diastemas in the next version; not to worry.
Apple Intelligence simply cannot render anything close to my face and Iβm proud of that. Especially smiling; it completely ignores my diastema.
How do you find Tana? Does it still not operate when not online? This is the main thing that gives me pause (currently a heavy Obsidian user for a long time).
I also do not understand the decision to not allow collections to exist outside of documents. They lose so much usefulness that way.
I tried Craft for a few days and again am back at Obsidian. I thought the native app would keep me there, especially on mobile where Obsidian is a bit of a mess, but surprisingly I found Craft janky, too.
Yeah I found that, too. I just use the paid sync service now.
Yes, thatβs true. Itβs a spectrum, I guess. Enough modifications to standard Markdown syntax may lead to a lack of interoperability, as well.
Yeah, the desktop UI is pretty janky, and the mobile UI is extremely janky. Thereβs really nothing that checks all of the boxes. I dream of building that myself haha
@stephango.com What are your thoughts on accessibility of file formats? Markdown files are file-over-app and are incredibly accessible. SQLite files could also be file-over-app, but are less accessible.
Screenshot of nested tags in Obsidian, representing "foo/bar/baz".
Oh alsoβnote that Obsidian does support nesting tags like Bear. They just have to have no whitespace in them.