-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HOLD for payment 2024-03-29] [HOLD for payment 2024-03-26] [$250] [Feature] RNW Image: Add support for http properties in source #12603
Comments
Triggered auto assignment to @puneetlath ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Current assignee @Beamanator is eligible for the External assigner, not assigning anyone new. |
Removing |
Hey guys, the linked ticket actually had a PR and it looks like it was almost merged: https://github.com/necolas/react-native-web/pull/1470/files As you can see it change a bit too much There are a few things that I'd like to do differently
Then continue with anything else that has to be implemented:
So that's the brief plan |
I added the |
📣 @kidroca You have been assigned to this job by @Beamanator! |
@kidroca thanks for the outline of your plan, sounds great to me 👍 I also don't understand why we would need to cache post requests (or if it's a good idea) so it sounds like that's something we don't need to worry about, they can implement that themselves if they want 🤷 Just to be clear, will you make a PR in the main project and in our fork? |
@puneetlath that makes sense to me 👍 It's technically a bug, but we haven't used that functionality in the past so it didn't affect us - so it's kinda 1/2 1/2 :D |
Yes, I'll do that |
@thomas-coldwell & I have been chatting a bit about this issue, @kidroca do you know if this fix would also work if we used Wondering b/c we think it would be nice to use |
@Beamanator
Actually it seems there's a flag about it: https://github.com/DylanVann/react-native-fast-image#fallback-boolean <FastImage fallback={Platform.os == 'web'} /> It would be best to have explicit support for web - I think we can easily test this theory by creating a custom App Image component with multiple exports
If that works out ok, we can leave it like that or we can push a few changes for |
Thanks @kidroca ! I triggered an adhoc build for that PR, it should be ready in an hour ish 👍 |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.54-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2024-03-26. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Looking pretty good here, no revert! What's next? We move to #9402? :excited: |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-29. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@trjExpensify do you mind helping figure out payments here so we can close this out? 😅 🙏 I'm not sure who was the previous BugZero person assigned here, but looks like we got none now :O |
Yeah, sure. Kidroca is paid separately, so nothing to do there. @aimane-chnaif is due payment for the C+ review, so I'll send an offer for $500 via Upwork. This issue existed prior to the recent change to $250. As for the regression test, I don't think this issue warrants Applause testing for "http properties in source". |
@aimane-chnaif offer sent! Let me know when you accept. |
Paid! |
Problem:
Adding headers to images works in React native, but when this gets converted to Web & Desktop code (via
react-native-web
) it doesn't work - see necolas/react-native-web#1019Solution:
Fix this, since we're planning to start sending
encryptedAuthToken
in chat report image requests via header!cc @kidroca since you've accepted the challenge to take this on.
The text was updated successfully, but these errors were encountered: