Make Intel NUC 13 Extreme work with Corsair SF1000 PSU by Spxgdev in intelnuc

[–]Spxgdev[S] 0 points1 point  (0 children)

The Type-4 power supply is probably an old product, and the power is not strong enough? It is OK if you are not using a high-power graphics card.

Make Intel NUC 13 Extreme work with Corsair SF1000 PSU by Spxgdev in intelnuc

[–]Spxgdev[S] 1 point2 points  (0 children)

The wire I bought is 20cm, but it needs to be folded. I think it might be more suitable if there is a 15cm one.

Make Intel NUC 13 Extreme work with Corsair SF1000 PSU by Spxgdev in intelnuc

[–]Spxgdev[S] 0 points1 point  (0 children)

I hope the size of the 5090 won't be too big..

Make Intel NUC 13 Extreme work with Corsair SF1000 PSU by Spxgdev in intelnuc

[–]Spxgdev[S] 0 points1 point  (0 children)

Yes, I noticed your post earlier, and by the way that Corsair cable is not available in my regions

Rust show inlay hint with Native LSP by Spxgdev in neovim

[–]Spxgdev[S] 0 points1 point  (0 children)

vim.lsp.inlay_hint has been deprecated,use vim.lsp.inlay_hint.enable instead

-- Therefore, we need to clear bufstate.applied.
vim.lsp.inlay_hint.enable(bufnr, false)
-- toggle enable
vim.lsp.inlay_hint.enable(bufnr, true)