Taro L. Saito

Results 287 comments of Taro L. Saito

It seems adding a new parameter to the Alias surface introduces binary incompatibilities, especially in Scala.js. An alternative approach need to be tested.

It looks like the http connection is forgetting about making requests from the Node jsdom environment while running sbt tests. Using https://github.com/wvlet/airframe/issues/2897 may solve the issue. Slow response from httpbin...

Instead of using an external servers, it's better to use Netty backend in the integration-test

A fix #2934 for #2928 might work for a while.

Rspec-like reporting looks good.

It's very interesting. airframe-http already has Finagle, gRPC, and netty backend implementation. When supporting Scala Native in airframe in the future, your backend implementation would be helpful. Currently, our focus...

Some modules of Airframe now support Scala Native 0.5 https://github.com/wvlet/airframe/releases/tag/v24.4.2, so it's getting closer

Thank you for the PR. However, the user token format xxxx:yyyy is compatible with the legacy scheme if you set SONATYPE_USERNAME = xxxx and SONATYPE_PASSWORD = yyyy. Instead of introducing...

Thanks for the background and I understand the pain point. Right. It would not be easy to combine multiple credentials in GitHub Actions.