Ewan Walker

Results 3 issues of Ewan Walker

There are multiple errors in the following files: [scripts/create-backup-infra.sh](https://github.com/GoogleCloudPlatform/click-to-deploy/blob/master/k8s/elasticsearch/scripts/create-backup-infra.sh) [scripts/patch-sts-for-backup.sh](https://github.com/GoogleCloudPlatform/click-to-deploy/blob/master/k8s/elasticsearch/scripts/patch-sts-for-backup.sh) Wherein environment variables are not being properly passed / wrong ones are being mapped. Upon fixing the above it still...

feature request
help wanted
kind/k8s
c2d-tvc

The following is an example of what I mean - what is weird is that I checked internal sizing and it all lists the same size for each element -...

Essentially I use: ``` var stream = ss.createStream(); ss(socket).emit('file-stream', stream, {name: page.data.user.upload.name, size: page.data.user.upload.size}); var blobStream = ss.createBlobReadStream(page.data.user.upload.name); var size = 0; blobStream.on('data', function(chunk) { size += chunk.length; console.log(Math.floor(size /...