Nils Gajsek
Nils Gajsek
Depending issue: https://github.com/angular-ui/ui-calendar/issues/203
Hi @pgaultier, I've got a couple of little problems to make this nice approach running in my application. I want to talk to you about this little things. The main...
Its about code quality and refactoring your codes. It detects duplicate codes for you. Duplicate codes mostly (depending on project, config files, etc.) needs to be more abstract or can...
Hey guys, check out this grunt task. It will create a nice HTML Output based on JSCPD output. https://github.com/linslin/grunt-jscpd-reporter
Fixed, please take a look on it.
Same issue for me. Downgrading to the latest 2.x.x version fixed this problem. `npm install -g npm@latest-2` Is there a fix in planning?
Due to no support on this library for months and a last release years a ago we decided to fork this lib to https://github.com/linslin/hjs and released a new version on...
Due to no support on this library for months and a last release years a ago we decided to fork this lib to https://github.com/linslin/hjs and released a new version on...
**+1:** I've run `npm i -D google-charts` and trying this example: ``` import {GoogleCharts} from 'google-charts'; //Load the charts library with a callback GoogleCharts.load(drawChart); function drawChart() { // Standard google...
Good one! I will add an software switch which allows to parse an array or string into the `setOption` method.