Darrel O'Pry
Darrel O'Pry
@TheSharpieOne, by that same logic shouldn't you also prefix your directives as well? av-match or validation-match. Happy to submit a PR if you let me know what you'd prefer.
Cool... I'll see what I can do next week. We have a project which we did experience conflict issues with a while back. First I'll check if the new version...
cool, then I'll go for something like vm- I'm sure it'll conflict somewhere else, but meh, it's never perfect.. :) ᐧ On Thu, Jun 2, 2016 at 7:27 PM, Evan...
@cfadams on the surface this looks good. Can you address the lint errors?
I started working on this here, https://github.com/dopry/bytenode-webpack-plugin/tree/feat/webpack5. Updating the entrypoint only fixes the initial errors on configuration and doesn't address other internal webpack api changes. In all honesty I don't...
@cfadams lets keep this open a as a work space for now, so the discussion doesn't get split... I did find https://github.com/webpack/webpack/issues/11425, which seems to indicate we should be using...
Because it's much simpler to convert the existing jshint rules to eslint and doesn't add as many additional dependencies to a project. Feel free to submit a PR with eslint-plugin-angular...
Oh awesome thanks for the hint. We kinda gave up on it and decided to move to WebHID. If that works proves challenging I'll try updating with force resolution. Is...
@mcous thanks so much for your help today as well. I'm happy if you guys want to close this issue or leave it open until the upstream issues are resolved...
I started exploring what would need to be done in Wagtail to get SVG support. I have a proof of concept at https://github.com/dopry/wagtail/tree/feat/svg-support. It really only covers getting an SVG...