-
Suggest updating to
```
generator zod {
provider = "npx --yes zod-prisma-types"
}
```
-
"""In the case where we pass something along the command line, the tool looks for source files in the argument if it is a directory or tries to interpret the argument as source of it is a file"""
-
### What Dev Docs changes are you proposing?
In the tutorial it has this snippet
```
class TemperatureServiceClient:
def __init__(self):
self.client = mqtt.Client()
…
-
As discussed in the group, we'd like to have a html generator for code documentation.
An example documentation would look like his:
```
---
@doc
# This function converts x to y
Lorem ipsum
…
-
### Description
We've had alot of generators now but never added a way to make it easier for contributors to add new generators.
This should include:
- the template for adding the generator nam…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
**Your Question**
When using the TestsetGenerator from the ragas.testset…
-
We need a generator to create docs of UOR message definitions for inclusion in the PX4 User Guide.
The expected end result in a new folder in the docs (**en/uorb_msg/**) that contains a README.md a…
-
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)
However, the sourc…
-
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator
- [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*](https://develop…
-
The docs team is using `operationId` to identify operations, and they decided to stick with swaggers.
The downstream SDK generators (at least dotnet SDK) want to provide extra information that our use…