Andrés

Results 168 comments of Andrés

Hmmm, rm and mkdir work perfectly fine in MSYS2 which is the most popular mingw environment nowadays. On Mon, Feb 27, 2017, 11:19 AM Peter Badida wrote: > There's a...

Hmmm I don't see you doing any sort of detection... you're just changing the commands if it's windows.

Well, under msys2 and I guess cygwin... you have a full posix subsystem and as far as I can see this will break the makefiles for such environments. ``` Andres@PC-ANDRES1...

I do something like this: ``` ifeq ($(platform),) platform = unix ifeq ($(shell uname -a),) platform = win else ifneq ($(findstring Darwin,$(shell uname -a)),) platform = osx else ifneq ($(findstring...

I think C:\ProgramData\NVIDIA Corporation

So I guess for the time being I should just disable the desktop profile?

You mean while streaming? or just from steam?

perhaps disable steam input for the game and try to find an OS level driver for the DS5

you can create an additional DB easily by using psql ``` psql -h localhost -U unicorn_user ``` then in that prompt you can just type ``` create database calenso_saml ```...