-
### OpenTofu Version
```shell
v1.8.2
v1.8.5
v1.9.0-alpha2
```
### OpenTofu Configuration Files
# Bare minimum info needed to replicate issue
```hcl
variable "false" {
default = false
}
…
-
Would be nice to use a library such as [Faker](https://v9.fakerjs.dev/api/faker.html) to produce a more reliable dataset for stories
-
Hello 👋
In current implementation making API calls is done through methods in ApiExecutor classes, such as SourceFilesApiExecutor, SourceStringsApiExecutor, etc.
Example:
```
ICrowdinApiClien…
-
# Implement Mock Data provider for API Testing
### Description
Currently, when testing API endpoints in the API Dash repository, users must manually enter or modify details such as email, username…
-
mock data가 outdated 되어 사용이 불가합니다.
-
**Objective:**
Set up placeholders for API calls within the `useTopics` function to prepare for future backend integration. For now, use mock data for trending topics and query filtering while keepi…
-
A neat feature would be to use the mock feature with a tool like [fakerjs](https://fakerjs.dev/api/) and essentially be able to mock a full API, and generate random data.
For instance when building…
-
-
### Describe the Bug
Only happens in `dev` mode - ethereal data is only output once when running in prod (`next build && next start`)
Attached below is an example output when running `pnpm dev email…
-