Andrew Barba

Results 52 comments of Andrew Barba

@Lukasa My 2c on delegating to WebCrypto - not every WASM environment supports it. I think its important to recognize platforms like Compute@Edge which are running wasm server side and...

I have an initial implementation here: https://github.com/apple/swift-crypto/pull/145 I've verified that this complies and runs on WASM applications.

Merged https://github.com/apple/swift-crypto/pull/145 💯

Can we please get an update on merging this? It's been months

http/2 is not supported on Heroku https://devcenter.heroku.com/articles/http-routing#http-versions-supported

@simllll Are you still using this in production? Looking at just hosting a zip and referencing from my own package. Can't believe no movement here...

I think the overall issue we are having is there is no good way to support a type like: ```typescript type Body = { age: number | null } ```...

Here's best example of how the current behavior is broken. You are claiming I made a breaking change by returning the null value when `includeOptionals: false` (which is same as...

@richard-viney All I can say is _thank you_ for mentioning buildjet. Seriously that was way too easy. Im not even going to follow this thread anymore, why wait for GH...

Thanks so much for the detailed issue. I'm looking into this today and will update you with findings. I think sendMany needs some sort of concurrency control. Right now we...