Yves Goergen
Yves Goergen
Just for information and maybe a reference implementation, I have now published my MessagePack codec for JavaScript: https://github.com/ygoe/msgpack.js
That would be very helpful. The existing code doesn't work for me, the M-Bus device never responds. I'm not sure this library does anything at all, I can't verify it....
I understand the work of managing all this. And unfortunately I'm far from able to provide any of this. My only previous experience was with a wlan driver of a...
IIRC, Inno Setup solved it like this long ago: Before the process elevates, it keeps the unelevated process for later. When the elevated installer process is done, it tells the...
If the installer system doesn't support this, then it may be an option to install the application entirely in the user directory (%LocalAppData% instead of %ProgramFiles%). That would remove the...
Yes, it also suggested me to upgrade pip which I did afterwards. Python is installed in C:\Program Files for me. I added that user profile directory to my user %PATH%...
Oh yes, I have already started working on it some time ago but priority has gotten a bit low since then. I need this library ported to .NET Standard 2.0...
You're right to assume that using that "accept" option in TxEditor should not have any effect on programs using the dictionary file. And it's indeed probably because now a key...
I've started working on this but got stuck with the AsyncPackage thing, again. VS SDK really sucks. I've asked for help in the repo where they explain the "simplest way"...
@learn-more Interesting. Does it also load the solution-provided icon from the file? And can it handle VS 2022? (Now that VS 2019 shows a warning that it's no longer supported...