Jay Phelps

Results 130 comments of Jay Phelps

Nice! I made a proof of concept implementation about a year ago using https://www.npmjs.com/package/fibers, but got stuck on life-times related stuff with wasm-bindgen. It’s probably self explanatory, but if it’s...

When I did it, I instead of changing lol-html to support Futures I took effectively the same approach as Cloudflare presumably does: at the JS -> Rust boundary I check...

Cc/ @RReverser, for observability into real world asyncify issues.

@mrbbot oh bummer I hadn't seen that, and indeed the maintainer has thrown in the towel too.

@shama Using `v0.10.29`, I get slammed with tons of ``` CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21) ``` same as [this report](https://github.com/gruntjs/grunt-contrib-watch/issues/75). I confirmed again that I am using...

@BurtHarris I'd be down with a PR to remove those decorators. I don't want to go 1.0, however. I intentionally don't want to make core-decorators appear more attractive or more...

Thanks @idpaterson for digging into this. I will give it a full review as soon as I can. 🎉

Indeed, but let's keep it open because this is still valid in general for all decorators. I haven't had time to look into why things are different.

Assuming you have a stereotypically formed class prototype, the constructor is available in decorators still at `prototype.constructor`. Some of the other decorators use this. Thoughts?

> uh, oh, it seems that the @extendDescriptor are never run... @silkentrance what do you mean?