nggit

Results 5 comments of nggit

I would suggest [stream_socket_client](https://www.php.net/manual/en/function.stream-socket-client.php) as an alternative. This works well. Fortunately, I never use cUrl to make requests through sockets. I use HTTP 1.0 and the following headers: ```php //...

I'd vote for this because I feel it is a major drawback. I think most people need "Compose Mode" and "HTML Mode" (like in blogger / blogspot). Hope you can...

Hello. Thanks for evaluating this project. I have added the reload functionality in [v0.0.206](https://github.com/nggit/tremolo/pull/27) (already available on PyPI). Due to the project philosophy, external libraries were not adopted for this...

Whoa, a year has passed and [many changes have been made](https://github.com/nggit/tremolo/compare/cb169e3...main). I believe this issue is no longer applicable in the latest version, [0.0.755](https://github.com/nggit/tremolo/tree/7dc4edb70c1b7d1b2448138f1d72390a6fc3a755). So I'm closing it now. Thank...

The chunk size of the [receive event](https://asgi.readthedocs.io/en/latest/specs/www.html#request-receive-event) on ASGI is determined by the ASGI server. Not the Starlette/app. You may need to confirm with the ASGI server you are using.