prj
prj
+1 to this. In addition due to all the languages, the app pulls a ton of culture files into my publish dir, which bloats the application size. I guess I...
For me it gets lost even without any stacking. I have a value coming from node-red with unit EUR/MWh, and then randomly the EUR/MWh unit is lost. Then to restore...
intercept::sqf::nearest_objects is lacking "2Dmode" parameter, which was introduced in v1.65 https://community.bistudio.com/wiki/nearestObjects
So it's out of date... I made my own simple example and it compiled fine. Also how to create the .pbo is a total mess. Things are used interchangeably, steps...
Read through the guide that details creating the pbo and packing it. Try to follow the instructions. You can not, because it refers to @folder and folder interchangeably and there...
I got this working, so here is how I would write the guide for the client add-on: 1. Create a new folder anywhere with any name, let's call it "Example"...
Your elitist tantrum is not welcome. Without looking at the intercept source code, it is not immediately clear what is and what is not important for intercept. Thus, if there...
For me the thing throws OutOfBoundsExceptions when I even try to construct something that has any special characters in it. And all my sources are in ISO-8859-1. So it seems...
I managed to work around the issue by mounting /etc/opendkim as a volume, and then adding: RequireSafekeys False I still get the unsafe error, but at least e-mail sending works....
Because the tool bundles ZipExtractor.exe as a resource in AutoUpdater.NET.dll You need to re-build the DLL and inject your ZipExtractor.exe into it.