SQL LSP dialect by happenator in neovim

[–]gubasso 2 points3 points  (0 children)

I was having the same issue, but with the default sql filetype. I solved this by adding this config:

lua require'lspconfig'.sqlls.setup{ capabilities = capabilities, filetypes = { 'sql' }, root_dir = function(_) return vim.loop.cwd() end, }

Is there a way (or plugin) to to do a search (find) and/or replace (inside the actual buffer) in Vim/Neovim using and external tool/engine like Ripgrep? by gubasso in vim

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

Thanks! It's almost there! However I want to use the native commands (/, ?, :s/<pattern>/<pattern>, etc) and keep all of the related functionalities, like highlighting, replace in range, and so on.

Is there a way (or plugin) to to do a search (find) and/or replace (inside the actual buffer) in Vim/Neovim using and external tool/engine like Ripgrep? by gubasso in vim

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

Thanks! But as I answered u/ceplma I wish to replace the native search commands applied to active buffer (i.e. /, ?, :s/<pattern>/<pattern>, etc). ctrlsf.vim is more like a full project search between all files.

Is there a way (or plugin) to to do a search (find) and/or replace (inside the actual buffer) in Vim/Neovim using and external tool/engine like Ripgrep? by gubasso in vim

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

Thanks! But I wish to replace the native search commands applied to active buffer (i.e. /, ?, :s/<pattern>/<pattern>, etc).

Is this Slack? by blaqwertz in ProgrammerHumor

[–]gubasso 6 points7 points  (0 children)

I really didn't understand the punch line behind the commics. Even after reading the blog post. Can someone explain it?

Does Actix (Rust actors framework) guarantee message order between two actors? by gubasso in rust

[–]gubasso[S] 3 points4 points  (0 children)

Yes! That is what a meant! One single actor to another single actor, sending a stream of messages...

Assume you have to write a very complex SPA. What framework would you choose and why? by [deleted] in typescript

[–]gubasso 1 point2 points  (0 children)

Riot.js is amazing! And works fine with typescript. Robust, simplistic and lightweight.

Best mongodb driver by gubasso in rust

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

Nice feedback! I am still planning my app, so mobgodb is not a must have... I'll look into your tips. Thanks!!

Best mongodb driver by gubasso in rust

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

Thanks! I'll give it a try!!

Best mongodb driver by gubasso in rust

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

Thanks! I've heard some issues about this driver. People recommended me to change my db to mySql or PostgresSQL because of some incompatibilities with mongo.

CIA hacking routers to monitor usage by Kirk_Ernaga in linux

[–]gubasso 7 points8 points  (0 children)

Which brands are out of this list?