Naser Aleisa
Naser Aleisa
@Brisklemonade This repo seems abandoned. However, another developer has forked this repo and added typescript support. Look here: https://github.com/ryanyang52/vscode-svelte-snippets
There's new community package that addresses typesafety between endpoints and routes in sveltekit. I felt like it could be relevant to this discussion or atleast the folks following this thread....
Hi @yoavbls. Do you have any thoughts or advice on how a neovim plugin should be structured? I briefly experimented trying to create one a few months back, but wasn't...
> Adding "chartjs-adapter-date-fns" to [ssr.noExternal](https://vitejs.dev/config/ssr-options.html#ssr-noexternal) makes it go away. I previously had to mark "chart.js" as noExternal due to https://github.com/chartjs/Chart.js/issues/9436 - perhaps there is a similar root cause? When using...
This issue was happening to me as well, even though I don't use tmux. While using kitty to preview images, ranger would freeze after opening any image file. This PR...
Whatever is set by kitty by default, I haven't changed it. ``` $ echo $TERM xterm-kitty ```
@Ethsan I think I was affected by this bug: https://github.com/ranger/ranger/issues/1603#issuecomment-1538288679. Originally, I was on [latest stable release](https://github.com/ranger/ranger/tree/v1.9.3). I only got the fix for my freezing issue when I patched ranger...
Yeah same issue happens in a [worktree](https://git-scm.com/docs/git-worktree). ``` $ vercel ls Vercel CLI 32.5.5 Error: ENOTDIR: not a directory, lstat '/home/nbe/projects/worktrees/feat1/.git/config' ```
For best results, you should use _either_ prettier _or_ eslint stylistic rules (`style/*`), not both. For even better results, don't use prettier at all and configure your indent rules like...
> this whole linting and styling business with all it's plethora of config/plugin packages, is at times more complicated than programming itself. This is exactly why I'm using this project...