大可

Results 37 issues of 大可

## Issue Description Type: *feature request* ### Describe what feature you want ### Additional context Add any other context or screenshots about the feature request here.

enhancement
no-issue-activity

## Issue Description Type: *feature request* ### Describe what feature you want 通过实际指令,快速初始化并运行项目,这样才是更好的快速开始指南 ### Additional context Add any other context or screenshots about the feature request here.

## Issue Description Type: *feature request* ### Describe what feature you want ### Additional context Add any other context or screenshots about the feature request here.

## Issue Description Type: *feature request* ### Describe what feature you want ### Additional context Add any other context or screenshots about the feature request here.

## Issue Description Type: *feature request* ### Describe what feature you want ### Additional context Add any other context or screenshots about the feature request here.

no-issue-activity

## Issue Description Type: *feature request* ### Describe what feature you want ### Additional context Add any other context or screenshots about the feature request here.

enhancement

#### It's hard to say that this project is not maintained any longer, and it is recommended to use [nginx-vtx-module](https://github.com/vozlt/nginx-module-vts) instead, which supports multiple vhost_traffic_status_display_format, like ``. #### Hope you...

## Issue Description Type: *bug report* ### Describe what happened When the circuit breaker rules are cleared, no callbacks from OnTransformToClosed to tell us the state of resource is closed...

area/circuit-breaking

1. add peek() and delete_oldest() api for lrucache 2. implement arccache for both lua and pureffi 3. improve expire logic in lrucache.set() 4. add tests for both lua arccache and...

What about implement a `resize` api to support adjust the size of lru dynamically? like ``` local c = lrucache.new(100) c:resize(50) ```