Matteo Merola
Matteo Merola
As stated in #2 I couldn't install, this is my workaround, hope it helps.
```bash git clone https://github.com/0x00a/dotfiles.git ~ fatal: destination path '/Users/Matt' already exists and is not an empty directory. ``` changed to ```bash git clone https://github.com/0x00a/dotfiles.git ~/dotfiles ``` and it worked
Hello and thanks for the great library! I think many programmers would enjoy this library even more if it had typing information, especially for the exposed api. Are you planning...
As in https://github.com/vozille/vue-beautiful-chat/commit/590ccd1b34831bfe1c99bbf525f4f71e278880e2 it would be nice to add a small microphone icon to be able to send voice messages
If the message is just a plain url, try to understand the kind of media to show. e.g.: - If youtube link then show the video preview - if image...
This would be a great addition, I think :)
If you press "alt" it handles it as a typing event, so when you alt+tab out of the browser, it's as if you were typing. I believe a typing event...
As in https://github.com/marcopaoletti/vue-beautiful-chat/commit/6ea6ef3048d5d8ffdf432e22404e02a792e65bf3
Version 1.4.0 introduces a new config for avoid scrolling to bottom when new messages come in. IN this case user might not realize that a new message came in. It...
As in https://github.com/mattmezza/vue-beautiful-chat/pull/10 it would be nice to have a `typing` indicator.