max

Results 10 comments of max

It would also be cool if kanban boards could be made within notes as well.

Please post context please @jaotors

Here, just add the `attachment` directly to `params` for `postMessageToChannel`. Example: ```js const params = { icon_emoji: ':smiley:', "text": "Would you like to play a game?", "attachments": [ { "text":...

Issue doesn't only affect gatsby

Hmm, this issue doesn't happen with any of my projects. Try looking at this example code that works: https://codesandbox.io/s/oq5rrjqjx9 Maybe it might help

@maskedmage77 thanks :thumbs-up:

hey guys, running into the same issue with the `WheelGesturesPlugin` here's a snippet that sort of fixes this issue: ```js embalaApi.on('settle', (api: CarouselApi) => { if (!api) { return; }...

@yaoberh thanks for the comment, i'll try to look at it today or tomorrow. I want to try to fix this project up