Jordan Eldredge

Results 253 comments of Jordan Eldredge

Thanks for providing the feedback! We've been thinking about this challenge internally as well. Today, every fragment or query rendered by relay render directly from the normalized store. That makes...

We have a proposed (started but not fully finished) feature called `@alias` which aims to close this gap. The idea is to give fragment spreads names in these ambiguous situations...

If there's a more sophisticated long-term plan for the docs that's even more interactive, it's probably not worth building this just as an interim solution since it will likely prove...

Came here to leave this exact comment. 👏 👏 👏

Its a fun idea, and I could imagine extending Webamp such that users could provide their own media-type specific handlers. In this way folks could use Webamp to play various...

Did you manage to find https://github.com/captbaritone/webamp/blob/master/packages/webamp/docs/usage.md ? If not, does that answer your questions? On Tue, Oct 31, 2023 at 4:53 AM rubyFeedback ***@***.***> wrote: > Hey folks, > >...

Can you share the other skin you are trying? The blue one? Can you also clarify the action you are taking to get into this state? I assume you are...

Instead of setting the default in the getter, can you apply the default to the passed in config? I think the types in the rest of Webamp assume the size...

I really don't like applying the default here. The types say this value will always have a size property. I believe everywhere within Webamp the types are checked and therefore...

Love this, thank you! Can you add these to the usage.md documentation file?