Matthew Berryman
Matthew Berryman
Might be worth starting with something like https://www.npmjs.com/package/@informath/text-to-ipa and then checking to see if the first sound is a vowel sound or not? Just noting that this is dialect specific,...
Great, thanks @joshbw. I'd devote some time to this myself but I'm stretched across a lot of paid projects at the moment.
In my case I was only wanting to update the graph once, after load of data (I couldn't use LoadJSON as I needed to generate an AWS4 signed API call)....
Ok the code in https://github.com/MSFREACH/msf-reach-chatbot is working—I have my AWS AI QNA bot talking on Twitter as well as Facebook now. The code there is still a bit rough and...
@JohnCalhoun yes, that's correct. I have now ported the code to JavaScript in https://github.com/MSFREACH/msf-reach-chatbot/tree/twitter-webhook-js and it all seems to work bar the rate limit issue (something we would need Twitter...
@JohnCalhoun I'd found the API GW and that helped me figure out what APIs map to what bit of code. 👍 I think I have enough of an understanding for...
I haven't tested out png -> png yet—in our use case I'm first converting to jpg and then adjusting the jpg quality—though you're right, not worth doing if it's badly...
@dariospadoni sorry I can't figure out why you're getting that error. However, I've now got a [patch](https://github.com/slimfancy/image-lambda/pull/4) in that means you can omit the targetBucket (and if you do it...
@tsv2013 The example you've linked to here is JavaScript, and the example linked in #127 it is also missing a type definition (I haven't looked at that example in detail,...
Problem looks to be caused by a short last line. May need to wrangle parameters for, or modify, the wrapping function to ensure that the lines are more even in...