-
I followed the official example and used the **add_to_layer** method to add a local image file to the page of a PDF file, but the final generated PDF file is particularly large! The size increased by …
-
Everytime you generate the code using the typespec, the code has to be formatted using `rushx format`.
Would be great if the formatting is done as part of the generation or automated to be done right…
-
When using file paths to specify the location of a template, the generated code will use either a "/" or a "\\" to separate directories in the path. This is an issue if you checkin the generated code…
-
This is similar to https://github.com/weavejester/hiccup/issues/205 but less common. Consider the following code:
```clj
(ns example
(:require [clojure.walk :as walk]
[hiccup2.core…
-
Power grid models including event-based controllers (e.g. tap changers) often contain when-elsewhen clauses with complex conditions that have repeating sub-expressions. In this case, C code is generat…
-
### Describe the bug
Hello, I am reaching out to report that I have not been able to see any previews or that no previews are being generated from multiple generations. I am trying to create a homesc…
-
I am attempting to generate C# client out of this spec: http://wiki.eoilreports.com/download/attachments/365059/dataconnect.json?api=v2
The NSwag produces code with bits like:
public System.Thre…
-
### What is your suggestion?
Extracting this issue from #10220 after @memsharded suggested in [a comment](https://github.com/conan-io/conan/issues/10220#issuecomment-2469013513) that it should be its…
-
```cpp
#include "clad/Differentiator/Differentiator.h"
double twox(double x)
{
return 2 * x;
}
int main()
{
auto l_h = clad::differentiate(twox, "x");
l_h.dump();
}
```
Giv…
-
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
https://ibb.co/gRg3Z0n
If this can help I also got this m…