Peter Hrvola

Results 11 comments of Peter Hrvola

Sound's a bit hacky especially the naming. But i would really appreciate this functionality.

As far as I know only the resources are overwritten by Autopilot. Autopilot requires requests / limits divisible by 512Mi for ram, and there are similar requirements for disk and...

Hi @HoustonPutman thanks for taking a look. I'm not using VerticalPodAutoscaler at least not knowingly, however the autopilot changing resources is based on [this](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#allowable_resource_ranges) documentation. Whenever the resources outside of...

Hi @liufuyang did you manage to solve this problem? I'm thinking it could have something to do with newer version of gcloud? I'll investigate

thanks @dacozai for a suggestion, however I also see value in having direct support for impersonation so I'll leave this open so far

Solved, it wasnt error, content was loading dynamically and that caused problems.

@jdm It contains all latest changes, however I can rebase it for you. Also I don't really know how to solve the ICE problem, no response from rust-lang so far....

Last static fn which I wasn't able to remove is `Guard::new`which I think is beyond manual replacement. But maybe we could try `lazy_static`?

@jdm I solved the `const fn` issue and rebased I get `window is undefined`. I guess that it origniates from mozjs which is checking for null pointer provided by servo....