Josh Mustill

Results 6 comments of Josh Mustill

My solution was to use ``` join("", [ "string 1 that is really long", "and then the second part of that long string" ]) ``` Not hugely clean but very...

@doodlewind - I can't comment on whether they can be automated but what I can say is that currently using `react-native link` will try and link the project and end...

@vs-lance 1. I have `AppName_Bridging_Header.h` inside `AppRootDir/ios/HERE` 2. Can't answer that I'm afraid - not an Objective-C dev - but it seems to work 3. Looking at the Github source...

Can you provide more details on the parameters with which you are calling this function? Lambda has certain restrictions on where you are allowed to write files. Given the ephemeral...

Here's my example code of unzipping a zipped file back to S3: ``` const s3Client = new AWS.S3(); const directory = await unzipper.Open.s3(s3Client,{Bucket: 'joshtest1', Key: 'Archive.zip'}); for await (const file...

I encountered this issue a couple of times but found that this was just caused by the downtime between switching networks. i.e. After running the script to change network, `ping`...