Simon Whitty

Results 48 comments of Simon Whitty

Thanks for reporting this, it appears to be an issue when using `` and how it calculates the projected coordinates. I will investigate further but sidestepping pattern and directly using...

Thank you for reporting the issue. 🙏🏻 It's been fixed on the `main` branch and will be included in the next release.

I have now released [0.18.0](https://github.com/swhitty/SwiftDraw/releases/tag/0.18.0) with this fix.

It is already is possible to init the server with [`any Logging`](https://github.com/swhitty/FlyingFox/blob/0b6f7703a97aa37e9f0ab511bec792847dd91833/FlyingSocks/Sources/Logging.swift#L32) instance: ```swift let server = HTTPServer(port: 8080, logger: MyLogger()) ``` Would this be sufficient for your needs? Or...

I think that is a nice idea, this really is just another `HTTPHandler` that acts as a middleware in-between requests and handlers. It may take me a while to workout...

I think this is a very valid suggestion and I agree that consistent behaviour is better here so it should switch to `SuspendingClock`

Hi, does the file download correctly using a downloader like `wget` or `curl` ? Very large files should download correctly and most browsers will simply download the mp4 and play...

We have added support for ranged requests in https://github.com/swhitty/FlyingFox/pull/157. This should enable much better video playback when using `FileHTTPHandler`.