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
Purpose: The feature aims to enhance Bogus by including a random historical facts generator.
Expected Behavior: The user should be able to generate random historical facts without specifying years.
The generated data should include a mix of historical events from different time periods.
Potential Use Cases: Generating historical data for testing and development purposes. Adding realism to applications that require historical context.
LINQPad Code Example
var faker = new Faker();
string randomHistoricalFact = faker.Events.History();
What alternatives have you considered?
External APIs: Considered using external APIs that provide historical facts. Issues:
Dependency on external services, potential reliability issues.
Privacy and security concerns.
Manual Customization: Users manually curating and inputting their historical facts. Issues:
Tedious and time-consuming for users.
Limited diversity in generated data.
Could you help with a pull-request?
Yes
The text was updated successfully, but these errors were encountered:
Description
Purpose: The feature aims to enhance Bogus by including a random historical facts generator.
Expected Behavior: The user should be able to generate random historical facts without specifying years.
The generated data should include a mix of historical events from different time periods.
Potential Use Cases: Generating historical data for testing and development purposes. Adding realism to applications that require historical context.
LINQPad Code Example
What alternatives have you considered?
Issues:
Dependency on external services, potential reliability issues.
Privacy and security concerns.
Issues:
Tedious and time-consuming for users.
Limited diversity in generated data.
Could you help with a pull-request?
Yes
The text was updated successfully, but these errors were encountered: