-
## [FEAT] : Make API typesafe and sync it to frontend
The application is a all-in-one app which include Backend and Frontend in the same root. The issue here is frontend does not have any idea abou…
-
It would be nice to be able to use typesafe project accessors in the `projectScopes` property.
Currently only path syntax is supported:
```
projectScopes = [
":gateway" : "G"
]
```
So i…
-
Currently `iceberg-rust`uses a lot of `HashMap` for configs. This isn't type safe and leads to a lot of error handling on usage. We should contribute our Header-like type safe solution to iceberg-rust…
-
The library forces a huge penalty of 100M that are not needed at all or just partially.
aws-sdk ~= 90M
If used by a lambda, none of the libs needed. If used by a server, only the version v2/v3 …
-
## Feature Description
Add TypeScript hints to `QueryBuilder`.
### The Problem
`QueryBuilder` is a very powerful tool for building SQL queries, yet the development experience can become reall…
-
Currently, there is an explicit dependency on `"com.typesafe.akka:akka-stream_2.13:2.6.20"` for Scala 3 in `build.sbt`. This dependency transitively includes the 2.13 Versions of the following depende…
-
We should consider native name providing solutions with declare, like providing the full path to the contract module, and possibly referring to a generated constant (like a NAME for example).
This ta…
-
I create a new branch "typesafe-data" which rewrites part of the API to be oriented around type safety. It's likely incomplete, and certainly not implemented in the implementation(may not even compil…
-
## Issue
The following test fails under sbt 2.0.
https://github.com/sbt/sbt-web/blob/main/src/sbt-test/sbt-web/multi-module/build.sbt#L16
## Short version
sbt 2 changes the default value for `…
-
In SVG, many (if not most) attributes are specific to certain elements. This means that it is a programmer error if one uses an unsupported attribute on an element. It would make a lot of sense if tha…