Periapsis Technology, Inc.

Results 6 comments of Periapsis Technology, Inc.

@MylesRip Try using the file.Data.CopyToAsync(stream) first then using the CsvReader.

@kevinruder You can write the image to a temporary file location and then serve it that way... ```csharp public async Task SaveTempFile(byte[] content) { try { Directory.CreateDirectory("/tmp"); var tempFileName =...

Ineed! `™` is handled as plain-text and causes the error `™` is handled as plain-text and causes the error `\u2122` works and is rendered properly

@jovicde any updates on supporting HTTP2 or gRPC in the AGIC?

Thanks for the reply, @thinkingserious. Here's what I have: ```using Twilio; using Twilio.Exceptions; using Twilio.Rest.Api.V2010.Account; using Twilio.Rest.Lookups.V1; using Twilio.Rest.Verify.V2.Service;