halfrost
halfrost
@smart2003 当 i 比 index 大的时候,并且 nums[i] == nums[i-1] 的时候,这个时候 i 产生的解是重复解,所以直接 continue,避免代码执行到下面,把重复解加入到最终的答案数组中。
升级步子太大。导致编译失败。node v8.17.0, npm 6.13.4 ``` 0 info it worked if it ends with ok 1 verbose cli [ '/Users/yudezhi/.nvm/versions/node/v8.17.0/bin/node', 1 verbose cli '/Users/yudezhi/.nvm/versions/node/v8.17.0/bin/npm', 1 verbose cli 'run', 1 verbose cli...
> How would One add university/work logo/shields instead of the default graduation cap? I have the same question. like this: http://christophergmyers.net/. I want to change university logo instead of the...
@dgryski I try this command: ``` CGO_ENABLED=0 tinygo build -o main.wasm -scheduler=none -tags=appengine -target=wasi main.go ``` But still error: ``` # github.com/golang/protobuf/proto ../../pkg/mod/github.com/golang/[email protected]/proto/registry.go:230:16: MapOf not declared by package reflect ```
OK, I'll keep an eye on your patch. You can add a tag to this issue with the patch you mentioned.
/assign @halfrost
OK, I will write a document about the detail of API design.
> Hi @halfrost @Poor12 created an issue(#2379) to track the whole task, he will work with you to finish it. Sounds great. We will try our best to complete this...
@Poor12 I have already split API part out of this pr. Please review API part in this pr https://github.com/karmada-io/karmada/pull/2386
I'm confused about there parts: 1. What is kind of `HttpRequestFallbackAction`. In the sentinel go document, there are only five type of rules, `RateLimitStrategy`、`ThrottlingStrategy`、`ConcurrencyLimitStrategy`、`CircuitBreakerStrategy`、`AdaptiveOverloadProtectionStrategy`. How can we declare such a...