maslow

Results 20 issues of maslow

app 释放应该逻辑删除,或者考虑异步删除: - app 数据记录应该存在于集合中,以支持误删除的恢复手段 - appid 可保持时间和空间跨度上的全局唯一 - 建议 appid 统一提前生成专用集合中,新建应用时直接选用即可,最为稳妥 - appid_pool: data, size, flag - 释放的应用,应该异步的清除其资源: db, buckets, funcs, policies, replicas

good first issue

1. @/cloud is a internal package for cloud function 2. @/cloud is a invalid package name which npm registry not allow 3. consider: deno compatibility, tencent-cloudbase compatibility

- db-manager create & assign a db & user for created app. - add db replicaset name field and region to app

enhancement

how about support bson schema of mongodb? since mongo $jsonSchema is commonly used in manay projects, this feature is more useful! hopes

enhancement
in discussion

Signed-off-by: maslow

`EDI.js:37 var elements = this.string.match(/(\?.|[^\+])+/g)` var s = new EDI("PAC+1++CT'") s.element(0) // results to "PAC" - RIGHT s.element(1) // results to "1" - RIGHT s.element(2) // results to "CT" -...

### Current Behavior Enabling the APISIX ingress controller can lead to a surge in CPU usage on the APISIX gateway. Turning off the APISIX ingress controller will resolve the issue....

triage/not-reproducible