Results 25 comments of Yuri Sulyma

Just published [@liqvid/gsap](https://github.com/liqvidjs/liqvid/tree/main/packages/gsap), let me know how that works for you!

Would it be better to modify the import algorithm, or create `text.styl` which calls `@import 'text/index'`?

just joined Mastodon, finding it hard to read :(

Can this be removed from the docs (https://typescript-eslint.io/rules/consistent-type-imports/#fixstyle) until it is released? I just spent several minutes troubleshooting ``` Error: .eslintrc.json: Configuration for rule "@typescript-eslint/consistent-type-imports" is invalid: Value {"fixStyle":"inline-type-imports"} should...

I'd be interested in implementing CM6 support—is help still needed with this? If so, if there already partial work towards it, or any gotchas to be aware of?

Tagging Remotion @JonnyBurger @Iamshankhadeep and GSAP @jackdoyle @PeterDaveHello

@heff Definitely related! One concrete difference is that `MediaElement` is not DOM-aware at all. As a perverse (but illustrative) example, one could use it in Node to create ASCII videos...

> On that note, is it not a Media "Element" interface then? Yeah, the logic was `HTMLMediaElement` − `HTML`, but I guess `Element` should be subtracted as well. On the...

This would be really useful to me. I try to imitate existing DOM APIs as much as possible, but there are several properties which behave differently in HTML vs the...