Visual Studio Code Sharing developer sessions with electron and VS Live Share Are you working on an Electron app with a team? If so, then there's a good chance you've been working together and told your team members to hang on while you grab their changes and test locally.
Docker Crashplan Max Memory Via Docker on a Synology NAS TL;DR Update the /usr/local/crashplan/bin/run.conf with the maximum value you want your java heap to be allowed to use: SRV_JAVA_OPTS="-Dfile.encoding=UTF-8 -Dapp=CrashPlanService -DappBaseName=CrashPlan -Xms20m -Xmx1024m -Dsun.net.inetaddr.ttl=300 -Dnetworkaddress.cache.ttl=300 -Dsun.net.inetaddr.negative.
DNN DotNetNuke and ApiExplorer Exposing Web API endpoints from DotNetNuke is very easy to do and is extremely useful for accessing the internals of DNN. For example, if I want to get a list of all of the custom roles that are available for a particular DNN site, I can easily do so by