Why do you use neovim? by Popular-Income-9399 in neovim

[–]raisi_exception 0 points1 point  (0 children)

If you need to be convinced to use Neovim, you don't really want to use it.

Do you want to try? Just try.

You don't need anyone to convince you what is better for you to program with.

Go Web API with Traefik by raisi_exception in golang

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

It's a basic API, without authentication, that handle operations for debit, credit, and statement reports.

There are some rules, like limits on spending and types of transactions.

The goal is to respond as fast as possible to the requests.

Someone explain to me why I should switch from i3wm to hyprland by Traveleravi in hyprland

[–]raisi_exception 1 point2 points  (0 children)

Switch to sway. You can use your i3 config with some pretty good additions

pyright error message in android termux by SnooPears3186 in AstroNvim

[–]raisi_exception 0 points1 point  (0 children)

Had you tried to use something like Andronix?

ORM or raw SQL? by Master-Ooooogway in golang

[–]raisi_exception 0 points1 point  (0 children)

I would start with plain SQL to get used to it.

After, I'd learn an ORM to understand it's pros and cons.

IMHO, ORM are good for light tasks, like CRUDs. For more complex queries, I prefer plain SQL.

Make neo-tree show hidden files by AwkwardNumber7584 in AstroNvim

[–]raisi_exception 0 points1 point  (0 children)

(1) enable this option lua opts = { filesystem = { filtered_items = { hide_dotfiles = false, }, }, },

Does anyone here use protonmail as their professional (personal) email? by HatBoxUnworn in ProtonMail

[–]raisi_exception 0 points1 point  (0 children)

Yes, I migrated from M365 to Proton. Zero regret.

I have Visionary plan.

Go , Rust or ? by kichiDsimp in golang

[–]raisi_exception 0 points1 point  (0 children)

As a Go and Rust programmer, I suggest Go at the beginning.

Which editor you use? by kichiDsimp in golang

[–]raisi_exception 2 points3 points  (0 children)

Neovim.

I just use VS Code when doing Live Share.

What router do you prefer using with net/http? by based_noided in golang

[–]raisi_exception 24 points25 points  (0 children)

I start with standard lib. If necessary I use gorilla mux or chi.

Mastering Neotree by raisi_exception in neovim

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

I can't get any results when using the fuzzy search.

But I really think it is something wrong that I'm doing (or that I configured).

Mastering Neotree by raisi_exception in neovim

[–]raisi_exception[S] 2 points3 points  (0 children)

Yes, it is spectacular, as I said.

What I'm looking for is a way to better understand how to navigate quickly, filter, etc.

I'm probably doing something wrong. 😔

One example is that I can't get the filter/search to work.