Veaceslav Cotruta

Results 7 comments of Veaceslav Cotruta

Found this thread after figuring out what the problem was ))

I will illustrate an example: The controller ``` $scope.data = [{ "FullName": "John Doe", "Age": 25 }]; $scope.dtOptions = { columns: [{ name: "FullName" }, { name: "Age" }] }...

Please note that creating a new time series from a merged time series will correctly fill the gaps: ``` (new TimeSeries(tsMerge.toJSON())).fill({ fieldSpec: [ 'pressure', 'temperature' ], method: 'pad' }) ```

I [solved](https://github.com/katrotz/rollup-plugin-less-modules/blob/master/src/index.js#L120) it for the less plugin by declaring the less imports as ES module dependencies (as @differui suggested). Now rollup considers these files as dependencies and watches them too.

Before deciding on an official Api for this, please consider the same partial matching in Event/MessagePattern, when the pattern is an object. Eg. The Nest microservice consumes messages from a...

@Aaike This PR will most probably create conflicts if merged after @justingorham PR. If this is the case, I will adjust the code for this PR, just let me know