Kevin Kipp

Results 37 comments of Kevin Kipp

Hey! When this project started, there were some issues I ran into with running it on Pages (I can't recall what though 😅) — but there's a good chance that...

Experiencing similar behavior, though maybe different issue based on output logs. Unable to reliably reproduce, but editor becomes completely unresponsive. Very frustrating. Here's the output from my editor: ``` 2024-04-12...

> Try changing > > ``` > vim.handleKeys: { "": false, "": false } > ``` Thank you! For anyone else on MacOS I had to change these to: ```...

It looks like this is also reproducible using the Big Buck Bunny manifest from the dash reference player https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd

It seems like Edge's native HLS support may have either been broken or removed. Using `overrideNative: true` shown below fixed the issue for me. ```js { html5: { hls: {...

@ciw1973 @pilcrowOnPaper Adam Silver has a great blog post on this topic: https://adamsilver.io/blog/javascript-isnt-always-available-and-its-not-the-users-fault/

I see — so it sounds like we need to add some information in the README to outline the subscription requirements. Thanks for raising!

Thank you so much for sharing this! I've run into one minor annoyance that you might already be aware of. I'm using `PERMISSIVE_HOLD` together with `IGNORE_MOD_TAP_INTERRUPT`, and it seems like...