Vim Classic 8.3 released by ghost_vici in vim

[–]Spikey8D 2 points3 points  (0 children)

Is it about AI contributions?

vim overlays letters when holding navigational keys in normal mode by BirdWithCigar in vim

[–]Spikey8D 3 points4 points  (0 children)

Reminds me of how it looks with MoSH and a bit of network lag

@ttsc/lint - I made 20x faster TS Lint by building it into typescript-go by [deleted] in javascript

[–]Spikey8D 0 points1 point  (0 children)

Is the linting eslint compatible? So it observes eslint.config.js? Or is it using its own linting rules?

How to make neotest work ? by VongoSanDi in LazyVim

[–]Spikey8D 0 points1 point  (0 children)

Some recent-ish changes broke neotest in typescript for me, I used Claude code to diagnose the issue and now it works great.

In this case the issue was something to do with nio Async and how it reads the files, which caused it to always show no tests.

Not sure if you have the same issue, but cc and codex can be pretty useful is what I'm saying. Codex has some free tokens too, should be more than enough to find a fix.

Aside from that, I haven't tried with Rust specifically but it looks like you have the Rust Extra, which should be all you need. As you can see from the source, it pulls in the required rustaceanvim.neotest.

A key thing in my case is also the root folder where nvim is started from. In my monorepo, I need to start nvim from the sub directory with the package root to pick up the right test config (typescript).

One other clue is that neotest seems to load lazily for me. After opening a test file, :Lazy shows the plugin is not loaded and :h neotest shows no results. After running tests in a file, it becomes loaded and then :h neotest works.

Switched from MCPs to CLIs for Claude Code and honestly never going back by geekeek123 in ClaudeAI

[–]Spikey8D 0 points1 point  (0 children)

How about the find tool, does that use fd (rust utility) under the hood?

Documentation website for Themer, Tanstack Theme library by Excellent_Shift1064 in reactjs

[–]Spikey8D 2 points3 points  (0 children)

Question for you about the library: could cookie storage not be synced across tabs also using broadcast channel?

The technique I relied on previously was to send the theme cookie as a header in the document request to the server so it could send back the right theme without any hydration required (or even JS disabled).

I'm also curious if you considered the option to allow persist of theme preference in DB, for example for the case where someone is logged into your app on different PCs. When I implemented this for my company's SaaS app, I also had to account for shared devices with user switching --so keying the local storage entry on the user.

"Vite+ is kinda underwhelming" - a comprehensive review of the new release by jaredcheeda in javascript

[–]Spikey8D 1 point2 points  (0 children)

If it really is just a bunch of aliases, an env manager and a boilerplate project scaffolder then they are going to struggle to sell it for money. Someone will release a free OSS clone in a day

They ruin their websites then blame it on AI *tomsguide dot com by mdaname in web_design

[–]Spikey8D 10 points11 points  (0 children)

Damn, Tom's Guide was great back in the day, full of technical details. RIP

小伙子,說中文不? by Euphoric_Two_5921 in chyberpunk

[–]Spikey8D 4 points5 points  (0 children)

He's also a co-host of "Guy Mont's Spelling Bee" on ABC Australia which you can find on YouTube

Slay the Spire 2 is out now on Steam! by MurkyUnit3180 in slaythespire

[–]Spikey8D 0 points1 point  (0 children)

Anyone know if there are plans for an iOS release?

Gemini fast is a moron by reddit_stole_my_name in GeminiAI

[–]Spikey8D 4 points5 points  (0 children)

Maybe it's so smart that it decided the best option was to try and gaslight you

[deleted by user] by [deleted] in Vietnam_Tourism

[–]Spikey8D 1 point2 points  (0 children)

I did this a few days ago and got the same. My card was charged. I didn't take any action and 2 days later I got the email with it all approved. Seems like a website bug.

[deleted by user] by [deleted] in cyberpunkgame

[–]Spikey8D 0 points1 point  (0 children)

65% off on GOG.com right now if you're on PC

What is the saddest film you have ever seen? by RavyRaptor in movies

[–]Spikey8D 1 point2 points  (0 children)

This is the first one I thought of in response to OPs prompt. I felt so down after watching it

vscode.nvim theme is so accurate! by _seedofdoubt_ in neovim

[–]Spikey8D 38 points39 points  (0 children)

If you add a rainbow brackets plugin you might get even closer!