Michael Sync
Michael Sync
I wanted to use the Liquid template but I run into this issue https://github.com/lukencode/FluentEmail/issues/294 So I am trying with Razor. I have the following code to send the email with...
I have this code. This ``` Name: {{Name }}``` works but not the for loop. What did I miss? I am sending this from .NET core console app. (Not MVC,...
Hi, Thanks for creating this awesome theme. I just downloaded and configure it in my local hugo based on your exampleSite (config). I noticed that the posts are not showing...
I have the following script. `Install-DBOScript -ScriptPath ./sql-scripts/*.sql -SqlInstance localhost -Database DbUpTest -Credential $sqlcredential -ErrorAction Stop ` I noticed that it's executing the file two files according to the error...
Hello, We are using Orchard 1.10.1. We found three different behaviors when we have the modules that have the missing dependency. let's say the module-A is depending on the module-B....
I have made some changes to your Dockerfile and the bash file so I can use it to register the self-hosted docker runner at the organization level. The problem is...
Hello, I am using NLog extension in my Azure project. (I did pull-request for app setting and latest package a couple of months back for your project.) I found it...
Hi, I am getting this error below when I do 'yarn build' ``` yarn run v1.3.2 $ react-scripts-ts build Creating an optimized production build... Warning: The 'no-use-before-declare' rule requires type...
I am getting this error when I run https://github.com/TwilioDevEd/voice-javascript-sdk-quickstart-csharp sample. I have updated the IDs. `ConnectionError: ConnectionError (53000): Raised whenever a signaling connection error occurs that is not covered by...
I am having this "Invalid Access TOken Issuer/Subject" when I run the browser call sample; Background * I am on the trial account. I have a free US number. I...