Masaki Muranaka

Results 20 issues of Masaki Muranaka

Fix a harmless typo.

I want to set a Pod placement options in my multi-purpose K8s clusters. Especially, `affinity:`. I created a patch against this issue. Could you accept and merge this ? https://github.com/pizzafactory-bancallera/workflow-chart/commit/d2b9a43887976dfb4c638365f7578b0c1c90c4db

As a monitoring service is provided on managed K8s, some users will want to drop `monitor` functions. (And in my case, telegraf pods didn't work on my AKS cluster.) My...

The web server based on Azure Storage Account can't handle a double slashed URL. e.g. https://example.com//js/bootstrap.min.js is not acceptable. It should be https://example.com/js/bootstrap.min.js

I'm using `vscode-ws-jsonrpc` with Che-Theia. It gets sporadically connection failures by "Connection got disposed" error from `vscode-jsonrpc`. The stack trace is like this. ``` 2020-09-12 07:11:55.100 root ERROR Error: Connection...

In some cases, `parseInt()` will return unexpected values. ``` parseInt(0.000001) 0 parseInt(0.00000001) 1 ``` `Math.trunc()` is safer.

It should not add GAE related files into `eclipse/php` image. Use `eclipse/php:gae` instead. ### What does this PR do? Fix issue #218. ### What issues does this PR fix or...

### What does this PR do? New `eclipse/stack-base:debian-stretch` and `eclipse/stack-base:debian`. They are same. New `eclipse/stack-base:debian-jessie` for the backward compatibility. `php/5.6` uses `eclipse/stack-base:debian-jessie`. ### What issues does this PR fix or...

Are there special reason why they don't use `eclipse/che-stack:centos` image?