Ankit Balyan

Results 28 comments of Ankit Balyan

I'd like to take this issue if you're not working on it.

Or may be this shouldn't be allowed to have both the props as responsive array.

I tried to add following over [here] (https://github.com/siddharthkp/react-ui/blob/199532b281a00a84e4d8859465a976c61f552135/packages/react-ui/src/primitives/interpolate.js#L26) const responsiveValues = values.map(v => { if (typeof v === 'object') { return interpolate(v, theme); } return get(key, v, theme, label); });...

`[email protected]` will be compatible with `hooks`. 😄

Minified file reaches to 32K from earlier un-minified file size of 67K. Gzip size 9.93KB It will also reduce further more ~3K size in production mode when it'll be added...

@siddharthkp added conditions for removing console warning for production build via a check for `process.env.NODE_ENV !== 'production'` which gets replaced at the build time.. but I'm not sure if you...

Also, not sure if we want to hide all the warning messages for the production build, let me know if I've to eliminate few of them.

steps to run any git laravel repo. 1. clone it 2. run `composer install` inside the directory 3. run `php artisan server` or confiure it to xampp/ apache or nginx...

VOIP Pushkit? What I've implemented with apn is VoIP notification, so that as soon as a notification arrives it opens the app in the background and update the notification delivery...