Serghei Cebotari
Serghei Cebotari
Sometimes, when moving the cursor up and down using the `j` and `k` commands, the cursor doesn't end up in the correct position. Here is a test case that I've...
### Please, tell us what's the problem? [x] A typo [ ] Wrong documentation [ ] Improvement of existing article [ ] Missing documentation [ ] New article needed ###...
I have an existing Vue web app, and I am trying to integrate this plugin to create a mobile app in the same code base. I wanted to initially build...
#### Expected behaviour In the [demo example for timeline chart](https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/series-timeline/datetime-axis), the axis point matches the color of the path going to the label box. I would expect the same in...
Given the following CSS: ```css .foo { color: red; color: var(--my-red); background-color: blue; background-color: var(--my-blue); } ``` I get this output: ```css .foo { color: var(--my-red); background-color: #00f; background-color: var(--my-blue);...
Fixes https://github.com/jbub/ghostwriter/issues/119
[Hugo v0.120.0](https://github.com/gohugoio/hugo/releases/tag/v0.120.0) deprecated author key in site configuration, and now there is a warning:  I have tried moving the author key in params, but it seems it is ignored
Hello! I have noticed an issue with running the empty file on a list of specs. Steps to reproduce: - start from https://github.com/scebotari66/cypress-split-example (just bumped plugin version to latest) -...