Don Denton

Results 21 issues of Don Denton

Inside the generated Gruntfile: ``` csslint: { options: { csslintrc: '.csslintrc' }, check: { src: [ '/css/**/*.css', '/_scss/**/*.scss' ] } }, ``` Is this actually the desired behavior? If I...

Using `grunt-newer` with `grunt-responsive-images` seems to override the `{%= path %}` used in `custom_dest` and includes the FULL path from the root of the project.

enhancement

Same idea as `gallery` in the `_includes` folder. This one handles image urls and will prepend the `{{site.url}}` or `{{site.url}}/images/` intelligently… or will prepend nothing at all in the case...

`page.image.facebook` and `page.image.feature` will add `og:image` meta tags to the page. Since the protocol allows multiple images, both will be used if they are both available. If neither are present...

I am using ep-calendar for a project I am working on. I use it to display multiple events in a day, with each event being a link to the event...

### What version of `astro` are you using? 1.2.5 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ``` type FuncWithDescription = [ function:...

good first issue
i: bug
pkg: parser
area: typescript

This option, when `"true"` will fail the checker when the given pattern matches the commit message. This allows for a simpler kind check for negative conditions such as "The commit...

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

enhancement

In cases where a non-GET request has optional query params, the `.create()` function incorrectly allow you to omit them. This runtime code _must_ be present so the library can distinguish...