Arman Forghani

Results 4 issues of Arman Forghani

What is the usage of this library when there is no way to import new contacts? Telegram is a social network and the user may want to contact new friend....

As you can see in the screenshot, the caret has not correct position. I'm using Firefox 45.0.1. ![issue](https://cloud.githubusercontent.com/assets/8457306/14342952/f62e9d38-fcb2-11e5-9a52-5dfd2ded063a.png)

@sebastienros , @MatteoPiovanelli-Laser I have a simple query as below: ``` var query = session.Query().Where(v => v.Published) .Join(session.Query(), v => v.ContentItemRecord.Id, u => u.Id, (v, u) => u) .Join(session.Query(), user...

I need to use some specification attributes to describe my products. Also i will use these attributes for filtering products on category page or comparison. 1. Can i done this...