mkondel
mkondel
@vlasenko I am trying to get apollo docker to run in AWS Beanstalk. Has anyone done this to your knowledge?
@yairEO, is this something you have encountered?
@joshpassenger BIG Thank you! @ivictbor just replace the original with the fork above, and you should be all set.
@piyushkantm, can you try with different quality settings and see if that gets you a smaller file size? https://github.com/oliver-moran/jimp/tree/master/packages/jimp#png-and-jpeg-quality.
Strange, when I use the quality method in my flow, the file size changes dramatically. Here is my code: ```javascript const { Body: fileIn } = await s3.getObject(getInputFileParams).promise() const image...
Using setTimeout doesnt help me. The following still doesnt work: ```javascript browser.visit('/items') .then(function() { setTimeout(function () { browser.assert.elements(................) ..... done() }, 10000) }) ``` The assert fails after waiting for...
Thank you @leoj3n, it must be my code. I have not been able to get zombie to work for any test cases that have async content. This is what I...
I don't have a test for typing yet. Before, the route was giving the list of items to the view (the route did a search). My tests worked with that....