You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using profile type, as well as some other namespaced attributes, this OGP gem will always issue the warning Some og tag names include colons :, ... removed in the next major version.
The warning then pops up on e.g. logging and consoles. Since it is Kernel#warn, the consumer can disable it, so the problem is minor. Still, this is valid ogp and it is somewhat annoying to see those warnings pop up without being able to do anything about it, other than to disable warnings.
I assume, deprecating this, as announced in that warning, will result in a fix for this issue, so I don't present a PR for it.
If there is anything I can do to help fix this otherwise, or if it is desired to be fixed before it gets deprecated, (e.g. a gsub(':', '_')), please let me know and I'll do so in a PR.
The text was updated successfully, but these errors were encountered:
Using profile type, as well as some other namespaced attributes, this OGP gem will always issue the warning Some og tag names include colons
:
, ... removed in the next major version.The warning then pops up on e.g. logging and consoles. Since it is Kernel#warn, the consumer can disable it, so the problem is minor. Still, this is valid ogp and it is somewhat annoying to see those warnings pop up without being able to do anything about it, other than to disable warnings.
I assume, deprecating this, as announced in that warning, will result in a fix for this issue, so I don't present a PR for it.
If there is anything I can do to help fix this otherwise, or if it is desired to be fixed before it gets deprecated, (e.g. a
gsub(':', '_')
), please let me know and I'll do so in a PR.The text was updated successfully, but these errors were encountered: