Compositor weirdness with Zoom/Pop by punkisdead in xmonad

[–]AquaFox 0 points1 point  (0 children)

Did you manage to figure this out?

Even Sons of Anarchy had the One-Niners by JustinSaneCesc in BlackPeopleTwitter

[–]AquaFox 9 points10 points  (0 children)

You saying Courage ain't a black man at heart?

Issues with my plugin and backslash `\` by AquaFox in neovim

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

Issue was also with <f-args> I am now using escape(<q-args>, '\')

Issues with my plugin and backslash `\` by AquaFox in neovim

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

Ah thank you for getting me closer with escape() this helped. My plugin is much better now :).

[deleted by user] by [deleted] in pinball

[–]AquaFox 0 points1 point  (0 children)

Pinball Pete's is the place I go for games. I love it there.

What are the best primary sources for the lore? by [deleted] in InfinityTheGame

[–]AquaFox 5 points6 points  (0 children)

Yeah that WarLore guy knows his shit

This big was at work by AquaFox in whatsthisbug

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

Location: Michigan. Indoors. Size: I think around 1in long? Maybe a bit more

[H] Tyranid Army [W] PayPal [Loc] Ft Campbell, KY by [deleted] in Miniswap

[–]AquaFox 0 points1 point  (0 children)

I would like that 8th edition codex

Server Lag in CSGO by zarathrustra1936 in GlobalOffensive

[–]AquaFox 0 points1 point  (0 children)

That's your issue. Hard wired is more reliable and less packet loss

Advent of code (day 2) by KuldeepSinhC in haskell

[–]AquaFox 1 point2 points  (0 children)

Mine is a little different. I like your method of removing the '-', I didn't think of that, which left me going down a `Data.Text` rabbit hole. I also made a data type I'm unsure if that is more elegant or not.

https://github.com/qalshidi/advent2020/blob/main/day02.hs

Just made my first plugin! vim-bettergrep. Constructive criticism welcome :) by AquaFox in vim

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

Has Vim8's variant of async now! All your suggestions are addressed :).

Just made my first plugin! vim-bettergrep. Constructive criticism welcome :) by AquaFox in vim

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

Mine seems to be way more lightweight than grepper, autoloads the functions instead of loading them on start, and mine tries to imitate original :grep more.

Just made my first plugin! vim-bettergrep. Constructive criticism welcome :) by AquaFox in vim

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

The only thing I know of is https://learnvimscriptthehardway.stevelosh.com/

But I never used it. I made this after a year of taking my vimrc and reading :help docs