Paul
Paul
Currently whenever you use the `` component and don't pass any children it will will fallback to returning the full message. Even if the **id**, **attributes** and any of the...
### What problem does this feature solve? There has been an issue previously created for the same request, https://github.com/vuejs/vue-loader/issues/1536, but it has been closed without any feedback. Internally, we have...
## Current behaviour 💣 When using the `assetTags` from the callback of `alterAssetTags` or `alterAssetTagGroups` hooks (didn't test other hooks), the `contenthash` portion of the asset filename differs from the...
There is an issue where fresh does not decode the `params` field that is passed through to the render function of pages and handler functions. This PR fixes that, by...
Some of our tools, such as [transition-component](https://github.com/mediamonks/transition-component) and [muban](https://github.com/mubanjs/muban) have their docs in separate `.md` files that are then bundled into a github pages website using [vupress](https://vuepress.vuejs.org/), see: * https://mediamonks.github.io/transition-component/...
JS gives us a lot of freedom in how to iterate over arrays. We can use existing for loops in the same situations as array methods. However, the **readability**, **safety**...
Currently this repo contains general frontend standards, what about framework specific standards? Reasoning would be the same as for the general standards, making projects more consistent and making sure everyone's...
Since we're planning to move our eslint-config to a separate repository this week. We now have full freedom to focus this repository on improving everything surrounding the documentation of our...
I think that we should enforce using [RFC 2119](https://tools.ietf.org/html/rfc2119) in the standards. As this will give the reader a better understanding on how important a certain guideline is. Moreover, as...