Sanel Z.

Results 39 comments of Sanel Z.

I don't think I follow you :) declutter will render html content, how do you mean to "display html content"?

Look for `elfeed-insert-html` in `elfeed-show.el` and see if it can be "advise"-ed to use declutter. I'm not sure if this will work properly, because some backends for rendering html chunks...

I don't think there is an issue with `folds/count`, because it will just count (using `clojure.core/count`) number of events passed from `coalesce`. Try to see how `coalesce` behaves by passing...

@bickerle few tips: 1. use `(is (= (:foo result) ...` 2. add `(instrumentation {:enabled? false})` before declaring `index` @mcorbin this is a weird bug that, when instrumentation is explicitly enabled...

I haven't used TimescaleDB and I'm not sure if TimescaleDB has fixed schema, but from this [1] it looks like the schema is designed ad-hoc. I think this might work,...

Try setting property `-Dio.netty.eventLoopThreads=N`, where N > 1 at Riemann startup. See [1]. [1] https://github.com/netty/netty/blob/4.1/transport/src/main/java/io/netty/channel/MultithreadEventLoopGroup.java#L41

I misread your message, so my comment above might not solve your issue. Try toying with `io.netty.recycler.maxCapacity.default` as well. netty has builtin recycler to reduce GC pressure, and the value...

AFAIK you can't scale Riemann this way, because there are two things to store: 1) index database, which you might or might not use. This is just a hasmap of...

I reported this to Emacs tracker: [link](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47318). The thing is that, when this happens, even the simple modules fails as well.