Jdbye
Jdbye
> > Shame. The version I have is working just fine. Is there a need to completely remove it as long as it works? > > As built from the...
> > > Yes, and I don't think that's a right decision because it's used at the beginning of the print as a starting extruder's temperature while it waits for...
I looked at the source code for Server Manager to figure out the bits needed to install/uninstall/register/unregister. It wasn't very complicated, the main things you need are ServerRegistrationManager.InstallServer, UninstallServer, RegisterServer...
In the end I ended up with this helper class, which takes care of everything (you only need to call 2 functions in your code, InstallAndRegisterShellEx and UninstallAndUnregisterShellEx, though I've...
This was a big issue for me,and the comment about it in the documentation was not exactly helpful in figuring out to solve it. However, I did figure out an...
I tried compiling the plugin for 1.3.2 using your modification for 1.3.1 and the hosts edit to remove the need for a server mod, but it gives this error on...
Thank you for the fix. I got an internal blueretro mod about a month ago and this was one of the first games I tried, so was bummed the issue...
Made some significant performance improvements (about 20%) by removing the repeated Deserialize and Serialize calls in order to read the arguments. Instead, TransmissionResponse now simply contains a JObject pointing to...
> Logical scrolling is supported but if it is used depends on the ScrollUnit, see: https://learn.microsoft.com/de-de/dotnet/api/system.windows.controls.virtualizingpanel.scrollunit?view=windowsdesktop-8.0 It behaves like logical scrolling when page up/page down or mouse wheel are used,...
> I don't know where you got the information that extent, viewport and offset should be in logical units. The documentation clearly states: > > > A Double that represents,...