Alan Collins
Alan Collins
I'll give it a shot. I tried yesterday, but looks like I messed something up in the config back in June, and now the login page isn't loaded correctly (the...
Looks like my CSS error maybe related to this [changeset](https://github.com/oauth2-proxy/oauth2-proxy/commit/a02ab7c04e57c2895e4a83606f401599ca777c26). Looks like my image updated, and maybe recent changes are causing issues. Probably something in my config I'm missing
@l3uddz Is this something we can get merged?
@NetanelBasal This should fix the void problems and I added some tests (that I mistakenly didn't think were needed). Can you think of any additional method signatures I should add...
I didn't think so after the initial PR, and but after doing doing the fixes, it could be. The API surface is technically the same, but with the type enforcement...
Do you want me to edit the first commit of this PR or just amend the lastest (since the latest is just tests at the moment)
> edit first please Done.
Just checking if this is something usable by others before doing the work of a PR and tests. I could have also just missed something in the library already :)
Just a thought from over lunch: It this is automatically done for all SpyObject creations, then it's a potential breaking change for anyone manually currently creating the properties since the...
> There is a confusing distinction between [instruction files](https://code.visualstudio.com/docs/copilot/copilot-customization#_custom-instructions) and [codegen instructions](https://code.visualstudio.com/docs/copilot/copilot-customization#_specify-custom-instructions-in-settings) > > `.instructions.md` files seem to be purposed towards adding information to a given prompt when files matching...