Jay Phelps

Results 127 comments of Jay Phelps

You absolutely can transparently use pthreads or std::thread in C++ using emscripten. πŸŽ‰ It’s possible because how it is implemented is separate from wasm itself, so emscripten abstracts the fact...

Lurking and wanted to chime in that I've been experimenting with "record as multi-value return or params" in a bespoke language and discovered the current limits set by Chrome, [currently...

As a bystander who follows these threads I wanted to share some feedback that this aggressiveness is quite off-putting.

@pixelastic seems really awesome, though how is it (or will be) subsidized/monetized?

I'm working on a solution that uses tsc to extract the type signatures from the code itself along with any associated doc comments. It hasn't been as easy as I...

@manekinekko I think we'd use anything that works well for our use case; all of the off the shelf stuff we've looked at so far wasn't flexible enough. The biggest...

More cruising led me to find that Netifi's JS lib adds toObservable interop: https://github.com/netifi/netifi-js-client/blob/3ec310824f643d61a8a6386458ff95524f3373a8/src/rx/FlowableAdapter.js#L35-L47

~~Sounds like rather than onBlur bubbling we'd want `focusout` support via onFocusOut since browsers don't bubble native `blur` events and doing so in React could cause bugs by breaking those...

Hey πŸ‘‹ Wanted to chime in with a use case in case you're looking for one to drive this. In CloudFlare we have a need for the ability to suspend...

@sejoker can you clarify: the async support was only for Cloudflare Workers, not for this library, is that correct? I recall hearing that in the end it was implemented using...