Anson Goldade

Results 7 comments of Anson Goldade

@TDola Thanks for the help and guidance!

Appreciate the clarifications. I was debugging an issue creating symlinks on Windows, which didn't do anything to reduce the confusion. I could have hopped over to the Mac and created...

Is there a way to do forward chaining asynchronously?

Hello Jeff, I am working with Lokesh on a project that is using this plugin. I have a proposed fix to the issue that I've verified on both platforms. I...

Not sure if this is the appropriate place for this, but we are using HandleBars.Net in a 3.1 ASP.Net Core server and just ran into an error message when calling...

I'd like to know how to do this as well. My scenario is logging information returned from JSON linting. I want a few characters before and after the location of...

I was able to resolve this issue by using the static `HashData` method rather than calling `ComputeHash` on an instance. The static methods are guaranteed to be thread safe. ```c#...