-
In VS 16.9.3 (or as new as 16.10 Preview 3, 31206.385.main)...
1. Create a new C# class library:
```xml
netstandard2.0
9
```
2. Use the NuGet Package Manager to install M…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I have some concerns with the long term maintenance of both the lexer and parser code generators which we should solve (or at least, not make worse) before getting these changes into master.
## Pro…
-
How can you indicate in the diagram that the field is required?
You can indicate that the field must have at least 1 chars. Does not work if field is not sent at all.
![image](https://github.com/…
-
I created a new code generator for Mikrotik RouterOS's CLI command `/tool fetch url=...`. The spec is here: https://help.mikrotik.com/docs/display/ROS/Fetch
Mikrotik makes routers with a powerful …
-
We should migrate most of the methods out of the [templates/component.rb](https://github.com/spartansystems/atomic_assets/blob/master/lib/rails/generators/atomic_assets/templates/component.rb) file an…
-
Hi,
I am wondering how to save each generated testset data in a single testset generating step? I mean for example if I use `generator.generate_with_langchain_docs` and set `test_size=1000`, it wil…
-
### Bug Description
It appears the Various Stone Generator is not functional in 2.1.2. I can only produce cobble and have attempted multiple different bedrock setups. It could be my mistake so I reco…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
### TypeSpec file:
```tsp
import "@typespec/http";
import "@typespec/rest";
@service({
title: "PutBytes",
})
namespace PutBytes;
using TypeSpec.Http;
using TypeSpec.Rest;
…