Pelen
Pelen
@mjeshtri @hengfeiyang Sorry for the late reply, I'm working on this PR now
Hi @mjeshtri `bitset` is based on slice. A fixed-length slice will be created during the initialization of `bitset`. [bitset.go#L121](https://github.com/bits-and-blooms/bitset/blob/master/bitset.go#L121) When inserting a value, `bitset` will operate on the specified subscript....
Hi @mjeshtri Because slice is not thread-safe, so the DataRace is detected. But I don't know if I can ignore that, so i create a post here: https://groups.google.com/g/golang-nuts/c/ai0eQtnas7A
> For us an upstream repo had a force tag push in it that was cached in go.sum. > > To fix (on local machine): > > ```shell > rm...
> I'm not sure that the juice is worth the squeeze. I feel like people would be better off implementing the rendered manifest pattern so that the full deployment history...
> > If it's just Git's submission history, we can't intuitively find the difference between Manifests > > I'm not sure that's true... can't you just find the two commits...
> I do like the feature a lot. But I think in terms of maintenance cost, we'd be better off providing better first-class support for the "rendered manifest" pattern. i.e....
> coding.net的url访问不了,图也没了,想看第二篇:) https://github.com/penglongli/haproxy-keepalived 可以用这个库来做
今天需要用 React + Redux(Redux-form) 做表单提交之类的,同事直接用的 react-bootstrap 的库,太难看。正准备自己实现一个 模态框 就看到这篇文章了,写的挺好的
Sorry, it is indeed not adapted to higher kubernetes versions. I will adapt as soon as possible. Thank you!