Francois Belanger

Results 7 comments of Francois Belanger

Hi, just did the code for me to simply log the mouseEnter. On the drag div, simply added (mouseenter)="enter(index)" ``` ``` In the TS: ``` drop(event: CdkDragDrop) { moveItemInArray(you Array,...

> Hi ! Thanks @Francois-Belanger for your solution, it works but visual glitches are annoying > Is there any progress about this issue ? Hi, sadly no, I'm waiting for...

Could someone do a npm package for this, so it could easily be integrated ?

Hi @Jezternz I finally wrote my own version :-( Your plugin is a great inspiration. Instead of an array I used a Map and add lots of checks. If you...

My pleasure, here: ``` import * as redis from 'redis'; let _pubClient: redis.RedisClient; let rPubSubIdCounter = 1; const clientLookup: Map = new Map(); const globalSubscriptions: Map = new Map(); export...

Hi, I have the same issue with iOS. I can see the connection is made, but the callback is never called :-(. Did you find a reason or a fix...

Ok, this is a device bug, not iOS. But still.. would have been fun for iOS to flag a mistake. My device didn't adv any services... Thanks for the great...