Jamie Woods
Jamie Woods
We use express-sharp to serve images. One problem we face is that there is no mechanism in express-sharp to bypass transformation, so we cannot serve animated GIFs from the same...
It would be really handy if, when compiling ffmpeg, its (development) headers could be copied. This would allow the easier compilation of applications that link against ffmpeg.
It would be useful to be able to specify custom TextSpans (perhaps either as `contents` of a Paragraph object, or in a new obj_type). This would allow for mixing and...
At the moment, when including a transparent PNG in a generated PDF, with fit_width set to true, the image instead has a black background. I haven't tested other image formats...
This PR adds bare bones OAuth 2.0 support by implementing an [OpenID Connect client](https://github.com/jumbojett/OpenID-Connect-PHP). To authenticate via OpenID, navigate to `/login/openid`. This PR also provides an option to always use...
webrtc-native has proxy support. I would like to see support in webrtc-streamer for using a proxy to access, say, a TURN server. This would be useful behind corporate firewalls.
This PR adds support for using different colour pickers, as provided by React Color. It also allows you to use the disableAlpha property. For instance, you can now do: ```js...
LimeChat already lets users auto-complete names by hitting the "tab" key. This works by guessing the closest name, or the most recently mentioned name. What would be useful is the...
When running nginx-ts-module (only audio has been tested) in production for over 24 hours, it becomes unstable and stops generating output randomly for a few minutes every few hours. This...
When running `nginx-ts-module`, about every 24 hours it appears to become unstable. The effect of this is that the clean-up code will delete the manifests. You can build what we're...