Luke Jackson

Results 113 comments of Luke Jackson

Hey! Yes this is a known issue.. so the problem is how to know when to scroll (that is, not when the images has been appended to the DOM but...

Both of you are on the right tracks! @Leschonander the UserHeader would be a great place to put a custom status drop down but as @fejj182 points out, you would...

I am not sure where the `upath` dependency is coming from or why it demands `>=4

Nice one @alexey13 and good idea.. what happens if you receive a lot of messages at once? Do you debounce this call or something?

Nice.. well maybe with a slightly shorter sound and checking to see if we are already playing a sound we could make this work.

I believe this is down to an API change. I'd say you will have to get the attention of @callum-oakley, @minaorangina or @mdpye. I have updated my personal projects but...

I have seen this kind of thing done well on other apps (Slack themselves are pretty damn good at it themselves IIRC) but I have never attempted to code one...

Hey 👋🏼I have been busy at work with other projects recently so there hasn't been much contribution from Pusher for a while but this would be cool to see and...

This looks like a reasonable approach! If you took some of the styling off of the input, then it would appear like a content editable div anyway. What is your...

I'd prefer not to be so intrusive. In place editing is much cleaner, it would be nice to be able to implement this feature with next to no extra UI...