dmlayton
dmlayton
This is probably best as a plugin rather than a feature request, but I think Elder's architecture lends itself to something I have yet to see automatic, perfectly sized skeletons....
What licence is this released under? The MIT licence?
Using the Select component gives a few accessibility warnings. Vanilla it saya the `aria-*` atributes don't match the role on the select anchor. Since the select anchor is a div...
On all Drawer examples, the role for list is set as "list", but role is not set for the items (should be "listitem"). Running lighthouse for accessibility on the demo...
[list-append](https://svelte-select-examples.vercel.app/examples/slots/list-append)
Could we get totalSupply on the hourly pair data? It looks like the data is available and you just need the corollary to this line `pairDayData.totalSupply = pair.totalSupply` in `updatePairDayData`...
How do I set components on an issue? In the rest interface it would be ` "fields": { "components": [{"name": "Xampl"}],`, but when I try this, I get told `Inappropriate...
see [issues 99](https://github.com/fourplusone/terraform-provider-jira/issues/99)
Where can I get the spec for the structure of the YAML that defines a `template.yaml`?