Pete Walsh

Results 285 comments of Pete Walsh

I'm not sure. I mean, I _thought_ we did have pretty good test coverage there, but I know for a fact that's one of the most brittle pieces of code...

I guess I would start by looking very closely at the exact tokens that are being used for each word by the `PretrainedTransformerMismatchedEmbedder`. Maybe pick out a couple test instances...

No rush, I thought adding the "question" label would stop @github-actions bot from closing this, but I guess not.

Hey @mdSlash, `:ObsidianRename` allows you to move a note to new folder in the same workspace. But currently we don't have a command to move notes between workspaces.

@mdSlash ah I see. That would be nice to have.

Hey @LeStahL I'd be happy to review a PR for this

@tnthi115 we could certainly support that. In the meantime you can always pass a path (absolute or relative to the current working directory), e.g. `:ObsidianPasteImg vault/folder/attachments/img.png`.

Hey @ewoolsey I'm a bit nervous about messing with the CWD personally, as that might mess up other plugins, but once #451 merges you could accomplish this with the `post_set_workspace`...

Hey @anandkumar89, can you pull the latest commit and run `:ObsidianDebug` when you see the duplicates? Let me know what the output is. I'm guessing obsidian.nvim's cmp sources are getting...

Thanks @anandkumar89, the sources are only registered once, so I'm at a loss here. Could you post your `nvim-cmp` config as well?