Youssef Taghlabi

Results 3 issues of Youssef Taghlabi

Currently, `RouterState` hosts only a `path`; It will be nice if it can host a `queryParams` object and enhance `connectRouterActions` to dispatch it. ``` // reducer.ts export interface RouterState {...

I have the following grunt configuration: grunt.initConfig({ ``` less: { dev: { files:[ { expand: true, cwd: 'static/less/', src: ['*/master/**/*.less', '*/views/**/*.less'], ext: '.css', dest: 'static/csscache/' }] } }, assets_versioning: {...

bug

First off, thank you for the excellent work on ColorParsley. It’s a compact, useful utility for color parsing and related string helpers, and it shows in how often it’s pulled...