Maxi Ferreira

Results 37 comments of Maxi Ferreira

This PR doesn't make emojis navigable via tab, but it does make them accessible to screen readers https://github.com/missive/emoji-mart/pull/666

Facing the same issue. I'm not sure about why it's setting it to `true` after the first compile? https://github.com/pcardune/handlebars-loader/blob/master/index.js#L172 In any case it would be great to have a config...

I'm not familiar with wit.ai's API, but I'm all for integrations and clean, easy to use APIs :) This is a great idea, I'll try to do some research this...

Hey @jwilson114, I don't think 360 images are supported by the Messenger Platform, at least I couldn't find any information about it. Seems like it's a user-to-user feature only. Did...

I think we can do this by leveraging a library like `http-proxy-agent` and use it like in the example here: https://github.com/bitinn/node-fetch/issues/79 But we'll need to add support through an environment...

@mraaroncruz the new docs look good to you?

Hey folks, apologies for the late reply here. As you might have guessed by the lack of recent updates, I'm not actively maintaining this library, so I can't make any...

Thanks @ntgx! PR looks good to me at a first glance, I'm not a huge fan of passing around yet another param to basically every method on the API, but...

@mahmed0715 I don't think overwriting the `accessToken` value on the fly is a good idea. You can end up with a weird state when you try to use the accessToken...