Brice Colucci
Brice Colucci
Dependencies lock updated.
I thought we can add the -auth-method argument. By default it could be "basic", and we could have "digest".
Just made some changes. Please do not merge until I add at least md5 digest mechanism :)
Could also be great to merge the testing environment PR, so we will be able to test ;)
@jaredreich I've reduced the actual code. But yeah, of course, if you use more (in next release) these shortcuts it's better to have them declared as you said.
I've put some comments in your commit @aziz512. I think that a plugin could just have processing and no icon (no?) Also, you should modify a little the way you...
https://github.com/jaredreich/pell/pull/106
@ilyaztsv why not. I just ask myself if for it worth it? I mean, there are just few lines of code right, and maybe an .editorconfig file is enough? What...
Something fast and easy... Shortcuts like: ```javascript const addEventListener = (parent, type, listener) => parent.addEventListener(type, listener) const appendChild = (parent, child) => parent.appendChild(child) const createElement = tag => document.createElement(tag) const...
https://github.com/jaredreich/pell/pull/108 Save about 13%