dstoc

Results 7 comments of dstoc

It has actually updated on the site, but the old version under `web-padawan/brainy-table` is likely being cached in your browser.

I think this is probably a bigger feature. We'll want to figure out how to create index entries for individual elements.

@maxbrunsfeld anything I should do here? The issues with the check seem unrelated to the change.

Thanks. The full list seems to be `isalpha`, `tolower`, `strcmp`, and `isalnum` (from "Import" section in `wasm-objdump -x tree-sitter-markdown.wasm`). Of those `tolower` and `strcmp` don't have an alternative in the...

I can't see the issue in your repro, but this sounds like [this issue](https://github.com/web-animations/web-animations-next/pull/434) which was fixed in [2.2.1](https://github.com/web-animations/web-animations-js/releases/tag/2.2.1)

It's possible. It would follow the same model as regular web animations, where all of the animations would run, but depending on the compositing mode, only the last affecting a...

Seeing the same behavior, and using the same workaround (move init to constructor). Stepping through provide.ts, I see that [`init`](https://github.com/lit/lit/blob/7cfb2274d8903c5be40ca4dcaf5167a57bb36a32/packages/context/src/lib/decorators/provide.ts#L67) is called before the [initializer that sets the ContextProvider](https://github.com/lit/lit/blob/7cfb2274d8903c5be40ca4dcaf5167a57bb36a32/packages/context/src/lib/decorators/provide.ts#L57).