Brendan Baldwin

Results 17 issues of Brendan Baldwin

Suggested feature for support of a `singleton` property in `package.json` to guard against installation of multiple versions/instances of a package the package tree. Anticipates, but does not define course for...

Backlog
Enhancement
Needs Discussion
semver:major

Per https://github.com/lit/lit/issues/3051#issuecomment-1163649651 we are exporting the events from the main module to facilitate users (re-)emitting them for certain use-cases.

## Description - A common use case for virtualizer is the presentation of very large sets of image assets with heterogenous aspect ratios. - A common solution to the problem...

Needs Discussion

## Description Per @justinfagnani [comment](https://github.com/lit/lit/pull/2962#discussion_r894686638) on #2962 we should update `@lit-labs/virtualizer` to use the common tsconfig.json instead of its bespoke one. ## Acceptance criteria This task is complete when the...

## Description Per @justinfagnani [comment](https://github.com/lit/lit/pull/2962#issuecomment-1152520938) on #2962 we should ensure remaining scripts are configured to use wireit and also that we should properly configure the `files` and `output` properties of...

## Description Per @justinfagnani review comment on #2962, we need to move `@lit-labs/virtualizer` to use the shared web-test-runner config in order to reduce number of `wtr` invocations and Sauce tunnel...

I was doing a long video render (6 minutes) and found my runs were arbitrarily stopping at around 2000 frames. After digging through the code it looks like they stopped...

enhancement

### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description At some point in the past, we ran into strange (and bad) behaviors in one or more browsers when sizing a...

Not ready to merge yet, this is work in progress. I've added some support functions to test helpers to gather visible elements in a container and return details about the...