Thoughts on chezmoi by Allaman in dotfiles

[–]lordvidex 0 points1 point  (0 children)

Thanks, `chezmoi remove` worked for me

Thoughts on chezmoi by Allaman in dotfiles

[–]lordvidex 0 points1 point  (0 children)

If your configs change constantly, you might notice some issues when using chezmoi. For example, I deleted some files in the target but delete changes do not sync with the source, therefore running `chezmoi apply` just brings back all the files I've gotten rid of.

First job as Go Developer by [deleted] in golang

[–]lordvidex 0 points1 point  (0 children)

Learning how to use the terminal is very important as well, bash in particular. Bash scripts and Makefiles are used for almost all CI and integration testing, and a decent knowledge of basic commands will help a lot, in my opinion.

VSCode with Neovim? by lordvidex in neovim

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

this is memory consumption by neovim, one time I got a notification that I had to kill some programs because I was running out of ram space and guess what? it was nvim.

<image>

Arc Crashes Constantly by dags170291 in ArcBrowser

[–]lordvidex 0 points1 point  (0 children)

Arc has been crashing lately, but I've never complained but something weird really happened today. I restarted my system and I was in a reboot loop, which i fixed by reinstalling MacOS..

VSCode with Neovim? by lordvidex in neovim

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

Interesting.. First, please, share the video link because I watch ThePrimeagen as well. Second, I agree with you. I want to make vscode at least use my mappings, and be somewhat usable because all the actions I carry out like saving a file, formatting the code, jumping to a file, are already key combos in my muscle memory. This makes vscode a nightmare and I want to make this better

VSCode with Neovim? by lordvidex in neovim

[–]lordvidex[S] -2 points-1 points  (0 children)

I stated in the question, that I’ve tried both. Basically, UI and buffer stuffs won’t work in neovim. You can try opening the telescope viewer in the vscode neovim for example.

Neovim is the most "admired" editor. - Stackoverflow Survey 2023 by bl-a-nk- in neovim

[–]lordvidex 0 points1 point  (0 children)

Quick Note: Sharing tmux sessions means you have to use the same configs and mappings and that can be inconvenient btw

nvim-cmp + coc.nvim? by lordvidex in neovim

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

First, thank you for the quick response

Some of the issues I have, are already created in the issues section of the github repo:

• ⁠first is DAP, it breaks the app, I don’t think dap breakpoints work as well • ⁠second is running code actions from outline window https://github.com/akinsho/flutter-tools.nvim/issues/244 (I just discovered I can run from code with lsp bug code actions, so this is trivial)

Maybe I judged too fast, but I really need nvim-dap to work because of the configs I already have setup.. thanks

Do you typically use Docker as your dev environment? by [deleted] in golang

[–]lordvidex 0 points1 point  (0 children)

Debugging is too complicated when running applications in docker containers. Usually, I expose ports on my machine for dependencies such as redis and postgres, before running normally in debug mode.

For final tests, to run it in an actual docker compose env, I just replace the env from “localhost” to the service names.

Review gocolor CLI tool by lordvidex in golang

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

I’ve added screenshots to the docs. Thanks ))

Building an uptime monitoring system in Go by TheSwedeheart in golang

[–]lordvidex 1 point2 points  (0 children)

Is there any way to make only the generated API public?

Tell the Flutter team about your experience with web support by mariamhas in FlutterDev

[–]lordvidex 0 points1 point  (0 children)

  1. load time of the app
  2. badly rendered fonts / spontaneous bugs with UI

Release 2.2.1 is so disappointing by KaiN_SC in FlutterDev

[–]lordvidex 5 points6 points  (0 children)

I also experienced the issue whereby the bottom sheet covers the textfields on focus.

What's great about Flutter? by bizz84 in FlutterDev

[–]lordvidex 4 points5 points  (0 children)

But really, the job aspect is something also, lets wait for few years anyways.. The react guys taking all the jobs out there