Clif Kussmaul

Results 13 issues of Clif Kussmaul

##### **Overview of the issue** If two `/**` style comments precede a code element, the second is silently ignored. I encountered this in source files with a header comment (with...

Type: Bug

I just added this extension (to use with a Google Doc add-on I wrote several years ago). I can connect to GitHub without any problems, push my code to a...

I have a set of Pa11y tests (run from `pa11y-ci`), each with a `url` and a set of `actions` to set fields, click elements, and wait for paths to change...

type: enhancement

#248 fixed WordTree in chart-type.ts, added sample WordTree in main.component.ts

# Bug Report ## Description [`lib/types/chart-type.ts`](https://github.com/FERNman/angular-google-charts/blob/master/libs/angular-google-charts/src/lib/types/chart-type.ts) defines `enum ChartType`. The last enum value is `WordTree = 'wordtree'` but should be `WordTree = 'WordTree'`. ## To reproduce 1. Visit [this StackBlitz](https://stackblitz.com/edit/angular-ivy-ur6j7n)...

bug

# Bug Report ## Description I can't fork/open and run angular-google-charts in StackBlitz. I have minimal experience with StackBlitz, so maybe this is simple. :-) ## To reproduce 1. Go...

bug

JSON Schema draft 6 adds an `examples` array "to provide an array of examples that validate against the schema": https://json-schema.org/understanding-json-schema/reference/generic.html#annotations Please add `Schema.examples`, and perhaps `validateExamples(schema)` to validate each example...

## The problem to solve I use `sanitize-html` in an MEAN (Mongo Express Angular Node) application, and the `sanitize-html` options are flexible and powerful. For example: sanitizeHtml : { allowedStyles...

enhancement
stale

After I updated to jasmine 3.8, every test suite that uses `ng-bullet` produces this warning, discussed in detail here: https://github.com/jasmine/jasmine/issues/1893 _DEPRECATION: An asynchronous before/it/after function took a done callback but...

I would like to have `symlog.xOffset()` center the function at a given x-value, which would be subtracted from each `x` in the forward equation, and added to the inverse equation....