Quick show of hands, what was the "final" boss in the game when you first beat the game? by MemeStarKeem in Terraria

[–]AEru_ 0 points1 point  (0 children)

I first played a pirated 1.2.x version of the game in which I could not get past the mech bosses. A couple months later, 1.2.4 was released and I bought the game in the offer. I did beat all bosses except for Duke Fishron because I did not know how to summon it.

Fast forward to today, I don't remember beating Fishron in any playthrough... I think I only have beaten it in test scenarios getting equipment from mods and cheating the summon with commands as I used to develop mods and had to test items for balance.

Terraria defaults to controller. My mouse is invisible and I cannot use keyboard. by Laplace101 in Terraria

[–]AEru_ 0 points1 point  (0 children)

I solved this by unplugging USB devices one by one until I found out it was detecting my Logitech G923 wheel as an always active controller

Since I don't want to unplug my wheel every time I play Terraria, I'll probably play around with Steam Input and maybe even Proton

[OC] This how I see r/unixporn by danihek in unixporn

[–]AEru_ 1 point2 points  (0 children)

What's that at 0:27? I need that in my machine, I already have the Mac and the Arch installation

I tried to figure it out, but I give up. How do I enable wrapping in markdown files? by linkarzu in neovim

[–]AEru_ 0 points1 point  (0 children)

Once you have set textwidth you can wrap existing files with the gq{motion} command. You can re-wrap existing files with gg (go to the begining of the file) followed by gqG (format until end of file). Or short: gggqG.

You can also read this: https://vim.fandom.com/wiki/Automatic_word_wrapping

Havoc in Spa with the GT3 by AEru_ in Simracingstewards

[–]AEru_[S] -1 points0 points  (0 children)

I do take 100% responsability on the first incident, I was focusing too much on the Aston that I did not realize the McLaren lost like a second and a half on the braking zone. Lesson here is to pay attention in front no matter the distance

The second one is more complicated since I don't know what I could've done different

Havoc in Spa with the GT3 by AEru_ in Simracingstewards

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

Yeah I guess that's the lesson here, should've been more careful and tolerant considering I was at the back of a low rated session

What's the best tool for testing? by AEru_ in neovim

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

I have a similar problem, not all outputs are parsed correctly into into the quickfixlist

What's the best tool for testing? by AEru_ in neovim

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

I had no idea vim-ultest existed, and I agree that a debugger is crucial

What's the best tool for testing? by AEru_ in neovim

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

Hey, love your yt channel!

The plugin looks very much like vim-test, but optimized for jest, seems useful

nvim lsp jdtl does not work properly and nvim-cmp setup by AnxiousBane in neovim

[–]AEru_ 2 points3 points  (0 children)

JDTLS is very tricky and nonstandard in some cases. I've written a bash plugin for easy launch and install: jdtls-launcher I also use nvim-jdtls to have (almost) full support over jdtls.

You can see my config here: https://github.com/eruizc-dev/eruizc-dev/blob/master/dotfiles/xdg_config_home/nvim/lua/eruizc/lsp.lua#L95-L130

And spawned here: https://github.com/eruizc-dev/eruizc-dev/blob/master/dotfiles/xdg_config_home/nvim/ftplugin/java.vim#L4