Michael Gallagher

Results 23 comments of Michael Gallagher

@bdrazen & @dev-bjoern I just upgraded from `3.4.4` to `4.0.3` and am facing the exact same issue with `react-error-overlay` properly resolved to `6.0.9` only. Did you happen to figure anything...

@bdrazen @dev-bjoern and anyone else who hits this. It was because `FAST_REFRESH` is on by default and I was on `react` `16.8.6`, upgrading to `16.14.0` fixed it, see https://github.com/facebook/create-react-app/pull/9350. I...

@jonjohnsonjr not sure this is exactly the right repo either but I just hit this issue as well and would love to hear thoughts from GCR/GAR perspective. One would like...

@jonjohnsonjr thanks for pointing me to the new spec. I'm definitely going to look at that more closely as I try to figure out a reasonable spec compliant image lifecycle...

@jonjohnsonjr ugh, thanks for trying to push this thru! I'm focusing on some other parts of the CI/CD work I'm doing at the moment but I will likely get back...

Both of my uses of autoValue don't require user override. What is a use case for an autoValue that can be overridden by the user? If you wanted a field...

Ah, I haven't looked closely at defaultValue yet, didn't realize it had that limitation. What about a configurable option of some sort then to distinguish user overridable autoValues? I wonder...

FYI, for now I've worked around this issue by calling clean before inserts & updates on the client so the autoValue is present before being inserted into the client collection,...

I could be missing something here but wouldn't this.isTrusted === Meteor.isServer? If so, what's the point?

@nicks I'd love to be able to disable `traefik`. It could be the default for `ctlptl` if you're looking to "standardize". ```yaml apiVersion: k3d.io/v1alpha4 kind: Simple options: k3s: extraArgs: -...