Kousha Talebian

Results 44 comments of Kousha Talebian

@AndrewCraswell but that's the opposite I want; in your example, caching is enabled by default, and you can choose to ignore it per request. I want the exact opposite. Caching...

@AndrewCraswell that would work, but that now means I need to set the maxAge in each endpoint that I want cached. Would be nice if a `withCache` option was available...

@epicfaace is there a way to just customize the button? If I pass `ArrayFieldTemplate`, I need to customize the entire array rendering; I still want the default rendering, except I...

@Clayton7510 I'm not sure how this applies to my original question. The rule itself needs to be async. In the link you provided, the `when` condition is still sync https://github.com/deliveredtechnologies/rulebook/blob/develop/rulebook-examples/helloworld-spring-web/src/main/java/com/example/rulebook/helloworld/HelloSpringRule.java...

@nfischer any update on this? Looks like this issue is over 6 years old. Maybe it's time to either close this issue as `wouldn't do`?

Yes exactly so that in our CI/CD builds we can enforce minimum test coverage

@Tieske but this isn't really helping me, because `describe` would not be available if I don't include `require 'busted.runner'()` at the top of the page.

@Tieske I use `resty` (or `lua`) so running the tests as standalone, hence why I need the runner included.

@bungle what's the status of publishing this to OPM?

@langecode could you please review this?