-
Given the pact JSON with `term` matcher on `Content-Type` header:
```json
"response": {
"status": 200,
"headers": {
"Content-Type": "text/plain"
},
"body": "fake-header.fake-token.f…
-
I recently started to work on open telemetry, I have multiple attributes where key is prefixed with a string, for example, fruit_apple=3, fruit_orange=5, fruit_mango=10, etc,
Need a feature in span…
-
The analyzer will currently flag fields like:
```C#
private static readonly Regex s_regex = new Regex(...);
```
and the fixer will propose generating a new method instead. Now that partial properties …
-
### Describe the issue as clearly as possible:
I am trying the mlx-lm examples from your documentation:
[https://dottxt-ai.github.io/outlines/latest/reference/models/mlxlm/](https://dottxt-ai.github…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
**Your Question**
TestsetGenerator.from_langchain Generating failed, ran…
-
Logging, Interop, Regex and JSON generators include `// ` at the top of their emitted .g.cs.
EventSource generator does not.
Logging, Regex and JSON generators include something like ` [global::…
-
### What behavior of the library made you think about the improvement?
It might be nice to have the option to have a `non_strict` mode when doing generations for large batches of data. This could be …
-
### 🆒 Your use case
If we can get random string generator from regex, that will be great
### 🔍 Alternatives you've considered
_No response_
### ℹ️ Additional info
_No response_
-
When testing the configuration binder source generator we discovered that the way the runtime source generators emit diagnostics is not suppressible in source. This is a regression from previous rele…
-
## Code Generator Language
C++
### Code Snippet
```cpp
#include
#include
#include
#include
int main()
{
std::string sre = "Some people, when confronted with a problem, think "
…