Ernie Jeash Villahermosa

Results 5 issues of Ernie Jeash Villahermosa

Using the normal require function gives the developers benefit of hovering over the function then VSCode will be able to show the necessary arguments of the function. Moreover, you can...

I have a nested block and inside it is the code highlight component ```html .my-class { background-color: red; margin: 0; } ``` The good thing is it works, however, there's...

# Description of the feature Would it be viable to have a minPointWidth option? Currently there is only [pointWidth](https://api.highcharts.com/highcharts/plotOptions.column.pointWidth) and [maxPointWidth](https://api.highcharts.com/highcharts/plotOptions.column.maxPointWidth) option # Library related to the feature Highcharts Column...

Type: Feature Request

I'm using an interval to request to the **finnhub api** every second. Then i would get last item of each array. From this: ```js { "c": [ 217.68, 221.03, 219.89...

### Describe the bug When nested component's parent folder has dash (-) it gives off a wrong component name. ``` RoutedMessagesIdePanel: typeof import('./src/components/routed-messages/RoutedMessagesSidePanel.vue')['default'] ``` Right now, changing the parent folder...