Steve Kuznetsov

Results 190 comments of Steve Kuznetsov

I think you understand the semantic versioning spec correctly, it's just that the theoretical ideal is rarely, if ever, adhered to. I mentioned above that even extremely-well-staffed projects like Kubernetes...

``` === FAIL: pkg/steps TestRPMServerStepProvides (0.00s) ================== WARNING: DATA RACE Write at 0x00c000568120 by goroutine 4343: runtime.mapassign() /usr/local/go/src/runtime/map.go:579 +0x0 k8s.io/apimachinery/pkg/runtime.(*Scheme).AddUnversionedTypes() /go/src/github.com/openshift/ci-tools/vendor/k8s.io/apimachinery/pkg/runtime/scheme.go:128 +0x5cb k8s.io/apimachinery/pkg/apis/meta/v1.AddToGroupVersion() /go/src/github.com/openshift/ci-tools/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/register.go:75 +0x5ea github.com/openshift/api/route/v1.addKnownTypes() /go/src/github.com/openshift/ci-tools/vendor/github.com/openshift/api/route/v1/register.go:37 +0x18a k8s.io/apimachinery/pkg/runtime.(*SchemeBuilder).AddToScheme() /go/src/github.com/openshift/ci-tools/vendor/k8s.io/apimachinery/pkg/runtime/scheme_builder.go:29...

This looks like the same root cause as https://github.com/satya164/react-native-tab-view/issues/992

@HND-dev your `alignItems: 'stretch'` solves it! Wonder if the library should just always have that style?

In the past we spoke not of forbidding it entirely, but allowing it if and only if the permission claim was for "everything", that is - make it clear to...

In case you're not going to be the one to pick this up, what kinds of questions should the new doc aim to answer? What items / concepts / workflows...

Multi-faceted controllers in k8s today may use SSR to determine which parts of their functionality are turned on - what might be analogous in our case to a specific permission...

@ncdc that does seem reasonable to me - it's not clear that access to these read-only virtual resources is similar in any way to what `PermissionClaims` are doing, which is...