David Leal
David Leal
Thank you @wimluiten, that works! This is my function in case somebody else has this same problem. ```javascript // Add .jpg param to force download this.photoLibrary.saveImage(this.image + '&ext=.jpg', this.albumName).then((entry=>{ console.log('download...
You're right, this is a very helpful plugin it would be awesome if somebody can pick it up.
https://github.com/thomasfw/RolesAndPermissionsSeeder
I strongly recommend moving away from this plugin, it has not been updated in a long time. I'm using https://github.com/spatie/laravel-permission now and works like charm.
This is the last debug message I get ```javascript debug: Got response null {"ok":true,"channel":"D52343234","ts":"1234323432343","message":{"type":"message","user":"U23423434","text":"You must now \/invite me to a channel so that I can be of use!","bot_id":"B5ACE7CH1","ts":"1234323432343"}} ```
Hi @benbrown, Yeah the app config in Slack looks good, it works fine if I use the same app with a different project, I guess could be something in the...
Same issue here when updating from ^0.5.2 → ^0.6.4 and using interactive buttons.
thanks @deathg0d, I'm using it on Slack, wondering if it's the same work around.
It works when you pass your consumer key and access token as process envs, like this: `twitterConsumerKey= twitterConsumerSecret= twitterAccessToken= twitterAccessTokenSecret= node index.js`
@odykyi it just worked for me, I'm not the developer of this plugin.