Shaunak Vairagare

Results 33 comments of Shaunak Vairagare

`--legacy-watch` works for me. However it doesn't respect the directory names to restrict the watch to. This is a lot of overhead in projects where we split server and worker...

Thanks @keyvanfatehi I will start looking into it. I already built a first prototype of SVN CI in node sometime back (https://github.com/shaunakv1/nodejs-svn-continuous-deployer) .. then I found Strider :) From a...

Same here.. just stopping by again to add my :( This is a really useful feature to have in sdk, so we don't have to install cli dependency on hosting,...

@pviet-cohere it's not "just a loop". May be read up on the documentation for the original utility? https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

@ddohler Thank you for a prompt response! I totally understand the work that goes in and am happy to wait. We have current system and this is potentially for future...

That 's a good question. Personally I would lean towards. `loam.open(blob).then(ds => ds.getBand(1)).then(band => band.getStatistics());` Reason being, for larger rasters I am assuming the above will give users more control...

@dannyrb @jlopes90 Curious as to why this was never merged. I see some coverage checks failing. Is there anything I can help with to move this along? I have a...

related to https://github.com/aws/apprunner-roadmap/issues/96

Same as above comments. App runner is turning out to be a very simple (heroku-ish) service that's easy to get up and running with. I have a similar requirement with...

Just checking in, any formal solution/tasks within Capistrano for this? Having to ssh into server to load schama for cold starts on old apps does not seem right.