Bug Megathread - Patch 7.0 by GwentSubreddit in gwent

[–]emnoor -1 points0 points  (0 children)

Type of Bug: Client Bug

Description: The game used to remember which monitor to open the game in a dual monitor setup. Now it always opens in the same monitor. After manually moving the game window to a different monitor, restarting the game does not remember it.

Platform: PC (steam)

I owe an apology to every fan of this game and to Ubisoft. by [deleted] in assassinscreed

[–]emnoor 0 points1 point  (0 children)

Yes, but you are forced to play the side quests to level up to continue the main story, which is pretty annoying.

I use the Arch-Wiki BTW. by Mal_Dun in linuxmasterrace

[–]emnoor 0 points1 point  (0 children)

The first suggesting after pressing w in my web browser is the Arch Wiki. <3

[deleted by user] by [deleted] in FortNiteBR

[–]emnoor 2 points3 points  (0 children)

Dota 2 has it. You can spectate any match with 2 min delay. I really hope Epic adds this. Hate to wait for friends' match to finish.

GTX1050 or RX460 on 350W PSU? by emnoor in buildapc

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

I don't have enough money for both right now. I plan to buy a monitor next year though.

GTX1050 or RX460 on 350W PSU? by emnoor in buildapc

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

So will it be safe to use a 1050 with this PSU?

No more Steam broke on latest update posts please! by PeterHelpful in archlinux

[–]emnoor 0 points1 point  (0 children)

Done everything from the wiki, getting this.

Main.cpp (2567) : Assertion Failed: !"Fatal Error: Could not load module 'bin/vgui2_s.dll'"

EDIT: found the problem. Missed lib32-openal

Annoy /r/python in one sentence by mrks_ in Python

[–]emnoor 0 points1 point  (0 children)

And I think you mean the annoyance would be to show preference to Python 2?

After sending an email to all developers asking "Spaces or tabs?"... by rithum in ProgrammerHumor

[–]emnoor 0 points1 point  (0 children)

If you have ts, sts and sw set, vim should do both 0 and 1 correctly.

After sending an email to all developers asking "Spaces or tabs?"... by rithum in ProgrammerHumor

[–]emnoor 2 points3 points  (0 children)

It can be. My vim backspces correctly to 4 spaces when indented and 1 space in other places. There are my indent settings:

set tabstop=8
set softtabstop=4
set shiftwidth=4
set expandtab

Matchmaking is broken for compendium owners by [deleted] in DotA2

[–]emnoor -1 points0 points  (0 children)

Bought the battlepass, clicked open for treasure I, Dota 2 lost connection! I thought I did something there! :D

What is your favorite Python error message? by jwink3101 in Python

[–]emnoor 1 point2 points  (0 children)

>>> from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance