-
**Is your feature request related to a problem? Please describe.**
Given the following presumed viewModel:
```
class CosmosDetailsVm(
currency: KmpCurrency,
network: KmpNetwork,
) {
……
-
It would be nice for `CodeGen` to generate objects that are strongly typed for a given dataset. The way this might work would be to generate objects where for a given Dataset, each DatasetItem is a pr…
AN-BC updated
2 months ago
-
Some users may prefer to DI agents based on type.
Since our concete agents are all sealed, customer are unable to creat strong-typed agents:
```c#
class ProbeAgent : ChatCompletionA…
-
**Is your feature request related to a problem? Please describe.**
In https://github.com/LLNL/RAJA/pull/1738, it was discovered that `TensorIndex` did not handle strongly typed indices, and was fix…
-
defaultFingerPrint is not strongly typed it returns `any`.
it should have function signature as explict
-
Hello,
I was wondering if OpenAPI or the OpenAPI generator could define new scalar types.
New scalar types help disambiguating scalar values such as integers or strings by making them strongly t…
groue updated
1 month ago
-
A strongly typed garbage collector would be cool, but this is the most complicated thing that is still possible that I can think of.
-
The O# design time build calls the build in a way that avoids calling the `CoreResGen` task that runs the resx generator when generating via MSBuild.
This can be worked around by adding `PrepareRes…
-
### Use case:
When generating POJOs in addition to Records it is currently possible to convert back and forth using `Record.from(...)` and `Record.into(...)`. This is quite flexible, but unfortunat…
-
I just stumbled upon https://hacklewayne.com/a-truly-strongly-typed-printf-in-typescript and was wondering whether a solution like this could be considered for `@tannin/sprintf`.
Right now with the…