Ning Sun

Results 315 comments of Ning Sun

Currently the backend is based on JVM networking layer. But we do have a http interface so it's possible to build a clojurescript client to talk with JVM server. For...

@paulrd Actually most part of link is protocol based except the `(start-tcp-server)`, so maybe I can spend some time to refactor it into fully protocol based. I think it might...

`bind-connection` now accepts multiple filenames so I guess this feature is already supported.

@TuggyNE Thank you for reaching out! Jetty and the adapter has been mature enough and there isn't much feature to be add in 0.17.x. So it's totally OK to stick...

That will be a good addition. Will you send a pull request for that?

I did some early investigation that SSE may not require adapter level support. It can be implemented via a library in ring ecosystem, like https://github.com/bobby/ring-sse/ I don't have real-world use...

Thanks for your investigation. Could you please send a pull request for this?

I'm sorry I didn't notice that toggle. Then I hope shortcut and auto disable can be added.

IIRC there is no particular reason for that just because it was assumed that all templates are managed by the registry. Do you have an example that I can work...

It should not be hard. But it can be a break change by introducing additional lifetime specifier. I'm going to do some experiment to see if it works for your...