Alon Amir
Alon Amir
Nothing helps, including writing the absolute path in `sourceRoot` or `rootDir` entries in tsconfig.
I tried playing around with these options, without success. I'm using Windows btw, seeing your paths `/home/ljp/godot/godot.x11.opt.tools.64` looks like your on a POSIX system. maybe that's why it doesn't work?
Yet another +1 for this feature request.
I've forked and added support for retrieving Notifications. See https://github.com/aabluedragon/dart_postgresql.git Works in a similar fashion to the Java PostgreSQL `getNotification()` method (where polling seems to be the way to do...
It would, but I haven't found a way to have the PostgreSQL connection just give you the received pending notifications without "asking" for it. Java also has Streams, yet the...
@solemnwarning Observing the dosbox console, it does connect successfuly! I'll do more thorough testing, and if all goes right, I'll work on integration in NukemNet (IPXWrapper+IPXBox) https://gitlab.com/aabluedragon/NukemNet/-/issues/6 Thanks!
@andkrau @solemnwarning I get the following: ``` [113747.37, thread 8080] SPInit: 00756bd8 (lpAddress = 00be39c0, dwAddressSize = 80) [113747.37, thread 8080] dpwsockx.dll:WSACreateEvent -> ws2_32.dll [113747.39, thread 8080] directplay.c: SP_GetCaps [113747.39,...
@solemnwarning Now I get this log, I think it looks ok (hopefully I'll have time to test actual gameplay soon): ``` [7433.62, thread 11124] SPInit: 00bfdf48 (lpAddress = 02bb39c0, dwAddressSize...
@solemnwarning Okay, so I was eager to try it, I ended up testing it now, and I got it working with GTA2! Just ran a 2 player game, and it...
+1 Coming from the Cordova Plugins world, I need this as well in my custom plugin, would be nice if it was supported (and with an option in plugin.xml).