Taro L. Saito
Taro L. Saito
**Describe the bug** bundleUpload fails when sonatype API is returning 502 Example GH action log: https://github.com/wvlet/airframe/runs/6703656439?check_suite_focus=true ``` 2022-06-02 07:01:32.078Z info [SonatypeClient] Uploading bundle /home/runner/work/airframe/airframe/sbt-airframe/target/sonatype-staging/22.6.1 to https://oss.sonatype.org/service/local/staging/deployByRepositoryId/orgwvlet-1415/ - (SonatypeClient.scala:297) 2022-06-02 07:01:35.056Z...
Started a discussion at: https://discuss.lightbend.com/t/idea-add-publishstaging-task-to-sbt-for-creating-bundles-for-sonatype-upload/5020 Related: - https://github.com/sbt/sbt/issues/4958
I tried to use jsdom and Node.js at the same time by setting `requireJsDomEnv in Test := true` with Scala.js 1.0.0 and scalajs-bundler 0.17, but only one of the code...
I and @komamitsu san discussed how to improve error reporting of the current 0.2.x versions. The major changes we considered are: - Add `setHandler(handler)` method to FluentLogger to accept an...
Long-based indexes has some performance overhead if no need exists to use buffers more than 2GB. We should provide LArray interface for int-based indexes. The naming of this interface would...
Expose Unsafe.compareAndSwap operation
Here is a brief sketch of a new LArray memory layout: | header (8 bytes) | (raw memory contents ... ) | Header describes a memory type (malloc, mmap, NUMA,...
Write JNI functions to access memory