-
Code generation should be placed in a separate library, so the Roslyn Source Generator will use the library to produce code. It can be helpful for such cases as the reverse engineering domain models f…
-
I've run into a bug that I can't fix when trying to prepare a dataset for finetuning.
Here's the code:
```python
def data_generator() -> Generator[dict[str, Any]]:
yield {
"target…
-
### Describe the issue as clearly as possible:
During the generate process, the tokenizer is being sent to the transformers model.generate() function as a kwarg, which is then being caught during t…
-
**Epic:** https://github.com/elastic/security-team/issues/9723 (internal)
## Summary
It'd be nice to extend OpenAPI code (`kbn-openapi-generator` package) generator to generate `.http` files. Such f…
-
### Checks
- [X] I have searched the [existing issues](https://github.com/deployKF/deployKF).
- [X] This request is NOT specific to the CLI. (Please open a [CLI issue](https://github.com/deployKF/cli…
-
##### Description
I'm playing around with Swift code generation and would like to get some advice.
Does `swift5` generator support generating non-nullable types? I've read the docs but I could …
-
I'm running the code from here: https://openai.com/research/triton
```
import triton
import triton.language as tl
@triton.jit
def softmax(Y, stride_ym, stride_yn, X, stride_xm, stride_xn, M, N)…
-
### Area for Improvement
We've discussed moving the [`hack/bicep-types-radius`](https://github.com/radius-project/radius/tree/main/hack/bicep-types-radius) type generator to it's own repository and…
sk593 updated
1 month ago
-
info: Initial commits were on #1 and #3, should have been on this issue number
- [x] create a new project containing a source generator
- [x] create build pipeline
- [x] publishable as NuGet packag…
-
**Describe the bug**
Using `get_historical_klines_generator` Causes APIError 1104
**To Reproduce**
```
for klines in client.get_historical_klines_generator(
sy…