Ben Brown
Ben Brown
Thanks for your feedback! I agree, we should improve our publishing process!
That functionality does not yet exist.
@JordyGit We are taking a look into this today.
@jloveric Got a link to a demo where you've implemented semantic-ui? The viewport tag has since been added to the client!
I agree that changes to .env should be excluded from future Git commits, thanks! I'm not sure about the production test -- is this common practice?
Thijs is a known issue - it is a quirk of the way flex layout works in CSS. It will only auto-scroll if the user does not scroll back up...
Pretty cool! Is there something here that could be contributed back to the project?
I have a vague plan to handle this - to move the typing delays to the front end client when using webhooks. But it requires some other changes deep inside...
I would recommend replacing the built-in storage system with your own database-backed system. The built-in filesystem storage is only meant for "quick start" exploration. Then, you could purge data out...
@davidvexel you should use the much more modern starting point in botkit-starter-slack! https://github.com/howdyai/botkit-starter-slack OR, do: ``` npm install -g botkit botkit new --platform slack ```