question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with seed for username

See original GitHub issue

The method returns different data each time:

>>> from mimesis import Personal
>>> personal = Personal('en', seed=0xf)

>>> personal.username()
'Bloodshedder_1805'
>>> personal.username()
'bloodshedder.1805'
>>> personal.username()
'bloodshedder1805'

Also, it works slowly and we should fix.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lk-geimfaricommented, Dec 31, 2017

You know, we will use solution which I have published above. At this moment this is a faster solution. Anyway, we can update it in the future, when we implement the much faster solution.

1reaction
lk-geimfaricommented, Dec 29, 2017

@duckyou Can I hope for you PR?

Read more comments on GitHub >

github_iconTop Results From Across the Web

error while trying to seed data for user and role in Asp.Net mvc ...
So can anybody help me how to fix this problem, to create the admin user and to display the roles in the edit...
Read more >
USE YOUR USERNAME AS A SEED! - Minecraft: Java Edition
This is what I see when I use the seed MineCraftMilk. Its beautiful! It's amazing to see what your username will spawn! Some...
Read more >
Seed Users
If you use a seed user record as the anonymous user record, then you must set the Anonymous User Name parameter to the...
Read more >
Seed value chain development in the Global South
Seed value chain development in the Global South: Key issues and new directions for public breeding programs. Jason Donovan ...
Read more >
Seed Your MongoDB Container with JSON data using Docker ...
Problem. The JSON data, that previously persisted in the app needs to be seeded into the MongoDB instance once the complete stack is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found