Alex Booker

Results 27 issues of Alex Booker

Hey @EyalBira, thank you for creating loading-dots, this lib is awesome 🎉 @MilanVucic and I work with a company called CometChat creating [tutorials](https://cometchat.com/tutorials). We are collaborating on a Kotlin tutorial...

### Discord username (optional) _No response_ ### Describe the bug ```text My Neovim theme looks different (especially the pink) in Warp compare to Iterm2. ``` ### To Reproduce Steps to...

Consider this command: ``` bash sequelize model:create --name User --attributes username:string ``` Running it will create a model with a `username` property and type attribute: ``` javascript var User =...

In `index.js`, ```js const spected = require('spected').default const isGreaterThan = num => num > 5 const hasCapitalLetter = text => true const validationRules = { name: [ [ isGreaterThan(5), `Minimum...

Slack and similar tools have an emoji component: ![](https://i.imgur.com/L64DR6d.png) On Mac, we're used to pressing Command + Control + Space, but Windows and Linux users don't have this. Could we...

enhancement
help wanted
good first issue

At the moment, if multiple conversations are happening at once it can be hard to know what someone is referring to. We should have a better way to handle this.

enhancement
help wanted
good first issue

There are two kinds of message sharing, * Sharing a message with a fellow user * Sharing a message externally If we allow users to share messages within the app,...

enhancement
help wanted
good first issue

In WhatsApp and Messenger, you can share not only your current location, but your current **live** location. We should add a similar feature, maybe using [Channels](pusher.com/channels) or [Feeds](pusher.com/feeds) to power...

enhancement
help wanted
good first issue

On WhatsApp, Skype, Slack, etc. it's possible for each user to set their online status. This is a pretty common use-case and I would love to see how to do...

enhancement
help wanted
good first issue

Hopefully I put it under the right header. Please let me know if I should change it though. Thanks!