Viewing profile — rahim_alwer
rahim_alwer
HN member- Joined
- Sat, Jul 06, 2019, 8:14 AM UTC
- HN karma
- 67
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About rahim_alwer
No profile information was provided.
Recent public activity
-
comment
Comment #47523633
This is such an elegant summary of why WCs are painful. I wish I had summarized it so well. I'm on the Video.js team and I wrote about my journey on this front as well [1]. [1]: ht…
-
comment
Comment #47514008
Hey there, I'm on the Video.js team! Sounds like your context provider approach is already in the right ballpark! Some background: our store[1] which was inspired by Zustand[2] is …
-
comment
Comment #47513741
I have that ticketed up for you [1], and I'll look into it tomorrow. Thank you! [1]: https://github.com/videojs/v10/issues/1120
-
comment
Comment #47513438
Hey there, on the Video.js team. What browser and version did you run into this on?
-
comment
Comment #47512292
It’s largely because (1) the React runtime is not bundled so it’s technically not apples to apples, (2) the Web Component includes CSS as well since we’re using Shadow DOM. Basical…
-
comment
Comment #47512257
We are designing with the goal of supporting more frameworks like Svelte and Vue specifically, even as far as React Native! We just don’t know when exactly yet but a large part of …
-
comment
Comment #47511790
Thank you!
-
comment
Comment #47511527
Awesome to hear!
-
comment
Comment #47511354
I'm on the Video.js team, just wanted to say thank you! Means a lot and we'd be eager to hear your experience trying it out. Feel free to drop a GitHub issue or discussion post if …
-
comment
Comment #47511344
Thank you! I’m on the Video.js team, and we’d love for you to try the library out and share your feedback. We’re especially eager to hear from developers who used or tried v8 in th…
-
comment
Comment #35399952
Hey everyone! The motivation for this started with some initial exploration of how native captions are inconcistent and extremely limited with respect to positioning + styling acro…
- story
-
comment
Comment #31903933
You're 100% right and I realized a little after writing it. Added `$root` to the library :)
-
comment
Comment #31890083
Thanks for all the feedback, love it! > I don't entirely understand what it means to dispose of observables, is that just an internal optimization for cleanups basically? Exposing …
-
comment
Comment #31889999
Thanks damsta!
-
comment
Comment #31889972
Thanks for sharing that, I just put together one [0] but hard to extract meaningful data without running at least an average across X (~1k?) attempts. Nonetheless, it seems to perf…
-
comment
Comment #31889457
Thanks and love the feedback. I know the dev space is full of cliche and overused terms. It's tough to not use them even when you're aware. I don't see it as a hard rule to avoid t…
-
comment
Comment #31889405
I started with that but then I thought about what if a callback or some other function is stored as an observable (i.e., like `useCallback`). Also, as fabiospampinato mentioned it'…
-
comment
Comment #31884100
Hey everyone! I put together a functional reactivity library that uses observable functions as it's primitive for tracking state and changes. It's super tiny (850B), fast, only re-…
- story
- story
- story
-
comment
Comment #22846075
Built this library out of frustration from trying to use Videojs and Plyr for one my projects. For anyone curious the reasons are listed here -> https://github.com/vime-js/vime#mot…
- story