Anthony Ciccarello

Results 42 issues of Anthony Ciccarello

An interesting use-case came up in the TypeDoc repo (TypeStrong/typedoc#858). Would it be reasonable to define the following as a function rather than a variable? JSDoc users can use `@function`...

general discussion

The globals page is linked in the breadcrumbs and in the right nav. The readme is only linked to at the very top of the page. It should be easier...

### Problem When the following compiler options are set in a tsconfig.json grunt-ts fails to read the `"alwaysStrict": false` option from the tsconfig.json file. ``` "strict": true, "noImplicitUseStrict": true, "alwaysStrict":...

bug
Jump In

**Enhancement** I would like to have a way to render from tests as a way to aid with TDD. Ideally, you would be able to pass an assertion template or...

enhancement
next
area: testing

**Is your feature request related to a problem? Please describe.** I want to be able to quickly upload photos to my media endpoint but I want to do some normalization...

enhancement
plugin-endpoint

# Is your feature request related to a problem? Please describe. I currently have an 11ty backed site that is configured with [Netlify CMS](https://www.netlifycms.org/) so that I can create/draft/edit posts...

enhancement

#### Design Pattern Within the [material spec for cards](https://material.io/guidelines/components/cards.html#cards-actions), there is an example which uses a colored background and an expanded header section contrasted with a graph. ![card with blue...

design

#### Bug Report `td-message-actions` buttons are misstyled when the label text gets too long. ##### Screenshots or link to CodePen/Plunker/JSfiddle ![image](https://user-images.githubusercontent.com/11273838/29641461-e53b4094-8820-11e7-926f-f0e4ab09f3f1.png) Plunker: http://plnkr.co/edit/XrP96mJB1vk9mxYZpOoK?p=preview #### What is the expected behavior? I...

#### Feature Request In #959 @emoralesb05 broke up the css styles into separate SCSS mixins which allows for cherry picking the styles that are included. The documentation only highlights the...

### Do you want to request a *feature* or report a *bug*? #### Feature Request The docs should include descriptions of the black and white color helpers. https://github.com/Teradata/covalent/blob/f305f117dd63ee1007f708c696891af7186bb27f/src/platform/core/common/styles/colors/_colors-light.scss#L292-L304 #### What...