Al Marks

Results 44 comments of Al Marks

We built and published (today!) https://github.com/google/wireit, which is an attempt at bringing a declarative script-level dependency graph to npm, including parallel execution. It uses a syntax just like what @justinfagnani...

We've just published some pre-releases for Lit which includes https://github.com/lit/lit/pull/3156. This change means that Lit should now be importable directly from Node, without crashing, without the need to first load...

@justinfagnani: This is going to churn the `lit` package again, since I updated the logo to the new more compact version. The original reason we added the logo to the...

Hmm, I guess a downside of this is that the version on npmjs.com is going to show both images, since it doesn't know about the special fragments. I guess we...

> Hmm, I guess a downside of this is that the version on npmjs.com is going to show both images, since it doesn't know about the special fragments. Sounds like...

GitHub supports light/dark image toggling now. Adding a dark theme variant in https://github.com/lit/lit/pull/2314.

For further reference, the [`glob`](https://github.com/isaacs/node-glob) library does not support arrays of globs, and NPM implements the behavior described above by doing its own transformation of the globs and the glob...

> Supposing the user has NOT set the global rootPath property, "basePath":"/test/" in Polymer.json sets (provided is already in the entrypoint) > > Supposing the user HAS set the global...