Yasumasa Suenaga

Results 17 issues of Yasumasa Suenaga

[SCI Case Study for eShop](https://github.com/Green-Software-Foundation/software_carbon_intensity/blob/dev/case-studies/eshoppen.md) estimates energy consumption using TDP and CPU utilization with following formula: ``` E = Server utilization * Number of hours * Number of cores *...

sci-feedback
SCI v1.0

We discussed about this change on #123 . This PR is based on [this comment](https://github.com/Green-Software-Foundation/software_carbon_intensity/pull/123#issuecomment-948373028). Add `workload-start-time` and `calculation-period` to SCI reporting elements as optional fields. It helps us to...

minor-2
medium
SCI v1.0

### What happened? I'd like to propose to remove following JSON files from WebAPI container: * /app/data-sources/json/test-data-azure-emissions.json * /app/data-sources/json/test-data-aws-emissions.json * /app/location-sources/json/azure-regions.json * /app/appsettings.json They are example files to try WebAPI...

# Pull Request This is successor of #359 ## Summary Add GHA workflow to generate WebAPI client library for Java. This workflow would be triggered when API version in `swagger.yaml`...

v1.7

# Pull Request ## Summary I'd like to propose to add example for CASDK demonstration. This example provides both the SDK and Swagger UI with just one command. Thus demonstrator...

1.3

### What happened? We would receive HTTP 204 (No content) when we pass future datetime to endpoints of current/historical data (e.g. /emissions/bylocation) in WebAPI. However these endpoints would not handle...

for discussion
vNext

# Pull Request #440 ## Summary Remove data source and location source JSONs from artifacts. These JSONs are no longer provided from both CLI and WebAPI includes container image, but...

v1.8

Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJLINK) filed for the change (usually before you start working...

We cannot pass GNU style options like `--enable-preview` to `jlink --add-option`. It is hard to use for complex application. We have workaround for this issue (see JBS), but I think...

rfr
core-libs

# Pull Request #528 ## Summary Add troubleshooting document to avoid `System.IO.IOException` caused by number of inotify instances on Linux, and add `env` directive to `values.yaml` in Helm chart. See...