fuminori-ido-m

Results 7 issues of fuminori-ido-m

According to README, TERM_CHILD env-var is written in 'Heroku' chapter, but it is not for only Heroku app, right? Why I'm asking is because I would like to customize clean-up...

Dear, I wondered why debian/Dockerfile generated docker process had an error as follows when I accessed it from my browser: > Access to XMLHttpRequest at 'https://rt.draw.io/cache?alive' from origin 'https://localhost:8443' has...

The debian/Dockerfile builds from the base image "tomcat:9-jre11-slim", but it is warned CRITICAL level as CVE-2019-2201 vulnerability by AWS ECR scanner. [Debian looks taking no action](https://security-tracker.debian.org/tracker/CVE-2019-2201) on that. I am...

I have two questions. Q1) README.md says > NodeCPUUsage > 50% While prometheus-rules/cpu-usage.rules is as follows: > IF (100 - (avg by (instance) (irate(node_cpu{name="node-exporter",mode="idle"}[5m])) * 100)) > 75 CPU Usage...

Adding `echo " namespace: monitoring"` in build.sh looks no more necessary. It just duplicates the same line so that remove it. I'm not sure which version of kubectl fixes, but...

### Issue It is treated as URI-encoded already when filename contains '%' so that the when original filename contains '%' like `a-%61.txt` then it is converted to `a-a.txt` at server-side....

### Describe the problem as clearly as you can When I specify 'path' option in Gemfile as follows: ```ruby gem 'hello', path: '../hello-gem' ``` Then, the ../hello-gem/hello.gemspec is always invoked...

Bundler