Laurent Blanes

Results 7 comments of Laurent Blanes

With the new version out, I am thinking of adding example in the documentation soon. It's already possible just using CSS and the `class` property of `v-tooltip`. Just write a...

@gadelkareem Well, it's not part of the examples, but of the documentation. :) You can see it working on the top of the page (header) of the documentation site. The...

This is an old question, but I ran into this issue and solved it. So maybe others can benefit from my answer. I would suggest using `mychannel.isSubscribed()` (https://socketcluster.io/#!/docs/api-scchannel-client). If you...

Hi! Not sure if it match as a "feedback" for the project but I am a very recent user of **SocketCluster** and I struggled a lot to be able to...

> @hekigan Thanks for the feedback. > > I agree that Asyngular is somewhat verbose and I did consider making it shorter initially. > > The reason why I went...

@jondubois the `optionalCleanUpFunction` was related to your example before which included `cleanupSomethingRelatedToTheFooProcedureStream();`. This was only to address that point. Then again, the code I wrote above is just a rough...

I do have the same problem. - first click = the arrow is supposed to be on the left of the element but actually goes over it (an A tag)...