-
We are getting java.lang.OutOfMemoryError running typescript codegen using the newest container image and, this broke our build due to only `latest` tag being available.
(would be great to versio…
-
Following a discussion with @bjodah in #12307.
The `FCodePrinter` generates Fortran code by using double precision for real numbers.
However the complex numbers are written only with simple precis…
ghost updated
5 years ago
-
## What
Let's allow experimental options in backend that is not included in command schema.
## Why
As of now, users can give options to bakcend tools only if given options are written in the …
-
It would be awesome if it was possible to use `defmt` on the web in WebAssembly modules. This would avoid bloating the module with formatting logic and sending strings from WASM to JS since it involve…
-
C codegen error when using `Option[lent int]`
### Example
```nim
{.experimental: "views".}
import options
var a = [1, 2, 3, 4]
let o: Option[lent int] = some(a[0])
```
### Current Outpu…
-
Hello,
I am hitting this error
```
internal/clients/http/image_builder/client.gen.go:3631:6: CreateBlueprintResponse redeclared in this block
```
when I try to compile a client generated fr…
lzap updated
3 months ago
-
### Check duplicate issues.
- [X] Checked for duplicates
### Description
As reported in https://root-forum.cern.ch/t/mem-leak-even-with-suppression-file/60330/16?u=pcanal
A valgrind run of the exa…
-
##### Description
I have below two properties
```
[Required]
public TimeSpan StartTime { get; set; }
public TimeSpan? EndTime { get; set; }
```
but since I can't generate SDK with same time…
-
It may be profitable to use https://github.com/dtolnay/cxx
Of course it's early alpha but it may be the way from the dead end.
-
The sparsity pattern propagation (both forward and reverse) can be code generated. This has been tested successfully for SXFunction, but never moved beyond proof-of-concept.
This would have the follo…