mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #570] remove space before "/upload/w_300/https://..." in homepage #206
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @francescor on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/570
Originally assigned to: @sadok-f on GitHub.
something silly, sorry:
Is your feature request related to a problem? Please describe.
I find myself very often loading the home page of our flyimage installation, and to see if it works I copy that suggested "/upload/w_300/https://raw.githubusercontent.com/flyimg/graphic-assets/master/logo/raster/flyimg-logo-rgb.png" from the homepage and add it at the end of my main URL.
When I cut with the mouse I always get a space at the begging, so
which needs to be removed when I paste it in the URL bar of my browser
Describe the solution you'd like
when I select the
"/upload/w_300/https://raw.githubusercon..."with the mouse I would like not to have the space at the beginning.Describe alternatives you've considered
Maybe even an already made link to
https://MY-FLYIMG-DOMAIN/upload/w_300/https://raw.githubusercontent.com/flyimg/graphic-assets/master/logo/raster/flyimg-logo-rgb.png
if is not prone to create issues if the MY-FLYIMG-DOMAIN is somehow hard to get (or hard to obtain robustly)
@sadok-f commented on GitHub (Jul 15, 2025):
Thank you @francescor for submitting the issue.
Any feedback is always welcome !
@sadok-f commented on GitHub (Jul 29, 2025):
@francescor can you check the latest release?
@francescor commented on GitHub (Jul 30, 2025):
it works, perfect!
thank you