Peter Mikitsh
Peter Mikitsh
> Do you just want the format to be JSON for ease in parsing? Correct, yes! To expand on the request, I would imagine the CLI would expect some sort...
The warning message is coming from stencil core. See https://github.com/ionic-team/stencil/issues/2007
I tried nesting tunnels, as I wanted to override values in tunnel, lower down the component tree. This ends up causes an infinite loop of re-rendering. (Maybe this should be...
I took a stab at implementing nested context overriding here: https://github.com/petermikitsh/stencil-context It's published on npm as `stencil-context`.
I have a use-case for this functionality. In my app, we use a “toast” Stencil component (which are mini-modals we show in the upper right portion of the viewport, for...
For folks looking for an intermediate solution: I realized there was no critical functionality I was leveraging with Traefik on Kubernetes that I couldn't recreate using [ingress-nginx](https://github.com/kubernetes/ingress-nginx) and [cert-manager](https://github.com/jetstack/cert-manager) (as...
@george-angel I'm no longer using traefik as a Kubernetes ingress-- only ingress-nginx with cert-manager. To my understanding, cert-manager will renew certificates for you once they're close to expiring. So you'll...
@tran-zenfolio When ejecting in and out of React's component tree, through ref's and native DOM elements, React context can't carry through. The project assumes all of the `react-beautiful-dnd` components are...
I've been observing controls not updating the render on the canvas tab, with react
@shilman No repro; my observation was a hiccup on my upgrade from 5 to 6. My apologies!