Taro L. Saito
Taro L. Saito
Reporting the parameter name of the error location will be helpful to understand the error context
HttpLogger uses AnyCodec. To avoid issues like #2928, known Surface should be collected from the RxRouter definition.
When writing some validation rules, traversing inside the CTETableRef is convenient.
``` with A as (select some_function(1)) select * from A ``` This CTE relation A is resolved as `CTERelation("A", columns = Some(Seq("?")))`, but if no column alias is necessary, it...
It's often difficult to find failed test cases when a lot of debug messages are reported to the terminal. Reporting the failed test names when test finishes would be helpful.
- Fix sbt - Use AirSpec for testing - Reformat all
Need to write java.util.Timer equivalent code for supporting Rx.intervalMillis in Scala Native
If an RxElement is rendered in a nested sequence, onMount can be called a bit earlier than rendered element actually appears in the browser. An example: ```scala class HoverableTextLabel(txt: RxElement,...
multi-part upload support is missing in airframe-http. Related https://github.com/xerial/sbt-sonatype/pull/474
The latest version of Trino requires authentication for all HTTP requests. We need a support for it