Patrick Walsh

Results 45 comments of Patrick Walsh

Same problem. On a new Macbook Pro M1, skhd doesn't recognize any of the fn-key chords, which means pretty much nothing is working for me at the moment.

Thanks @jimcornmell -- I also don't use copilot and had this problem. But I also don't use LunaVim so don't have that LvimCacheReset command. But this did remind me that...

I also just ran into this. Couldn't figure out why I couldn't scroll with j/k. Turning off smooth scrolling fixes the problem, but leaves things jerky.

`brew uninstall macvim && brew install -s macvim` did the trick. Thanks @eirnym

I'm having the same issue. Because of the note by @miedzikd, I tried moving the `.compile()` call into a `.ts` file so hoping I could call a utility function as...

I feel like sveltekit's `$page.stuff` would be a perfect place to put the frontmatter metadata to make it available elsewhere and particularly on __layout pages. From the [docs](https://kit.svelte.dev/docs/loading#output-stuff), "The combined...

Not to my knowledge, but I'm not a mdsvex expert.

Well, damn. This is what I was hoping for, but I recently stumbled on this: https://github.com/sveltejs/kit/issues/4911 Which seems to suggest that `stuff` is not long for this world. Could we...

I expect you're right about them needing to replace it with something that can serve a similar purpose if it goes away. I think context only works within a group...

I would never have guessed to try that, but I can confirm that spaces around parens as a workaround puts me back in business! Thanks!