Greg Poole
Greg Poole
Replying to keep the bot happy. I'm willing to make the change to the wiki if it sounds good, just need to know how?
@leafo could you please merge #117?
Wow that's a complicated regex! I've found this issue crops up now and then for me and in the past I've just ignored it or stopped using `attrs` and created...
I had this issue on 1.87 and had success with [rymesaint's workaround](https://github.com/s3fs-fuse/s3fs-fuse/issues/693#issuecomment-366661850). Worked for me with HTTPS too, which is probably a good option to try first: ```sh s3fs my.bucket...
Unfortunately looks like the project's abandoned. A workaround for this issue with lint-staged and husky is to write your own cleanup in `.husky/pre-commit`. This works for me for both error...
I think if `preload` could also be an async function that returns array, that would be flexible enough to cover a bunch of use cases. For example to solve the...
I know you asked this a while ago @MartCube and you've probably already figured it out, but just re-reading your question it sounds like maybe you wanted an array of...
[next-sanity-image](https://github.com/lorenzodejong/next-sanity-image) provides support for Sanity images with Next. It could be used as a basis for implementing the component here. In the meantime you can use that library directly if...
Experiencing the same problem in Safari 16.5.1 on desktop. I can't reproduce with Big Buck Bunny on https://hlsjs.video-dev.org/demo/, but I can reproduce with [my test stream](https://d1v9nx9ehvttmu.cloudfront.net/swu001/hls/00A-75f2aef9/index.m3u8). I get the following...
Testing a bit more I'm noticing that in my case this problem is inconsistent. Sometimes the `ended` event fires, sometimes it doesn't. Bit of a hack but I'm trying a...