Stephan Meijer

Results 91 issues of Stephan Meijer

When someone has thanked another person with the `?thanks` command, and edits their message, the bot ends up with sending multiple `someone has thanked you` messages to the "thanks channel"....

**Problem description**: Moderators can open a private chat with a user, to talk about issues. Because private chats are being closed after a few minutes of inactivity, it's possible that...

Awesome library! Thanks. In addition to the current `minDate` and `maxDate`, it would be most welcome if the library also supported a `minTime` and `maxTime`. For example to disable reservations...

Looks to me that the confirm button, but also the "Start Date" and "End Date" labels could be removed. Or we should at least be able to hide them? ![image](https://user-images.githubusercontent.com/1196524/30343683-b42507ae-97fe-11e7-9f90-647d133bdefb.png)...

It's currently not really working smooth on a touch device (smartphone or laptop with touch screen)

```js Comments.before.insert(function (userId, doc) { const now = new Date(); doc.createdBy = userId; doc.createdAt = now; doc.updatedBy = userId; doc.updatedAt = now; }) ``` When using `cult-of-coders:apollo`, `userId` is undefined...

It would be nice if there was support for `first` and `last` arguments. As this lib already supports `before` and `after`. That would open the way to build `relay` compatible...

feature request

When morphing an element with text inside it, the last frame of the transition is a bit 'jumpy'. Is there something that we can do to prevent that? ![react-morph](https://user-images.githubusercontent.com/1196524/77851514-eb6f4000-71d9-11ea-979c-9f09eac63a92.gif)

Is there a way to show actions? Like in the material-spec: ![image](https://user-images.githubusercontent.com/1196524/35438627-8abb33e4-0297-11e8-9c07-16ef72806380.png)

For example for the `timeout`. Because it doesn't feel correct to add a timeout to every snack manually. The whole idea of a snackbar is to disappear after some time....