-
**Describe the bug**
Hello,
We are using the Tempo metrics-generator to generate span metrics from traces.
In general this works, however our metrics-generator is throwing lots of `err-mimir-sampl…
-
I have the following error:
```
Warning: trying to add too many markers during parsing: (this is a bug, please consider filing an issue)
```
When trying to parse this Typescript file using 'ct…
-
When using this kind of types in models:
```
MyType = Annotated[str, Field(min_length=3, max_length=256, pattern=r"^[a-z0-9_]+$")]
```
It looks like the generator does not properly escape the re…
-
#### 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…
-
**Is your feature request related to a problem? Please describe.**
The current behavior generates unhelpful enumerated class names, like `Address1`, `Address2`, `Address3` when the source has multipl…
straz updated
3 weeks ago
-
### systemRole
我希望你充当正则表达式生成器。你的角色是生成匹配文本中特定模式的正则表达式。你应该提供可以轻松复制和粘贴到支持正则表达式的文本编辑器或编程语言中的正则表达式格式。
不要写解释或示例说明正则表达式如何工作;只需提供正则表达式本身。我的第一个要求是生成一个匹配电子邮件地址的正则表达式。
### identifier
regex-generator
…
-
A script with a Source Generator fails to compile when run although intelli-sense shows that a Source Generator has run (at least during edit time) as correct xml-doc was made for the partial method.
…
-
### Describe the issue as clearly as possible:
When using outlines with the Llama 3.2 Vision model, simple regex pattern generation works, but JSON schema-based generation fails with index out of bou…
-
In the Regex source generator, we special-case alternations where every branch begins with a different char, preferring to generate a switch statement, e.g. "abc|def" yields a switch statement with a …
-
First of all, @aleiepure great project!
Here is my list of requested features. Maybe even I'll contribute some of them if I have time. (I hope pull requests are welcome)
If anyone else wants to …