Sergio Pedri

Results 266 comments of Sergio Pedri

Since this was really bugging me, I made some more tests, and it looks like at least on my Ryzen 2700X, and using one of the sample scripts from my...

@aalok05 Since that's basically a chunk of source code anyways, can't you just use the same API we're already using to get the syntax highlight HTML to display when opening...

Yeah I was very surprised to see just how much slower ImageSharp was at JPEG encoding/decoding 😥 I was expecting it to be somewhat on par, but especially the encoding...

Whoops, I think this is my fault 😅 See https://github.com/SixLabors/ImageSharp/pull/1122.

@JimBobSquarePants The sensible answer is: not really, no. The `unmanaged` constraint is by-design viral just like `async` is, so you can't just "opt-in" into considering an arbitrary type argument as...

Hi @manodasanW, thank you for taking a look, really glad to hear this is something that could be interesting to have! 🎉 I wasn't aware this type was just a...

Publishing this PR as the issue raised by @jkotas has been resolved, and there doesn't seem to be other outstanding ones. Chatted with @jkoritzinsky on Discord and he said it...

@mqudsi Thank you! 😊 For the record, we've been using this implementation in the Microsoft Store for months already (just slightly different, as the Store uses UWP and .NET Native,...

@dpaulino Dude I don't have an Xbox ughhhhhhh 🤣

@dpaulino This looks like something I could help you with 😄 Would be pretty easy to add this (and other codegens) with that mustache approach I told you about.