Sledge

Results 17 comments of Sledge

> > Another option is what I mentioned previously of adding to simdutf a function that counts the number of contiguous valid UTF-8 Word8s at the beginning of a ByteString....

> Sorry this is taking so long @david-sledge. Tell me if you don't want to spend more time on this and I can take over. > > 1. In `DecodeResult`,...

> Sorry this is taking so long @david-sledge. Tell me if you don't want to spend more time on this and I can take over. I'm actually rather enjoying this....

Okay, now it's ready for review.

That was it. It's building now that I made sure git was installed. Thanks, -- D Sledge

> I am surprised how overcomplicated this is on MS side. > > > The format for the Authorization header is `Authorization="[SharedKey|SharedKeyLite] :"` where: > > > > * SharedKey...

> @david-sledge You can use [`encode`](https://hackage.haskell.org/package/hip-1.5.6.0/docs/Graphics-Image-IO-Formats.html#v:encode) to convert an image to `ByteString`, which you can later use for other IO operations like transferring over the network Thanks. After looking at...