Darryl Noakes
Darryl Noakes
### What's the Problem? I would like a QR code generator. Nothing more. There are plenty of tools floating around, but it would be nice to have one included in...
### What's the Problem? Larger Excel formulas can get really complex, and then a formatter is really handy. Even just some basic wrapping and indentation is fine. Another nice-to-have would...
### Describe the bug Using objects for the steps relies on the key order of the wrapper object being maintained. While there are possibilities that the order is entirely random,...
### Prequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
### Prequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
Please update the [comparison with Vue](https://mithril.js.org/framework-comparison.html#vue) to include Vue 3 (and just generally be more "modern"). **Is this something you're interested in implementing yourself?** No (I don't know where else...
### Clear and concise description of the problem In my app, I use Ionic's icon component, which takes an SVG data URI for the icon. However, the closest this plugin...
Please add the ability to export the graph as an image. For example, [regexper.com](https://regexper.com/#%5E%28%3F%3A%28%5BA-Fa-f0-9%5D%5BA-Fa-f0-9%5D%29%7B3%7D%7C%28%5BA-Fa-f0-9%5D%29%7B3%7D%29%24) supports this, providing download buttons for SVG and PNG. SVG alone would be good enough, but...
When using `defineProps`, you _have_ to call it in the form `... = defineProps()`. Using it like `... = toRefs(defineProps())` generates a misleading mess of runtime errors, with the only...
Currently, the renderer function returned by `chordRendererFactory` is always of the type `(chord: Chord) => string`. However, if `printer: "raw"` is given as an option to the factory, the returned...