Alex Matchneer

Results 162 comments of Alex Matchneer

I see what you're saying about `context` but it still seems to require a lot of ceremony and wouldn't _feel_ like the rest of EC. I wonder if adding a...

@sukima that definitely works for now, but long term, I think this is the kind of thing that should be specified by the task, and RSVP.resolve() is a caller-centric solution;...

Playing around with the syntax a bit; the above could also be written as ```typescript class MyComponent extends Component { @tracked componentCounter = 0; static MyTaskInstance = class extends TaskInstance...

> This would remove a whole issue (implicitly linked children with no yield/ability to catch errors). @martletandco can you elaborate? I didn't understand. Also, I believe this was a typo...

> then the generator’s second argument would be the task. @happycollision you mean "would be the task _instance_" right? I don't think we'd be able to simply enable this for...

I read up a bit more on Erlang semantics: - Erlang process linkage is bidirectional; regardless of which process is parent/child, if they linked and one of them crashes/terminates, the...

@martletandco So in other words you're proposing that ``` yield this.childTask.perform(); ``` should ideally behave like: ``` yield this.childTask.unlinked().perform(); ``` (I'm using the word "unlinked" before simply because the above...

@happycollision Your explanation makes sense, but makes me think we should consider improved/simpler mental models to avoid requiring that you think through every possible cancellation corner case. In other words,...

@martletandco It's off-topic enough to save discussion for another RFC (or the Discord channel) but here are some [sketches of e-c process APIs](https://gist.github.com/machty/b4dbea35f7f34233f11b624d123c23c6) I'm not sure what the use cases...

Not sure I follow... you mean something to convert src="{{imageURL hello.jpg}}" to src="/assets/hello-98werfegerg.jpg" ?