David
David
## TL/DR Current behavior of promises detached from the main "thread" of function call (via Reference.apply) inside isolate causes two very non-intuitive problems: 1) `Reference.apply` call actually exceed the given...
When trying to install loghouse along with current [cert-manager release 0.14.2](https://github.com/jetstack/cert-manager/releases/tag/v0.14.2) this error happens: ``` helm.go:75: [debug] unable to recognize "": no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1" ```...
It seems that ``/`` symbol which is widely used for kubernetes labels is not supported. My ``app.kubernetes.io/name`` label is for some reason converted to ``app_kubernetes_io/name`` (dots converted to underscores) and...
How the engine detects what DOM should be changed on update without virtual-dom?