Quote image tag #641

Merged
pat-s merged 7 commits from refs/pull/641/head into main 2024-05-02 08:05:26 +00:00
pat-s commented 2024-04-16 08:25:23 +00:00 (Migrated from gitea.com)

fix #631

fix #631
justusbunsi commented 2024-05-01 17:49:44 +00:00 (Migrated from gitea.com)

@pat-s It seems quote was not the right method to use here. There is a toString that work like you expected. I leave it up to you to merge, after you had the change to review my changes.

@pat-s It seems `quote` was not the right method to use here. There is a `toString` that work like you expected. I leave it up to you to merge, after you had the change to review my changes.
pat-s commented 2024-05-02 08:05:18 +00:00 (Migrated from gitea.com)

Ah, nice! I was wondering a bit when I tried it, but had no time to dig deeper...

I've got to check what quote is actually doing then and in which situations it should be used. (looks like it really "only" quotes the value but doesn't do a type change - which seems required here?)

Ah, nice! I was wondering a bit when I tried it, but had no time to dig deeper... I've got to check what `quote` is actually doing then and in which situations it should be used. (looks like it really "only" quotes the value but doesn't do a type change - which seems required here?)
Sign in to join this conversation.
No description provided.