Rúnar Berg Baugsson Sigríðarson
Rúnar Berg Baugsson Sigríðarson
When plotting duration values getting nice ticks is difficult. If the duration is in milliseconds but scale to (say) hours the nice tick values turn weird. There are workarounds, but...
**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...
This package doesn't work well with [marked](https://github.com/chjj/marked). Say I first run `marked` on a string of markdown, it will escape quotes to `'` or `&qout;` which means `typogr.smartypants` won't typeset...
Follows the draft outlined in webcomponents/custom-elements-json#8 Closes: #2048
webcomponents/custom-elements-json#8 has `cssCustomProperties` and `cssShadowParts` while here we call them `cssProperties` and `cssParts` respectively. Is there a reason for this discrepancy? Is there a plan to fix this, either here...
**Describe the bug** When you create an element with `document.createElement` or `document.createElementNS` it will incorrectly create some `SVGGraphicsElements` as `SVGElements` **To Reproduce** Steps to reproduce the behavior: ```js const rect...
When I’m plotting bits (or more likely bytes) it would be nice if I could arrange the ticks on the round [binary prefix](https://en.wikipedia.org/wiki/Binary_prefix) values, e.g. `["0.5 GiB", "1.0 GiB", "1.5...
Currently it is possible to write prescripts and postscripts (e.g. tensors) using empty groups `{::}_a{::}^b C {::}_d {::}^e`. Not only is the syntax clunky, but the markup this generates is...
As implemented newline space literals map to an `` with the `depth` attribute set. This really only works to increase the vertical space e.g. in fractions, however fractions are implemented...
Chrome and Firefox have a differing behavior when it comes to spacing between certain `` elements. Firefox adds a space between normal and italic `` elements, but Chrome doesn’t. For...