Jasonette / Jasonette/JASONETTE-iOS
handling URLs that start with "//xyzw...."
- Dominant language
- JavaScript
- Stars
- 5.2k
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
When i started running my app in a production environment, some assets like images started to show up as "url": "//xyz...".
My app is using a Rails back-end and it uses cloudfront in a vanilla way, so I think you may face this in the future. So, it may be a good thing to support url schemes like this, since I believe they are standard. I am not sure if you process the data at this level before rendering, in which case, it may be easy for you to handle it the way a regular web browser would.
Contributor guide
Research direction
The issue names no files or tests. Start by locating the URL parsing and rendering entry point, then reproduce an asset URL beginning with "//"; done means the app handles that protocol-relative URL consistently with the expected browser behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript, rails
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100