simonhermann
simonhermann
### What problem does this feature solve? I just spent way too long debugging something really weird until I realized I accidentally wrote `:v-if` instead of `v-if`. A warning when...
Since images open in a fullscreen view, users'd expect the browsers back button to bring them back to non-zoomed state. I found this is especially true on Android, intuitively using...
Native page internal anchors add a hash to the url (like `#section1`), wich applies the `:target` pseudo class to the target element, and thus enables styling it. Would the same...
as soon as I `import` MagicGrid as plugin, nuxt dev build breaks. Error: `SyntaxError: Unexpected identifier` Any ideas what's going on?
I'm using smoothScroll on a single-page app (with nuxt.js). On loading the site at first or after refresh everything works as expected. After a page change (effectively the DOM is...
The combobox role works better when used on `input`, e.g. VoiceOver will not say the number of entries when on container. **Observed behaviour:** when selecting an entry, VoiceOver reads "Entry...
Hello @christian-reichart first: thanks for this awesome tool, works flawlessly. We use it to generate sprites from several hundred icons, with are grouped in a way that might make sense...
After searching for quite some time I finally figured out what the correct syntax is. I'd appreciate if you could add this to the readme: ``` markdownit: { use: [...
the webchat.js file (v2.56.0) has a size of 1.5mb, that can hardly be necessary. There is an existing plugin system that should be used for special cases, while the file...