GitMurf

Results 359 comments of GitMurf

@dmmulroy fyi I just started using your awesome plugin and I ran into similar issues. I also use `pnpm` as someone above mentioned but I don't think that should be...

> @GitMurf thanks for the details! Pnpm and workspaces have been a thorn in my side for this plugin haha. Is there any chance you could create a small repo...

@davvid I have ran into some weird issues with cwd, folds etc. when using mkview, etc. Depending on your global settings, more stuff than you want could be saved unfavorably...

Same with me. Another weird thing that I cannot figure out for the life of me @jtmueller is that when I have the `vite-plugin-solid` plugin enabled in my vite config,...

> @GitMurf I was seeing the deprecation warning twice, but at least after applying the above workaround, the actual tests don't seem to run more than once. > When I...

This can now be closed with 🎉 https://github.com/Automattic/node-canvas/pull/2235

@nothingislost I think I have gotten to the bottom of the cause of the errors and pinpointed it in the code. I don't quite know how to best fix it...

Specifically it is being caused by this (parent property Null when "views" aren't cleaned up): https://github.com/nothingislost/obsidian-query-control/blob/93add4bb67e0b189fa2914ee25c9025018f52c81/src/search-renderer.ts#L54-L56

Here I logged it showing when the issue occurs the `parent` property on `this.match` is missing. ![image](https://user-images.githubusercontent.com/64155612/184952876-438a391f-53e6-4567-8eaa-f4d4995cc4e0.png)