Results 76 comments of Dean Kayton

I fully support not introducing the complication of expression parsing and execution. Keep Redis simple and blazing fast. The additional aggregators, and multiple aggregators in a single call would be...

It would be great to test/ensure that the proposed return format (of multiple aggregates) lends itself to being correctly interpreted by redis-py (and potentially other downstream libraries), and in the...

I am interested to know if my workaround comes with any warnings. E.g is it an anti pattern? Could I do the same in a much more efficient way? Is...

Sorry, to clarify... I do use Fresh for all its functionalities... Except the articles of my site are pre-generared with Lume. The code I supplied falls back on to (`ctx.next()`)...

Maybe this diagram will explain better: ![fresh-lume](https://user-images.githubusercontent.com/3307753/216929865-fd47dbda-dee9-488e-8ccc-f87e68249387.svg)

I think it would be great to allow html to be configured to be served from the static directory with prettyUrls: true, i.e instead of serving https://example.com/about/index.html as is currently...

What is wrong with the middleware approach? It appears to be working correctly. I am not asking how to solve the problem at the fresh layer, that is already solved...

You misunderstand, I am not looking for a solution to my problem, as far as I have found, I have it working as it is. Let me finalize the implementation,...

I found that and changed it. I then rebuilt the elm app, however for a reason I cannot understand it still points to the productionready.io target. I attempted to clear...

I have made no other changes to the github project of this issue On Fri, Apr 12, 2019, 6:44 AM Sidney Nemzer wrote: > It will be hard to help...