Ning Sun

Results 315 comments of Ning Sun

It seems jetty 11 has reached its end of life. You can switch to rj9a for now for latest jetty https://github.com/sunng87/ring-jetty9-adapter .

That's true. Especially for Jetty 12 they refactored a lot to drop dependency for JavaEE APIs.

I'm running into the same issue: https://github.com/sunng87/handlebars-rust/actions/runs/15157921162/job/42617024966

Yes. This is due to a limitation of our parser. You can use `{{#each this}}` as a workaround

Sounds good to me. Could you please send a pull request for this? Thank you!

Is there any chance we can put this at instance level, say `SqlQueryHandler` and `PrometheusHandler`? so we don't need to configure it for each protocol.

Just realized that if user doesn't edit their config toml to remove this `mode`, will we throw an error for this "unknown" config item? If so, this can be a...

Note sure if it's related to issue we investigated in #113. I will find time this weekend to see

After some investigation I found it has something to do with https://github.com/sunng87/ring-jetty9-adapter/blob/master/src/ring/adapter/jetty9/handlers/sync.clj#L36 When I remove this line, it prints `data x` as expected. By notifying the callback, the handler tells...

@J0HN50N133 Yes this is for you. I just can't assign it to you without you participating this thread. :laughing: