カイ

Results 63 comments of カイ

I just ran into the same issue while setting up some new servers, and as above it was happening only when I was using PowerShell remoting (WinRM). `-UseAltPluginEncryption` fixed the...

I assume you saw #101? That appears to be the same issue, and the fix mentioned there worked for me.

Haha no worries, I've been trying to use it for the first time recently, with mediocre results so far. I also encountered this same problem and found both issues, thought...

I think you may need to tack on `extern "C"` to the implementation as well to prevent name mangling, i.e.: ```cpp #include "NativeFunctions.h" #include "pch.h" extern "C" int Fourteen() {...

Also related to #17229. I'm encountering this problem, and in a corporate environment with many mounts, this has made PowerShell effectively unusable as a tool. Some users randomly had my...

Hello, thanks for stopping by! First time I'm hearing of that project, and by taking a glance at the linked UDP packet structure, it does require the first 2 bytes...

Ah yes, sorry about that. I forgot to mention the release version is a bit behind at the moment for config options. Regarding performance, the biggest tip is to just...

Hi again! I guess that's not too surprising. 490 LEDs x 3 colours = 1470 bytes, add the headers and other stuff and that's right in the neighbourhood of typical...

Ah, gotcha. When you said 2D matrix, I was expecting something more similar to this: https://youtu.be/s8qWqYTpCN4?t=52

Alright, I have a first version ready for you to test. Grab the latest autobuild, and edit your PacketUDP config section to look like this: ```JSON { "Type": "PacketUDP", "Name":...