Al Marks

Results 57 issues of Al Marks

### What issue are you having? Shoelace is distributed with its own copy of Lit, instead of referencing it as a dependency, so if there is any other code on...

feature
upstream

Pre-releases of Lit core libraries for testing https://github.com/lit/lit/pull/3156. **NOTE:** I don't intend to merge this PR; instead I will do the release manually from my workstation after approval. If there...

We're on React 17. React 18 is out. We should be on React 18 sometime. Or be compatible with both somehow. cc @justinfagnani

### Discussed in https://github.com/lit/lit/discussions/2715 Originally posted by **pika11** April 7, 2022 When `lit-localize` extracts to .xlf it scapes some characters from source. Then when translated it gets printed as "&...

Building on * https://github.com/lit/lit/commit/adbfceb02f7deb9cf69d8f44ff88002d851e7788#diff-c9ffebf7c892cdb0442bf316bbd8a4d4be892cca3cd6d0b1d4d9bdc8a39f4fd6 * https://github.com/kevinpschaaf/next-wc-ssr/blob/main/pages/index.js

As of just now, GitHub supports showing a different image for light vs dark theme: https://twitter.com/ashtom/status/1463554157932023808 This adds a new dark theme version of the logo, which is the same...

cla: yes

The `CACHE` object is used to remember whether a path was a directory or not across `glob()` calls. Previously, this cache was keyed by the relative path of the file...

Currently, `tiny-glob` takes a single glob string. It would be nice if it could also take an array of glob strings, where negations apply to previous items in the array....

This PR changes the license headers on the `.ts` source files in the following ways: 1. Adds a `@license` annotation, so that tools like Terser and Closure compiler will automatically...