Christian Murphy

Results 263 comments of Christian Murphy

From an offline conversation with @drewwills, another approach could be enhancing the `user-info` REST endpoint to set appropriate HTTP Cache headers. Using HTTP Cache would allow services outside of this...

@jonathanmtran friendly ping, is this still in progress?

https://github.com/jslicense/licensee.js looks promising as a possible solution

An initial sweep with ``` npx licensee --license "(MIT OR BSD-2-Clause OR BSD-3-Clause OR Apache-2.0 OR ISC)" --errors-only ``` looks good, most (if not all) of the "NOT APPROVED" are...

License listings have been wrapped as a package for easy usage: https://github.com/ChristianMurphy/apache-category-a-spdx https://github.com/ChristianMurphy/apache-category-x-spdx https://github.com/ChristianMurphy/apache-category-b-spdx

Also see https://docs.travis-ci.com/user/deployment/script/

It looks like complete automation will be blocked by https://github.com/npm/npm/issues/19131 and/or https://github.com/lerna/lerna/issues/1091#issuecomment-404693512

Ongoing discussion on how to support CI with 2FA is going on here: https://npm.community/t/time-limited-tokens/502

Cross linking: https://github.com/elmsln/wcfactory/issues/325

I'd be interested in a stand alone command. Not sure if that would work for Vue or React components though, both use `MutationObserver` instead of `observedAttributes`. https://github.com/vuejs/vue-web-component-wrapper/blob/master/src/index.js#L105-L128 https://github.com/PixelsCommander/ReactiveElements/blob/36a65a69bae59442c6092dba74efa07c90511012/src/reactive-elements.js#L26-L31 Worth a...