cmcnulty

Results 5 issues of cmcnulty

**Describe the bug** because `the_title_rss()` and `the_permalink_rss()` already echo rather than returning, wrapping the return value in an escape function doesn't actually do anything. Luckily the the_permalink_rss already escapes it's...

### Feature Proposal Proposal: expose _labelItems as publicly supported property: labelItems with new type LabelItem[] Currently there is no supported way of retrieving the dimension of axis labels for the...

type: enhancement

proposed fix for #74

Suggest removing the code: `return parseFloat(stack[0].value.toFixed(15))` from src/postfix_evaluator.ts because it only partially solves the issue floating point math, and because there are better work-arounds. The following code demonstrates both that...

input is the only event triggered in case of autofill, so we can't ignore it. This should be safe for standard desktop users - worst case it will just trigger...