Chad Tolkien

Results 44 comments of Chad Tolkien

Note that the exception message links to this issue....

Just going to say, I have now idea how you guys are getting load times of even 1000ms, I'm at about 2800ms. This is on a beefy machine with SSDS,...

@ChristopherHaws these are on OneDrive but they are still local. I notice that everytime this module is instantiated, it writes the files back to disk, which is also going to...

@ChristopherHaws so I ensured that OneDrive kept those files local and it got worse: Now nearly 4 seconds: `00:03.7153552 Import-Module -Name Terminal-Icons`

@ShrykeWindgrace / @ChristopherHaws You can modify the `$env:PSModulePath` to set the directories where Powershell looks for modules. I tried putting this on an entirely separate drive (of exactly the same...

:+1: on multi selection logic.

If such code is needed to stop Umbraco from throwing warnings, should this not be implemented in the Core?

Noting that we are seeing this when storing our data protection keys in blob storage, protected via keyvault (we're running in containers).

We too have used a fork SparkPost with `System.Net.MailMessage` dependencies removed (as they were not needed for us) and we didn't need to worry about mime types.

I note that in .Net Framework 4.7, SMTP client is [now flagged as obsolete](https://docs.microsoft.com/en-us/dotnet/api/System.Net.Mail.SmtpClient?view=netframework-4.7) with the suggestion being to use Mail/MimeKit. Could this add further fuel to the fire of...