Ryan Brainard

Results 49 comments of Ryan Brainard

Deleting my `node_modules` and reinstalling them fixed it for me. I was playing around with `yarn` and `npm` together and I think some wires got crossed.

> Thank you for providing all the details @avdhoot So just to rephrase and confirm my understanding: > > You neither use image pull Secret set at Pod template not...

Mind sending a pull request to fix?

I just noticed this line of code: https://github.com/lensapp/lens/blob/589472c2b53a0e65e452d36078a71ce4f642d1b7/src/renderer/components/%2Bcustom-resources/crd-resources.tsx#L52 It appears that this is intentional to hide non-0 priority columns in the table view, but show them in the detail view....

This is likely an issue with your fetch library. Can you try it directly without refetch and see if it works?

Ah, makes sense (kind of). Since this is still probably fetch library dependent, I'm hesitant to document it, but perhaps a note in the docs would help someone else not...

Yes, I think that probably makes sense to emit a warning in that case. There was recent work (https://github.com/heroku/react-refetch/pull/128) on changing how `undefined` is handled for response transformations. I don't...

Do you know if the underlying Promise is actually rejected? Also, which `fetch` lib are you using?

Thanks for this. While it does make sense, I'm afraid of this potentially breaking existing apps. What do you think about having this as a configured option?