cyril
cyril
All the `h1`, `h2` and `h3` have a positive `padding-top` and a negative `margin-top` like: https://github.com/gridsome/gridsome.org/blob/f563027d4a8bc07c96ae023ba62a933c687d60b7/src/assets/style/docs.scss#L21-L23 Because of this negative `margin-top` the text above any title can't be selected _(in...
The `setTypes` function allows the user to override the default status. For instance in my case, I don't use "FAILURE" but "ERROR". With this PR, I could do the following:...
Avoid the `login` variable to be shadowed in the example. On the `sagas.js` file of the README example we can see: import { login } from './actions'; // importing our...
Update the website documentation to include a directive advanced usage. As mentioned in this issue https://github.com/vuejs-tips/vue-the-mask/issues/48#issue-280045671 the directive can be used with an `object` rather than a `string`.
When using the `tab` key on a `readOnly` editor, this error occurs: ``` Uncaught TypeError: this.content is undefined tab CodeEditor.vue:283 ``` To solve it, we need to change these lines:...
### :bug: Bug Since the `v11.9.0` of [highlight.js](https://www.npmjs.com/package/highlight.js) there is no highlighting on my code. The console show me this message: `Element previously highlighted. To highlight again, first unset 'dataset.highlighted'....
I'm using Typescript and a chart of type `heatmap`. On the configuration object, based on the documentation & types I have: ```ts const options: ApexOptions = { chart : {...
As soon as I add a `responsive` property in the `config` object, any update to the config will trigger a "too much recursion" error. I found a [similar report on...
Remove a non-existing file Similar to a previous commit: https://github.com/prateekmedia/netspeedsimplified/commit/6fc80b79df2162ec160c53d94d559c3c0bd03652
I'm using Firefox (131.0.2) on a private session with no extensions, when clicking on any link pointing to nuxt.com/**, I have an error. It opens the panel and displays: ```...