Justin Fagnani

Results 256 issues of Justin Fagnani

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? React (@lit-labs/react) ### Description [A bug report...

It would be convenient for ergonomics, documentation, React integration, and transpilers to be able to declare what events an element fires. We could add a decorator (and static block for...

## Expected behavior `"customElements"` points to a file in the package. ## Actual Behavior No such file. See https://unpkg.com/browse/@lion/[email protected]/

The FirestoreRepository was calculating the reference string for the element _declaration_ incorrectly when the definition/export (the define() call) was in a different module from the declaration (the class). It was...

Try `@lion/button/lion-button-submit` in a local dev environment: http://localhost:5450/catalog/element/@lion/button/lion-button-submit This page errors because no declaration is found. There are at least three problems here: 1. The page should show more about...

New Site

We want to be able to partition the Firestore database for running multiple tests agains the same database in parallel, and to potentially support multi-tenancy, different environments in the same...

New Site

The catalog will have a number of routes with different query and DB schema requirements: ## / The home page of the site will show some catalog data like potentially:...

New Site

We'd like to be able to support search operators like `package:foo`, `author:[email protected]`, `tagName:button`, etc. There are npm packages that parse out operators from queries, which we can then map to...

New Site

We need to have the catalog do an initial search / crawl of packages with custom elements manifests. We can try to find such packages in a few ways: 1....

New Site