Matthew Bartlett
Matthew Bartlett
Meantime I'm using something like ``` .coverflow { -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.25) 100%); } ```
Ah — I am bumping into this too.
@SpeightPLab @OsmarICancino I'm also having the missing initial slide problem. Any clues on how you resolved it?
@pgoldweic thanks very much for your solution. Helped get my bot working on Firefox, finally! One thing I'm still having trouble with is to have the first few messages in...
⬆️ I've asked another modal module's developer whether his module fixes the problem.
@slvnperron is this the right repo to PR to?
FWIW, and for others Googling, I received the following error after attempting to install `botkit-mongo-storage` on botkit 4: `TypeError: this.storage.read is not a function` This issue was helpful for understanding...