SiddiquiImran

Results 9 issues of SiddiquiImran

This is a (multiple allowed): * [x] enhancement * [x] feature-discussion (RFC) Hi, Is there any plan to indroduce ios blur effect for nav bar and tab bar? ### Expected...

Styling (CSS / Less)
Feature Request

Hi, Can we have a setting to define direction to slide like horizontal as well as vertical?

help wanted
feature
good first issue

### Reproduction Link await Post('my method name', JSON.stringify(my param)) .then(response => { console.log('response: ', response) if (Helper.IsValid(response, true)) { // code need to fire } }, response => { console.log('error...

Hi, Have created node js API project where i have used this library but i was getting this error when starting the docker: ![image](https://user-images.githubusercontent.com/20870175/37552370-8fe9dcc6-29d9-11e8-8741-71b2ca8dee9a.png)

Hi All, can we have min height and width parameters as in some case it's not possible to give exact size

Hi, https://jsfiddle.net/ezyx4uos/ https://jsfiddle.net/sorxn2zb/ shows only two bars and in wrong positions.

findFirst ( tree, 'children', { name8: ?} ) OR findFirst ( tree, 'children', { ?: name8} )

![image](https://user-images.githubusercontent.com/20870175/33158886-c564861c-d033-11e7-9a58-e211ea5afeac.png) have installed docker on windows 10 system and after that when i try to use make up command i am getting this error

Hi, Have tried integrating this library in my project Line, bar chart is working fine. How to integrate gauge chart? new Chartist.Pie('.ct-chart', { series: [20, 10, 30, 40] }, {...