Wade

Results 5 comments of Wade

Quick fix that probably should be fixed differently - line Line 150 and 158 just add space: `$('.clockpicker-span-am-pm').empty().append('AM');` change to `$('.clockpicker-span-am-pm').empty().append(' AM');`

I was going to leave two areas, one being commented out for supported SQL versions. But I was trying to figure out when DROP_Existing was introduced, but it looks like...

@jlucansky this looks resolved in PR #10 Does this work as an option?

@micdenny I think I may be able to shed some light on this. I had the problem of, while I was publishing/consuming via the autosubscriber just fine by using my...

I am able to send inline an image using CID and SMTP. I did it in the following manner (found how to do it from the Unit Tests in the...