Kilian Valkhof
Kilian Valkhof
Grafico doesn't do pie charts, and doesn't support click events as of this moment. However, since it uses SVG it's fairly easy to add id's to different elements allowing you...
Hi sprucegum, I can' t accept this patch for a number of reasons: - it only applies to line graphs (and area and stacked) but is configured for all, please...
PR is no problem! `autotune-experiments` is pretty long though? A somewhat default for custom elements is to prepend them with `x-` to work around this, that would make it ``...
Additionally, maybe prefix the autotune attributes (`autotune` and `autotune-class`) with `data-` to make them [custom attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes). Edit: You already do! Then just lead with that in the README.
No real consequences. Validators and strict parsers will complain, browsers will happily accept unknown elements. Same for attributes. But, with custom element you could add more behaviour directly to the...
I just updated to 20.04 and ran into this issue essentially straight away :( I searched for where the menu is instantiated and I think that's here: https://github.com/ubuntu-mate/mate-dock-applet/blob/01ddd887b72e6959c98182a012b14086946dcab8/src/dock.in#L1481 But I...
I would love to configure this for my app but there's (seemingly) no documentation on how to set up autoupdating for .deb. What are the steps needed to support and...
The same happens for `@viewport` rules. Here is a simple test case: Given the CSS input: ``` @media screen and (max-aspect-ratio: 10/9) { @viewport {width: 500px;} @-webkit-viewport {width: 500px} @-ms-viewport...
looking at https://github.com/ericgio/react-bootstrap-typeahead/blob/master/docs/Props.md, there is an onFocus function that gets called by typeahead that can be used to propagate to the react-jsonschema-form onFocus event?
Fallback to `extension.id` would always result in a 404 link so no fallback would be better. Not sure how you'd go about validating this. fwiw, I've been using this in...