tomika

Results 5 issues of tomika

Following code : const message = new EmailMessage(service); message.Subject = "Subject"; message.Body = new MessageBody(BodyType.Text, "Hello"); message.ToRecipients.Add("[email protected]"); message.SendAndSaveCopy(); results e-mail with empty body. The reason is: the program doesn't escapes...

Code Improvement

I tried to follow instructions but when I try to build my typescipt project I get an error: > ...node_modules/color-calendar/dist/index.d.ts(1,141): Error TS2307: Cannot find module './types.d' or its corresponding type...

Hi, Since Number.EPSILON is undefined in Internet Explorer all solution value is NaN. Best Regards, Tom

The resolution of the replaced face is way below the original image and upscale parameter do not help at all. On some images there is a clearly visible line at...

Hi, First of all thanks for sharing your work. Secondly I wanted to create mono output for mono input file, but (since this is the first time I use python)...