Matt Lewis

Results 19 issues of Matt Lewis

I've added support for publishing to npm as well as requiring() with commonjs with tools like webpack, browserify etc. After merging + whenever publishing a new release all you'll need...

needs-work

https://github.com/dmtrKovalenko/date-io Things to investigate: * How much bigger would it make the bundle size for date-fns (as it imports more functions) * How would the `weekStartsOn` option work? Replace with...

enhancement
feature

- [x] Ship new major of angular-draggable-droppable, dropping support for < v8 of angular + removing deprecated apis - [x] Ship new major of angular-resizable-element, dropping support for < v8...

enhancement
feature

Hey everyone! 👋 I'm looking at creating an online video course, that shows you how to setup and customise this calendar within your application, so that by the end of...

sustainability

Hey everyone! 👋 I currently work on this project for free in my spare time, and I'm looking into some ways to make the project more sustainable, so that I...

sustainability

Hey everyone 👋 I'm now on [GitHub sponsors](https://github.com/users/mattlewis92/sponsorship), so if you're using this calendar and would like to support me financially, please consider becoming a backer. Bronze sponsors even get...

sustainability

Migrates to the latest angular version and uses the CLI to do all the build tooling. BREAKING CHANGE: angular 8 or higher is now required to use this library This...

This changes lerna so that only the `dist` folder gets published to npm and means that the package will just work with ivy. **Relevant issues** https://github.com/valor-software/ng2-dragula/issues/951 **Before submitting** N/A

**Description and reproduction of the issue** ```JSON { "rules": { "@angular-eslint/template/eqeqeq": ["warn"] } } ``` ```HTML + ``` After `eslint --fix` is ran: ```HTML + ``` **Versions** | package |...

bug
package: eslint-plugin-template

**Description and reproduction of the issue** ```JSON { "rules": { "@angular-eslint/template/i18n": [ "error", { "checkId": true, "checkAttributes": false, "ignoreTags": [":svg:title", ":svg:desc", ":svg:tspan"] } ], } } ``` i18n tags on...

bug
package: eslint-plugin-template