Bryce Lampe

Results 196 comments of Bryce Lampe

> @blampe thanks for the await logic, this will be a big help. Did you happen to test the two following scenarios: > > 1. Updating to a new image(Working)...

Is there another alternative where we generously bump the QPS ceiling if running under debug? A quick workaround like that might be prudent if this is impacting the debug loop...

@servcoben the v2 version of `ConfigFile` and `ConfigGroup` are [now available](https://www.pulumi.com/registry/packages/kubernetes/api-docs/yaml/v2/) -- please give them a try and let us know how they work for you!

Weird! So you created a reminder and it crashed trying to sync with taskd, is that right? Can you confirm you’ve been able to successfully sync with taskd in the...

Gotcha, that's helpful. I upgraded MacOS and XCode and haven't been able to reproduce. Could you try running this again after checking out `origin/dev`, and let me know what you...

> @blampe should we rebase and merge this in? Ugh I thought I had auto-squash on this... thanks for the reminder! Edit: it wasn't enabled because this repo has no...

@Frassle AFAICT this error is unrelated to the SDK's versioning as it's just trying to parse the version from the GitHub release. The tag name is there [as expected](https://github.com/pulumi/pulumi/blob/a7e05511539f437c99d36b4fb661a010b9034d21/sdk/go/common/workspace/plugins.go#L434-L463): ```...

This is awesome, thank you for the contribution! One initial thought -- still need to take a deeper look. > The idea is to enable people to just put their...

> @blampe Thanks. About your suggestion maybe I haven't expressed myself properly. My initial idea, and that's the implementation is actually doing, is to put in a ConfigMap just the...

Sorry for the delay @ljtfreitas, I plan on playing around with this tomorrow!