Skip to content
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

Weird article ids? #1

Closed
wtfnzb opened this issue Nov 4, 2019 · 4 comments
Closed

Weird article ids? #1

wtfnzb opened this issue Nov 4, 2019 · 4 comments

Comments

@wtfnzb
Copy link

wtfnzb commented Nov 4, 2019

Why article number has { and } ? how to remove them?

<segment bytes="blabla" number="blabla">{019b929b-blabla-438f-bab2-blabla}@blabla</segment>

@mbruel
Copy link
Owner

mbruel commented Nov 4, 2019

hello,
what's wrong with the curly bracket? why does it bother you? does it make an issue with some news readers? if so please tell me which one.
I'm just using UUIDs as Qt generate them... https://en.wikipedia.org/wiki/Universally_unique_identifier

@wtfnzb wtfnzb closed this as completed Nov 4, 2019
@wtfnzb
Copy link
Author

wtfnzb commented Nov 4, 2019

all good then, somehow it taken longer to propagate articles but all works great! :)

@mbruel
Copy link
Owner

mbruel commented Nov 17, 2019

I've removed the curly brackets and dashes in the v1.2 release.
It can be done easily using Qt string format QUuid::StringFormat::Id128.
cf https://doc.qt.io/qt-5/quuid.html#StringFormat-enum

@wtfnzb
Copy link
Author

wtfnzb commented Dec 1, 2019

thx! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants