Serghei Cebotari

Results 6 comments of Serghei Cebotari

That's what I do. Well, we all have sins :blush:

I have created a simple sample app here: https://github.com/scebotari66/helloworld-vue-cli-plugin-nativescript-vue. In the `src` directory I have the `main.js` which imports `App.vue` and `main.native.js` which explicitly imports `App.native.vue`. My question is why...

For anyone having the same problem, I ended up generating the color rules for the `highcharts-data-label-color-` classes myself. Similarly to how `highcharts-color-` rules are generated in the default provided SCSS...

The root cause is in the `childItems` getter. The Container references `this.items` in the getter, whereas the Panel references `this._items`, which is not yet initialized when `updateRecord` is called. Not...

```` const textToBeHighlighted = *text[tobehighlighted]; ```` In normal mode, with the cursor on *, you can do `yst;fNumber` or `vt;SfNumber`. Also check the [docs](https://github.com/tpope/vim-surround/blob/master/doc/surround.txt). You can find more examples there...