Rubin Simons

Results 117 comments of Rubin Simons

I'm running into this issue also (Windows 10 release 2004, Ruby 2.7.1, x64). I tried installing all three packages (`mingw-w64-x86_64-pcre`, `mingw-w64-x86_64-crt-git` and `msys2-w32api-runtime`) mentioned above, to no avail. See output...

Yes, latest version, all packages updated. I'm also trying to just install the `mingw-w64-x86_64-crt-git` package, and I verified I have a `libws2_32.a` in `/mingw64/x86_64-w64-mingw32/lib`. I'm doing: ``` ridk exec pacman...

I was able to install rugged by making it use the libgit2 library provided by mingw64 (you need to upgrade packages first due to libgit needing to be at least...

> It seems that something breaks when building libgit2 with CMake 3.17 or newer in a msys2 environment. > Downgrading CMake to 3.16.8 makes rugged able to build libgit2 and...

I've moved my .emacs and .emacs.d aside and came up with a minimal-ish .emacs. This depends on no other packages but whatever comes as default with Emacs 26.1 and the...

I was just about to make a bug report, I'm running into the same issue. It looks like `` stuff is completely ignored; this should be a high priority issue...

Note that the above seems to be specific to PostgreSQL; I've succesfully configured both Apache ActiveMQ Artemis and RabbitMQ with the exact-same setup. Might this have to do with the...

I managed indeed to work around this by not using pg_ctl to start the server, but `postgres` directly. So instead of `pg_ctl -D blah start`, you can do `postgres -D...

Thanks for the pointers, here goes: * Resizing, either by dragging or +/- does not change anything, window stays black * Exporting to PNG works: the resulting image displays normally...

These systems use cairo 1.18.0 currently. I do know that these systems all had lstopo working normally before.